Skip to content

Commit d2e6617

Browse files
🤖 docs: require checking env vars for PR attribution (#1198)
## Problem AGENTS.md used soft language ("Prefer sourcing values from...") for the `$MUX_MODEL_STRING` and `$MUX_THINKING_LEVEL` env vars, which agents ignored—they guessed values instead of checking. ## Solution Changed to explicit requirement: "Always check ... via bash before creating PRs—include them in the footer if set." --- _Generated with `mux` • Model: `anthropic:claude-opus-4-5` • Thinking: `high`_ <!-- mux-attribution: model=anthropic:claude-opus-4-5 thinking=high -->
1 parent f50e2db commit d2e6617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: Agent instructions for AI assistants working on the mux codebase
1717
<!-- mux-attribution: model=<modelString> thinking=<thinkingLevel> -->
1818
```
1919

20-
Prefer sourcing values from `$MUX_MODEL_STRING` and `$MUX_THINKING_LEVEL` (bash tool env).
20+
Always check `$MUX_MODEL_STRING` and `$MUX_THINKING_LEVEL` via bash before creating PRs—include them in the footer if set.
2121

2222
## PR + Release Workflow
2323

0 commit comments

Comments
 (0)