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

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": "d55f886871481fdd2c297767a97337ea3ad69291", "tag": "v0.5.0", "target": "darwin-amd64"}
1
+ {"commit": "4ade63486fb46436ebfaded82239f636e7997616", "tag": "v0.5.2", "target": "darwin-amd64"}
package/README.md CHANGED
@@ -186,6 +186,10 @@ private to the local service, and the process exits after Town requests shutdown
186
186
 
187
187
  Worker protocol v1 uses standard-library HTTP with JSON messages:
188
188
 
189
+ Town may include an `issue` number in a run request to constrain the operation to
190
+ one explicitly admitted issue. The worker advertises the `exact-issue` capability;
191
+ an omitted issue retains repository-wide behavior for existing clients.
192
+
189
193
  - `GET /v1/initialize` returns the protocol range, bot identity, release version,
190
194
  and capabilities. Town requires `issue-result` as well as common `run` and
191
195
  `progress` capabilities.
package/bin/bib CHANGED
Binary file
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.5.0",
2
+ "version": "0.5.2",
3
3
  "license": "Apache-2.0",
4
4
  "repository": {
5
5
  "type": "git",