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

@@ -230,3 +230,11 @@ This log is concise and structured for quick machine parsing and summarization.
- Enhanced audit script to check sequencing gates and warn when pending
- next:
- Await “Approved for Plan” on 02-branching proposal before executing the plan
## 2025-09-17T17:34Z
- context: Silence chat streaming of file contents/diffs
- actions:
- Strengthened system prompts and templates with “Quiet Shell/No Streaming” rules
- Added audit advisory to flag usage of `cat`/`sed -n` in scripts
- next:
- Avoid printing file contents via shell; log details to DevLog when needed