@brokkai/issue-bot-darwin-x64 0.5.2 → 0.5.4

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 CHANGED
@@ -1 +1 @@
1
- {"commit": "4ade63486fb46436ebfaded82239f636e7997616", "tag": "v0.5.2", "target": "darwin-amd64"}
1
+ {"commit": "03fea25c14b28a7e3b86488c5f99b90ea6bb28a4", "tag": "v0.5.4", "target": "darwin-amd64"}
package/README.md CHANGED
@@ -190,6 +190,13 @@ Town may include an `issue` number in a run request to constrain the operation t
190
190
  one explicitly admitted issue. The worker advertises the `exact-issue` capability;
191
191
  an omitted issue retains repository-wide behavior for existing clients.
192
192
 
193
+ Town may also name a `superseded_pr` with the issue: a pull request Town closed
194
+ after review. The worker advertises the `requeue` capability and, before
195
+ implementing, resets the issue's saved job, discards the old worktree and
196
+ branch, and records the closed PR so it never counts as the issue's existing
197
+ pull request again (`bib` otherwise treats any linked PR, open or closed, as
198
+ "already has a PR").
199
+
193
200
  - `GET /v1/initialize` returns the protocol range, bot identity, release version,
194
201
  and capabilities. Town requires `issue-result` as well as common `run` and
195
202
  `progress` capabilities.
@@ -237,6 +244,10 @@ to `AGENTS.md`, `CONTRIBUTING.md`, and `README.md`. `issue` can pin one issue nu
237
244
 
238
245
  The verifier runs as an argument array, without shell expansion, in the issue
239
246
  worktree with `ISSUE_NUMBER` set. Keep it outside the agent's writable worktree.
247
+ It must leave HEAD, the assigned branch, and the clean worktree unchanged. The
248
+ bot repeats its publication checks after verification and pushes the exact
249
+ validated commit. Failed verification leaves local work intact for inspection
250
+ and retry.
240
251
 
241
252
  ## State and diagnostics
242
253
 
package/bin/bib CHANGED
Binary file
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.2",
2
+ "version": "0.5.4",
3
3
  "license": "Apache-2.0",
4
4
  "repository": {
5
5
  "type": "git",