Code Rooms
{
"id": "runbook.kognit1v.001",
"version": "0.1.0",
"boot_sequence": [
"read AGENTS.md",
"read skills/kognit1v/SKILL.md",
"run npm run validate",
"load only references relevant to the cognitive task",
"produce KOGNIT1V Blueprint for non-trivial work"
],
"minimum_runtime": {
"agent_runtime": "Codex or compatible local agent runtime",
"node": "required for validation script",
"skills": "copy or plugin-load skills directory"
},
"install_layers": {
"default": "repo validation and skill bundle metadata only",
"skills": "npm run bootstrap -- --install-skills",
"m1nd": "npm run bootstrap -- --with-m1nd --install-m1nd",
"project_repos": "external/private checkouts are authorized by the user and not bundled"
"recommended_runtime": {
"m1nd": "structural repository investigation",
"git": "diff, status, public hygiene",
"worker_lanes": "bounded implementation with parent integration"
"security": {
"secrets": "env names only in repo",
"default_mode": "dry_run",
"external_apply": "requires apply gate and explicit authorization"
}