@shapeshift-labs/frontier-swarm-codex 0.5.124 → 0.5.125
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/README.md +8 -2
- package/dist/apply.d.ts.map +1 -1
- package/dist/apply.js +271 -1
- package/dist/apply.js.map +1 -1
- package/dist/types-collection.d.ts +8 -0
- package/dist/types-collection.d.ts.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -25,6 +25,7 @@ The published Frontier package family is generated from one shared package catal
|
|
|
25
25
|
- [`@shapeshift-labs/frontier-migrations`](https://www.npmjs.com/package/@shapeshift-labs/frontier-migrations): Boundary-first data migrations, import normalization, plugin/API version mapping, versioned envelopes, graph diagnostics, patch path rewrites, dry-run reports, and current-shape rehydration.
|
|
26
26
|
- [`@shapeshift-labs/frontier-event-log`](https://www.npmjs.com/package/@shapeshift-labs/frontier-event-log): Bounded event logs, replay cursors, consumer acknowledgements, keyed compaction, checkpoints, and Frontier patch event records.
|
|
27
27
|
- [`@shapeshift-labs/frontier-run`](https://www.npmjs.com/package/@shapeshift-labs/frontier-run): Append-only distributed run graphs, causal event DAGs, evidence nodes, lanes, leases, refs, segments, dashboard projections, and admission decision records for Frontier agent work.
|
|
28
|
+
- [`@shapeshift-labs/frontier-lease`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lease): Runtime-neutral semantic, file, package, and repository lease claims with fencing tokens, expiry, conflict checks, apply validation, and replayable evidence for Frontier collaboration.
|
|
28
29
|
- [`@shapeshift-labs/frontier-inspect`](https://www.npmjs.com/package/@shapeshift-labs/frontier-inspect): Cross-package inspection/evidence bundles, registry graph snapshots, feature/resource impact reports, timeline/event normalization, redaction, JSONL import/export, and AI-readable app feature maps.
|
|
29
30
|
- [`@shapeshift-labs/frontier-scheduler`](https://www.npmjs.com/package/@shapeshift-labs/frontier-scheduler): Deterministic work scheduling, lanes, cancellation, backpressure, frame policies, replay snapshots, and work graphs.
|
|
30
31
|
- [`@shapeshift-labs/frontier-logging`](https://www.npmjs.com/package/@shapeshift-labs/frontier-logging): Opt-in structured logging, browser telemetry, scheduled sinks, file sinks, exporters, benchmark traces, and Frontier patch/update summaries.
|
|
@@ -40,6 +41,8 @@ The published Frontier package family is generated from one shared package catal
|
|
|
40
41
|
- [`@shapeshift-labs/frontier-worker`](https://www.npmjs.com/package/@shapeshift-labs/frontier-worker): Serializable worker and edge task descriptors for Frontier apps, including queues, idempotency keys, retry and timeout policy, declared reads/writes/effects, snapshots, patch outputs, produced assets, execution records, logs, trace links, proof hashes, dedupe indexes, and registry graph output.
|
|
41
42
|
- [`@shapeshift-labs/frontier-queue`](https://www.npmjs.com/package/@shapeshift-labs/frontier-queue): Serializable durable queue state, leases, retries, dedupe keys, patch-carrying jobs, dead-letter records, replay evidence, and queue inspection for Frontier apps.
|
|
42
43
|
- [`@shapeshift-labs/frontier-swarm`](https://www.npmjs.com/package/@shapeshift-labs/frontier-swarm): Hierarchical swarm plans, lanes, compute profiles, ownership policy, semantic ownership regions, task queues, event streams, run records, merge bundles, merge indexes, queue overlays, merge admission, coordinator dashboards, changed-path checks, and proof artifacts for Frontier agent work.
|
|
44
|
+
- [`@shapeshift-labs/frontier-swarm-git`](https://www.npmjs.com/package/@shapeshift-labs/frontier-swarm-git): Node Git, workspace, patch, changed-path, write-fence, package-link repair, patch check, HEAD read, blob hash, and apply-ledger adapter for Frontier swarm runners.
|
|
45
|
+
- [`@shapeshift-labs/frontier-loom-ui`](https://www.npmjs.com/package/@shapeshift-labs/frontier-loom-ui): Read-only Loom and Frontier operator dashboard for workspace-lifetime progress, active agents, queue state, evidence/admission status, run events, semantic leases, gate executions, git apply/workspace evidence, and coordinator steering intent files.
|
|
43
46
|
- [`@shapeshift-labs/frontier-lang-kernel`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-kernel): Runtime-neutral semantic source graph, type/lattice/extern declarations, patch bundles, replay, hashing, evidence records, and merge-admission kernel for Frontier Lang.
|
|
44
47
|
- [`@shapeshift-labs/frontier-lang-parser`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-parser): Dependency-light Frontier Lang parser for modules, entities, state, actions, effects, types, externs, targets, and lattice declarations.
|
|
45
48
|
- [`@shapeshift-labs/frontier-lang-checker`](https://www.npmjs.com/package/@shapeshift-labs/frontier-lang-checker): Checker and diagnostics for Frontier Lang semantic documents, including type symbols, effects, regions, lattice laws, CRDT metadata, and patch evidence.
|
|
@@ -119,6 +122,7 @@ Package source repositories:
|
|
|
119
122
|
- [`siliconjungle/-shapeshift-labs-frontier-migrations`](https://github.com/siliconjungle/-shapeshift-labs-frontier-migrations)
|
|
120
123
|
- [`siliconjungle/-shapeshift-labs-frontier-event-log`](https://github.com/siliconjungle/-shapeshift-labs-frontier-event-log)
|
|
121
124
|
- [`siliconjungle/-shapeshift-labs-frontier-run`](https://github.com/siliconjungle/-shapeshift-labs-frontier-run)
|
|
125
|
+
- [`siliconjungle/-shapeshift-labs-frontier-lease`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lease)
|
|
122
126
|
- [`siliconjungle/-shapeshift-labs-frontier-inspect`](https://github.com/siliconjungle/-shapeshift-labs-frontier-inspect)
|
|
123
127
|
- [`siliconjungle/-shapeshift-labs-frontier-scheduler`](https://github.com/siliconjungle/-shapeshift-labs-frontier-scheduler)
|
|
124
128
|
- [`siliconjungle/-shapeshift-labs-frontier-logging`](https://github.com/siliconjungle/-shapeshift-labs-frontier-logging)
|
|
@@ -134,7 +138,9 @@ Package source repositories:
|
|
|
134
138
|
- [`siliconjungle/-shapeshift-labs-frontier-worker`](https://github.com/siliconjungle/-shapeshift-labs-frontier-worker)
|
|
135
139
|
- [`siliconjungle/-shapeshift-labs-frontier-queue`](https://github.com/siliconjungle/-shapeshift-labs-frontier-queue)
|
|
136
140
|
- [`siliconjungle/-shapeshift-labs-frontier-swarm`](https://github.com/siliconjungle/-shapeshift-labs-frontier-swarm)
|
|
141
|
+
- [`siliconjungle/-shapeshift-labs-frontier-swarm-git`](https://github.com/siliconjungle/-shapeshift-labs-frontier-swarm-git)
|
|
137
142
|
- [`siliconjungle/-shapeshift-labs-frontier-swarm-codex`](https://github.com/siliconjungle/-shapeshift-labs-frontier-swarm-codex)
|
|
143
|
+
- [`siliconjungle/frontier-loom-ui`](https://github.com/siliconjungle/frontier-loom-ui)
|
|
138
144
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-kernel`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-kernel)
|
|
139
145
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-parser`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-parser)
|
|
140
146
|
- [`siliconjungle/-shapeshift-labs-frontier-lang-checker`](https://github.com/siliconjungle/-shapeshift-labs-frontier-lang-checker)
|
|
@@ -393,7 +399,7 @@ It also writes `merge-index.json`, `queue-overlay.json`, `queue-outcome-model.js
|
|
|
393
399
|
|
|
394
400
|
Semantic safe-merge has one handoff contract. Workers write `evidence/semantic-imports.json` or a compact summary plus `semantic-imports.full.json.gz` from selected changed paths and task refs; records carry `baseSource`/`headSource` hashes, semantic edit script/projection/replay summaries, lineage, readiness, slice admission, and merge-candidate evidence. `merge.json`, collected `evidence.json`, and `patch-intent.json` carry that summary into collection, where `merge-admission.json`, `coordinator-query.json`, `compact-dashboard.json`, `merge-index.json`, and the collection buckets expose the coordinator lifecycle: `safe` means semantic collect admission is `ready`, `semanticGatePassed` is true, and the bundle is in `ready-to-apply/`; `no-op` means semantic replay already applied the edit or terminal state records `no-change`; `stale` means source hashes, stale anchors, or apply checks moved it to `stale-against-head/` or `rerun-work/`; `review` means admission is `review`, expected semantic evidence is missing, or the patch belongs in `needs-human-port/`; `blocked` means admission is `fail`, required commands or semantic blockers failed, an unanswered human question remains, or the bundle is in `failed-evidence/`.
|
|
395
401
|
|
|
396
|
-
`frontier-swarm apply --collection <dir>` is the safe-merge executor for the `safe` bucket. Dry runs record `git apply --check` results; write mode records checked, applied, rejected, and no-change outcomes in `apply-ledger.json` or collection-scoped `apply-ledger/apply-ledger.json`. `queue-outcome-model.json` and `terminal-state.json` are the auto-drain inputs: `continue` closes checked/applied/no-change/rejected work, keeps stale or rerun work ready for another wave, keeps coordinator-review work out of implementation jobs, and leaves unanswered human questions or conflicts blocked.
|
|
402
|
+
`frontier-swarm apply --collection <dir>` is the safe-merge executor for the `safe` bucket. Dry runs record `git apply --check` results; write mode records checked, applied, rejected, and no-change outcomes in `apply-ledger.json` or collection-scoped `apply-ledger/apply-ledger.json`. The git mechanics stay in `@shapeshift-labs/frontier-swarm-git`; this adapter also writes `gate-executions.jsonl`, `gate-summary.json`, `run-events.jsonl`, and `run-dashboard.json` beside the apply ledger so `frontier-test`, `frontier-run`, and dashboards can read the same coordinator evidence. `queue-outcome-model.json` and `terminal-state.json` are the auto-drain inputs: `continue` closes checked/applied/no-change/rejected work, keeps stale or rerun work ready for another wave, keeps coordinator-review work out of implementation jobs, and leaves unanswered human questions or conflicts blocked.
|
|
397
403
|
|
|
398
404
|
`run-events.jsonl` is the current run interchange format. It links the same flow into the Frontier run graph as run, lane, task, attempt, patch, evidence, verification, artifact, and decision nodes. `run-dashboard.json`, `coordinator-dashboard.json`, `compact-dashboard.json`, `coordinator-query.json`, `frontier-swarm query`, and tournament query expose the same `semanticEditAdmission`, readiness, stale/review/blocker reasons, sidecar counts, and apply or terminal outcomes so dashboards and scripts can agree without scraping worker workspaces.
|
|
399
405
|
|
|
@@ -403,7 +409,7 @@ Collection is also the archive boundary for large swarm runs. `collect` writes `
|
|
|
403
409
|
|
|
404
410
|
For closed-loop model routing, `collect` is the archive boundary that writes both `strategy-tournament.json` and `tournament-adaptive-feedback.json`. Then `frontier-swarm continue --collection <collection-dir> --routing-policy <current-policy.json> --outDir <continuation-dir>` appends model-routing feedback from the collected bundles and writes `<continuation-dir>/model-routing-policy.next.json`. The feedback includes model/tier, bucket, evidence quality, tournament recommendations, billable-token counts, estimated input/output cost, and whether the estimate is input-only or model-pricing is unknown, so the next policy can bias simple work toward cheaper profiles and reserve expensive models for work that pays off. When manifest/tasks are supplied, continuation feeds the generated policy into `next-plan.json` immediately and records `summary.nextJobRouting` with routed job ids, changed compute ids, matched feedback, matched cost signals, and matched preferences. Feed that next policy into later `frontier-swarm plan` or `frontier-swarm run` calls with `--routing-policy <continuation-dir>/model-routing-policy.next.json`; pair it with `--routing-mode fill|override|observe` when you want an explicit routing mode.
|
|
405
411
|
|
|
406
|
-
`frontier-swarm apply --collection <collection-dir>` reviews the `ready-to-apply/` bucket and writes `apply-ledger.json`. It defaults to `--dry-run`, which runs `git apply --check` without mutating the checkout. Non-dry-run apply refuses a dirty worktree unless `--allow-dirty` is passed, and can optionally create small branches with `--branch-prefix` and commits with `--commit`.
|
|
412
|
+
`frontier-swarm apply --collection <collection-dir>` reviews the `ready-to-apply/` bucket and writes `apply-ledger.json`. It defaults to `--dry-run`, which runs `git apply --check` without mutating the checkout. Non-dry-run apply refuses a dirty worktree unless `--allow-dirty` is passed, and can optionally create small branches with `--branch-prefix` and commits with `--commit`. The returned ledger includes `gateExecutionsPath`, `gateSummaryPath`, `runEventsPath`, and `runDashboardPath`; those files carry `frontier.test.gate-execution` records plus `frontier.run` verification and decision events for each checked, applied, committed, skipped, or failed bundle.
|
|
407
413
|
|
|
408
414
|
`frontier-swarm score --collection <collection-dir>` applies each collected bundle in a throwaway workspace and writes `patch-score.json`. Use `--workspace-include` / `--workspace-exclude` to keep score workspaces small, `--focused-command` for the gate that proves the slice, and `--global-command` with `--global-glob` for shared-code smoke/type/build gates. Scores are classified as `accepted-clean`, `accepted-needs-port`, `conflict`, `test-fail`, `stale`, or `evidence-only`, so the coordinator can review the best patch candidates before manually reading every bundle. When semantic import sidecars are present, the score entries include `semanticEvidence` with source-map mapping counts, semantic symbols, dependency relation counts/predicates, ownership regions, patch hints, lineage counts, semantic edit-script admission, semantic edit projection status, losses, readiness, proof obligation counts, failed/stale proof status, paradigm/lowering record counts, and an advisory score adjustment. Missing or empty semantic evidence downgrades otherwise clean source patches to `accepted-needs-port` instead of treating textual apply success as merge readiness; blocked or ambiguous lineage evidence, stale semantic edit anchors, conflicting semantic edit scripts, or blocked semantic edit projections also prevent an `accepted-clean` classification. If the collection has an `apply-ledger/apply-ledger.json`, scoring also emits `calibration` with landed job ids, predicted clean job ids, semantic auto-merge-candidate job ids, semantic candidate precision, false positives, and false negatives so tournament/adaptive scheduling can learn from actual merges.
|
|
409
415
|
|
package/dist/apply.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apply.d.ts","sourceRoot":"","sources":["../src/apply.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"apply.d.ts","sourceRoot":"","sources":["../src/apply.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,YAAY,CAAC;AAWpF,wBAAsB,yBAAyB,CAAC,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAsBjH"}
|
package/dist/apply.js
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
|
+
import fs from 'node:fs/promises';
|
|
1
2
|
import path from 'node:path';
|
|
3
|
+
import { createRunEvent, createRunNodeEvent, defineRunDecision, defineRunVerification } from '@shapeshift-labs/frontier-run';
|
|
2
4
|
import { applySwarmGitMergeCollection } from '@shapeshift-labs/frontier-swarm-git';
|
|
5
|
+
import { recordTestGateExecution, summarizeTestGateExecutions } from '@shapeshift-labs/frontier-test';
|
|
3
6
|
import { collectCodexSwarmRun } from './collect.js';
|
|
7
|
+
import { writeCodexRunDashboard, writeCodexRunEvents } from './run-events.js';
|
|
8
|
+
const APPLY_GATE_EXECUTIONS_FILE = 'gate-executions.jsonl';
|
|
9
|
+
const APPLY_GATE_SUMMARY_FILE = 'gate-summary.json';
|
|
10
|
+
const APPLY_RUN_EVENTS_FILE = 'run-events.jsonl';
|
|
11
|
+
const APPLY_RUN_DASHBOARD_FILE = 'run-dashboard.json';
|
|
4
12
|
export async function applyCodexSwarmCollection(input) {
|
|
5
13
|
const cwd = path.resolve(input.cwd ?? process.cwd());
|
|
6
14
|
if (!input.collection && !input.run)
|
|
@@ -8,7 +16,7 @@ export async function applyCodexSwarmCollection(input) {
|
|
|
8
16
|
const collectionDir = input.collection
|
|
9
17
|
? path.resolve(cwd, input.collection)
|
|
10
18
|
: (await collectCodexSwarmRun({ run: String(input.run ?? ''), cwd, outDir: input.outDir })).outDir;
|
|
11
|
-
|
|
19
|
+
const result = await applySwarmGitMergeCollection({
|
|
12
20
|
cwd,
|
|
13
21
|
collection: collectionDir,
|
|
14
22
|
outDir: input.outDir,
|
|
@@ -20,5 +28,267 @@ export async function applyCodexSwarmCollection(input) {
|
|
|
20
28
|
jobIds: input.jobIds,
|
|
21
29
|
limit: input.limit
|
|
22
30
|
});
|
|
31
|
+
const evidence = await writeCodexApplyEvidence(result);
|
|
32
|
+
const augmented = { ...result, ...evidence };
|
|
33
|
+
await fs.writeFile(path.join(result.outDir, 'apply-ledger.json'), JSON.stringify(augmented, null, 2) + '\n');
|
|
34
|
+
return augmented;
|
|
35
|
+
}
|
|
36
|
+
async function writeCodexApplyEvidence(result) {
|
|
37
|
+
await fs.mkdir(result.outDir, { recursive: true });
|
|
38
|
+
const applyLedgerPath = path.join(result.outDir, 'apply-ledger.json');
|
|
39
|
+
const gateExecutionsPath = path.join(result.outDir, APPLY_GATE_EXECUTIONS_FILE);
|
|
40
|
+
const gateSummaryPath = path.join(result.outDir, APPLY_GATE_SUMMARY_FILE);
|
|
41
|
+
const runEventsPath = path.join(result.outDir, APPLY_RUN_EVENTS_FILE);
|
|
42
|
+
const runDashboardPath = path.join(result.outDir, APPLY_RUN_DASHBOARD_FILE);
|
|
43
|
+
const gateExecutions = createCodexApplyGateExecutions(result, applyLedgerPath);
|
|
44
|
+
await fs.writeFile(gateExecutionsPath, gateExecutions.map((record) => JSON.stringify(record)).join('\n') + (gateExecutions.length ? '\n' : ''));
|
|
45
|
+
await fs.writeFile(gateSummaryPath, JSON.stringify(summarizeTestGateExecutions({
|
|
46
|
+
executions: gateExecutions,
|
|
47
|
+
packageScope: ['@shapeshift-labs/frontier-swarm-codex'],
|
|
48
|
+
artifacts: [relativePath(result.cwd, applyLedgerPath)]
|
|
49
|
+
}), null, 2) + '\n');
|
|
50
|
+
const runEvents = createCodexApplyRunEvents(result, gateExecutions, {
|
|
51
|
+
applyLedgerPath,
|
|
52
|
+
gateExecutionsPath,
|
|
53
|
+
gateSummaryPath
|
|
54
|
+
});
|
|
55
|
+
await writeCodexRunEvents(runEventsPath, runEvents);
|
|
56
|
+
await writeCodexRunDashboard(runDashboardPath, runEvents, {
|
|
57
|
+
runId: codexApplyRunId(result),
|
|
58
|
+
goal: `Apply Frontier swarm collection ${relativePath(result.cwd, result.collectionDir)}`,
|
|
59
|
+
metadata: {
|
|
60
|
+
source: 'frontier-swarm-codex.apply',
|
|
61
|
+
collectionDir: relativePath(result.cwd, result.collectionDir),
|
|
62
|
+
applyLedgerPath: relativePath(result.cwd, applyLedgerPath),
|
|
63
|
+
gateExecutionsPath: relativePath(result.cwd, gateExecutionsPath)
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
return {
|
|
67
|
+
gateExecutionsPath,
|
|
68
|
+
gateSummaryPath,
|
|
69
|
+
runEventsPath,
|
|
70
|
+
runDashboardPath,
|
|
71
|
+
evidence: {
|
|
72
|
+
gateExecutionCount: gateExecutions.length,
|
|
73
|
+
runEventCount: runEvents.length
|
|
74
|
+
}
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
function createCodexApplyGateExecutions(result, applyLedgerPath) {
|
|
78
|
+
const artifact = relativePath(result.cwd, applyLedgerPath);
|
|
79
|
+
const records = [];
|
|
80
|
+
for (const entry of result.entries) {
|
|
81
|
+
if (!entry.commands.length) {
|
|
82
|
+
records.push(recordTestGateExecution({
|
|
83
|
+
id: `gate.apply.${slug(entry.jobId)}.admission`,
|
|
84
|
+
kind: 'apply-admission',
|
|
85
|
+
status: entry.status === 'skipped' ? 'skipped' : entry.status === 'failed' ? 'failed' : 'unknown',
|
|
86
|
+
required: entry.status !== 'skipped',
|
|
87
|
+
startedAt: result.generatedAt,
|
|
88
|
+
finishedAt: result.generatedAt,
|
|
89
|
+
command: ['frontier-swarm-codex', 'apply'],
|
|
90
|
+
artifacts: [artifact],
|
|
91
|
+
package: '@shapeshift-labs/frontier-swarm-codex',
|
|
92
|
+
packageScope: ['@shapeshift-labs/frontier-swarm-codex'],
|
|
93
|
+
message: entry.error ?? `apply ${entry.status}`,
|
|
94
|
+
metadata: applyGateMetadata(result, entry, applyLedgerPath, 0)
|
|
95
|
+
}));
|
|
96
|
+
continue;
|
|
97
|
+
}
|
|
98
|
+
entry.commands.forEach((command, index) => {
|
|
99
|
+
records.push(recordTestGateExecution({
|
|
100
|
+
id: `gate.apply.${slug(entry.jobId)}.${index + 1}.${slug(command.command.join('-'))}`,
|
|
101
|
+
kind: applyGateKind(command.command),
|
|
102
|
+
status: command.status === 0 ? 'passed' : 'failed',
|
|
103
|
+
required: true,
|
|
104
|
+
startedAt: result.generatedAt,
|
|
105
|
+
finishedAt: result.generatedAt,
|
|
106
|
+
command: command.command,
|
|
107
|
+
exitCode: command.status,
|
|
108
|
+
stdoutTail: command.stdoutTail,
|
|
109
|
+
stderrTail: command.stderrTail,
|
|
110
|
+
failureTail: command.status === 0 ? [] : command.stderrTail,
|
|
111
|
+
artifacts: [artifact],
|
|
112
|
+
package: '@shapeshift-labs/frontier-swarm-codex',
|
|
113
|
+
packageScope: ['@shapeshift-labs/frontier-swarm-codex'],
|
|
114
|
+
message: command.status === 0 ? `apply command passed for ${entry.jobId}` : entry.error ?? `apply command failed for ${entry.jobId}`,
|
|
115
|
+
metadata: applyGateMetadata(result, entry, applyLedgerPath, index)
|
|
116
|
+
}));
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
return records;
|
|
120
|
+
}
|
|
121
|
+
function createCodexApplyRunEvents(result, gateExecutions, paths) {
|
|
122
|
+
const runId = codexApplyRunId(result);
|
|
123
|
+
const actorId = 'coordinator:apply';
|
|
124
|
+
const events = [];
|
|
125
|
+
let actorSeq = 1;
|
|
126
|
+
const push = (event) => {
|
|
127
|
+
events.push(event);
|
|
128
|
+
return event;
|
|
129
|
+
};
|
|
130
|
+
const created = push(createRunEvent({
|
|
131
|
+
runId,
|
|
132
|
+
actorId,
|
|
133
|
+
actorSeq: actorSeq++,
|
|
134
|
+
time: new Date(result.generatedAt).toISOString(),
|
|
135
|
+
type: 'run.created',
|
|
136
|
+
payload: {
|
|
137
|
+
goal: `Apply Frontier swarm collection ${relativePath(result.cwd, result.collectionDir)}`,
|
|
138
|
+
metadata: {
|
|
139
|
+
source: 'frontier-swarm-codex.apply',
|
|
140
|
+
dryRun: result.dryRun,
|
|
141
|
+
collectionDir: relativePath(result.cwd, result.collectionDir),
|
|
142
|
+
applyLedgerPath: relativePath(result.cwd, paths.applyLedgerPath),
|
|
143
|
+
gateExecutionsPath: relativePath(result.cwd, paths.gateExecutionsPath),
|
|
144
|
+
gateSummaryPath: relativePath(result.cwd, paths.gateSummaryPath),
|
|
145
|
+
summary: result.summary
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}));
|
|
149
|
+
let parentId = created.id;
|
|
150
|
+
for (const gate of gateExecutions) {
|
|
151
|
+
const verification = defineRunVerification({
|
|
152
|
+
id: `verification:${gate.id}`,
|
|
153
|
+
title: gate.command.join(' ') || gate.gateKind,
|
|
154
|
+
status: runVerificationStatus(gate.status),
|
|
155
|
+
command: gate.command[0],
|
|
156
|
+
args: gate.command.slice(1),
|
|
157
|
+
cwd: gate.cwd,
|
|
158
|
+
exitCode: gate.exitCode,
|
|
159
|
+
startedAt: new Date(gate.startedAt).toISOString(),
|
|
160
|
+
endedAt: new Date(gate.finishedAt).toISOString(),
|
|
161
|
+
required: gate.required,
|
|
162
|
+
summary: gate.message,
|
|
163
|
+
metadata: {
|
|
164
|
+
gateExecutionId: gate.id,
|
|
165
|
+
gateKind: gate.gateKind,
|
|
166
|
+
gateExecutionsPath: relativePath(result.cwd, paths.gateExecutionsPath),
|
|
167
|
+
applyLedgerPath: relativePath(result.cwd, paths.applyLedgerPath),
|
|
168
|
+
...(gate.metadata ?? {})
|
|
169
|
+
}
|
|
170
|
+
});
|
|
171
|
+
parentId = push(createRunNodeEvent(runId, actorId, actorSeq++, verification, {
|
|
172
|
+
parents: [parentId],
|
|
173
|
+
time: new Date(gate.finishedAt).toISOString()
|
|
174
|
+
})).id;
|
|
175
|
+
}
|
|
176
|
+
for (const entry of result.entries) {
|
|
177
|
+
const gateIds = gateExecutions
|
|
178
|
+
.filter((gate) => String(gate.metadata?.jobId ?? '') === entry.jobId)
|
|
179
|
+
.map((gate) => gate.id);
|
|
180
|
+
const decision = defineRunDecision({
|
|
181
|
+
id: `decision:apply:${slug(entry.jobId)}`,
|
|
182
|
+
title: `Apply ${entry.jobId}`,
|
|
183
|
+
decision: applyDecisionKind(entry.status),
|
|
184
|
+
subjectIds: [
|
|
185
|
+
`job:${entry.jobId}`,
|
|
186
|
+
...gateIds.map((id) => `verification:${id}`),
|
|
187
|
+
...(entry.patchPath ? [`patch:${entry.jobId}`] : [])
|
|
188
|
+
],
|
|
189
|
+
actorId,
|
|
190
|
+
reason: entry.error ?? applyDecisionReason(entry.status, result.dryRun),
|
|
191
|
+
requiredActions: applyDecisionRequiredActions(entry.status, entry.error),
|
|
192
|
+
metadata: jsonObject({
|
|
193
|
+
source: 'frontier-swarm-codex.apply',
|
|
194
|
+
jobId: entry.jobId,
|
|
195
|
+
applyStatus: entry.status,
|
|
196
|
+
dryRun: entry.dryRun,
|
|
197
|
+
bundlePath: relativePath(result.cwd, entry.bundlePath),
|
|
198
|
+
...(entry.patchPath ? { patchPath: relativePath(result.cwd, entry.patchPath) } : {}),
|
|
199
|
+
...(entry.commit ? { commit: entry.commit } : {}),
|
|
200
|
+
applyLedgerPath: relativePath(result.cwd, paths.applyLedgerPath),
|
|
201
|
+
gateExecutionsPath: relativePath(result.cwd, paths.gateExecutionsPath),
|
|
202
|
+
gateExecutionIds: gateIds,
|
|
203
|
+
...(entry.semanticLease ? { semanticLease: entry.semanticLease } : {})
|
|
204
|
+
})
|
|
205
|
+
});
|
|
206
|
+
parentId = push(createRunEvent({
|
|
207
|
+
runId,
|
|
208
|
+
actorId,
|
|
209
|
+
actorSeq: actorSeq++,
|
|
210
|
+
parents: [parentId],
|
|
211
|
+
time: new Date(result.generatedAt).toISOString(),
|
|
212
|
+
type: 'decision.recorded',
|
|
213
|
+
payload: { decision: decision }
|
|
214
|
+
})).id;
|
|
215
|
+
}
|
|
216
|
+
return events;
|
|
217
|
+
}
|
|
218
|
+
function applyGateMetadata(result, entry, applyLedgerPath, commandIndex) {
|
|
219
|
+
return {
|
|
220
|
+
source: 'frontier-swarm-codex.apply',
|
|
221
|
+
jobId: entry.jobId,
|
|
222
|
+
applyStatus: entry.status,
|
|
223
|
+
dryRun: entry.dryRun,
|
|
224
|
+
commandIndex,
|
|
225
|
+
collectionDir: relativePath(result.cwd, result.collectionDir),
|
|
226
|
+
bundlePath: relativePath(result.cwd, entry.bundlePath),
|
|
227
|
+
...(entry.patchPath ? { patchPath: relativePath(result.cwd, entry.patchPath) } : {}),
|
|
228
|
+
applyLedgerPath: relativePath(result.cwd, applyLedgerPath),
|
|
229
|
+
semanticLease: entry.semanticLease
|
|
230
|
+
};
|
|
231
|
+
}
|
|
232
|
+
function applyGateKind(command) {
|
|
233
|
+
const normalized = command.map((part) => part.toLowerCase());
|
|
234
|
+
if (normalized[0] === 'git' && normalized[1] === 'apply' && normalized.includes('--check'))
|
|
235
|
+
return 'git-apply-check';
|
|
236
|
+
if (normalized[0] === 'git' && normalized[1] === 'apply')
|
|
237
|
+
return 'git-apply';
|
|
238
|
+
if (normalized[0] === 'git' && normalized[1] === 'commit')
|
|
239
|
+
return 'git-commit';
|
|
240
|
+
if (normalized[0] === 'git' && normalized[1] === 'add')
|
|
241
|
+
return 'git-add';
|
|
242
|
+
if (normalized[0] === 'git' && normalized[1] === 'switch')
|
|
243
|
+
return 'git-branch';
|
|
244
|
+
return normalized.filter(Boolean).slice(0, 2).join('-') || 'apply-command';
|
|
245
|
+
}
|
|
246
|
+
function applyDecisionKind(status) {
|
|
247
|
+
if (status === 'applied' || status === 'committed')
|
|
248
|
+
return 'apply';
|
|
249
|
+
if (status === 'failed')
|
|
250
|
+
return 'rerun';
|
|
251
|
+
return 'record-only';
|
|
252
|
+
}
|
|
253
|
+
function applyDecisionReason(status, dryRun) {
|
|
254
|
+
if (status === 'checked')
|
|
255
|
+
return dryRun ? 'Patch passed apply check in dry run.' : 'Patch was checked.';
|
|
256
|
+
if (status === 'applied')
|
|
257
|
+
return 'Patch applied.';
|
|
258
|
+
if (status === 'committed')
|
|
259
|
+
return 'Patch applied and committed.';
|
|
260
|
+
if (status === 'skipped')
|
|
261
|
+
return 'Apply skipped for record-only bundle.';
|
|
262
|
+
return 'Apply failed; rerun or rebase is required.';
|
|
263
|
+
}
|
|
264
|
+
function applyDecisionRequiredActions(status, error) {
|
|
265
|
+
if (status !== 'failed')
|
|
266
|
+
return [];
|
|
267
|
+
if (error?.includes('semantic lease'))
|
|
268
|
+
return ['resolve-lease'];
|
|
269
|
+
if (error?.includes('git apply'))
|
|
270
|
+
return ['rerun-or-rebase'];
|
|
271
|
+
return ['coordinator-review'];
|
|
272
|
+
}
|
|
273
|
+
function runVerificationStatus(status) {
|
|
274
|
+
if (status === 'passed')
|
|
275
|
+
return 'passed';
|
|
276
|
+
if (status === 'failed' || status === 'blocked')
|
|
277
|
+
return 'failed';
|
|
278
|
+
if (status === 'skipped')
|
|
279
|
+
return 'skipped';
|
|
280
|
+
return 'pending';
|
|
281
|
+
}
|
|
282
|
+
function codexApplyRunId(result) {
|
|
283
|
+
return `frontier-swarm-codex:apply:${relativePath(result.cwd, result.collectionDir)}`;
|
|
284
|
+
}
|
|
285
|
+
function relativePath(cwd, file) {
|
|
286
|
+
return path.relative(cwd, file).replaceAll(path.sep, '/') || '.';
|
|
287
|
+
}
|
|
288
|
+
function slug(value) {
|
|
289
|
+
return value.toLowerCase().replace(/[^a-z0-9._-]+/g, '-').replace(/^-+|-+$/g, '') || 'item';
|
|
290
|
+
}
|
|
291
|
+
function jsonObject(value) {
|
|
292
|
+
return JSON.parse(JSON.stringify(value));
|
|
23
293
|
}
|
|
24
294
|
//# sourceMappingURL=apply.js.map
|
package/dist/apply.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apply.js","sourceRoot":"","sources":["../src/apply.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,WAAW,CAAC;AAC7B,OAAO,EAAE,4BAA4B,EAAE,MAAM,qCAAqC,CAAC;AAEnF,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEpD,MAAM,CAAC,KAAK,UAAU,yBAAyB,CAAC,KAA8B;IAC5E,MAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,GAAG,IAAI,OAAO,CAAC,GAAG,EAAE,CAAC,CAAC;IACrD,IAAI,CAAC,KAAK,CAAC,UAAU,IAAI,CAAC,KAAK,CAAC,GAAG;QAAE,MAAM,IAAI,KAAK,CAAC,sDAAsD,CAAC,CAAC;IAC7G,MAAM,aAAa,GAAG,KAAK,CAAC,UAAU;QACpC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,KAAK,CAAC,UAAU,CAAC;QACrC,CAAC,CAAC,CAAC,MAAM,oBAAoB,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,MAAM,CAAC;IACrG,OAAO,4BAA4B,CAAC;QAClC,GAAG;QACH,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,KAAK,CAAC,MAAM;QACpB,MAAM,EAAE,KAAK,CAAC,MAAM;QACpB,MAAM,EAAE,KAAK,CAAC,MAAM;QACpB,UAAU,EAAE,KAAK,CAAC,UAAU;QAC5B,MAAM,EAAE,KAAK,CAAC,MAAM;QACpB,YAAY,EAAE,KAAK,CAAC,YAAY;QAChC,MAAM,EAAE,KAAK,CAAC,MAAM;QACpB,KAAK,EAAE,KAAK,CAAC,KAAK;KACnB,CAAsC,CAAC;AAC1C,CAAC"}
|
|
1
|
+
{"version":3,"file":"apply.js","sourceRoot":"","sources":["../src/apply.ts"],"names":[],"mappings":"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"}
|
|
@@ -263,6 +263,14 @@ export interface FrontierCodexApplyResult {
|
|
|
263
263
|
generatedAt: number;
|
|
264
264
|
dryRun: boolean;
|
|
265
265
|
entries: FrontierCodexApplyEntry[];
|
|
266
|
+
gateExecutionsPath?: string;
|
|
267
|
+
gateSummaryPath?: string;
|
|
268
|
+
runEventsPath?: string;
|
|
269
|
+
runDashboardPath?: string;
|
|
270
|
+
evidence?: {
|
|
271
|
+
gateExecutionCount: number;
|
|
272
|
+
runEventCount: number;
|
|
273
|
+
};
|
|
266
274
|
summary: {
|
|
267
275
|
total: number;
|
|
268
276
|
checked: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types-collection.d.ts","sourceRoot":"","sources":["../src/types-collection.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"types-collection.d.ts","sourceRoot":"","sources":["../src/types-collection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iCAAiC,EACjC,0BAA0B,EAC1B,2BAA2B,EAC3B,wBAAwB,EACxB,uBAAuB,EACvB,8BAA8B,EAC9B,sCAAsC,EACtC,+BAA+B,EAC/B,wCAAwC,EACxC,uCAAuC,EACvC,yBAAyB,EAC1B,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EACV,oCAAoC,EACpC,uCAAuC,EACxC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,KAAK,EACV,wCAAwC,EACxC,2CAA2C,EAC3C,sCAAsC,EACtC,yCAAyC,EACzC,oCAAoC,EACpC,uCAAuC,EACxC,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EACV,kCAAkC,EAClC,qCAAqC,EACtC,MAAM,+BAA+B,CAAC;AACvC,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,KAAK,EAAE,8CAA8C,EAAE,MAAM,oCAAoC,CAAC;AACzG,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,wBAAwB,CAAC;AAEtF,mBAAmB,+BAA+B,CAAC;AACnD,mBAAmB,6BAA6B,CAAC;AAEjD,MAAM,MAAM,0BAA0B,GAClC,gBAAgB,GAChB,mBAAmB,GACnB,kBAAkB,GAClB,YAAY,GACZ,iBAAiB,GACjB,oBAAoB,CAAC;AAEzB,MAAM,WAAW,yBAAyB;IACxC,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,8BAA8B,CAAC;IACnD,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACjC;AAED,MAAM,WAAW,4BAA4B;IAC3C,MAAM,EAAE,0BAA0B,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,wBAAwB,CAAC;CAClC;AAED,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,OAAO,oCAAoC,CAAC;IAClD,OAAO,EAAE,OAAO,uCAAuC,CAAC;IACxD,EAAE,EAAE,OAAO,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC,0BAA0B,EAAE,4BAA4B,EAAE,CAAC,CAAC;IAC5E,UAAU,EAAE,uBAAuB,CAAC;IACpC,YAAY,EAAE,yBAAyB,CAAC;IACxC,iBAAiB,CAAC,EAAE,8BAA8B,CAAC;IACnD,aAAa,CAAC,EAAE,wCAAwC,CAAC;IACzD,kBAAkB,EAAE,+BAA+B,CAAC;IACpD,eAAe,EAAE,sCAAsC,CAAC;IACxD,0BAA0B,EAAE,uCAAuC,CAAC;IACpE,aAAa,EAAE,0BAA0B,CAAC;IAC1C,SAAS,EAAE,2BAA2B,CAAC;IACvC,SAAS,EAAE,iCAAiC,CAAC;IAC7C,gBAAgB,EAAE,6BAA6B,CAAC;IAChD,cAAc,EAAE,6BAA6B,CAAC,gBAAgB,CAAC,CAAC;IAChE,qBAAqB,EAAE,6BAA6B,CAAC,uBAAuB,CAAC,CAAC;IAC9E,2BAA2B,EAAE,6BAA6B,CAAC,6BAA6B,CAAC,CAAC;IAC1F,2BAA2B,EAAE,8CAA8C,CAAC;IAC5E,cAAc,EAAE,kCAAkC,CAAC;IACnD,cAAc,EAAE,qCAAqC,CAAC;IACtD,YAAY,CAAC,EAAE,gCAAgC,CAAC;IAChD,aAAa,CAAC,EAAE,gCAAgC,CAAC;IACjD,mBAAmB,CAAC,EAAE,gCAAgC,CAAC;IACvD,QAAQ,CAAC,EAAE,+BAA+B,CAAC;IAC3C,OAAO,EAAE,2BAA2B,CAAC;CACtC;AAED,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAC,0BAA0B,EAAE,MAAM,CAAC,GAAG;IACrF,KAAK,EAAE,MAAM,CAAC;IACd,4BAA4B,CAAC,EAAE,MAAM,CAAC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,+BAA+B,CAAC;IAC9C,YAAY,CAAC,EAAE,gCAAgC,CAAC;CACjD,CAAC;AAEF,MAAM,WAAW,mCAAmC;IAClD,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,OAAO,CAAC,wBAAwB,EAAE,SAAS,GAAG,WAAW,CAAC,CAAC;IACnE,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,+BAA+B;IAC9C,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,aAAa,EAAE,mCAAmC,EAAE,CAAC;CACtD;AAED,MAAM,WAAW,gCAAgC;IAC/C,qBAAqB,EAAE,MAAM,CAAC;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC,0BAA0B,EAAE,MAAM,CAAC,CAAC;IACzD,kBAAkB,EAAE,MAAM,CAAC,0BAA0B,EAAE,MAAM,CAAC,CAAC;IAC/D,kBAAkB,EAAE,MAAM,CAAC,0BAA0B,EAAE,MAAM,EAAE,CAAC,CAAC;IACjE,qBAAqB,EAAE,MAAM,CAAC,0BAA0B,EAAE,MAAM,CAAC,CAAC;IAClE,qBAAqB,EAAE,MAAM,CAAC,0BAA0B,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,2BAA2B,EAAE,MAAM,CAAC;IACpC,4BAA4B,EAAE,MAAM,EAAE,CAAC;IACvC,8BAA8B,EAAE,MAAM,CAAC;IACvC,+BAA+B,EAAE,MAAM,EAAE,CAAC;IAC1C,4BAA4B,EAAE,MAAM,CAAC;IACrC,6BAA6B,EAAE,MAAM,EAAE,CAAC;IACxC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,oBAAoB,EAAE,MAAM,EAAE,CAAC;IAC/B,0BAA0B,EAAE,MAAM,CAAC;IACnC,2BAA2B,EAAE,MAAM,EAAE,CAAC;IACtC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,oBAAoB,EAAE,MAAM,EAAE,CAAC;CAChC;AAED,MAAM,MAAM,8BAA8B,GAAG,MAAM,GAAG,SAAS,CAAC;AAEhE,MAAM,WAAW,+BAA+B;IAC9C,gBAAgB,CAAC,EAAE,qCAAqC,CAAC;IACzD,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,qCAAqC;IACpD,EAAE,EAAE,OAAO,CAAC;IACZ,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,WAAW,GAAG,oBAAoB,GAAG,YAAY,CAAC;IAC3D,cAAc,EAAE,8BAA8B,EAAE,CAAC;IACjD,eAAe,CAAC,EAAE,8BAA8B,EAAE,CAAC;IACnD,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,gCAAgC;IAC/C,EAAE,EAAE,OAAO,CAAC;IACZ,IAAI,EAAE,8BAA8B,CAAC;IACrC,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,qCAAqC,CAAC;IAC7C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,2BAA2B;IAC1C,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC;IACtC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,gCAAgC;IAC/C,IAAI,EAAE,OAAO,wCAAwC,CAAC;IACtD,OAAO,EAAE,OAAO,2CAA2C,CAAC;IAC5D,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,2BAA2B,EAAE,CAAC;IACvC,OAAO,EAAE;QACP,aAAa,EAAE,MAAM,CAAC;QACtB,UAAU,EAAE,MAAM,CAAC;QACnB,eAAe,EAAE,MAAM,CAAC;QACxB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,aAAa,EAAE,OAAO,CAAC;KACxB,CAAC;CACH;AAED,MAAM,WAAW,yBAAyB;IACxC,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,OAAO,sCAAsC,CAAC;IACpD,OAAO,EAAE,OAAO,yCAAyC,CAAC;IAC1D,EAAE,EAAE,OAAO,CAAC;IACZ,MAAM,EAAE,OAAO,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAC;QAAC,MAAM,EAAE,OAAO,CAAC;QAAC,IAAI,CAAC,EAAE,WAAW,GAAG,iBAAiB,CAAC;QAAC,OAAO,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IAChK,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,OAAO,EAAE;QAAE,cAAc,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,MAAM,CAAC;QAAC,gBAAgB,EAAE,MAAM,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,CAAC;QAAC,mBAAmB,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;CAC5I;AAED,MAAM,MAAM,wBAAwB,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAC;AAElG,MAAM,WAAW,uBAAuB;IACtC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,0BAA0B,GAAG,KAAK,CAAC;IAC5C,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,wBAAwB,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,KAAK,CAAC;QAAE,OAAO,EAAE,MAAM,EAAE,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,MAAM,EAAE,CAAC;QAAC,UAAU,EAAE,MAAM,EAAE,CAAA;KAAE,CAAC,CAAC;IACnG,aAAa,CAAC,EAAE,uCAAuC,CAAC;IACxD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,OAAO,oCAAoC,CAAC;IAClD,OAAO,EAAE,OAAO,uCAAuC,CAAC;IACxD,EAAE,EAAE,OAAO,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,uBAAuB,EAAE,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE;QACT,kBAAkB,EAAE,MAAM,CAAC;QAC3B,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;IACF,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;CACH"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapeshift-labs/frontier-swarm-codex",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.125",
|
|
4
4
|
"description": "Node Codex CLI runner adapter for Frontier swarm plans with resource allocation.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -65,7 +65,8 @@
|
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@shapeshift-labs/frontier-run": "0.1.0",
|
|
67
67
|
"@shapeshift-labs/frontier-swarm": "0.5.26",
|
|
68
|
-
"@shapeshift-labs/frontier-swarm-git": "0.1.2"
|
|
68
|
+
"@shapeshift-labs/frontier-swarm-git": "0.1.2",
|
|
69
|
+
"@shapeshift-labs/frontier-test": "0.1.2"
|
|
69
70
|
},
|
|
70
71
|
"optionalDependencies": {
|
|
71
72
|
"@shapeshift-labs/frontier-lang": "0.4.89"
|