Patch release adding an Engineering Discipline protocol to CLAUDE.md — operating rules for agents doing engineering work through COG:
- Code comments — no decorative separator blocks (
// ====,/* ==== Section ==== */); plain comments and blank lines. - Git — never
reset --hardorcommit --amendunless explicitly asked; recover viareflog; commitlint / Conventional Commits; non-interactive flags for prompting commands. - Pull requests — follow the repo's PR template; review replies in-thread via
gh api .../pulls/comments/{id}/replies, resolve via GraphQLresolveReviewThread, no pleasantries — state what changed, which commit, and why. - Interaction — read every user-provided file before responding; answer explanatory questions before invoking tools.
See v3.7.0: Runtime Trust for this cycle's feature release.