@brokkai/brokk-town-linux-arm64 0.4.4 → 0.4.6

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": "6089605028ed07309770ac393e0a1c02a72bcf9d", "tag": "v0.4.4", "target": "linux-arm64"}
1
+ {"commit": "f936e3ec2cf001a68fc2db5bf196aa2d96d507f5", "tag": "v0.4.6", "target": "linux-arm64"}
package/README.md CHANGED
@@ -197,7 +197,8 @@ GitHub reconciliation.
197
197
 
198
198
  Town starts and manages the bot libraries internally; the standalone bot CLIs are
199
199
  not companion processes. New towns start with Bug Bot, Feature Bot, Issue Bot,
200
- Review Bot, Release Bot, and Simplifier Bot **paused**. Repo Bot starts its read-only inventory.
200
+ Review Bot, Release Bot, and Simplifier Bot **paused**. Repo Bot starts its inventory;
201
+ its configured agent is used only when branch checks require a repair.
201
202
  The town header shows whether the town is paused, awake,
202
203
  or partly awake, and its button offers the action that changes that state.
203
204
  Inspect the town, then start individual workers or choose **Wake the town**, which
@@ -231,9 +232,10 @@ Older bots finish on their own, and Town records that attempt as uncertain rathe
231
232
  than guessing; repo-bot then reconciles whatever landed on GitHub. Only an explicit
232
233
  Stop, a town deletion, or the two-hour dispatch deadline ends a bot process.
233
234
 
234
- Capacity is a persisted service setting shared by every town. It reserves only
235
- non-reporter bot runs; repo-bot, issue publishing, and prompt-free model choice
236
- discovery stay outside the pool. Lowering the limit lets current work finish and
235
+ Capacity is a persisted service setting shared by every town. It reserves
236
+ non-reporter bot runs; repo-bot inventory, issue publishing, and prompt-free model
237
+ choice discovery stay outside the pool, while a Repo Bot repair uses one slot.
238
+ Lowering the limit lets current work finish and
237
239
  holds new dispatches until a slot is free. `bt capacity` requires `--max-workers N`,
238
240
  where `N` is an integer from 1 through 64.
239
241
 
@@ -241,10 +243,12 @@ where `N` is an integer from 1 through 64.
241
243
 
242
244
  Visit a town and choose **Settings**, then use **Configure agent for** to select
243
245
  the bot and configure its agent, model, and reasoning effort independently. Bug,
244
- feature, issue, review, release, and simplifier bots can each use a different profile. Bots
246
+ feature, issue, review, release, simplifier, and repo bots can each use a different profile. Bots
245
247
  without a profile inherit **Town defaults**. Choose **Use town defaults** and save
246
248
  to remove a bot's independent profile. Save each changed profile before closing
247
- Settings. Repo-bot only reports repository state and does not use an agent.
249
+ Settings. Repo Bot inventories the repository without an agent, then uses its
250
+ configured profile only when repairing a failing branch. Choose **Repo Bot** in
251
+ the profile selector to configure that repair agent.
248
252
 
249
253
  **Simplifier decisions** selects `suggest` (the default) or `auto`. Suggest keeps
250
254
  the Mayor as decision maker and shows Simplifier Bot's advice on every pending
package/bin/bt CHANGED
Binary file
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.4",
2
+ "version": "0.4.6",
3
3
  "license": "Apache-2.0",
4
4
  "repository": {
5
5
  "type": "git",