Skip to content

Latest commit

 

History

History
83 lines (71 loc) · 4.11 KB

File metadata and controls

83 lines (71 loc) · 4.11 KB

Agent Docs Index

This directory is the human-readable system of record for the repository's agent harness.

AGENTS.md is the short entrypoint. Detailed rules, architecture guidance, and validation policy live here.

Start Here

Governance and Structure

  • governance.md
    • rule layering, source-of-truth policy, and working-note policy
  • plans/README.md
    • when to use execution plans, how they differ from ADRs/debt, and the current plan inventory
  • tech-debt-register.md
    • landing page and policy for repository technical debt
  • tech-debt/README.md
    • per-item debt inventory, template, and current entry set
  • state-taxonomy-and-inventory.md
    • canonical inventory of runtime and dashboard state surfaces, durability levels, and recovery expectations
  • glossary.md
    • shared terminology for skills, surfaces, and harness layers
  • adr/README.md
    • when to use ADRs, how they differ from execution plans and debt, and the current ADR inventory
  • architecture-guardrails.md
    • file shape, module boundaries, and refactor ratchets
  • module-boundaries.md
    • subsystem seams, hotspot boundary rules, and where to look for local supplements
  • local-rules.md
    • indexed local AGENTS.md files for hotspot-specific guidance

Task-Specific Guidance

Executable Contract

Contributor Interface