Commit 1c4555d
authored
🤖 fix: clarify run_and_report output handling guidance (#42)
Summary
Updated AGENTS.md to explicitly forbid wrapping, redirecting, piping,
prepending, or appending output when invoking `run_and_report`. This
keeps helper step markers readable in the Mux UI.
Background
The helper already handles logging, context control, and pass/fail
marker output. Additional shell wrapping around its output makes human
review harder in the Mux UI.
Implementation
- Added a direct instruction under **Mux Tooling Helpers** to invoke
`run_and_report` directly with no output wrapping.
- Added a matching **Anti-patterns** entry to reinforce the same rule in
a second high-signal section.
Validation
- `run_and_report verify-vendor make verify-vendor`
- `run_and_report test make test`
- `run_and_report build make build`
- `run_and_report lint make lint`
Risks
Low risk. This is guidance-only documentation and does not change
runtime behavior.
---
_Generated with [`mux`](https://github.com/coder/mux) • Model:
`openai:gpt-5.3-codex` • Thinking: `xhigh` • Cost: `$0.39`_
<!-- mux-attribution: model=openai:gpt-5.3-codex thinking=xhigh
costs=0.39 -->1 parent a26a198 commit 1c4555d
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
0 commit comments