@brokkai/brokk-town-linux-x64 0.4.6 → 0.4.8
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 +22 -5
- package/bin/bt +0 -0
- package/package.json +1 -1
package/BUILD.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"commit": "
|
|
1
|
+
{"commit": "9d0accca8ee4ccadc8cec029f3c5fae8f1006c52", "tag": "v0.4.8", "target": "linux-amd64"}
|
package/README.md
CHANGED
|
@@ -393,8 +393,20 @@ role), plus `bt delay ...` to be asked again in a day.
|
|
|
393
393
|
A review is bound to the exact base, head, PR description, and discussion snapshot. A suppressed
|
|
394
394
|
duplicate comment is still a finding to check. Complete coverage, explicit
|
|
395
395
|
resolution of every concern, and validation evidence are required for a clean
|
|
396
|
-
result. New commits invalidate review readiness.
|
|
397
|
-
|
|
396
|
+
result. New commits invalidate review readiness.
|
|
397
|
+
|
|
398
|
+
Every pull request Town works on ends merged or closed, and nothing waits on a
|
|
399
|
+
person to press retry. The first review sends every finding back to Issue Bot
|
|
400
|
+
for one fix round. If the second review still finds work at or above the town's
|
|
401
|
+
`review_close_severity` (default `P2`, so P1 and P2 close), Town closes the pull
|
|
402
|
+
request, deletes its branch, leaves the findings on the issue, and queues the
|
|
403
|
+
issue for a fresh attempt from the current branch. Findings below the threshold
|
|
404
|
+
are filed as follow-up issues and the pull request merges. A revision gets at
|
|
405
|
+
most two attempts at any step: a reviewer or repair failure earns one more
|
|
406
|
+
attempt after a short delay, and a second failure retires the pull request the
|
|
407
|
+
same way. A contributor's pull request is never closed by Town; it goes to the
|
|
408
|
+
Mayor instead. Review Bot picks pull requests that have never been tried before
|
|
409
|
+
ones that failed, so one bad pull request cannot hold the queue.
|
|
398
410
|
|
|
399
411
|
The default merge policy is `bot`: auto-merge eligible Town-created PRs. `manual`
|
|
400
412
|
leaves every merge to the operator; because the current Release Bot protocol cannot
|
|
@@ -417,7 +429,8 @@ bot profiles, verification command, and policy, then run:
|
|
|
417
429
|
|
|
418
430
|
Configuration is a JSON array for town-only files. Each entry supplies `repo`, optional `branch` and
|
|
419
431
|
`harness`, `agent`, optional `bot_agents`, optional `verify` argument vector,
|
|
420
|
-
`merge_policy`, `simplifier_mode`, `
|
|
432
|
+
`merge_policy`, `simplifier_mode`, optional `review_close_severity` (`P1`, `P2`
|
|
433
|
+
or `P3`, default `P2`), `poll_seconds`, `report_seconds`, and
|
|
421
434
|
`max_cycles`. The example
|
|
422
435
|
lists all required values. To persist global capacity alongside the town list,
|
|
423
436
|
use the object form `{"max_workers": 2, "towns": [...]}`; the legacy array form
|
|
@@ -447,8 +460,9 @@ at town level.
|
|
|
447
460
|
Repo-bot and issue/review scheduling use `poll_seconds` (default 60). Quiet reports
|
|
448
461
|
use `report_seconds` (1800). Bug-bot, feature-bot, and simplifier-bot run at most every 30 minutes; release-bot
|
|
449
462
|
checks every five minutes and retains its own quiet window, minimum gap, and
|
|
450
|
-
batching decisions. Each worker attempt has a two-hour deadline.
|
|
451
|
-
|
|
463
|
+
batching decisions. Each worker attempt has a two-hour deadline. A pull request
|
|
464
|
+
gets one fix round and two attempts per revision at any step; `max_cycles` is
|
|
465
|
+
accepted for compatibility but no longer extends that.
|
|
452
466
|
|
|
453
467
|
Feature-bot uses its own effective ACP harness, model, and effort, plus the town's
|
|
454
468
|
optional verifier, with a private workspace and durable publication state.
|
|
@@ -590,3 +604,6 @@ Licensed under [Apache-2.0](LICENSE). Attribution is in [NOTICE](NOTICE) and
|
|
|
590
604
|
[third-party notices](licenses/THIRD_PARTY_NOTICES.txt). Artwork provenance is in
|
|
591
605
|
[docs/ARTWORK.md](docs/ARTWORK.md). Native and npm packaging is configured, and the npm bootstrap and trusted
|
|
592
606
|
publishers are established. Stable GitHub release publication remains separate.
|
|
607
|
+
|
|
608
|
+
For scheduling stalls, stale reviews, and interrupted workers, see
|
|
609
|
+
[blocked-town recovery](docs/blocked-town-recovery.md).
|
package/bin/bt
CHANGED
|
Binary file
|
package/package.json
CHANGED