opencode-swarm 7.143.6 → 7.144.1
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/agents/architect.d.ts +64 -0
- package/dist/background/delegation-health.d.ts +213 -0
- package/dist/background/pending-delegations.d.ts +122 -15
- package/dist/cli/{config-doctor-72zp0k4x.js → config-doctor-5hj26phk.js} +2 -2
- package/dist/cli/{core-aj0wmbg8.js → core-aqtegsag.js} +1 -1
- package/dist/cli/{curator-llm-factory-x1vjhrnc.js → curator-llm-factory-1rg62kzr.js} +18 -18
- package/dist/cli/{curator-2gt2835v.js → curator-vcrcht4h.js} +18 -18
- package/dist/cli/{evidence-summary-service-yjr0662r.js → evidence-summary-service-fsh6jfhm.js} +6 -6
- package/dist/cli/{gate-evidence-r3c7eqpz.js → gate-evidence-9w2eehnj.js} +2 -2
- package/dist/cli/{guardrail-explain-f3zysesy.js → guardrail-explain-6mxn4bj8.js} +19 -19
- package/dist/cli/{guardrail-log-eat71fnh.js → guardrail-log-81c5b018.js} +3 -3
- package/dist/cli/{hive-promoter-fyb40am9.js → hive-promoter-rxkykddk.js} +18 -18
- package/dist/cli/{index-w1q9yy1e.js → index-1faydhv8.js} +3 -3
- package/dist/cli/{index-s7nb33pc.js → index-2ht8c7ew.js} +1 -1
- package/dist/cli/{index-92bm9ys3.js → index-2pmaxbvj.js} +1 -1
- package/dist/cli/{index-gzxz0s50.js → index-315tnsve.js} +1 -1
- package/dist/cli/{index-6vmazy9f.js → index-4fda8kkw.js} +1050 -88
- package/dist/cli/{index-fn0k0vsa.js → index-4s5htbgq.js} +1 -1
- package/dist/cli/{index-kc2x117y.js → index-8gs34d2q.js} +3 -3
- package/dist/cli/{index-peqmw3wr.js → index-8jrn4rwp.js} +2 -2
- package/dist/cli/{index-hjy4txgr.js → index-bgdr1ww3.js} +1 -1
- package/dist/cli/{index-wjk00vwk.js → index-c3zag2cw.js} +4 -4
- package/dist/cli/{index-02nm8qhk.js → index-dq26vbfp.js} +3 -3
- package/dist/cli/{index-5d8ydxae.js → index-e9w1tfmm.js} +129 -50
- package/dist/cli/{index-z4cv77tq.js → index-f79hf8dr.js} +2 -2
- package/dist/cli/{index-scj2asek.js → index-g0vr2a4m.js} +5 -5
- package/dist/cli/{index-dtf2va28.js → index-hc25qawy.js} +20 -20
- package/dist/cli/{index-nd1j9wkw.js → index-j2eb0x44.js} +1 -1
- package/dist/cli/{index-7bs015gm.js → index-j3byg0a9.js} +1 -1
- package/dist/cli/{index-whyrhjsk.js → index-mz1zwz96.js} +1 -1
- package/dist/cli/{index-72zhsqgy.js → index-n11zkp9g.js} +2 -2
- package/dist/cli/{index-36vry26a.js → index-rdb3nr6d.js} +1 -1
- package/dist/cli/{index-0adcjpyx.js → index-rr2fjfsd.js} +3 -3
- package/dist/cli/{index-bbv64s17.js → index-sqp6349j.js} +1 -1
- package/dist/cli/index.js +18 -18
- package/dist/cli/{knowledge-escalator-ejpyrby0.js → knowledge-escalator-hg4jzbrx.js} +6 -6
- package/dist/cli/{knowledge-events-yw2kydyy.js → knowledge-events-wgy7gbct.js} +4 -4
- package/dist/cli/{knowledge-store-j6gkk62e.js → knowledge-store-nd0f0e86.js} +1 -1
- package/dist/cli/{knowledge-validator-xervpe5k.js → knowledge-validator-0ar015bf.js} +2 -2
- package/dist/cli/{pending-delegations-19wg9j08.js → pending-delegations-thy8g30k.js} +23 -1
- package/dist/cli/{scan-cursor-x7a99wmq.js → scan-cursor-pqp3bsqv.js} +2 -2
- package/dist/cli/{schema-z141arx9.js → schema-4ew49zrv.js} +1 -1
- package/dist/cli/{scope-persistence-js90c1f4.js → scope-persistence-geth2hb1.js} +4 -4
- package/dist/cli/{skill-generator-t202jza0.js → skill-generator-8azm6p2y.js} +7 -7
- package/dist/cli/{worktree-collision-ownership-42bb3gcb.js → worktree-collision-ownership-j6d33p49.js} +1 -1
- package/dist/cli/{worktree-isolation-fbfvxw9a.js → worktree-isolation-cqxgdk2p.js} +18 -18
- package/dist/evaluation/contracts.d.ts +4 -4
- package/dist/evaluation/gate-ground-truth.d.ts +1 -1
- package/dist/hooks/init-orphan-recovery.d.ts +2 -0
- package/dist/index.js +439 -436
- package/dist/services/status-service.d.ts +9 -0
- package/package.json +1 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { AgentDefinition } from '../agents';
|
|
2
|
+
import { type DelegationLedgerHealth } from '../background/delegation-health';
|
|
2
3
|
import { loadFullAutoRunState } from '../full-auto/state';
|
|
3
4
|
import { type RecentEscalation } from '../hooks/knowledge-escalator';
|
|
4
5
|
import { getActiveFullAutoSessionID, hasActiveFullAuto, hasActiveLeanTurbo } from '../state';
|
|
@@ -158,6 +159,14 @@ export interface StatusData {
|
|
|
158
159
|
provider?: string;
|
|
159
160
|
configFingerprintMatch?: boolean;
|
|
160
161
|
};
|
|
162
|
+
/**
|
|
163
|
+
* #2034 / #1659: background-delegation ledger health — tail bytes vs the
|
|
164
|
+
* 4 MiB recovery bound, checkpoint state, the most recent durable
|
|
165
|
+
* uncertainty, and live-set counts. Populated fold-free from the durable
|
|
166
|
+
* health artifact + statSync; `undefined` when no ledger and no artifact
|
|
167
|
+
* exist (clean repos keep their previous byte-identical output).
|
|
168
|
+
*/
|
|
169
|
+
delegationLedgerHealth?: DelegationLedgerHealth;
|
|
161
170
|
}
|
|
162
171
|
/**
|
|
163
172
|
* Get status data from the swarm directory.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-swarm",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.144.1",
|
|
4
4
|
"description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|