opencode-swarm 7.135.2 → 7.135.3
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/.opencode/skills/critic-gate/SKILL.md +10 -0
- package/dist/agents/index.d.ts +12 -0
- package/dist/cli/{config-doctor-pj3yvxdb.js → config-doctor-4nznqeca.js} +3 -2
- package/dist/cli/{core-4va9z2ng.js → core-4z1s2ak1.js} +3 -2
- package/dist/cli/{curation-policy-b2caf3v3.js → curation-policy-81m14519.js} +3 -3
- package/dist/cli/{curator-drift-2ta83hss.js → curator-drift-jpap6hv4.js} +2 -2
- package/dist/cli/{curator-r1s2mwf2.js → curator-e0z5gcww.js} +24 -23
- package/dist/cli/{curator-llm-factory-9983528d.js → curator-llm-factory-fem13y9n.js} +24 -23
- package/dist/cli/{dispatch-wtk6dxky.js → dispatch-b1fge4xk.js} +2 -2
- package/dist/cli/{evidence-summary-service-feby8ny0.js → evidence-summary-service-w006jnpg.js} +5 -5
- package/dist/cli/{gate-evidence-84b03mb4.js → gate-evidence-aenyz6vt.js} +2 -2
- package/dist/cli/{guardrail-explain-pwxvg5n0.js → guardrail-explain-wgaj23hd.js} +25 -24
- package/dist/cli/{guardrail-log-yzpz8b7t.js → guardrail-log-04p1z1vt.js} +5 -4
- package/dist/cli/{hive-promoter-586dhndj.js → hive-promoter-k345z42k.js} +24 -23
- package/dist/cli/{index-g3meqrsg.js → index-168phrs7.js} +12 -10
- package/dist/cli/{index-3m7kpnqf.js → index-30pg2rs3.js} +1 -1
- package/dist/cli/{index-b0eva00y.js → index-36v55ryg.js} +1 -1
- package/dist/cli/index-3jcyn8g6.js +1219 -0
- package/dist/cli/{index-hdy2nd5h.js → index-45t7w06b.js} +4 -4
- package/dist/cli/{index-bs4m85v1.js → index-5436jxnw.js} +2 -2
- package/dist/cli/{index-j92ser8n.js → index-a01r818w.js} +5 -3
- package/dist/cli/{index-hvrrq3f3.js → index-bcmrg4t4.js} +1 -1
- package/dist/cli/{index-d5psymdk.js → index-c9ddxv4k.js} +57 -8
- package/dist/cli/{index-7pnvf04s.js → index-cggqh2dz.js} +10 -10
- package/dist/cli/{index-340chr1e.js → index-dwargd10.js} +10105 -9998
- package/dist/cli/{index-ckdva4rs.js → index-f52jt0am.js} +5 -5
- package/dist/cli/{index-jgkjxpdh.js → index-gxxxmajn.js} +2 -2
- package/dist/cli/{index-2pxk6qg4.js → index-kb7qy7an.js} +4 -2
- package/dist/cli/{index-j0kte6gd.js → index-p5kr35wh.js} +8 -1210
- package/dist/cli/{index-02cqjna3.js → index-p9ngg568.js} +4 -4
- package/dist/cli/{index-8gw8p7yh.js → index-rv7s2k9y.js} +1 -1
- package/dist/cli/{index-3xbx305x.js → index-tcn457d5.js} +1 -1
- package/dist/cli/{index-9c3gf2wd.js → index-wygxzvtf.js} +6 -4
- package/dist/cli/{index-73dfyfhq.js → index-x20cgr2q.js} +1 -1
- package/dist/cli/{index-cwdy5vw9.js → index-y47crdg9.js} +30 -28
- package/dist/cli/{index-qqkw794p.js → index-yf30m841.js} +3 -3
- package/dist/cli/index.js +27 -25
- package/dist/cli/{knowledge-escalator-w7by1m8m.js → knowledge-escalator-42ecv7m3.js} +4 -4
- package/dist/cli/{knowledge-events-n8xxsay3.js → knowledge-events-zhna7v3g.js} +2 -2
- package/dist/cli/knowledge-link-mm1w967j.js +1 -1
- package/dist/cli/{knowledge-store-xzmvfnx3.js → knowledge-store-56jcfc5k.js} +2 -2
- package/dist/cli/{knowledge-validator-5q1amsq6.js → knowledge-validator-8zk0pnb6.js} +5 -5
- package/dist/cli/{pending-delegations-mt5gs1bt.js → pending-delegations-qajsxct0.js} +4 -4
- package/dist/cli/{pr-subscriptions-v5xd3j6d.js → pr-subscriptions-qhr41epq.js} +4 -4
- package/dist/cli/{scan-cursor-1q1zmt4b.js → scan-cursor-h3ndxd41.js} +3 -3
- package/dist/cli/{schema-8mtsfspm.js → schema-r6wmd7zp.js} +2 -1
- package/dist/cli/scope-persistence-h2fpgxww.js +2 -2
- package/dist/cli/{skill-generator-54xbjgak.js → skill-generator-12cftsx4.js} +6 -6
- package/dist/cli/{worktree-collision-ownership-15hymf1y.js → worktree-collision-ownership-13btcj9g.js} +5 -5
- package/dist/commands/approve-plan-critic.d.ts +21 -0
- package/dist/commands/registry.d.ts +8 -0
- package/dist/config/cache-paths.d.ts +48 -0
- package/dist/config/constants.d.ts +18 -0
- package/dist/config/host-path.d.ts +95 -0
- package/dist/config/lane-context.d.ts +117 -0
- package/dist/config/lane-permissions.d.ts +277 -0
- package/dist/config/schema.d.ts +10 -0
- package/dist/config/swarm-branch.d.ts +130 -0
- package/dist/hooks/delegation-gate.d.ts +42 -1
- package/dist/hooks/skill-propagation-gate.d.ts +10 -0
- package/dist/index.js +211 -199
- package/dist/memory/schema.d.ts +4 -4
- package/dist/tools/approve-plan-critic.d.ts +5 -0
- package/dist/tools/index.d.ts +1 -0
- package/dist/tools/manifest.d.ts +1 -0
- package/dist/tools/tool-metadata.d.ts +4 -0
- package/package.json +1 -1
- package/dist/cli/{index-bfd4xfpp.js → index-4qzeef9h.js} +3 -3
- package/dist/cli/{index-ryqnn3nv.js → index-mrtms113.js} +3 -3
- package/dist/cli/{index-m0ynxkaa.js → index-vm4xw9z3.js} +3 -3
|
@@ -33,6 +33,16 @@ coders without a recorded approval wastes cycles — the coder gate will
|
|
|
33
33
|
reject with `PLAN_CRITIC_GATE_VIOLATION`. One read-only call prevents
|
|
34
34
|
this entire failure class.
|
|
35
35
|
|
|
36
|
+
**Escape hatch (issue #2012):** If the critic genuinely returned APPROVED
|
|
37
|
+
but the mechanical recorder failed to persist the snapshot (verdict-format
|
|
38
|
+
mismatch, dispatch-signal miss, or a plan.json read race) AND re-running
|
|
39
|
+
MODE: CRITIC-GATE does not help, call `approve_plan_critic` with a
|
|
40
|
+
one-line `reason` (or ask the user to run `/swarm approve-plan-critic
|
|
41
|
+
<reason>`). This records a manual `plan_critic_gate` approval snapshot
|
|
42
|
+
tagged `method: "manual_override"`, audited to `.swarm/events.jsonl`.
|
|
43
|
+
Architect-only. Use ONLY when a legitimate APPROVED was lost — this is an
|
|
44
|
+
escape hatch, not a substitute for running the critic review.
|
|
45
|
+
|
|
36
46
|
CRITIC-GATE TRIGGER: Run ONCE when you first write the complete .swarm/plan.md.
|
|
37
47
|
Do NOT re-run CRITIC-GATE before every project phase.
|
|
38
48
|
If resuming a project with an existing approved plan, CRITIC-GATE is already satisfied.
|
package/dist/agents/index.d.ts
CHANGED
|
@@ -3,6 +3,18 @@ import { type PluginConfig } from '../config';
|
|
|
3
3
|
import { type AgentDefinition } from './architect';
|
|
4
4
|
import { type ProjectContext } from './template';
|
|
5
5
|
export type { AgentDefinition } from './architect';
|
|
6
|
+
/**
|
|
7
|
+
* Test-only dependency-injection seam. `getAgentConfigs` calls
|
|
8
|
+
* `_internals.createAgents(...)` instead of the module-local `createAgents`
|
|
9
|
+
* directly, so tests can substitute a synthetic agent set (e.g. a primary
|
|
10
|
+
* agent whose definition already declares a `permission` block) without
|
|
11
|
+
* `mock.module`, which leaks across files in Bun's shared test-runner
|
|
12
|
+
* process. Mutating this object is file-scoped and trivially restorable via
|
|
13
|
+
* `afterEach`.
|
|
14
|
+
*/
|
|
15
|
+
export declare const _internals: {
|
|
16
|
+
createAgents: typeof createAgents;
|
|
17
|
+
};
|
|
6
18
|
/**
|
|
7
19
|
* Strip the user-defined swarm prefix from an agent name to get the base
|
|
8
20
|
* canonical role.
|
|
@@ -12,9 +12,10 @@ import {
|
|
|
12
12
|
shouldRunOnStartup,
|
|
13
13
|
writeBackupArtifact,
|
|
14
14
|
writeDoctorArtifact
|
|
15
|
-
} from "./index-
|
|
16
|
-
import"./index-
|
|
15
|
+
} from "./index-a01r818w.js";
|
|
16
|
+
import"./index-p5kr35wh.js";
|
|
17
17
|
import"./index-bk5tah7q.js";
|
|
18
|
+
import"./index-3jcyn8g6.js";
|
|
18
19
|
import"./index-bpmtbmy9.js";
|
|
19
20
|
import"./index-z6xqpmqg.js";
|
|
20
21
|
import"./index-zjygnfay.js";
|
|
@@ -14,12 +14,13 @@ import {
|
|
|
14
14
|
resolveWorktreeBaseDir,
|
|
15
15
|
shortenWorktreePath,
|
|
16
16
|
writeLaneProfileToDiskReal
|
|
17
|
-
} from "./index-
|
|
17
|
+
} from "./index-c9ddxv4k.js";
|
|
18
18
|
import"./index-4rhhvd1a.js";
|
|
19
|
+
import"./index-3jcyn8g6.js";
|
|
19
20
|
import"./index-z6xqpmqg.js";
|
|
20
21
|
import"./index-zjygnfay.js";
|
|
21
|
-
import"./index-zgwm4ryv.js";
|
|
22
22
|
import"./index-y111zefa.js";
|
|
23
|
+
import"./index-zgwm4ryv.js";
|
|
23
24
|
import"./index-a76rekgs.js";
|
|
24
25
|
export {
|
|
25
26
|
writeLaneProfileToDiskReal,
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
authorizeCuration,
|
|
5
5
|
buildConfigFingerprintInput,
|
|
6
6
|
readCohortConfigFingerprint
|
|
7
|
-
} from "./index-
|
|
7
|
+
} from "./index-30pg2rs3.js";
|
|
8
8
|
import"./index-rtry5xyf.js";
|
|
9
|
-
import"./index-
|
|
9
|
+
import"./index-rv7s2k9y.js";
|
|
10
10
|
import"./index-ae75rja9.js";
|
|
11
11
|
import"./index-dzyjb33e.js";
|
|
12
12
|
import"./index-ey29aap6.js";
|
|
@@ -14,8 +14,8 @@ import"./index-fsrp8wp3.js";
|
|
|
14
14
|
import"./index-09b9zncg.js";
|
|
15
15
|
import"./index-7g4c7s5r.js";
|
|
16
16
|
import"./index-7a2hm51h.js";
|
|
17
|
-
import"./index-zgwm4ryv.js";
|
|
18
17
|
import"./index-y111zefa.js";
|
|
18
|
+
import"./index-zgwm4ryv.js";
|
|
19
19
|
import"./index-a76rekgs.js";
|
|
20
20
|
export {
|
|
21
21
|
readCohortConfigFingerprint,
|
|
@@ -10,16 +10,16 @@ import"./index-4rhhvd1a.js";
|
|
|
10
10
|
import {
|
|
11
11
|
readSwarmFileAsync,
|
|
12
12
|
validateSwarmPath
|
|
13
|
-
} from "./index-
|
|
13
|
+
} from "./index-4qzeef9h.js";
|
|
14
14
|
import"./index-fsrp8wp3.js";
|
|
15
15
|
import"./index-bpmtbmy9.js";
|
|
16
16
|
import"./index-z6xqpmqg.js";
|
|
17
17
|
import"./index-zjygnfay.js";
|
|
18
|
+
import"./index-y111zefa.js";
|
|
18
19
|
import {
|
|
19
20
|
init_logger,
|
|
20
21
|
warn
|
|
21
22
|
} from "./index-zgwm4ryv.js";
|
|
22
|
-
import"./index-y111zefa.js";
|
|
23
23
|
import"./index-a76rekgs.js";
|
|
24
24
|
|
|
25
25
|
// src/hooks/curator-drift.ts
|
|
@@ -14,55 +14,56 @@ import {
|
|
|
14
14
|
runCuratorInit,
|
|
15
15
|
runCuratorPhase,
|
|
16
16
|
writeCuratorSummary
|
|
17
|
-
} from "./index-
|
|
18
|
-
import"./index-
|
|
19
|
-
import"./index-
|
|
20
|
-
import"./index-
|
|
21
|
-
import"./index-
|
|
17
|
+
} from "./index-dwargd10.js";
|
|
18
|
+
import"./index-vm4xw9z3.js";
|
|
19
|
+
import"./index-kb7qy7an.js";
|
|
20
|
+
import"./index-a01r818w.js";
|
|
21
|
+
import"./index-cggqh2dz.js";
|
|
22
22
|
import"./index-4905hd2m.js";
|
|
23
23
|
import"./index-134d35c1.js";
|
|
24
|
-
import"./index-
|
|
25
|
-
import"./index-
|
|
26
|
-
import"./index-
|
|
24
|
+
import"./index-yf30m841.js";
|
|
25
|
+
import"./index-f52jt0am.js";
|
|
26
|
+
import"./index-36v55ryg.js";
|
|
27
27
|
import"./index-dg1njnms.js";
|
|
28
28
|
import"./index-c8s9a3zh.js";
|
|
29
29
|
import"./index-9ss2m4rs.js";
|
|
30
|
-
import"./index-
|
|
31
|
-
import"./index-
|
|
32
|
-
import"./index-
|
|
33
|
-
import"./index-
|
|
30
|
+
import"./index-y6a7gjtj.js";
|
|
31
|
+
import"./index-mrtms113.js";
|
|
32
|
+
import"./index-gxxxmajn.js";
|
|
33
|
+
import"./index-30pg2rs3.js";
|
|
34
34
|
import"./index-rtry5xyf.js";
|
|
35
|
-
import"./index-
|
|
36
|
-
import"./index-
|
|
35
|
+
import"./index-p9ngg568.js";
|
|
36
|
+
import"./index-rv7s2k9y.js";
|
|
37
37
|
import"./index-ae75rja9.js";
|
|
38
38
|
import"./index-dzyjb33e.js";
|
|
39
39
|
import"./index-ey29aap6.js";
|
|
40
|
-
import"./index-
|
|
40
|
+
import"./index-wygxzvtf.js";
|
|
41
41
|
import"./index-k5jrywpr.js";
|
|
42
42
|
import"./index-n832052r.js";
|
|
43
|
-
import"./index-
|
|
43
|
+
import"./index-p5kr35wh.js";
|
|
44
44
|
import"./index-bk5tah7q.js";
|
|
45
45
|
import"./index-8fwhhayc.js";
|
|
46
46
|
import"./index-q1exe2b3.js";
|
|
47
|
+
import"./index-tcn457d5.js";
|
|
47
48
|
import"./index-vg3yx648.js";
|
|
48
49
|
import"./index-wxyxf0bd.js";
|
|
49
50
|
import"./index-1kz6da87.js";
|
|
50
|
-
import"./index-
|
|
51
|
+
import"./index-x20cgr2q.js";
|
|
51
52
|
import"./index-b8zgtz81.js";
|
|
52
|
-
import"./index-
|
|
53
|
+
import"./index-c9ddxv4k.js";
|
|
53
54
|
import"./index-4rhhvd1a.js";
|
|
54
|
-
import"./index-
|
|
55
|
-
import"./index-
|
|
55
|
+
import"./index-3jcyn8g6.js";
|
|
56
|
+
import"./index-45t7w06b.js";
|
|
57
|
+
import"./index-4qzeef9h.js";
|
|
56
58
|
import"./index-fsrp8wp3.js";
|
|
57
59
|
import"./index-09b9zncg.js";
|
|
58
60
|
import"./index-7g4c7s5r.js";
|
|
59
|
-
import"./index-7a2hm51h.js";
|
|
60
61
|
import"./index-bpmtbmy9.js";
|
|
62
|
+
import"./index-7a2hm51h.js";
|
|
61
63
|
import"./index-z6xqpmqg.js";
|
|
62
64
|
import"./index-zjygnfay.js";
|
|
63
|
-
import"./index-zgwm4ryv.js";
|
|
64
|
-
import"./index-y6a7gjtj.js";
|
|
65
65
|
import"./index-y111zefa.js";
|
|
66
|
+
import"./index-zgwm4ryv.js";
|
|
66
67
|
import"./index-a76rekgs.js";
|
|
67
68
|
export {
|
|
68
69
|
writeCuratorSummary,
|
|
@@ -1,55 +1,56 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
createCuratorLLMDelegate
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
8
|
-
import"./index-
|
|
4
|
+
} from "./index-dwargd10.js";
|
|
5
|
+
import"./index-vm4xw9z3.js";
|
|
6
|
+
import"./index-kb7qy7an.js";
|
|
7
|
+
import"./index-a01r818w.js";
|
|
8
|
+
import"./index-cggqh2dz.js";
|
|
9
9
|
import"./index-4905hd2m.js";
|
|
10
10
|
import"./index-134d35c1.js";
|
|
11
|
-
import"./index-
|
|
12
|
-
import"./index-
|
|
13
|
-
import"./index-
|
|
11
|
+
import"./index-yf30m841.js";
|
|
12
|
+
import"./index-f52jt0am.js";
|
|
13
|
+
import"./index-36v55ryg.js";
|
|
14
14
|
import"./index-dg1njnms.js";
|
|
15
15
|
import"./index-c8s9a3zh.js";
|
|
16
16
|
import"./index-9ss2m4rs.js";
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
19
|
-
import"./index-
|
|
20
|
-
import"./index-
|
|
17
|
+
import"./index-y6a7gjtj.js";
|
|
18
|
+
import"./index-mrtms113.js";
|
|
19
|
+
import"./index-gxxxmajn.js";
|
|
20
|
+
import"./index-30pg2rs3.js";
|
|
21
21
|
import"./index-rtry5xyf.js";
|
|
22
|
-
import"./index-
|
|
23
|
-
import"./index-
|
|
22
|
+
import"./index-p9ngg568.js";
|
|
23
|
+
import"./index-rv7s2k9y.js";
|
|
24
24
|
import"./index-ae75rja9.js";
|
|
25
25
|
import"./index-dzyjb33e.js";
|
|
26
26
|
import"./index-ey29aap6.js";
|
|
27
|
-
import"./index-
|
|
27
|
+
import"./index-wygxzvtf.js";
|
|
28
28
|
import"./index-k5jrywpr.js";
|
|
29
29
|
import"./index-n832052r.js";
|
|
30
|
-
import"./index-
|
|
30
|
+
import"./index-p5kr35wh.js";
|
|
31
31
|
import"./index-bk5tah7q.js";
|
|
32
32
|
import"./index-8fwhhayc.js";
|
|
33
33
|
import"./index-q1exe2b3.js";
|
|
34
|
+
import"./index-tcn457d5.js";
|
|
34
35
|
import"./index-vg3yx648.js";
|
|
35
36
|
import"./index-wxyxf0bd.js";
|
|
36
37
|
import"./index-1kz6da87.js";
|
|
37
|
-
import"./index-
|
|
38
|
+
import"./index-x20cgr2q.js";
|
|
38
39
|
import"./index-b8zgtz81.js";
|
|
39
|
-
import"./index-
|
|
40
|
+
import"./index-c9ddxv4k.js";
|
|
40
41
|
import"./index-4rhhvd1a.js";
|
|
41
|
-
import"./index-
|
|
42
|
-
import"./index-
|
|
42
|
+
import"./index-3jcyn8g6.js";
|
|
43
|
+
import"./index-45t7w06b.js";
|
|
44
|
+
import"./index-4qzeef9h.js";
|
|
43
45
|
import"./index-fsrp8wp3.js";
|
|
44
46
|
import"./index-09b9zncg.js";
|
|
45
47
|
import"./index-7g4c7s5r.js";
|
|
46
|
-
import"./index-7a2hm51h.js";
|
|
47
48
|
import"./index-bpmtbmy9.js";
|
|
49
|
+
import"./index-7a2hm51h.js";
|
|
48
50
|
import"./index-z6xqpmqg.js";
|
|
49
51
|
import"./index-zjygnfay.js";
|
|
50
|
-
import"./index-zgwm4ryv.js";
|
|
51
|
-
import"./index-y6a7gjtj.js";
|
|
52
52
|
import"./index-y111zefa.js";
|
|
53
|
+
import"./index-zgwm4ryv.js";
|
|
53
54
|
import"./index-a76rekgs.js";
|
|
54
55
|
export {
|
|
55
56
|
createCuratorLLMDelegate
|
|
@@ -11,11 +11,11 @@ import {
|
|
|
11
11
|
defaultTestFilesFor,
|
|
12
12
|
detectProjectLanguages,
|
|
13
13
|
tokenizeCommand
|
|
14
|
-
} from "./index-
|
|
14
|
+
} from "./index-vm4xw9z3.js";
|
|
15
15
|
import"./index-z6xqpmqg.js";
|
|
16
16
|
import"./index-zjygnfay.js";
|
|
17
|
-
import"./index-zgwm4ryv.js";
|
|
18
17
|
import"./index-y111zefa.js";
|
|
18
|
+
import"./index-zgwm4ryv.js";
|
|
19
19
|
import"./index-a76rekgs.js";
|
|
20
20
|
|
|
21
21
|
// src/lang/dispatch.ts
|
package/dist/cli/{evidence-summary-service-feby8ny0.js → evidence-summary-service-w006jnpg.js}
RENAMED
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
loadPlanJsonOnly,
|
|
7
7
|
mergeDurableGateEntriesFromEvidence,
|
|
8
8
|
readDurableGateEvidence
|
|
9
|
-
} from "./index-
|
|
9
|
+
} from "./index-cggqh2dz.js";
|
|
10
10
|
import"./index-9ss2m4rs.js";
|
|
11
|
-
import"./index-
|
|
11
|
+
import"./index-mrtms113.js";
|
|
12
12
|
import"./index-ey29aap6.js";
|
|
13
13
|
import"./index-k5jrywpr.js";
|
|
14
14
|
import"./index-n832052r.js";
|
|
@@ -17,18 +17,18 @@ import"./index-wxyxf0bd.js";
|
|
|
17
17
|
import"./index-1kz6da87.js";
|
|
18
18
|
import"./index-b8zgtz81.js";
|
|
19
19
|
import"./index-4rhhvd1a.js";
|
|
20
|
-
import"./index-
|
|
20
|
+
import"./index-4qzeef9h.js";
|
|
21
21
|
import"./index-fsrp8wp3.js";
|
|
22
22
|
import"./index-09b9zncg.js";
|
|
23
23
|
import"./index-7g4c7s5r.js";
|
|
24
|
-
import"./index-7a2hm51h.js";
|
|
25
24
|
import"./index-bpmtbmy9.js";
|
|
25
|
+
import"./index-7a2hm51h.js";
|
|
26
26
|
import"./index-z6xqpmqg.js";
|
|
27
27
|
import"./index-zjygnfay.js";
|
|
28
|
+
import"./index-y111zefa.js";
|
|
28
29
|
import {
|
|
29
30
|
log
|
|
30
31
|
} from "./index-zgwm4ryv.js";
|
|
31
|
-
import"./index-y111zefa.js";
|
|
32
32
|
import"./index-a76rekgs.js";
|
|
33
33
|
|
|
34
34
|
// src/services/evidence-summary-service.ts
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
readTaskEvidenceRaw,
|
|
10
10
|
recordAgentDispatch,
|
|
11
11
|
recordGateEvidence
|
|
12
|
-
} from "./index-
|
|
12
|
+
} from "./index-mrtms113.js";
|
|
13
13
|
import"./index-ey29aap6.js";
|
|
14
14
|
import"./index-fsrp8wp3.js";
|
|
15
15
|
import"./index-09b9zncg.js";
|
|
16
16
|
import"./index-7g4c7s5r.js";
|
|
17
|
-
import"./index-7a2hm51h.js";
|
|
18
17
|
import"./index-bpmtbmy9.js";
|
|
18
|
+
import"./index-7a2hm51h.js";
|
|
19
19
|
import"./index-y111zefa.js";
|
|
20
20
|
import"./index-a76rekgs.js";
|
|
21
21
|
export {
|
|
@@ -1,56 +1,57 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailExplain
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
7
|
-
import"./index-
|
|
8
|
-
import"./index-
|
|
9
|
-
import"./index-
|
|
4
|
+
} from "./index-5436jxnw.js";
|
|
5
|
+
import"./index-dwargd10.js";
|
|
6
|
+
import"./index-vm4xw9z3.js";
|
|
7
|
+
import"./index-kb7qy7an.js";
|
|
8
|
+
import"./index-a01r818w.js";
|
|
9
|
+
import"./index-cggqh2dz.js";
|
|
10
10
|
import"./index-4905hd2m.js";
|
|
11
11
|
import"./index-134d35c1.js";
|
|
12
|
-
import"./index-
|
|
13
|
-
import"./index-
|
|
14
|
-
import"./index-
|
|
12
|
+
import"./index-yf30m841.js";
|
|
13
|
+
import"./index-f52jt0am.js";
|
|
14
|
+
import"./index-36v55ryg.js";
|
|
15
15
|
import"./index-dg1njnms.js";
|
|
16
16
|
import"./index-c8s9a3zh.js";
|
|
17
17
|
import"./index-9ss2m4rs.js";
|
|
18
|
-
import"./index-
|
|
19
|
-
import"./index-
|
|
20
|
-
import"./index-
|
|
21
|
-
import"./index-
|
|
18
|
+
import"./index-y6a7gjtj.js";
|
|
19
|
+
import"./index-mrtms113.js";
|
|
20
|
+
import"./index-gxxxmajn.js";
|
|
21
|
+
import"./index-30pg2rs3.js";
|
|
22
22
|
import"./index-rtry5xyf.js";
|
|
23
|
-
import"./index-
|
|
24
|
-
import"./index-
|
|
23
|
+
import"./index-p9ngg568.js";
|
|
24
|
+
import"./index-rv7s2k9y.js";
|
|
25
25
|
import"./index-ae75rja9.js";
|
|
26
26
|
import"./index-dzyjb33e.js";
|
|
27
27
|
import"./index-ey29aap6.js";
|
|
28
|
-
import"./index-
|
|
28
|
+
import"./index-wygxzvtf.js";
|
|
29
29
|
import"./index-k5jrywpr.js";
|
|
30
30
|
import"./index-n832052r.js";
|
|
31
|
-
import"./index-
|
|
31
|
+
import"./index-p5kr35wh.js";
|
|
32
32
|
import"./index-bk5tah7q.js";
|
|
33
33
|
import"./index-8fwhhayc.js";
|
|
34
34
|
import"./index-q1exe2b3.js";
|
|
35
|
+
import"./index-tcn457d5.js";
|
|
35
36
|
import"./index-vg3yx648.js";
|
|
36
37
|
import"./index-wxyxf0bd.js";
|
|
37
38
|
import"./index-1kz6da87.js";
|
|
38
|
-
import"./index-
|
|
39
|
+
import"./index-x20cgr2q.js";
|
|
39
40
|
import"./index-b8zgtz81.js";
|
|
40
|
-
import"./index-
|
|
41
|
+
import"./index-c9ddxv4k.js";
|
|
41
42
|
import"./index-4rhhvd1a.js";
|
|
42
|
-
import"./index-
|
|
43
|
-
import"./index-
|
|
43
|
+
import"./index-3jcyn8g6.js";
|
|
44
|
+
import"./index-45t7w06b.js";
|
|
45
|
+
import"./index-4qzeef9h.js";
|
|
44
46
|
import"./index-fsrp8wp3.js";
|
|
45
47
|
import"./index-09b9zncg.js";
|
|
46
48
|
import"./index-7g4c7s5r.js";
|
|
47
|
-
import"./index-7a2hm51h.js";
|
|
48
49
|
import"./index-bpmtbmy9.js";
|
|
50
|
+
import"./index-7a2hm51h.js";
|
|
49
51
|
import"./index-z6xqpmqg.js";
|
|
50
52
|
import"./index-zjygnfay.js";
|
|
51
|
-
import"./index-zgwm4ryv.js";
|
|
52
|
-
import"./index-y6a7gjtj.js";
|
|
53
53
|
import"./index-y111zefa.js";
|
|
54
|
+
import"./index-zgwm4ryv.js";
|
|
54
55
|
import"./index-a76rekgs.js";
|
|
55
56
|
export {
|
|
56
57
|
handleGuardrailExplain
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
import {
|
|
3
3
|
handleGuardrailLog
|
|
4
|
-
} from "./index-
|
|
5
|
-
import"./index-
|
|
6
|
-
import"./index-
|
|
4
|
+
} from "./index-bcmrg4t4.js";
|
|
5
|
+
import"./index-kb7qy7an.js";
|
|
6
|
+
import"./index-p5kr35wh.js";
|
|
7
7
|
import"./index-bk5tah7q.js";
|
|
8
|
+
import"./index-3jcyn8g6.js";
|
|
8
9
|
import"./index-bpmtbmy9.js";
|
|
9
10
|
import"./index-z6xqpmqg.js";
|
|
10
11
|
import"./index-zjygnfay.js";
|
|
11
|
-
import"./index-zgwm4ryv.js";
|
|
12
12
|
import"./index-y111zefa.js";
|
|
13
|
+
import"./index-zgwm4ryv.js";
|
|
13
14
|
import"./index-a76rekgs.js";
|
|
14
15
|
export {
|
|
15
16
|
handleGuardrailLog
|
|
@@ -7,57 +7,58 @@ import {
|
|
|
7
7
|
isHiveEligible,
|
|
8
8
|
promoteFromSwarm,
|
|
9
9
|
promoteToHive
|
|
10
|
-
} from "./index-
|
|
11
|
-
import"./index-
|
|
12
|
-
import"./index-
|
|
13
|
-
import"./index-
|
|
14
|
-
import"./index-
|
|
10
|
+
} from "./index-dwargd10.js";
|
|
11
|
+
import"./index-vm4xw9z3.js";
|
|
12
|
+
import"./index-kb7qy7an.js";
|
|
13
|
+
import"./index-a01r818w.js";
|
|
14
|
+
import"./index-cggqh2dz.js";
|
|
15
15
|
import"./index-4905hd2m.js";
|
|
16
16
|
import"./index-134d35c1.js";
|
|
17
|
-
import"./index-
|
|
18
|
-
import"./index-
|
|
19
|
-
import"./index-
|
|
17
|
+
import"./index-yf30m841.js";
|
|
18
|
+
import"./index-f52jt0am.js";
|
|
19
|
+
import"./index-36v55ryg.js";
|
|
20
20
|
import"./index-dg1njnms.js";
|
|
21
21
|
import"./index-c8s9a3zh.js";
|
|
22
22
|
import"./index-9ss2m4rs.js";
|
|
23
|
-
import"./index-
|
|
24
|
-
import"./index-
|
|
25
|
-
import"./index-
|
|
26
|
-
import"./index-
|
|
23
|
+
import"./index-y6a7gjtj.js";
|
|
24
|
+
import"./index-mrtms113.js";
|
|
25
|
+
import"./index-gxxxmajn.js";
|
|
26
|
+
import"./index-30pg2rs3.js";
|
|
27
27
|
import"./index-rtry5xyf.js";
|
|
28
28
|
import {
|
|
29
29
|
resolveHiveKnowledgePath
|
|
30
|
-
} from "./index-
|
|
31
|
-
import"./index-
|
|
30
|
+
} from "./index-p9ngg568.js";
|
|
31
|
+
import"./index-rv7s2k9y.js";
|
|
32
32
|
import"./index-ae75rja9.js";
|
|
33
33
|
import"./index-dzyjb33e.js";
|
|
34
34
|
import"./index-ey29aap6.js";
|
|
35
|
-
import"./index-
|
|
35
|
+
import"./index-wygxzvtf.js";
|
|
36
36
|
import"./index-k5jrywpr.js";
|
|
37
37
|
import"./index-n832052r.js";
|
|
38
|
-
import"./index-
|
|
38
|
+
import"./index-p5kr35wh.js";
|
|
39
39
|
import"./index-bk5tah7q.js";
|
|
40
40
|
import"./index-8fwhhayc.js";
|
|
41
41
|
import"./index-q1exe2b3.js";
|
|
42
|
+
import"./index-tcn457d5.js";
|
|
42
43
|
import"./index-vg3yx648.js";
|
|
43
44
|
import"./index-wxyxf0bd.js";
|
|
44
45
|
import"./index-1kz6da87.js";
|
|
45
|
-
import"./index-
|
|
46
|
+
import"./index-x20cgr2q.js";
|
|
46
47
|
import"./index-b8zgtz81.js";
|
|
47
|
-
import"./index-
|
|
48
|
+
import"./index-c9ddxv4k.js";
|
|
48
49
|
import"./index-4rhhvd1a.js";
|
|
49
|
-
import"./index-
|
|
50
|
-
import"./index-
|
|
50
|
+
import"./index-3jcyn8g6.js";
|
|
51
|
+
import"./index-45t7w06b.js";
|
|
52
|
+
import"./index-4qzeef9h.js";
|
|
51
53
|
import"./index-fsrp8wp3.js";
|
|
52
54
|
import"./index-09b9zncg.js";
|
|
53
55
|
import"./index-7g4c7s5r.js";
|
|
54
|
-
import"./index-7a2hm51h.js";
|
|
55
56
|
import"./index-bpmtbmy9.js";
|
|
57
|
+
import"./index-7a2hm51h.js";
|
|
56
58
|
import"./index-z6xqpmqg.js";
|
|
57
59
|
import"./index-zjygnfay.js";
|
|
58
|
-
import"./index-zgwm4ryv.js";
|
|
59
|
-
import"./index-y6a7gjtj.js";
|
|
60
60
|
import"./index-y111zefa.js";
|
|
61
|
+
import"./index-zgwm4ryv.js";
|
|
61
62
|
import"./index-a76rekgs.js";
|
|
62
63
|
export {
|
|
63
64
|
resolveHiveKnowledgePath,
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
loadPluginConfigWithMeta,
|
|
8
8
|
loadPluginConfigWithMetaAsync,
|
|
9
9
|
resolveWorktreeIsolationConfig
|
|
10
|
-
} from "./index-
|
|
10
|
+
} from "./index-wygxzvtf.js";
|
|
11
11
|
import {
|
|
12
12
|
ApprovalEvidenceSchema,
|
|
13
13
|
BaseEvidenceSchema,
|
|
@@ -34,8 +34,6 @@ import {
|
|
|
34
34
|
validateSpecContent
|
|
35
35
|
} from "./index-n832052r.js";
|
|
36
36
|
import {
|
|
37
|
-
ALL_AGENT_NAMES,
|
|
38
|
-
ALL_SUBAGENT_NAMES,
|
|
39
37
|
AUTO_REVIEW_V8_BURN_IN_DECISION,
|
|
40
38
|
AgentOverrideConfigSchema,
|
|
41
39
|
ApplyPatchConfigSchema,
|
|
@@ -43,26 +41,20 @@ import {
|
|
|
43
41
|
AutomationCapabilitiesSchema,
|
|
44
42
|
AutomationConfigSchema,
|
|
45
43
|
AutomationModeSchema,
|
|
46
|
-
DEFAULT_MODELS,
|
|
47
44
|
LeanTurboConfigSchema,
|
|
48
45
|
MemoryConfigSchema,
|
|
49
46
|
ModelPricingConfigSchema,
|
|
50
|
-
ORCHESTRATOR_NAME,
|
|
51
|
-
PIPELINE_AGENTS,
|
|
52
47
|
PhaseCompleteConfigSchema,
|
|
53
48
|
PipelineConfigSchema,
|
|
54
49
|
PluginConfigSchema,
|
|
55
50
|
PricingConfigSchema,
|
|
56
|
-
QA_AGENTS,
|
|
57
51
|
RepoGraphConfigSchema,
|
|
58
52
|
SkillPropagationConfigSchema,
|
|
59
53
|
SwarmConfigSchema,
|
|
60
54
|
TurboConfigSchema,
|
|
61
55
|
WorktreeIsolationConfigSchema,
|
|
62
|
-
isQAAgent,
|
|
63
|
-
isSubagent,
|
|
64
56
|
resolveAutoReviewConfig
|
|
65
|
-
} from "./index-
|
|
57
|
+
} from "./index-p5kr35wh.js";
|
|
66
58
|
import"./index-bk5tah7q.js";
|
|
67
59
|
import {
|
|
68
60
|
MigrationStatusSchema,
|
|
@@ -74,6 +66,16 @@ import {
|
|
|
74
66
|
TaskStatusSchema
|
|
75
67
|
} from "./index-1kz6da87.js";
|
|
76
68
|
import"./index-4rhhvd1a.js";
|
|
69
|
+
import {
|
|
70
|
+
ALL_AGENT_NAMES,
|
|
71
|
+
ALL_SUBAGENT_NAMES,
|
|
72
|
+
DEFAULT_MODELS,
|
|
73
|
+
ORCHESTRATOR_NAME,
|
|
74
|
+
PIPELINE_AGENTS,
|
|
75
|
+
QA_AGENTS,
|
|
76
|
+
isQAAgent,
|
|
77
|
+
isSubagent
|
|
78
|
+
} from "./index-3jcyn8g6.js";
|
|
77
79
|
import"./index-bpmtbmy9.js";
|
|
78
80
|
import"./index-zjygnfay.js";
|
|
79
81
|
import"./index-zgwm4ryv.js";
|