AGENTS.md · git:20260914.4f9978a · 2026-09-14 · sha256 96716b3b4a311cff
AGENTS.md git:20260914.4f9978aA
Immutable. This exact content is served forever at /api/v1/blob/96716b3b4a311cff.
# Repository guidance This repository is the canonical shared source for cross-runtime rules and global core Skills. - Start with `CANONICAL_MANIFEST.json` to resolve ownership and restore targets. - Shared rules live in `shared/rules/`; global Skills live in `shared/skills/GLOBAL_CORE/`. - Treat backups, generated copies, runtime caches, and open migration branches as evidence, not as canonical sources. - Keep root `SKILL.md` files focused on routing, essential workflow, and safety boundaries. Read linked references only when the current task needs them. - Use a clear specialized Skill directly; resolve routing only when multiple material paths remain. - Preserve model-agnostic shared behavior. Put model- or platform-specific behavior in the owning thin-adapter repository. - Make the smallest relevant change and use proportional validation. For Skill or manifest changes, run `pwsh -File scripts/validate-canonical-skills.ps1` and `git diff --check`. - Do not weaken approval or secret-handling boundaries, merge default branches, or overwrite unrelated work.