Commit 2960750
authored
claude-code: force merge by default and do not wait for CI (#1003)
## Why
The agent prompt told the model to land the change on `origin/main` but
left the merge mechanics ambiguous, so it would sit waiting on required
checks. This adds an explicit rule: force merge by default the moment
its own tests pass, and only wait for CI when the user asks. The
existing 🔥 force-merge banner already covers the announcement, so this
just makes that path the default.
## Testing
- `nix run .#lint`: all five checks pass.
- `nix eval .#lib.pkgs.claude-code.drvPath`: package still evaluates
with the new prompt baked in.
(sent by an AI agent via Claude Code)1 parent 7e72a54 commit 2960750
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
0 commit comments