Code Rooms
{
"id": "kognit1v.toolchain",
"version": "0.1.0",
"purpose": "Declare what KOGNIT1V bundles, checks, optionally installs, and intentionally excludes.",
"install_model": "skills-first-explicit-tools",
"bundled": [
"name": "codex_skills",
"path": "skills/",
"claim": "Portable Codex skill instructions are bundled."
},
"name": "contracts_and_examples",
"path": "contracts/, examples/",
"claim": "Agent-readable schemas and example envelopes are bundled."
"name": "validation_scripts",
"path": "scripts/",
"claim": "Local validation, smoke install, proof writing, and bootstrap scripts are bundled."
"name": "github_validation",
"path": ".github/workflows/validate.yml",
"claim": "A GitHub Actions validation workflow is bundled."
}
],
"required_external": [
"name": "codex_runtime",
"detected_by": "command -v codex",
"install_behavior": "external",
"notes": "KOGNIT1V ships skills for Codex-like runtimes, not the runtime itself."
"name": "node",
"detected_by": "process.version",
"minimum": ">=20",
"install_behavior": "external"
"name": "git",
"detected_by": "command -v git",
"optional_external": [
"name": "m1nd",
"detected_by": "command -v m1nd",
"install_behavior": "explicit_only",
"install_flags": ["--with-m1nd", "--install-m1nd"],
"claim": "Graph-first investigation improves agent context when available."
"name": "cargo",
"detected_by": "command -v cargo",
"claim": "Needed only for native Rust builds such as m1nd MCP runtime builds."
"name": "python3",
"detected_by": "command -v python3",
"claim": "Useful for bundled helper scripts."
"name": "tmux",
"detected_by": "command -v tmux",
"claim": "Useful for multi-lane terminal workflows."
"name": "dext3r",
"detected_by": "http://127.0.0.1:5777/api/health",
"install_behavior": "external_local_service",
"claim": "Useful for local companion memory, project scope, m1nd flash, and Council-style perspectives."
"name": "brotherizer_runtime",
"detected_by": "BROTHERIZER_ROOT",
"install_behavior": "external_env_gated",
"claim": "The public skill can operate portably; private source/runtime checkouts are never bundled."
"excluded": [
"private_products",
"unreleased_project_doctrine",
"live_api_keys",
"provider_credentials",
"codex_runtime_binary",
"hosted_provider_access",
"dext3r_local_service",
"private_voice_packs",
"local_only_archives",
"external_mutation_authority"
"agent_rule": "If a tool is missing, name the capability gap and continue with the safest available path. Do not claim that missing external tools were bundled or installed."