@brokkai/issue-bot-darwin-x64 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BUILD.json +1 -1
- package/README.md +4 -0
- package/bin/bib +0 -0
- package/package.json +1 -1
package/BUILD.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"commit": "
|
|
1
|
+
{"commit": "fd48c698b2793a979d167f6a273f04aa8c4d0072", "tag": "v0.5.3", "target": "darwin-amd64"}
|
package/README.md
CHANGED
|
@@ -237,6 +237,10 @@ to `AGENTS.md`, `CONTRIBUTING.md`, and `README.md`. `issue` can pin one issue nu
|
|
|
237
237
|
|
|
238
238
|
The verifier runs as an argument array, without shell expansion, in the issue
|
|
239
239
|
worktree with `ISSUE_NUMBER` set. Keep it outside the agent's writable worktree.
|
|
240
|
+
It must leave HEAD, the assigned branch, and the clean worktree unchanged. The
|
|
241
|
+
bot repeats its publication checks after verification and pushes the exact
|
|
242
|
+
validated commit. Failed verification leaves local work intact for inspection
|
|
243
|
+
and retry.
|
|
240
244
|
|
|
241
245
|
## State and diagnostics
|
|
242
246
|
|
package/bin/bib
CHANGED
|
Binary file
|
package/package.json
CHANGED