governance: add Quiet Shell/No Streaming policy; update AGENTS templates; add audit advisory for noisy commands; log in DevLog
Some checks failed
ci / test (push) Has been cancelled

This commit is contained in:
2025-09-17 11:27:13 -05:00
parent e925e6ebca
commit 1c22d06566
7 changed files with 27 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ This file is copied by scaffolding into new projects. Edit to suit the project w
## Chat Output Policy
- Default: `Updated <filepath>. Read/edit and let me know.`
- Keep chat ≤5 lines; no diffs; announce only collab file changes; log details in DevLog.
- Quiet shell: avoid printing file contents/diffs; prefer silent checks and DevLog summaries.
## Coding, Tests, and Git
- Minimal, focused changes; adopt TDD (write tests first) and require unit/integration tests for all features; consistent style.