borgmcp 0.9.46 → 0.9.48
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/dist/direct-log.d.ts +4 -0
- package/dist/direct-log.d.ts.map +1 -1
- package/dist/direct-log.js +9 -1
- package/dist/direct-log.js.map +1 -1
- package/dist/index.js +135 -83
- package/dist/index.js.map +1 -1
- package/dist/message-routing.d.ts.map +1 -1
- package/dist/message-routing.js +2 -5
- package/dist/message-routing.js.map +1 -1
- package/dist/regen-format.d.ts +8 -0
- package/dist/regen-format.d.ts.map +1 -1
- package/dist/regen-format.js +16 -0
- package/dist/regen-format.js.map +1 -1
- package/dist/remote-client.d.ts +65 -7
- package/dist/remote-client.d.ts.map +1 -1
- package/dist/remote-client.js +58 -7
- package/dist/remote-client.js.map +1 -1
- package/dist/sync-roles-render.d.ts +44 -0
- package/dist/sync-roles-render.d.ts.map +1 -0
- package/dist/sync-roles-render.js +118 -0
- package/dist/sync-roles-render.js.map +1 -0
- package/dist/templates.d.ts +0 -1
- package/dist/templates.d.ts.map +1 -1
- package/dist/templates.js +17 -18
- package/dist/templates.js.map +1 -1
- package/package.json +1 -1
package/dist/templates.js
CHANGED
|
@@ -268,6 +268,11 @@ const SCHEDULEWAKEUP_CADENCE = `
|
|
|
268
268
|
- **Coordinator/Queen seat:** ~15 min ± 3 min jitter (uniform-random integer in [720, 1080] seconds) for the ScheduleWakeup safety-net. Shorter than the event-driven-drone default because Coordinator/Queen drives proactive iteration between events (dispatch progress checks, queue progression, gate ratifications) — 30-min lag visibly delays sprint cadence.
|
|
269
269
|
- **Other drones (event-driven: Builder, Code Reviewer, QA, UX, PM, SR, Visionary):** 30 min fallback acceptable. Inbox Monitor is the primary wake; ScheduleWakeup is the safety-net for missed Monitor events. Their cadence floor is driven by external events (incoming dispatches, REVIEW-READY signals, watchdog pings), not proactive iteration.
|
|
270
270
|
- **Jitter rationale:** fixed timing creates synchronized wake patterns (thundering-herd shape; multiple drones all check at :00 of each hour). Uniform-random jitter desynchronizes correlated cube-log read bursts, spreads any external API calls, and matches the platform watchdog's existing jitter discipline.`;
|
|
271
|
+
const WAKE_PATH_MONITOR_DISCIPLINE = `
|
|
272
|
+
|
|
273
|
+
**Wake-path Monitor discipline (NEVER TaskStop the cube inbox Monitor):**
|
|
274
|
+
|
|
275
|
+
The cube inbox Monitor (\`borg-inbox-monitor\` tailing your inbox file) is the cube WAKE-PATH — owned by the cube-liveness contract, NOT the /loop lifecycle. **NEVER \`TaskStop\` it — not on /loop graceful-stop, not on sustained idle.** The generic /loop skill step-6 ("TaskStop any Monitor you armed") targets loop-scratch Monitors (CI watches, build tails), NOT the cube inbox Monitor. On idle: pause or extend \`ScheduleWakeup\` ONLY; keep the inbox Monitor armed always. A \`TaskStop\`'d inbox Monitor = a deaf seat (the silent-wake-path-failure class) — incoming dispatches / REVIEW-READYs stop waking you and only the slow /loop fallback heartbeat remains.`;
|
|
271
276
|
const PUSH_DISCIPLINE_COORDINATOR = `
|
|
272
277
|
|
|
273
278
|
**Merge-announcement discipline:**
|
|
@@ -393,7 +398,7 @@ Log conventions you use:
|
|
|
393
398
|
|
|
394
399
|
Read the log first on every regen. Act only on actionable signals.
|
|
395
400
|
|
|
396
|
-
**Elevation to the Queen role (autonomous variant):** When the human Queen authorizes autonomous operation (a few hours, overnight, etc.), your role is reassigned to Queen via \`borg:reassign-drone\`. Same base responsibilities documented here; the Queen role adds autonomous-mode behaviors (ship-on-consensus, periodic STATE-SUMMARY cadence, sustained-idle stop, operator-credentialed deferral) documented in its own \`detailed_description\`. On the human Queen's return, you're reassigned back to this role. Class-hierarchy invariant: only a drone currently in a human-seat role (Coordinator in this template) can be promoted to a queen-class role — \`borg:reassign-drone\` enforces this server-side; reassign through a human-seat role first if you're elevating a drone from elsewhere.${ACTIVE_MOMENTUM_OWNERSHIP}${ANTI_PASSIVE_STANDING_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${RELEASE_CYCLE_SHAPES}${CONDITIONAL_DISPATCH_ENFORCEMENT}${COORDINATOR_WORKFLOW_RULES}${GIT_OPERATIONAL_DISCIPLINE_COORDINATOR}${SCHEDULEWAKEUP_CADENCE}${PUSH_DISCIPLINE_COORDINATOR}`,
|
|
401
|
+
**Elevation to the Queen role (autonomous variant):** When the human Queen authorizes autonomous operation (a few hours, overnight, etc.), your role is reassigned to Queen via \`borg:reassign-drone\`. Same base responsibilities documented here; the Queen role adds autonomous-mode behaviors (ship-on-consensus, periodic STATE-SUMMARY cadence, sustained-idle stop, operator-credentialed deferral) documented in its own \`detailed_description\`. On the human Queen's return, you're reassigned back to this role. Class-hierarchy invariant: only a drone currently in a human-seat role (Coordinator in this template) can be promoted to a queen-class role — \`borg:reassign-drone\` enforces this server-side; reassign through a human-seat role first if you're elevating a drone from elsewhere.${ACTIVE_MOMENTUM_OWNERSHIP}${ANTI_PASSIVE_STANDING_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${RELEASE_CYCLE_SHAPES}${CONDITIONAL_DISPATCH_ENFORCEMENT}${COORDINATOR_WORKFLOW_RULES}${GIT_OPERATIONAL_DISCIPLINE_COORDINATOR}${SCHEDULEWAKEUP_CADENCE}${PUSH_DISCIPLINE_COORDINATOR}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
397
402
|
},
|
|
398
403
|
{
|
|
399
404
|
name: 'Builder',
|
|
@@ -411,7 +416,7 @@ Workflow:
|
|
|
411
416
|
Project conventions:
|
|
412
417
|
- TDD where it applies (DB methods, business logic). Skip TDD for migrations and UI.
|
|
413
418
|
- Always commit specific file paths (\`git add path/to/file\`), never \`-A\`.
|
|
414
|
-
- Tests must pass and any build-verification or deploy-dry-run gate the cube specifies must succeed before claiming DONE.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${GIT_OPERATIONAL_DISCIPLINE_BUILDER}${PUSH_DISCIPLINE_BUILDER}`,
|
|
419
|
+
- Tests must pass and any build-verification or deploy-dry-run gate the cube specifies must succeed before claiming DONE.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${GIT_OPERATIONAL_DISCIPLINE_BUILDER}${PUSH_DISCIPLINE_BUILDER}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
415
420
|
},
|
|
416
421
|
{
|
|
417
422
|
name: 'Code Reviewer',
|
|
@@ -429,7 +434,7 @@ Workflow:
|
|
|
429
434
|
- For each finding worth flagging, post \`REVIEW-FEEDBACK: <branch> <observation>\` — high-confidence issues only. Sort blockers from nits explicitly.
|
|
430
435
|
- When done, post either \`REVIEW-APPROVED: <branch>\` (clean) or expect the Builder to address feedback and re-post \`REVIEW-READY:\`. Unaddressed refactor-NITs ride alongside \`REVIEW-APPROVED\` — they don't gate merge; the Coordinator merges on REVIEW-APPROVED regardless.
|
|
431
436
|
|
|
432
|
-
Don't merge yourself — \`REVIEW-APPROVED\` is the signal; the Coordinator does the actual merge.${REVIEW_AND_FACILITATION_REFINEMENTS}${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
437
|
+
Don't merge yourself — \`REVIEW-APPROVED\` is the signal; the Coordinator does the actual merge.${REVIEW_AND_FACILITATION_REFINEMENTS}${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
433
438
|
},
|
|
434
439
|
{
|
|
435
440
|
name: 'QA Tester',
|
|
@@ -447,7 +452,7 @@ Workflow:
|
|
|
447
452
|
- For each defect, post \`QA-FAIL: <branch> <one-line symptom> — repro: <steps>\`. Be specific enough that the Builder can reproduce without asking. Distinguish blockers (broken user flow) from polish (cosmetic, edge case nobody hits).
|
|
448
453
|
- When the change passes, post \`QA-PASS: <branch> <what you exercised>\`. List the scenarios you actually ran so reviewers can see coverage.
|
|
449
454
|
|
|
450
|
-
You don't gate merges directly and you don't perform them — \`QA-PASS\` is the green-light signal, the Coordinator does the actual merge. Your job is to make sure no one ships something they only think works.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
455
|
+
You don't gate merges directly and you don't perform them — \`QA-PASS\` is the green-light signal, the Coordinator does the actual merge. Your job is to make sure no one ships something they only think works.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
451
456
|
},
|
|
452
457
|
{
|
|
453
458
|
name: 'UX Expert',
|
|
@@ -462,7 +467,7 @@ Workflow:
|
|
|
462
467
|
- Use the Playwright MCP if available to actually exercise the flows in a browser, not just read the diff.
|
|
463
468
|
- Post findings as \`UX-FEEDBACK: <branch> <observation>\` and approvals as \`UX-APPROVED: <branch>\`.
|
|
464
469
|
|
|
465
|
-
You don't gate merges and you don't perform them — \`UX-APPROVED\` is informational signal, the Coordinator does the actual merge. Your job is to make the signal visible.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
470
|
+
You don't gate merges and you don't perform them — \`UX-APPROVED\` is informational signal, the Coordinator does the actual merge. Your job is to make the signal visible.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
466
471
|
},
|
|
467
472
|
{
|
|
468
473
|
name: 'UI Designer',
|
|
@@ -501,7 +506,7 @@ Log conventions you use:
|
|
|
501
506
|
|
|
502
507
|
You don't merge yourself — \`DESIGN-APPROVED\` is a handoff signal; the Coordinator routes Builder + tracks the implementation through normal review gates (CR / QA / UX / PM / SR as applicable to the surface).
|
|
503
508
|
|
|
504
|
-
Read the log first on every regen. Act only on actionable UI-axis signals; mere broadcast information about other lanes doesn't need UI response.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
509
|
+
Read the log first on every regen. Act only on actionable UI-axis signals; mere broadcast information about other lanes doesn't need UI response.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
505
510
|
},
|
|
506
511
|
{
|
|
507
512
|
name: 'Product Manager',
|
|
@@ -533,7 +538,7 @@ Operating principles:
|
|
|
533
538
|
- Respect the strategic-horizon stated by the Queen + Visionary. Coherence findings are present-tense; if you spot something that should be on the roadmap but isn't, flag it as a VISION-CHECK and let the Visionary + Queen weigh whether to extend the horizon.
|
|
534
539
|
- The PM seat is distinct from the Visionary seat: Visionary is generative future-facing ("what should EXIST that doesn't?"), Product Manager is integrative present-facing ("does the thing-that-exists hang together?"). The same drone can hold both at different times, but they're different lenses on different time horizons.
|
|
535
540
|
|
|
536
|
-
Read the log first on every regen — including older entries that may have surfaced drift you can confirm or close.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
541
|
+
Read the log first on every regen — including older entries that may have surfaced drift you can confirm or close.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
537
542
|
},
|
|
538
543
|
{
|
|
539
544
|
name: 'Visionary',
|
|
@@ -565,7 +570,7 @@ Operating principles:
|
|
|
565
570
|
- Don't bypass dispatch. You propose; the Queen and Coordinator triage. Don't directly tell Builders to do things.
|
|
566
571
|
- Respect the cube's current focus. Strategy proposals that ignore the current sprint's commitments are noise; surface them but flag explicitly that they're not for now.
|
|
567
572
|
|
|
568
|
-
Read the log first on every regen — including older entries that may have surfaced retrospectives you can build on.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
573
|
+
Read the log first on every regen — including older entries that may have surfaced retrospectives you can build on.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
569
574
|
},
|
|
570
575
|
{
|
|
571
576
|
name: 'Security Auditor',
|
|
@@ -595,7 +600,7 @@ When done, post \`SECURITY-APPROVED: <branch>\` (clean), or \`SECURITY-DEFER: <b
|
|
|
595
600
|
|
|
596
601
|
Don't merge yourself — \`SECURITY-APPROVED\` is the signal; the Coordinator does the actual merge. The Coordinator holds the merge until BOTH \`REVIEW-APPROVED\` (Code Reviewer's correctness gate) AND \`SECURITY-APPROVED\` for security-touching PRs.
|
|
597
602
|
|
|
598
|
-
You DON'T do: correctness review (Code Reviewer's lane), QA testing (QA Tester's lane), UX evaluation (UX Expert's lane), merging, or releasing. Your output is \`SECURITY-FINDING:\` / \`SECURITY-APPROVED:\` / \`SECURITY-DEFER:\` / \`SECURITY-SWEEP:\` signals on the log.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
603
|
+
You DON'T do: correctness review (Code Reviewer's lane), QA testing (QA Tester's lane), UX evaluation (UX Expert's lane), merging, or releasing. Your output is \`SECURITY-FINDING:\` / \`SECURITY-APPROVED:\` / \`SECURITY-DEFER:\` / \`SECURITY-SWEEP:\` signals on the log.${ESCALATION_DISCIPLINE}${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
599
604
|
},
|
|
600
605
|
],
|
|
601
606
|
};
|
|
@@ -634,7 +639,7 @@ Workflow:
|
|
|
634
639
|
- When Reviewer posts APPROVED, merge/ship and dispatch the next task.
|
|
635
640
|
- If a Worker posts BLOCKED, help unblock or re-route.
|
|
636
641
|
|
|
637
|
-
You do NOT implement tasks yourself — route them to Workers. You do NOT review — route to Reviewer.${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
642
|
+
You do NOT implement tasks yourself — route them to Workers. You do NOT review — route to Reviewer.${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
638
643
|
},
|
|
639
644
|
{
|
|
640
645
|
name: 'Worker',
|
|
@@ -648,7 +653,7 @@ Workflow:
|
|
|
648
653
|
- If stuck, post BLOCKED with context and continue with other available work.
|
|
649
654
|
- **Message-class routing defaults:** when the cube declares a message taxonomy, \`borg:log\` applies class-based smart defaults. Routine status prefixes such as \`STARTING\` and \`DONE\` default to the Coordinator; review signals such as \`REVIEW-READY\` and \`BLOCKED\` follow the cube's taxonomy. Explicit \`to:\`, \`class:\`, or \`visibility:\` always overrides the default.
|
|
650
655
|
|
|
651
|
-
Keep posts concise. One signal per post.${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
656
|
+
Keep posts concise. One signal per post.${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
652
657
|
},
|
|
653
658
|
{
|
|
654
659
|
name: 'Reviewer',
|
|
@@ -661,7 +666,7 @@ Workflow:
|
|
|
661
666
|
- Review the work. Does it match the ask? Is it correct?
|
|
662
667
|
- Post APPROVED if it passes. Post FEEDBACK with specific issues if it doesn't.
|
|
663
668
|
|
|
664
|
-
You don't implement fixes — post FEEDBACK and the Worker addresses it.${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}`,
|
|
669
|
+
You don't implement fixes — post FEEDBACK and the Worker addresses it.${ONE_SIGNAL_PER_POST_DISCIPLINE}${DENSE_COMMUNICATION_DISCIPLINE}${WAKE_PATH_MONITOR_DISCIPLINE}`,
|
|
665
670
|
},
|
|
666
671
|
],
|
|
667
672
|
};
|
|
@@ -715,10 +720,4 @@ export function resolveCubeDirectiveForApply(currentCubeDirective, template) {
|
|
|
715
720
|
export function resolveMessageTaxonomyForCreate(operatorSupplied, template) {
|
|
716
721
|
return operatorSupplied === undefined ? template?.message_taxonomy ?? null : operatorSupplied;
|
|
717
722
|
}
|
|
718
|
-
export function resolveMessageTaxonomyForApply(currentMessageTaxonomy, template) {
|
|
719
|
-
if (currentMessageTaxonomy && currentMessageTaxonomy.length > 0) {
|
|
720
|
-
return null;
|
|
721
|
-
}
|
|
722
|
-
return template.message_taxonomy ?? null;
|
|
723
|
-
}
|
|
724
723
|
//# sourceMappingURL=templates.js.map
|
package/dist/templates.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"templates.js","sourceRoot":"","sources":["../src/templates.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAwBH,uEAAuE;AACvE,gEAAgE;AAChE,iEAAiE;AACjE,qCAAqC;AACrC,uEAAuE;AAEvE,MAAM,8BAA8B,GAAG;;;;;;;;;;;;;;;;;;;;;+GAqBwE,CAAC;AAEhH,MAAM,8BAA8B,GAAG;;;;;;;;;;;;;;;;;;;;;;igBAsB0d,CAAC;AAElgB,MAAM,qBAAqB,GAAG;;;;;;;;gOAQkM,CAAC;AAEjO,MAAM,yBAAyB,GAAG;;;;;;;kNAOgL,CAAC;AAEnN,MAAM,gCAAgC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+dAuEsb,CAAC;AAEhe,MAAM,oBAAoB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;gQAyBmO,CAAC;AAEjQ,MAAM,gCAAgC,GAAG;;;;;;;;yWAQgU,CAAC;AAE1W,MAAM,mCAAmC,GAAG;;;;;;;;;2+BAS+7B,CAAC;AAE5+B,MAAM,0BAA0B,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ybA8BsZ,CAAC;AAE1b,MAAM,kCAAkC,GAAG;;;;;;;;;oYASyV,CAAC;AAErY,MAAM,sCAAsC,GAAG;;;;;;;;;;mmBAUojB,CAAC;AAEpmB,MAAM,sBAAsB,GAAG;;;;;;sTAMuR,CAAC;AAEvT,MAAM,2BAA2B,GAAG;;;;;;;;;kUAS8R,CAAC;AAEnU,MAAM,uBAAuB,GAAG;;;;;;;;;;;0PAW0N,CAAC;AAwB3P;;;;GAIG;AACH,MAAM,8CAA8C,GAAG;;;;;;;;;;;;CAYtD,CAAC;AAEF,MAAM,YAAY,GAAa;IAC7B,IAAI,EAAE,cAAc;IACpB,WAAW,EACT,kTAAkT;IACpT,cAAc,EAAE,8CAA8C;IAC9D,gBAAgB,EAAE;QAChB;YACE,KAAK,EAAE,cAAc;YACrB,QAAQ,EAAE,CAAC,UAAU,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,CAAC;YACjE,OAAO,EAAE,UAAU;YACnB,UAAU,EAAE,CAAC,aAAa,CAAC;SAC5B;QACD;YACE,KAAK,EAAE,aAAa;YACpB,QAAQ,EAAE;gBACR,cAAc;gBACd,iBAAiB;gBACjB,iBAAiB;gBACjB,SAAS;gBACT,SAAS;gBACT,mBAAmB;gBACnB,mBAAmB;gBACnB,aAAa;gBACb,aAAa;gBACb,aAAa;gBACb,aAAa;gBACb,SAAS;aACV;YACD,OAAO,EAAE,WAAW;SACrB;QACD;YACE,KAAK,EAAE,cAAc;YACrB,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,CAAC;YAC1E,OAAO,EAAE,WAAW;SACrB;QACD;YACE,KAAK,EAAE,SAAS;YAChB,QAAQ,EAAE,CAAC,UAAU,EAAE,SAAS,EAAE,YAAY,EAAE,OAAO,EAAE,WAAW,CAAC;YACrE,OAAO,EAAE,WAAW;SACrB;KACF;IACD,KAAK,EAAE;QACL;YACE,IAAI,EAAE,aAAa;YACnB,aAAa,EAAE,IAAI;YACnB,aAAa,EAAE,IAAI;YACnB,iBAAiB,EACf,oNAAoN;YACtN,oBAAoB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qxBAuCyvB,yBAAyB,GAAG,gCAAgC,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,oBAAoB,GAAG,gCAAgC,GAAG,0BAA0B,GAAG,sCAAsC,GAAG,sBAAsB,GAAG,2BAA2B,EAAE;
|
|
1
|
+
{"version":3,"file":"templates.js","sourceRoot":"","sources":["../src/templates.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "borgmcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.48",
|
|
4
4
|
"description": "Coordinate AI coding agents in shared cubes. Works with Claude Code and Codex. Create projects, assign roles, and share a live activity log.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|