This repository follows an evidence-first, zero-external-API-cost workflow. Use GitHub Copilot coding agent and Codex app/IDE/CLI for implementation and review, then verify with deterministic commands before merge.
- Default merge policy: human-reviewed only.
- Use explicit risk labels:
risk:low,risk:medium,risk:high. - High-risk changes require rollback notes in the PR.
Run this command before claiming completion:
bash scripts/verify- Keep changes small and task-focused.
- Do not commit secrets or local runtime artifacts.
- Prefer tests/docs updates together with behavior changes.
- Intake issues via
.github/ISSUE_TEMPLATE/agent_task.yml. - Queue work by adding
agent:readylabel. - Queue workflow will post a task packet and notify
@copilot.
Applying label agent:ready triggers the queue workflow immediately.