Index of governance and engineering policy documents. Each agent loads the relevant subset on demand via its ## Resources section.
PART-SPEC.md— P.A.R.T. specification and mandatory section order (Prompt → Archive → Resources → Tools) for every agent file.PROMPT-BEHAVIOR-CONTRACT.md— Behavioral invariants complementing P.A.R.T structural rules (evidence discipline, follow-through, ABSTAIN, escalation).RELIABILITY-GATES.md— Verification gate requirements (build, tests, lint, approval) shared across all agents.
CLARIFICATION-POLICY.md— When to invokevscode/askQuestionsvs. returnNEEDS_INPUTto the conductor.TOOL-ROUTING.md— Routing rules for external tools (fetch,githubRepo, MCP) and local-first precedence.
SCORING-SPEC.md— Quantitative scoring reference for reviewers and eval harnesses.MIGRATION-CORE-FIRST.md— Shared implementation backbone pattern and consolidation exit criteria.
MODEL-ROUTING.md— Logical model-role indirection backed bygovernance/model-routing.json; actively resolved at runtime by Orchestrator and Planner viaagent/runSubagent.OBSERVABILITY.md— UUIDv4trace_idpropagation across delegation and report schemas; NDJSON event sink convention underplans/artifacts/observability/(one file per task).MEMORY-ARCHITECTURE.md— Three-layer memory model: session (volatile) / task-episodic (plans/artifacts/<task-slug>/) / repo-persistent (NOTES.md).AGENT-AS-TOOL.md— MCP forward-compatible subagent input contract (scope,context_refs,trace_id,iteration_index) for future native tool surfacing.