Instruction Loading
Harness entrypoints and sync for cross-platform instructions
Instruction loading is harness-specific projection of the same canonical sources:
| Harness | Entry | Bridge |
|---|---|---|
| Claude Code | CLAUDE.md | @AGENTS.md → @instructions/global.md |
| Cursor / Codex / OpenCode | AGENTS.md | @instructions/global.md |
| GitHub Copilot | .github/copilot-instructions.md | Generated from instructions/copilot-global.md |
| Grok | .grok/config.toml + skills dirs | instructions/grok-global.md |
Platform overlays may add runtime guidance but must not weaken safety or secret-handling rules.
Maintainer loop
Section titled “Maintainer loop”- Edit
instructions/global.mdor platform overlay. - Run stack sync for harness mirrors.
- Run
uv run wagents validateanduv run wagents docs generate --check.
