Applies to work anywhere in this repository.
- Read
README.md. - Read
RUNBOOK.md. - Read
SECURITY.md. - Check the current git state with
git status -sb.
- Keep runtime state, credentials, logs, reports, caches, archives, and host files out of git.
- Use
rgfor text search andgit diff --checkbefore handoff. - Keep documentation short and current-state focused.
- Keep generated state under ignored runtime directories.
- Prefer existing scripts and package modules over new entrypoints.
- Preserve explicit lifecycle, policy, emergency-stop, and review boundaries.
Use the smallest validation set that matches the change:
python3 scripts/agn_bootstrap_check.py check
python3 scripts/agn2_system.py validate
python3 -m py_compile scripts/agn_tool_reality_cards.py scripts/agn_mcp_server.py scripts/awakening_daemon.py scripts/agn_host_state_probe.py
python3 -m pytest -q
git diff --checkRecord any skipped checks with the command, reason, and remaining risk.