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
Some checks failed
ci / test (push) Has been cancelled
This commit is contained in:
@@ -31,6 +31,11 @@ You are a coding agent running in the Codex CLI (terminal-based). Be precise, sa
|
||||
- Only announce changes to `collab/questions/`, `collab/proposals/`, and `collab/plan/`. Log all other details in `docs/devlog/`.
|
||||
- Provide brief preambles before grouped tool calls.
|
||||
|
||||
## Quiet Shell and No Streaming
|
||||
- Do not stream file contents or diffs into chat. Avoid `cat`/`sed` output in chat.
|
||||
- Prefer silent checks (e.g., `grep -q`, exit codes) and write details to DevLog files if needed.
|
||||
- If content must be inspected, avoid printing it to chat; summarize findings in DevLog and reference the file.
|
||||
|
||||
## Dev Logs and Docs
|
||||
- Maintain `docs/devlog/DEVLOG_LLM.md` and `docs/devlog/DEVLOG_HUMAN.md`. Add an entry for each meaningful change.
|
||||
- Keep `README.md` up to date for quickstart and usage.
|
||||
|
Reference in New Issue
Block a user