@brokkai/issue-bot-darwin-x64 0.5.4 → 0.5.11
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 -1
- package/bin/bib +0 -0
- package/licenses/THIRD_PARTY_NOTICES.txt +21 -2
- package/package.json +2 -2
package/BUILD.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"commit": "
|
|
1
|
+
{"commit": "dbafc8261b701d0a8529d5d1789f23a0d964a6fc", "tag": "v0.5.11-issue-bot", "target": "darwin-amd64"}
|
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Brokk Issue Bot
|
|
2
2
|
|
|
3
|
+
This standalone project now lives in [`BrokkAi/brokk-town/bots/issue-bot`](https://github.com/BrokkAi/brokk-town/tree/master/bots/issue-bot). Build and test from this directory; see [RELEASING.md](RELEASING.md) for its independent suffix-tag releases.
|
|
4
|
+
|
|
3
5
|
Walk GitHub issues, give a coding agent a focused attempt at each one, and open
|
|
4
6
|
pull requests for review. A Go daemon with the same no-config startup as
|
|
5
7
|
[release-bot](https://github.com/BrokkAi/release-bot). Both use the shared
|
|
@@ -146,7 +148,11 @@ available it proceeds sequentially. Each attempt has a two-hour budget. Saved
|
|
|
146
148
|
pending jobs are checked for an existing PR before further agent work, including
|
|
147
149
|
at the attempt limit or after the issue closes. A lost PR-creation response is
|
|
148
150
|
reconciled by the persistent branch and issue marker. A closed, unmerged bot PR
|
|
149
|
-
blocks the job for inspection.
|
|
151
|
+
blocks the job for inspection. If the issue branch holds a PR the bot cannot
|
|
152
|
+
prove it owns (a missing marker or several PRs), the job keeps its state and an
|
|
153
|
+
`inspect branch` failure, is never attempted again until the lookup succeeds,
|
|
154
|
+
and other issues continue; `--once` still exits with that error. Work is not
|
|
155
|
+
automatically deleted or reset.
|
|
150
156
|
|
|
151
157
|
## Coordination between instances
|
|
152
158
|
|
package/bin/bib
CHANGED
|
Binary file
|
|
@@ -8,9 +8,9 @@ Node.js and Python interpreters are installed separately and are not bundled.
|
|
|
8
8
|
|
|
9
9
|
==============================================================================
|
|
10
10
|
|
|
11
|
-
github.com/BrokkAi/acp-go v0.1
|
|
11
|
+
github.com/BrokkAi/acp-go v0.8.1
|
|
12
12
|
License: Apache-2.0
|
|
13
|
-
Source: https://github.com/BrokkAi/acp-go/tree/v0.1
|
|
13
|
+
Source: https://github.com/BrokkAi/acp-go/tree/v0.8.1
|
|
14
14
|
|
|
15
15
|
==============================================================================
|
|
16
16
|
|
|
@@ -221,6 +221,25 @@ Source: https://github.com/BrokkAi/acp-go/tree/v0.1.0
|
|
|
221
221
|
|
|
222
222
|
==============================================================================
|
|
223
223
|
|
|
224
|
+
--- github.com/BrokkAi/acp-go/NOTICE ---
|
|
225
|
+
|
|
226
|
+
acp-go
|
|
227
|
+
Copyright 2026 Brokk.ai and contributors
|
|
228
|
+
|
|
229
|
+
This project is licensed under the Apache License, Version 2.0.
|
|
230
|
+
See LICENSE for the full terms. Third-party terms and attribution are
|
|
231
|
+
provided in licenses/THIRD_PARTY_NOTICES.txt.
|
|
232
|
+
|
|
233
|
+
Originally developed as part of BrokkAi/release-bot.
|
|
234
|
+
|
|
235
|
+
The pinned Agent Client Protocol JSON Schema artifacts in schema/
|
|
236
|
+
(schema.json, meta.json, VERSION) are distributed by the ACP project
|
|
237
|
+
(https://github.com/agentclientprotocol/agent-client-protocol) under the
|
|
238
|
+
Apache License 2.0. The generated code in schema/*_gen.go derives from
|
|
239
|
+
those artifacts.
|
|
240
|
+
|
|
241
|
+
==============================================================================
|
|
242
|
+
|
|
224
243
|
github.com/rivo/uniseg v0.4.7
|
|
225
244
|
License: MIT AND Unicode-3.0
|
|
226
245
|
Source: https://github.com/rivo/uniseg/tree/v0.4.7
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.5.
|
|
2
|
+
"version": "0.5.11",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
|
-
"url": "git+https://github.com/BrokkAi/
|
|
6
|
+
"url": "git+https://github.com/BrokkAi/brokk-town.git"
|
|
7
7
|
},
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|