@brokkai/issue-bot-darwin-x64 0.5.3 → 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 +1 -1
- package/README.md +7 -0
- package/bin/bib +0 -0
- package/package.json +1 -1
package/BUILD.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"commit": "
|
|
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.
|
package/bin/bib
CHANGED
|
Binary file
|
package/package.json
CHANGED