Skip to content

v3.7.1: Engineering Discipline

Latest

Choose a tag to compare

@huytieu huytieu released this 10 Jul 15:09

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 --hard or commit --amend unless explicitly asked; recover via reflog; 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 GraphQL resolveReviewThread, 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.