@shapeshift-labs/frontier-swarm 0.5.9 → 0.5.11
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 +62 -3
- package/benchmarks/package-bench-fixtures.mjs +95 -0
- package/benchmarks/package-bench-rows.mjs +190 -0
- package/benchmarks/package-bench-runtime.mjs +94 -0
- package/benchmarks/package-bench.mjs +20 -307
- package/dist/adaptive-load-decisions.d.ts +6 -0
- package/dist/adaptive-load-decisions.d.ts.map +1 -0
- package/dist/adaptive-load-decisions.js +130 -0
- package/dist/adaptive-load-decisions.js.map +1 -0
- package/dist/adaptive-load-limits.d.ts +8 -0
- package/dist/adaptive-load-limits.d.ts.map +1 -0
- package/dist/adaptive-load-limits.js +105 -0
- package/dist/adaptive-load-limits.js.map +1 -0
- package/dist/adaptive-load-observations.d.ts +16 -0
- package/dist/adaptive-load-observations.d.ts.map +1 -0
- package/dist/adaptive-load-observations.js +248 -0
- package/dist/adaptive-load-observations.js.map +1 -0
- package/dist/adaptive-load-types.d.ts +108 -0
- package/dist/adaptive-load-types.d.ts.map +1 -0
- package/dist/adaptive-load-types.js +3 -0
- package/dist/adaptive-load-types.js.map +1 -0
- package/dist/adaptive-load.d.ts +10 -0
- package/dist/adaptive-load.d.ts.map +1 -0
- package/dist/adaptive-load.js +87 -0
- package/dist/adaptive-load.js.map +1 -0
- package/dist/adaptive-types.d.ts +118 -0
- package/dist/adaptive-types.d.ts.map +1 -0
- package/dist/adaptive-types.js +2 -0
- package/dist/adaptive-types.js.map +1 -0
- package/dist/artifact-routing-runtime.d.ts +3 -0
- package/dist/artifact-routing-runtime.d.ts.map +1 -0
- package/dist/artifact-routing-runtime.js +72 -0
- package/dist/artifact-routing-runtime.js.map +1 -0
- package/dist/auto-review.d.ts +47 -0
- package/dist/auto-review.d.ts.map +1 -0
- package/dist/auto-review.js +69 -0
- package/dist/auto-review.js.map +1 -0
- package/dist/blackboard.d.ts +81 -0
- package/dist/blackboard.d.ts.map +1 -0
- package/dist/blackboard.js +60 -0
- package/dist/blackboard.js.map +1 -0
- package/dist/coercion.d.ts +12 -0
- package/dist/coercion.d.ts.map +1 -0
- package/dist/coercion.js +48 -0
- package/dist/coercion.js.map +1 -0
- package/dist/constants.d.ts +94 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +94 -0
- package/dist/constants.js.map +1 -0
- package/dist/context-pack-runtime.d.ts +3 -0
- package/dist/context-pack-runtime.d.ts.map +1 -0
- package/dist/context-pack-runtime.js +77 -0
- package/dist/context-pack-runtime.js.map +1 -0
- package/dist/context-types.d.ts +188 -0
- package/dist/context-types.d.ts.map +1 -0
- package/dist/context-types.js +2 -0
- package/dist/context-types.js.map +1 -0
- package/dist/coordinator-dashboard-helpers.d.ts +14 -0
- package/dist/coordinator-dashboard-helpers.d.ts.map +1 -0
- package/dist/coordinator-dashboard-helpers.js +106 -0
- package/dist/coordinator-dashboard-helpers.js.map +1 -0
- package/dist/coordinator-dashboard-types.d.ts +161 -0
- package/dist/coordinator-dashboard-types.d.ts.map +1 -0
- package/dist/coordinator-dashboard-types.js +3 -0
- package/dist/coordinator-dashboard-types.js.map +1 -0
- package/dist/coordinator-dashboard.d.ts +4 -0
- package/dist/coordinator-dashboard.d.ts.map +1 -0
- package/dist/coordinator-dashboard.js +161 -0
- package/dist/coordinator-dashboard.js.map +1 -0
- package/dist/coordinator-scoring.d.ts +8 -0
- package/dist/coordinator-scoring.d.ts.map +1 -0
- package/dist/coordinator-scoring.js +134 -0
- package/dist/coordinator-scoring.js.map +1 -0
- package/dist/coordinator-types.d.ts +164 -0
- package/dist/coordinator-types.d.ts.map +1 -0
- package/dist/coordinator-types.js +2 -0
- package/dist/coordinator-types.js.map +1 -0
- package/dist/debug-runtime.d.ts +4 -0
- package/dist/debug-runtime.d.ts.map +1 -0
- package/dist/debug-runtime.js +93 -0
- package/dist/debug-runtime.js.map +1 -0
- package/dist/debug-types.d.ts +194 -0
- package/dist/debug-types.d.ts.map +1 -0
- package/dist/debug-types.js +2 -0
- package/dist/debug-types.js.map +1 -0
- package/dist/diagnostic-helpers.d.ts +5 -0
- package/dist/diagnostic-helpers.d.ts.map +1 -0
- package/dist/diagnostic-helpers.js +54 -0
- package/dist/diagnostic-helpers.js.map +1 -0
- package/dist/evidence-index-helpers.d.ts +10 -0
- package/dist/evidence-index-helpers.d.ts.map +1 -0
- package/dist/evidence-index-helpers.js +78 -0
- package/dist/evidence-index-helpers.js.map +1 -0
- package/dist/evidence-index.d.ts +4 -0
- package/dist/evidence-index.d.ts.map +1 -0
- package/dist/evidence-index.js +59 -0
- package/dist/evidence-index.js.map +1 -0
- package/dist/evidence-types.d.ts +151 -0
- package/dist/evidence-types.d.ts.map +1 -0
- package/dist/evidence-types.js +2 -0
- package/dist/evidence-types.js.map +1 -0
- package/dist/fixtures.d.ts +45 -0
- package/dist/fixtures.d.ts.map +1 -0
- package/dist/fixtures.js +39 -0
- package/dist/fixtures.js.map +1 -0
- package/dist/governance-types.d.ts +172 -0
- package/dist/governance-types.d.ts.map +1 -0
- package/dist/governance-types.js +2 -0
- package/dist/governance-types.js.map +1 -0
- package/dist/index.d.ts +35 -2933
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +34 -4526
- package/dist/index.js.map +1 -1
- package/dist/instrumentation-runtime.d.ts +6 -0
- package/dist/instrumentation-runtime.d.ts.map +1 -0
- package/dist/instrumentation-runtime.js +111 -0
- package/dist/instrumentation-runtime.js.map +1 -0
- package/dist/internal.d.ts +11 -0
- package/dist/internal.d.ts.map +1 -0
- package/dist/internal.js +49 -0
- package/dist/internal.js.map +1 -0
- package/dist/leases.d.ts +32 -0
- package/dist/leases.d.ts.map +1 -0
- package/dist/leases.js +36 -0
- package/dist/leases.js.map +1 -0
- package/dist/manifest-normalization.d.ts +8 -0
- package/dist/manifest-normalization.d.ts.map +1 -0
- package/dist/manifest-normalization.js +191 -0
- package/dist/manifest-normalization.js.map +1 -0
- package/dist/manifest-types.d.ts +227 -0
- package/dist/manifest-types.d.ts.map +1 -0
- package/dist/manifest-types.js +2 -0
- package/dist/manifest-types.js.map +1 -0
- package/dist/manifest.d.ts +7 -0
- package/dist/manifest.d.ts.map +1 -0
- package/dist/manifest.js +126 -0
- package/dist/manifest.js.map +1 -0
- package/dist/merge-admission.d.ts +3 -0
- package/dist/merge-admission.d.ts.map +1 -0
- package/dist/merge-admission.js +71 -0
- package/dist/merge-admission.js.map +1 -0
- package/dist/merge-bundles.d.ts +13 -0
- package/dist/merge-bundles.d.ts.map +1 -0
- package/dist/merge-bundles.js +144 -0
- package/dist/merge-bundles.js.map +1 -0
- package/dist/merge-classification.d.ts +6 -0
- package/dist/merge-classification.d.ts.map +1 -0
- package/dist/merge-classification.js +36 -0
- package/dist/merge-classification.js.map +1 -0
- package/dist/merge-index.d.ts +3 -0
- package/dist/merge-index.d.ts.map +1 -0
- package/dist/merge-index.js +130 -0
- package/dist/merge-index.js.map +1 -0
- package/dist/merge-plan-helpers.d.ts +11 -0
- package/dist/merge-plan-helpers.d.ts.map +1 -0
- package/dist/merge-plan-helpers.js +97 -0
- package/dist/merge-plan-helpers.js.map +1 -0
- package/dist/merge-plans-runtime.d.ts +8 -0
- package/dist/merge-plans-runtime.d.ts.map +1 -0
- package/dist/merge-plans-runtime.js +106 -0
- package/dist/merge-plans-runtime.js.map +1 -0
- package/dist/merge-review-types.d.ts +76 -0
- package/dist/merge-review-types.d.ts.map +1 -0
- package/dist/merge-review-types.js +2 -0
- package/dist/merge-review-types.js.map +1 -0
- package/dist/merge-review.d.ts +7 -0
- package/dist/merge-review.d.ts.map +1 -0
- package/dist/merge-review.js +142 -0
- package/dist/merge-review.js.map +1 -0
- package/dist/merge-types.d.ts +196 -0
- package/dist/merge-types.d.ts.map +1 -0
- package/dist/merge-types.js +2 -0
- package/dist/merge-types.js.map +1 -0
- package/dist/merge-wrappers.d.ts +5 -0
- package/dist/merge-wrappers.d.ts.map +1 -0
- package/dist/merge-wrappers.js +198 -0
- package/dist/merge-wrappers.js.map +1 -0
- package/dist/observability-types.d.ts +164 -0
- package/dist/observability-types.d.ts.map +1 -0
- package/dist/observability-types.js +2 -0
- package/dist/observability-types.js.map +1 -0
- package/dist/oracle-helpers.d.ts +6 -0
- package/dist/oracle-helpers.d.ts.map +1 -0
- package/dist/oracle-helpers.js +73 -0
- package/dist/oracle-helpers.js.map +1 -0
- package/dist/oracle-runtime.d.ts +5 -0
- package/dist/oracle-runtime.d.ts.map +1 -0
- package/dist/oracle-runtime.js +154 -0
- package/dist/oracle-runtime.js.map +1 -0
- package/dist/ownership-runtime.d.ts +6 -0
- package/dist/ownership-runtime.d.ts.map +1 -0
- package/dist/ownership-runtime.js +49 -0
- package/dist/ownership-runtime.js.map +1 -0
- package/dist/patch-stack-runtime.d.ts +4 -0
- package/dist/patch-stack-runtime.d.ts.map +1 -0
- package/dist/patch-stack-runtime.js +97 -0
- package/dist/patch-stack-runtime.js.map +1 -0
- package/dist/plan-helpers.d.ts +13 -0
- package/dist/plan-helpers.d.ts.map +1 -0
- package/dist/plan-helpers.js +236 -0
- package/dist/plan-helpers.js.map +1 -0
- package/dist/plan-selection.d.ts +7 -0
- package/dist/plan-selection.d.ts.map +1 -0
- package/dist/plan-selection.js +86 -0
- package/dist/plan-selection.js.map +1 -0
- package/dist/plan.d.ts +126 -0
- package/dist/plan.d.ts.map +1 -0
- package/dist/plan.js +67 -0
- package/dist/plan.js.map +1 -0
- package/dist/progress.d.ts +42 -0
- package/dist/progress.d.ts.map +1 -0
- package/dist/progress.js +31 -0
- package/dist/progress.js.map +1 -0
- package/dist/proof-runtime.d.ts +16 -0
- package/dist/proof-runtime.d.ts.map +1 -0
- package/dist/proof-runtime.js +143 -0
- package/dist/proof-runtime.js.map +1 -0
- package/dist/queue-overlays.d.ts +7 -0
- package/dist/queue-overlays.d.ts.map +1 -0
- package/dist/queue-overlays.js +184 -0
- package/dist/queue-overlays.js.map +1 -0
- package/dist/queue-types.d.ts +194 -0
- package/dist/queue-types.d.ts.map +1 -0
- package/dist/queue-types.js +2 -0
- package/dist/queue-types.js.map +1 -0
- package/dist/rebase-report.d.ts +3 -0
- package/dist/rebase-report.d.ts.map +1 -0
- package/dist/rebase-report.js +52 -0
- package/dist/rebase-report.js.map +1 -0
- package/dist/record-helpers.d.ts +15 -0
- package/dist/record-helpers.d.ts.map +1 -0
- package/dist/record-helpers.js +78 -0
- package/dist/record-helpers.js.map +1 -0
- package/dist/reference-oracle-runtime.d.ts +4 -0
- package/dist/reference-oracle-runtime.d.ts.map +1 -0
- package/dist/reference-oracle-runtime.js +89 -0
- package/dist/reference-oracle-runtime.js.map +1 -0
- package/dist/reference-types.d.ts +204 -0
- package/dist/reference-types.d.ts.map +1 -0
- package/dist/reference-types.js +2 -0
- package/dist/reference-types.js.map +1 -0
- package/dist/result-types.d.ts +75 -0
- package/dist/result-types.d.ts.map +1 -0
- package/dist/result-types.js +2 -0
- package/dist/result-types.js.map +1 -0
- package/dist/run-normalization.d.ts +9 -0
- package/dist/run-normalization.d.ts.map +1 -0
- package/dist/run-normalization.js +126 -0
- package/dist/run-normalization.js.map +1 -0
- package/dist/run-records.d.ts +8 -0
- package/dist/run-records.d.ts.map +1 -0
- package/dist/run-records.js +145 -0
- package/dist/run-records.js.map +1 -0
- package/dist/run-store-shards-runtime.d.ts +3 -0
- package/dist/run-store-shards-runtime.d.ts.map +1 -0
- package/dist/run-store-shards-runtime.js +54 -0
- package/dist/run-store-shards-runtime.js.map +1 -0
- package/dist/run-types.d.ts +112 -0
- package/dist/run-types.d.ts.map +1 -0
- package/dist/run-types.js +2 -0
- package/dist/run-types.js.map +1 -0
- package/dist/scheduler.d.ts +94 -0
- package/dist/scheduler.d.ts.map +1 -0
- package/dist/scheduler.js +213 -0
- package/dist/scheduler.js.map +1 -0
- package/dist/semantic-normalization.d.ts +3 -0
- package/dist/semantic-normalization.d.ts.map +1 -0
- package/dist/semantic-normalization.js +162 -0
- package/dist/semantic-normalization.js.map +1 -0
- package/dist/semantic-types.d.ts +229 -0
- package/dist/semantic-types.d.ts.map +1 -0
- package/dist/semantic-types.js +2 -0
- package/dist/semantic-types.js.map +1 -0
- package/dist/status-types.d.ts +28 -0
- package/dist/status-types.d.ts.map +1 -0
- package/dist/status-types.js +2 -0
- package/dist/status-types.js.map +1 -0
- package/dist/task-types.d.ts +165 -0
- package/dist/task-types.d.ts.map +1 -0
- package/dist/task-types.js +2 -0
- package/dist/task-types.js.map +1 -0
- package/dist/trace-helpers.d.ts +22 -0
- package/dist/trace-helpers.d.ts.map +1 -0
- package/dist/trace-helpers.js +181 -0
- package/dist/trace-helpers.js.map +1 -0
- package/dist/trace-runtime.d.ts +7 -0
- package/dist/trace-runtime.d.ts.map +1 -0
- package/dist/trace-runtime.js +196 -0
- package/dist/trace-runtime.js.map +1 -0
- package/dist/trace-types.d.ts +168 -0
- package/dist/trace-types.d.ts.map +1 -0
- package/dist/trace-types.js +2 -0
- package/dist/trace-types.js.map +1 -0
- package/dist/types.d.ts +19 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/usage-governor.d.ts +41 -0
- package/dist/usage-governor.d.ts.map +1 -0
- package/dist/usage-governor.js +43 -0
- package/dist/usage-governor.js.map +1 -0
- package/package.json +6 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,2934 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export declare const FRONTIER_SWARM_MERGE_INDEX_KIND = "frontier.swarm.merge-index";
|
|
37
|
-
export declare const FRONTIER_SWARM_MERGE_INDEX_VERSION = 1;
|
|
38
|
-
export declare const FRONTIER_SWARM_HOTSPOT_REPORT_KIND = "frontier.swarm.hotspot-report";
|
|
39
|
-
export declare const FRONTIER_SWARM_HOTSPOT_REPORT_VERSION = 1;
|
|
40
|
-
export declare const FRONTIER_SWARM_REVIEWER_LANE_PLAN_KIND = "frontier.swarm.reviewer-lane-plan";
|
|
41
|
-
export declare const FRONTIER_SWARM_REVIEWER_LANE_PLAN_VERSION = 1;
|
|
42
|
-
export declare const FRONTIER_SWARM_RUN_STORE_SHARDS_KIND = "frontier.swarm.run-store-shards";
|
|
43
|
-
export declare const FRONTIER_SWARM_RUN_STORE_SHARDS_VERSION = 1;
|
|
44
|
-
export declare const FRONTIER_SWARM_MERGE_ADMISSION_KIND = "frontier.swarm.merge-admission";
|
|
45
|
-
export declare const FRONTIER_SWARM_MERGE_ADMISSION_VERSION = 1;
|
|
46
|
-
export declare const FRONTIER_SWARM_CONTEXT_PACK_KIND = "frontier.swarm.context-pack";
|
|
47
|
-
export declare const FRONTIER_SWARM_CONTEXT_PACK_VERSION = 1;
|
|
48
|
-
export declare const FRONTIER_SWARM_ORACLE_CORPUS_KIND = "frontier.swarm.oracle-corpus";
|
|
49
|
-
export declare const FRONTIER_SWARM_ORACLE_CORPUS_VERSION = 1;
|
|
50
|
-
export declare const FRONTIER_SWARM_REPLAY_BUNDLE_KIND = "frontier.swarm.replay-bundle";
|
|
51
|
-
export declare const FRONTIER_SWARM_REPLAY_BUNDLE_VERSION = 1;
|
|
52
|
-
export declare const FRONTIER_SWARM_PARITY_ORACLE_KIND = "frontier.swarm.parity-oracle";
|
|
53
|
-
export declare const FRONTIER_SWARM_PARITY_ORACLE_VERSION = 1;
|
|
54
|
-
export declare const FRONTIER_SWARM_DIVERGENCE_REPORT_KIND = "frontier.swarm.divergence-report";
|
|
55
|
-
export declare const FRONTIER_SWARM_DIVERGENCE_REPORT_VERSION = 1;
|
|
56
|
-
export declare const FRONTIER_SWARM_OBSERVABILITY_POINT_KIND = "frontier.swarm.observability-point";
|
|
57
|
-
export declare const FRONTIER_SWARM_OBSERVABILITY_POINT_VERSION = 1;
|
|
58
|
-
export declare const FRONTIER_SWARM_WATCHPOINT_PLAN_KIND = "frontier.swarm.watchpoint-plan";
|
|
59
|
-
export declare const FRONTIER_SWARM_WATCHPOINT_PLAN_VERSION = 1;
|
|
60
|
-
export declare const FRONTIER_SWARM_DEBUG_HANDOFF_KIND = "frontier.swarm.debug-handoff";
|
|
61
|
-
export declare const FRONTIER_SWARM_DEBUG_HANDOFF_VERSION = 1;
|
|
62
|
-
export declare const FRONTIER_SWARM_INSTRUMENTATION_BUDGET_KIND = "frontier.swarm.instrumentation-budget";
|
|
63
|
-
export declare const FRONTIER_SWARM_INSTRUMENTATION_BUDGET_VERSION = 1;
|
|
64
|
-
export declare const FRONTIER_SWARM_BOTTLENECK_REPORT_KIND = "frontier.swarm.bottleneck-report";
|
|
65
|
-
export declare const FRONTIER_SWARM_BOTTLENECK_REPORT_VERSION = 1;
|
|
66
|
-
export declare const FRONTIER_SWARM_EVIDENCE_INDEX_KIND = "frontier.swarm.evidence-index";
|
|
67
|
-
export declare const FRONTIER_SWARM_EVIDENCE_INDEX_VERSION = 1;
|
|
68
|
-
export declare const FRONTIER_SWARM_BLACKBOARD_KIND = "frontier.swarm.blackboard";
|
|
69
|
-
export declare const FRONTIER_SWARM_BLACKBOARD_VERSION = 1;
|
|
70
|
-
export declare const FRONTIER_SWARM_REFERENCE_ORACLE_PLAN_KIND = "frontier.swarm.reference-oracle-plan";
|
|
71
|
-
export declare const FRONTIER_SWARM_REFERENCE_ORACLE_PLAN_VERSION = 1;
|
|
72
|
-
export declare const FRONTIER_SWARM_REFERENCE_ORACLE_RESPONSE_KIND = "frontier.swarm.reference-oracle-response";
|
|
73
|
-
export declare const FRONTIER_SWARM_REFERENCE_ORACLE_RESPONSE_VERSION = 1;
|
|
74
|
-
export declare const FRONTIER_SWARM_ARTIFACT_ROUTING_PLAN_KIND = "frontier.swarm.artifact-routing-plan";
|
|
75
|
-
export declare const FRONTIER_SWARM_ARTIFACT_ROUTING_PLAN_VERSION = 1;
|
|
76
|
-
export declare const FRONTIER_SWARM_SCHEDULER_RECOMMENDATIONS_KIND = "frontier.swarm.scheduler-recommendations";
|
|
77
|
-
export declare const FRONTIER_SWARM_SCHEDULER_RECOMMENDATIONS_VERSION = 1;
|
|
78
|
-
export declare const FRONTIER_SWARM_FIXTURE_CATALOG_KIND = "frontier.swarm.fixture-catalog";
|
|
79
|
-
export declare const FRONTIER_SWARM_FIXTURE_CATALOG_VERSION = 1;
|
|
80
|
-
export declare const FRONTIER_SWARM_PROGRESS_MODEL_KIND = "frontier.swarm.progress-model";
|
|
81
|
-
export declare const FRONTIER_SWARM_PROGRESS_MODEL_VERSION = 1;
|
|
82
|
-
export declare const FRONTIER_SWARM_AUTO_REVIEW_REPORT_KIND = "frontier.swarm.auto-review-report";
|
|
83
|
-
export declare const FRONTIER_SWARM_AUTO_REVIEW_REPORT_VERSION = 1;
|
|
84
|
-
export declare const FRONTIER_SWARM_REBASE_REPORT_KIND = "frontier.swarm.rebase-report";
|
|
85
|
-
export declare const FRONTIER_SWARM_REBASE_REPORT_VERSION = 1;
|
|
86
|
-
export declare const FRONTIER_SWARM_USAGE_GOVERNOR_KIND = "frontier.swarm.usage-governor";
|
|
87
|
-
export declare const FRONTIER_SWARM_USAGE_GOVERNOR_VERSION = 1;
|
|
88
|
-
export declare const FRONTIER_SWARM_LANE_PLAYBOOK_KIND = "frontier.swarm.lane-playbook";
|
|
89
|
-
export declare const FRONTIER_SWARM_LANE_PLAYBOOK_VERSION = 1;
|
|
90
|
-
export declare const FRONTIER_SWARM_PATCH_STACK_PLAN_KIND = "frontier.swarm.patch-stack-plan";
|
|
91
|
-
export declare const FRONTIER_SWARM_PATCH_STACK_PLAN_VERSION = 1;
|
|
92
|
-
export declare const FRONTIER_SWARM_COORDINATOR_DASHBOARD_KIND = "frontier.swarm.coordinator-dashboard";
|
|
93
|
-
export declare const FRONTIER_SWARM_COORDINATOR_DASHBOARD_VERSION = 1;
|
|
94
|
-
export declare const FRONTIER_SWARM_ADAPTIVE_LOAD_PLAN_KIND = "frontier.swarm.adaptive-load-plan";
|
|
95
|
-
export declare const FRONTIER_SWARM_ADAPTIVE_LOAD_PLAN_VERSION = 1;
|
|
96
|
-
export declare const FRONTIER_SWARM_DEFAULT_CODEX_COMPUTE_ID = "codex.gpt-5.5.xhigh";
|
|
97
|
-
export declare const FRONTIER_SWARM_DEFAULT_MODEL = "gpt-5.5";
|
|
98
|
-
export declare const FRONTIER_SWARM_DEFAULT_REASONING_EFFORT = "xhigh";
|
|
99
|
-
export type FrontierSwarmComputeKind = 'codex' | 'shell' | 'human' | 'external' | string;
|
|
100
|
-
export type FrontierSwarmReasoningEffort = 'minimal' | 'low' | 'medium' | 'high' | 'xhigh' | string;
|
|
101
|
-
export type FrontierSwarmPolicyMode = 'advisory' | 'hard-file-ownership' | string;
|
|
102
|
-
export type FrontierSwarmTaskStatus = 'open' | 'planned' | 'running' | 'blocked' | 'failed' | 'completed' | 'verified' | string;
|
|
103
|
-
export type FrontierSwarmJobStatus = 'planned' | 'scheduled' | 'running' | 'blocked' | 'failed' | 'completed' | 'verified' | string;
|
|
104
|
-
export type FrontierSwarmMergeReadiness = 'discovery-only' | 'patch-candidate' | 'verified-patch' | 'rejected' | 'blocked' | string;
|
|
105
|
-
export type FrontierSwarmMergeDisposition = 'auto-mergeable' | 'needs-port' | 'discovery-only' | 'rejected' | 'blocked' | 'stale-against-head' | string;
|
|
106
|
-
export type FrontierSwarmRiskLevel = 'low' | 'medium' | 'high' | 'unknown' | string;
|
|
107
|
-
export type FrontierSwarmPatchStatus = 'unknown' | 'applies' | 'missing' | 'stale' | 'failed-check' | string;
|
|
108
|
-
export type FrontierSwarmQueueOverlayStatus = 'satisfied' | 'ready-to-apply' | 'needs-human-port' | 'failed-evidence' | 'stale-against-head' | 'discovery-only' | 'blocked' | 'rejected' | 'unknown' | string;
|
|
109
|
-
export type FrontierSwarmParityOracleStatus = 'pending' | 'passed' | 'failed' | 'blocked' | 'skipped' | string;
|
|
110
|
-
export type FrontierSwarmDivergenceSeverity = 'info' | 'warning' | 'error' | 'critical' | string;
|
|
111
|
-
export type FrontierSwarmWatchpointAction = 'break' | 'log' | 'capture' | 'handoff' | string;
|
|
112
|
-
export type FrontierSwarmBottleneckKind = 'correctness' | 'performance' | 'instrumentation-overhead' | 'missing-oracle' | 'flaky-harness' | 'blocked-dependency' | 'merge-review' | 'resource-capacity' | 'budget' | 'queue' | string;
|
|
113
|
-
export type FrontierSwarmConfidence = 'low' | 'medium' | 'high' | string;
|
|
114
|
-
export type FrontierSwarmBlackboardEntryKind = 'fact' | 'divergence' | 'rejected-theory' | 'ownership' | 'decision' | string;
|
|
115
|
-
export type FrontierSwarmProgressStatus = 'not-started' | 'declared' | 'implemented' | 'structure-verified' | 'visual-verified' | 'functional-verified' | 'collaboration-verified' | 'accepted' | 'rejected' | 'blocked' | string;
|
|
116
|
-
export type FrontierSwarmAutoReviewFindingKind = 'stub-risk' | 'missing-evidence' | 'ownership-violation' | 'overlarge-patch' | 'weak-evidence' | 'strict-source-policy' | string;
|
|
117
|
-
export type FrontierSwarmRebaseStatus = 'clean-apply' | 'textual-conflict' | 'semantic-overlap' | 'stale-evidence' | 'needs-rerun' | string;
|
|
118
|
-
export type FrontierSwarmCoordinatorLiveness = 'running' | 'finished' | 'missing' | 'unknown' | string;
|
|
119
|
-
export type FrontierSwarmCoordinatorAdmissionStatus = 'admitted' | 'deferred' | 'not-admissible' | 'unknown' | string;
|
|
120
|
-
export type FrontierSwarmAdaptiveMode = 'off' | 'observe' | 'conservative' | 'balanced' | 'aggressive' | string;
|
|
121
|
-
export type FrontierSwarmAdaptiveObservationKind = 'resource-capacity' | 'lane-capacity' | 'concurrency-key-capacity' | 'compute-capacity' | 'ready-capacity' | 'evidence-failure' | 'merge-conflict' | 'stale-patch' | 'browser-contention' | 'semantic-empty' | 'semantic-weak' | 'log-noise' | 'discovery-only-output' | 'duplicate-output' | 'budget-pressure' | 'slow-job' | 'healthy-throughput' | string;
|
|
122
|
-
export type FrontierSwarmAdaptiveObservationSeverity = 'info' | 'warning' | 'error' | 'critical' | string;
|
|
123
|
-
export type FrontierSwarmAdaptiveDecisionAction = 'observe' | 'decrease' | 'increase' | 'hold' | string;
|
|
124
|
-
export type FrontierSwarmAdaptiveDecisionTarget = 'max-ready-jobs' | 'lane' | 'concurrency-key' | 'compute' | 'resource' | string;
|
|
125
|
-
export interface FrontierSwarmComputeInput {
|
|
126
|
-
id: string;
|
|
127
|
-
kind?: FrontierSwarmComputeKind;
|
|
128
|
-
title?: string;
|
|
129
|
-
model?: string;
|
|
130
|
-
reasoningEffort?: FrontierSwarmReasoningEffort;
|
|
131
|
-
serviceTier?: string;
|
|
132
|
-
profile?: string;
|
|
133
|
-
sandbox?: string;
|
|
134
|
-
approval?: string;
|
|
135
|
-
maxConcurrency?: number;
|
|
136
|
-
timeoutMs?: number;
|
|
137
|
-
metadata?: unknown;
|
|
138
|
-
}
|
|
139
|
-
export interface FrontierSwarmCompute {
|
|
140
|
-
id: string;
|
|
141
|
-
kind: FrontierSwarmComputeKind;
|
|
142
|
-
title?: string;
|
|
143
|
-
model?: string;
|
|
144
|
-
reasoningEffort?: FrontierSwarmReasoningEffort;
|
|
145
|
-
serviceTier?: string;
|
|
146
|
-
profile?: string;
|
|
147
|
-
sandbox?: string;
|
|
148
|
-
approval?: string;
|
|
149
|
-
maxConcurrency?: number;
|
|
150
|
-
timeoutMs?: number;
|
|
151
|
-
metadata?: JsonObject;
|
|
152
|
-
}
|
|
153
|
-
export interface FrontierSwarmLayerInput {
|
|
154
|
-
id: string;
|
|
155
|
-
title?: string;
|
|
156
|
-
description?: string;
|
|
157
|
-
parentId?: string;
|
|
158
|
-
compute?: string;
|
|
159
|
-
defaultCompute?: string;
|
|
160
|
-
childCompute?: Record<string, string>;
|
|
161
|
-
tags?: readonly string[];
|
|
162
|
-
metadata?: unknown;
|
|
163
|
-
}
|
|
164
|
-
export interface FrontierSwarmLayer {
|
|
165
|
-
id: string;
|
|
166
|
-
title: string;
|
|
167
|
-
description?: string;
|
|
168
|
-
parentId?: string;
|
|
169
|
-
compute?: string;
|
|
170
|
-
defaultCompute?: string;
|
|
171
|
-
childCompute: Record<string, string>;
|
|
172
|
-
tags: string[];
|
|
173
|
-
metadata?: JsonObject;
|
|
174
|
-
}
|
|
175
|
-
export interface FrontierSwarmOwnershipRegionInput {
|
|
176
|
-
id: string;
|
|
177
|
-
title?: string;
|
|
178
|
-
description?: string;
|
|
179
|
-
globs?: readonly string[];
|
|
180
|
-
paths?: readonly string[];
|
|
181
|
-
selectors?: readonly string[];
|
|
182
|
-
owner?: string;
|
|
183
|
-
metadata?: unknown;
|
|
184
|
-
}
|
|
185
|
-
export interface FrontierSwarmOwnershipRegion {
|
|
186
|
-
id: string;
|
|
187
|
-
title: string;
|
|
188
|
-
description?: string;
|
|
189
|
-
globs: string[];
|
|
190
|
-
selectors: string[];
|
|
191
|
-
owner?: string;
|
|
192
|
-
metadata?: JsonObject;
|
|
193
|
-
}
|
|
194
|
-
export interface FrontierSwarmLaneInput {
|
|
195
|
-
id: string;
|
|
196
|
-
title?: string;
|
|
197
|
-
description?: string;
|
|
198
|
-
layer?: string;
|
|
199
|
-
compute?: string;
|
|
200
|
-
allowedWrites?: readonly string[];
|
|
201
|
-
allowedGlobs?: readonly string[];
|
|
202
|
-
sharedReadOnly?: readonly string[];
|
|
203
|
-
neverEdit?: readonly string[];
|
|
204
|
-
ownershipRegions?: readonly FrontierSwarmOwnershipRegionInput[];
|
|
205
|
-
capabilities?: readonly string[];
|
|
206
|
-
resourceRequirements?: FrontierSwarmResourceRequirementsInput;
|
|
207
|
-
worktreePath?: string;
|
|
208
|
-
evidencePrefix?: string;
|
|
209
|
-
evidenceOutDirPrefix?: string;
|
|
210
|
-
concurrencyKey?: string;
|
|
211
|
-
maxConcurrency?: number;
|
|
212
|
-
handoffCommands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
213
|
-
tags?: readonly string[];
|
|
214
|
-
metadata?: unknown;
|
|
215
|
-
}
|
|
216
|
-
export interface FrontierSwarmLane {
|
|
217
|
-
id: string;
|
|
218
|
-
title: string;
|
|
219
|
-
description?: string;
|
|
220
|
-
layer?: string;
|
|
221
|
-
compute?: string;
|
|
222
|
-
allowedWrites: string[];
|
|
223
|
-
sharedReadOnly: string[];
|
|
224
|
-
neverEdit: string[];
|
|
225
|
-
ownershipRegions: FrontierSwarmOwnershipRegion[];
|
|
226
|
-
capabilities: string[];
|
|
227
|
-
resourceRequirements?: FrontierSwarmResourceRequirements;
|
|
228
|
-
worktreePath?: string;
|
|
229
|
-
evidencePrefix?: string;
|
|
230
|
-
concurrencyKey: string;
|
|
231
|
-
maxConcurrency?: number;
|
|
232
|
-
handoffCommands: FrontierSwarmCommand[];
|
|
233
|
-
tags: string[];
|
|
234
|
-
metadata?: JsonObject;
|
|
235
|
-
}
|
|
236
|
-
export interface FrontierSwarmCommandInput {
|
|
237
|
-
name?: string;
|
|
238
|
-
command: string;
|
|
239
|
-
args?: readonly string[];
|
|
240
|
-
required?: boolean;
|
|
241
|
-
cwd?: string;
|
|
242
|
-
metadata?: unknown;
|
|
243
|
-
}
|
|
244
|
-
export interface FrontierSwarmCommand {
|
|
245
|
-
name: string;
|
|
246
|
-
command: string;
|
|
247
|
-
args: string[];
|
|
248
|
-
required: boolean;
|
|
249
|
-
cwd?: string;
|
|
250
|
-
metadata?: JsonObject;
|
|
251
|
-
}
|
|
252
|
-
export interface FrontierSwarmBrowserResourceInput {
|
|
253
|
-
required?: boolean;
|
|
254
|
-
portPool?: readonly (string | number)[];
|
|
255
|
-
profileDir?: string;
|
|
256
|
-
profileDirPrefix?: string;
|
|
257
|
-
maxConcurrency?: number;
|
|
258
|
-
headless?: boolean;
|
|
259
|
-
metadata?: unknown;
|
|
260
|
-
}
|
|
261
|
-
export interface FrontierSwarmBrowserResource {
|
|
262
|
-
required: boolean;
|
|
263
|
-
portPool: string[];
|
|
264
|
-
profileDir?: string;
|
|
265
|
-
profileDirPrefix?: string;
|
|
266
|
-
maxConcurrency?: number;
|
|
267
|
-
headless?: boolean;
|
|
268
|
-
metadata?: JsonObject;
|
|
269
|
-
}
|
|
270
|
-
export interface FrontierSwarmResourceRequirementsInput {
|
|
271
|
-
capabilities?: readonly string[];
|
|
272
|
-
resources?: Record<string, number>;
|
|
273
|
-
browser?: FrontierSwarmBrowserResourceInput;
|
|
274
|
-
metadata?: unknown;
|
|
275
|
-
}
|
|
276
|
-
export interface FrontierSwarmResourceRequirements {
|
|
277
|
-
capabilities: string[];
|
|
278
|
-
resources: Record<string, number>;
|
|
279
|
-
browser?: FrontierSwarmBrowserResource;
|
|
280
|
-
metadata?: JsonObject;
|
|
281
|
-
}
|
|
282
|
-
export interface FrontierSwarmPolicyInput {
|
|
283
|
-
mode?: FrontierSwarmPolicyMode;
|
|
284
|
-
defaultConcurrency?: number;
|
|
285
|
-
defaultCompute?: string;
|
|
286
|
-
defaultLayer?: string;
|
|
287
|
-
completedStatuses?: readonly string[];
|
|
288
|
-
sharedReadOnly?: readonly string[];
|
|
289
|
-
neverEditWithoutParent?: readonly string[];
|
|
290
|
-
requireCleanWorktree?: boolean;
|
|
291
|
-
metadata?: unknown;
|
|
292
|
-
}
|
|
293
|
-
export interface FrontierSwarmPolicy {
|
|
294
|
-
mode: FrontierSwarmPolicyMode;
|
|
295
|
-
defaultConcurrency: number;
|
|
296
|
-
defaultCompute: string;
|
|
297
|
-
defaultLayer?: string;
|
|
298
|
-
completedStatuses: string[];
|
|
299
|
-
sharedReadOnly: string[];
|
|
300
|
-
neverEditWithoutParent: string[];
|
|
301
|
-
requireCleanWorktree: boolean;
|
|
302
|
-
metadata?: JsonObject;
|
|
303
|
-
}
|
|
304
|
-
export interface FrontierSwarmManifestInput {
|
|
305
|
-
id?: string;
|
|
306
|
-
title?: string;
|
|
307
|
-
description?: string;
|
|
308
|
-
package?: string;
|
|
309
|
-
feature?: string;
|
|
310
|
-
owner?: string;
|
|
311
|
-
compute?: readonly FrontierSwarmComputeInput[];
|
|
312
|
-
layers?: readonly FrontierSwarmLayerInput[];
|
|
313
|
-
lanes?: readonly FrontierSwarmLaneInput[];
|
|
314
|
-
policy?: FrontierSwarmPolicyInput;
|
|
315
|
-
resources?: readonly string[];
|
|
316
|
-
tags?: readonly string[];
|
|
317
|
-
metadata?: unknown;
|
|
318
|
-
}
|
|
319
|
-
export interface FrontierSwarmManifest {
|
|
320
|
-
kind: typeof FRONTIER_SWARM_MANIFEST_KIND;
|
|
321
|
-
version: typeof FRONTIER_SWARM_MANIFEST_VERSION;
|
|
322
|
-
id: string;
|
|
323
|
-
title: string;
|
|
324
|
-
description?: string;
|
|
325
|
-
package?: string;
|
|
326
|
-
feature?: string;
|
|
327
|
-
owner?: string;
|
|
328
|
-
compute: FrontierSwarmCompute[];
|
|
329
|
-
layers: FrontierSwarmLayer[];
|
|
330
|
-
lanes: FrontierSwarmLane[];
|
|
331
|
-
policy: FrontierSwarmPolicy;
|
|
332
|
-
resources: string[];
|
|
333
|
-
tags: string[];
|
|
334
|
-
metadata?: JsonObject;
|
|
335
|
-
summary: FrontierSwarmSummary;
|
|
336
|
-
}
|
|
337
|
-
export interface FrontierSwarmSummary {
|
|
338
|
-
computeCount: number;
|
|
339
|
-
layerCount: number;
|
|
340
|
-
laneCount: number;
|
|
341
|
-
taskCount?: number;
|
|
342
|
-
jobCount?: number;
|
|
343
|
-
completedCount?: number;
|
|
344
|
-
blockedCount?: number;
|
|
345
|
-
failedCount?: number;
|
|
346
|
-
ownershipViolationCount?: number;
|
|
347
|
-
}
|
|
348
|
-
export interface FrontierSwarmTaskInput {
|
|
349
|
-
id: string;
|
|
350
|
-
title?: string;
|
|
351
|
-
objective?: string;
|
|
352
|
-
description?: string;
|
|
353
|
-
kind?: string;
|
|
354
|
-
status?: FrontierSwarmTaskStatus;
|
|
355
|
-
lane?: string;
|
|
356
|
-
layer?: string;
|
|
357
|
-
compute?: string;
|
|
358
|
-
parentTaskId?: string;
|
|
359
|
-
dependsOn?: readonly string[];
|
|
360
|
-
concurrencyKey?: string;
|
|
361
|
-
budget?: FrontierSwarmBudgetInput;
|
|
362
|
-
review?: FrontierSwarmReviewPolicyInput;
|
|
363
|
-
priority?: number;
|
|
364
|
-
sourceRefs?: readonly string[];
|
|
365
|
-
targetRefs?: readonly string[];
|
|
366
|
-
ownedFiles?: readonly string[];
|
|
367
|
-
allowedWrites?: readonly string[];
|
|
368
|
-
ownershipRegions?: readonly FrontierSwarmOwnershipRegionInput[];
|
|
369
|
-
ownedRegions?: readonly string[];
|
|
370
|
-
changedRegions?: readonly string[];
|
|
371
|
-
capabilities?: readonly string[];
|
|
372
|
-
resourceRequirements?: FrontierSwarmResourceRequirementsInput;
|
|
373
|
-
acceptance?: readonly string[];
|
|
374
|
-
acceptanceChecks?: readonly ({
|
|
375
|
-
id?: string;
|
|
376
|
-
description?: string;
|
|
377
|
-
} | string)[];
|
|
378
|
-
verification?: readonly (string | FrontierSwarmCommandInput)[];
|
|
379
|
-
evidenceCommand?: string;
|
|
380
|
-
shardCommand?: string;
|
|
381
|
-
tags?: readonly string[];
|
|
382
|
-
metadata?: unknown;
|
|
383
|
-
}
|
|
384
|
-
export interface FrontierSwarmTask {
|
|
385
|
-
kind: typeof FRONTIER_SWARM_TASK_KIND;
|
|
386
|
-
version: typeof FRONTIER_SWARM_TASK_VERSION;
|
|
387
|
-
id: string;
|
|
388
|
-
title: string;
|
|
389
|
-
objective: string;
|
|
390
|
-
description?: string;
|
|
391
|
-
workKind: string;
|
|
392
|
-
status: FrontierSwarmTaskStatus;
|
|
393
|
-
lane?: string;
|
|
394
|
-
layer?: string;
|
|
395
|
-
compute?: string;
|
|
396
|
-
parentTaskId?: string;
|
|
397
|
-
dependsOn: string[];
|
|
398
|
-
concurrencyKey?: string;
|
|
399
|
-
budget?: FrontierSwarmBudget;
|
|
400
|
-
review?: FrontierSwarmReviewPolicy;
|
|
401
|
-
priority: number;
|
|
402
|
-
sourceRefs: string[];
|
|
403
|
-
targetRefs: string[];
|
|
404
|
-
allowedWrites: string[];
|
|
405
|
-
ownershipRegions: FrontierSwarmOwnershipRegion[];
|
|
406
|
-
ownedRegions: string[];
|
|
407
|
-
changedRegions: string[];
|
|
408
|
-
capabilities: string[];
|
|
409
|
-
resourceRequirements?: FrontierSwarmResourceRequirements;
|
|
410
|
-
acceptance: string[];
|
|
411
|
-
verification: FrontierSwarmCommand[];
|
|
412
|
-
evidenceCommand?: string;
|
|
413
|
-
shardCommand?: string;
|
|
414
|
-
tags: string[];
|
|
415
|
-
metadata?: JsonObject;
|
|
416
|
-
}
|
|
417
|
-
export interface FrontierSwarmTaskSetInput {
|
|
418
|
-
tasks?: readonly FrontierSwarmTaskInput[];
|
|
419
|
-
items?: readonly FrontierSwarmTaskInput[];
|
|
420
|
-
}
|
|
421
|
-
export interface FrontierSwarmCompiled {
|
|
422
|
-
manifest: FrontierSwarmManifest;
|
|
423
|
-
validation: FrontierSwarmValidation;
|
|
424
|
-
computeById: ReadonlyMap<string, FrontierSwarmCompute>;
|
|
425
|
-
layersById: ReadonlyMap<string, FrontierSwarmLayer>;
|
|
426
|
-
lanesById: ReadonlyMap<string, FrontierSwarmLane>;
|
|
427
|
-
}
|
|
428
|
-
export interface FrontierSwarmValidation {
|
|
429
|
-
valid: boolean;
|
|
430
|
-
issues: FrontierSwarmValidationIssue[];
|
|
431
|
-
}
|
|
432
|
-
export interface FrontierSwarmValidationIssue {
|
|
433
|
-
code: string;
|
|
434
|
-
severity: 'error' | 'warning';
|
|
435
|
-
path: string;
|
|
436
|
-
message: string;
|
|
437
|
-
}
|
|
438
|
-
export interface FrontierSwarmPlanFilter {
|
|
439
|
-
lanes?: readonly string[];
|
|
440
|
-
layers?: readonly string[];
|
|
441
|
-
statuses?: readonly string[];
|
|
442
|
-
selectors?: readonly string[];
|
|
443
|
-
includeCompleted?: boolean;
|
|
444
|
-
limit?: number;
|
|
445
|
-
compute?: string;
|
|
446
|
-
}
|
|
447
|
-
export interface FrontierSwarmSelectionPriorityInput {
|
|
448
|
-
statuses?: Record<string, number>;
|
|
449
|
-
workKinds?: Record<string, number>;
|
|
450
|
-
defaultStatusRank?: number;
|
|
451
|
-
defaultWorkKindRank?: number;
|
|
452
|
-
statusWeight?: number;
|
|
453
|
-
workKindWeight?: number;
|
|
454
|
-
}
|
|
455
|
-
export interface FrontierSwarmTaskSelectionInput extends FrontierSwarmPlanFilter {
|
|
456
|
-
workKinds?: readonly string[];
|
|
457
|
-
spreadLanes?: boolean;
|
|
458
|
-
includeOwnershipWarnings?: boolean;
|
|
459
|
-
assignSelectionPriority?: boolean;
|
|
460
|
-
priority?: FrontierSwarmSelectionPriorityInput;
|
|
461
|
-
}
|
|
462
|
-
export interface FrontierSwarmTaskSelectionEntry {
|
|
463
|
-
task: FrontierSwarmTask;
|
|
464
|
-
lane?: FrontierSwarmLane;
|
|
465
|
-
ownershipWarnings: string[];
|
|
466
|
-
selectionPriority: number;
|
|
467
|
-
}
|
|
468
|
-
export interface FrontierSwarmTaskSelectionSummary {
|
|
469
|
-
total: number;
|
|
470
|
-
byLane: Record<string, number>;
|
|
471
|
-
byWorkKind: Record<string, number>;
|
|
472
|
-
ownershipWarningCount: number;
|
|
473
|
-
}
|
|
474
|
-
export interface FrontierSwarmTaskSelection {
|
|
475
|
-
tasks: FrontierSwarmTask[];
|
|
476
|
-
entries: FrontierSwarmTaskSelectionEntry[];
|
|
477
|
-
summary: FrontierSwarmTaskSelectionSummary;
|
|
478
|
-
}
|
|
479
|
-
export interface FrontierSwarmPlanInput extends FrontierSwarmPlanFilter {
|
|
480
|
-
id?: string;
|
|
481
|
-
runId?: string;
|
|
482
|
-
now?: number;
|
|
483
|
-
maxReadyJobs?: number;
|
|
484
|
-
maxLaneConcurrency?: Record<string, number>;
|
|
485
|
-
maxConcurrencyKeyConcurrency?: Record<string, number>;
|
|
486
|
-
maxComputeConcurrency?: Record<string, number>;
|
|
487
|
-
resourceQuotas?: Record<string, number>;
|
|
488
|
-
metadata?: unknown;
|
|
489
|
-
}
|
|
490
|
-
export interface FrontierSwarmPlan {
|
|
491
|
-
kind: typeof FRONTIER_SWARM_PLAN_KIND;
|
|
492
|
-
version: typeof FRONTIER_SWARM_PLAN_VERSION;
|
|
493
|
-
id: string;
|
|
494
|
-
runId: string;
|
|
495
|
-
manifestId: string;
|
|
496
|
-
createdAt: number;
|
|
497
|
-
filters: FrontierSwarmPlanFilter;
|
|
498
|
-
limits: FrontierSwarmScheduleLimits;
|
|
499
|
-
validation: FrontierSwarmValidation;
|
|
500
|
-
jobs: FrontierSwarmJob[];
|
|
501
|
-
graph: FrontierSwarmJobGraph;
|
|
502
|
-
summary: FrontierSwarmSummary;
|
|
503
|
-
metadata?: JsonObject;
|
|
504
|
-
}
|
|
505
|
-
export interface FrontierSwarmScheduleLimits {
|
|
506
|
-
maxReadyJobs?: number;
|
|
507
|
-
maxLaneConcurrency: Record<string, number>;
|
|
508
|
-
maxConcurrencyKeyConcurrency: Record<string, number>;
|
|
509
|
-
maxComputeConcurrency: Record<string, number>;
|
|
510
|
-
resourceQuotas: Record<string, number>;
|
|
511
|
-
}
|
|
512
|
-
export interface FrontierSwarmJob {
|
|
513
|
-
id: string;
|
|
514
|
-
taskId: string;
|
|
515
|
-
title: string;
|
|
516
|
-
lane: string;
|
|
517
|
-
layer?: string;
|
|
518
|
-
compute: FrontierSwarmCompute;
|
|
519
|
-
status: FrontierSwarmJobStatus;
|
|
520
|
-
priority: number;
|
|
521
|
-
task: FrontierSwarmTask;
|
|
522
|
-
allowedWrites: string[];
|
|
523
|
-
sharedReadOnly: string[];
|
|
524
|
-
neverEdit: string[];
|
|
525
|
-
ownershipRegions: FrontierSwarmOwnershipRegion[];
|
|
526
|
-
ownedRegions: string[];
|
|
527
|
-
changedRegions: string[];
|
|
528
|
-
capabilities: string[];
|
|
529
|
-
resourceRequirements?: FrontierSwarmResourceRequirements;
|
|
530
|
-
worktreePath?: string;
|
|
531
|
-
evidencePrefix?: string;
|
|
532
|
-
concurrencyKey: string;
|
|
533
|
-
ownershipWarnings: string[];
|
|
534
|
-
verification: FrontierSwarmCommand[];
|
|
535
|
-
acceptance: string[];
|
|
536
|
-
dependsOn: string[];
|
|
537
|
-
budget?: FrontierSwarmBudget;
|
|
538
|
-
review: FrontierSwarmReviewPolicy;
|
|
539
|
-
tags: string[];
|
|
540
|
-
metadata?: JsonObject;
|
|
541
|
-
}
|
|
542
|
-
export interface FrontierSwarmBudgetInput {
|
|
543
|
-
maxCostUsd?: number;
|
|
544
|
-
maxInputTokens?: number;
|
|
545
|
-
maxOutputTokens?: number;
|
|
546
|
-
maxDurationMs?: number;
|
|
547
|
-
maxRetries?: number;
|
|
548
|
-
metadata?: unknown;
|
|
549
|
-
}
|
|
550
|
-
export interface FrontierSwarmBudget {
|
|
551
|
-
maxCostUsd?: number;
|
|
552
|
-
maxInputTokens?: number;
|
|
553
|
-
maxOutputTokens?: number;
|
|
554
|
-
maxDurationMs?: number;
|
|
555
|
-
maxRetries: number;
|
|
556
|
-
metadata?: JsonObject;
|
|
557
|
-
}
|
|
558
|
-
export interface FrontierSwarmUsageInput {
|
|
559
|
-
costUsd?: number;
|
|
560
|
-
inputTokens?: number;
|
|
561
|
-
outputTokens?: number;
|
|
562
|
-
durationMs?: number;
|
|
563
|
-
attempts?: number;
|
|
564
|
-
metadata?: unknown;
|
|
565
|
-
}
|
|
566
|
-
export interface FrontierSwarmUsage {
|
|
567
|
-
costUsd: number;
|
|
568
|
-
inputTokens: number;
|
|
569
|
-
outputTokens: number;
|
|
570
|
-
durationMs: number;
|
|
571
|
-
attempts: number;
|
|
572
|
-
metadata?: JsonObject;
|
|
573
|
-
}
|
|
574
|
-
export interface FrontierSwarmBudgetDecision {
|
|
575
|
-
ok: boolean;
|
|
576
|
-
jobId: string;
|
|
577
|
-
usage: FrontierSwarmUsage;
|
|
578
|
-
budget?: FrontierSwarmBudget;
|
|
579
|
-
violations: string[];
|
|
580
|
-
}
|
|
581
|
-
export interface FrontierSwarmReviewPolicyInput {
|
|
582
|
-
requiredReviewers?: number;
|
|
583
|
-
sampleRate?: number;
|
|
584
|
-
alwaysReview?: boolean;
|
|
585
|
-
reviewerPool?: readonly string[];
|
|
586
|
-
metadata?: unknown;
|
|
587
|
-
}
|
|
588
|
-
export interface FrontierSwarmReviewPolicy {
|
|
589
|
-
requiredReviewers: number;
|
|
590
|
-
sampleRate: number;
|
|
591
|
-
alwaysReview: boolean;
|
|
592
|
-
reviewerPool: string[];
|
|
593
|
-
metadata?: JsonObject;
|
|
594
|
-
}
|
|
595
|
-
export interface FrontierSwarmJobGraph {
|
|
596
|
-
nodes: string[];
|
|
597
|
-
edges: FrontierSwarmJobGraphEdge[];
|
|
598
|
-
dependentsByJobId: Record<string, string[]>;
|
|
599
|
-
dependenciesByJobId: Record<string, string[]>;
|
|
600
|
-
roots: string[];
|
|
601
|
-
leaves: string[];
|
|
602
|
-
issues: FrontierSwarmValidationIssue[];
|
|
603
|
-
}
|
|
604
|
-
export interface FrontierSwarmJobGraphEdge {
|
|
605
|
-
from: string;
|
|
606
|
-
to: string;
|
|
607
|
-
type: 'depends-on' | 'parent-task';
|
|
608
|
-
}
|
|
609
|
-
export interface FrontierSwarmScheduleInput {
|
|
610
|
-
plan: FrontierSwarmPlan;
|
|
611
|
-
run?: FrontierSwarmRun;
|
|
612
|
-
now?: number;
|
|
613
|
-
maxReadyJobs?: number;
|
|
614
|
-
maxLaneConcurrency?: Record<string, number>;
|
|
615
|
-
maxConcurrencyKeyConcurrency?: Record<string, number>;
|
|
616
|
-
maxComputeConcurrency?: Record<string, number>;
|
|
617
|
-
resourceQuotas?: Record<string, number>;
|
|
618
|
-
}
|
|
619
|
-
export interface FrontierSwarmReviewPlanInput {
|
|
620
|
-
plan: FrontierSwarmPlan;
|
|
621
|
-
run?: FrontierSwarmRun;
|
|
622
|
-
budgetDecisions?: readonly FrontierSwarmBudgetDecision[];
|
|
623
|
-
reviewers?: readonly string[];
|
|
624
|
-
generatedAt?: number;
|
|
625
|
-
sampleSalt?: string;
|
|
626
|
-
}
|
|
627
|
-
export interface FrontierSwarmMergePlanInput {
|
|
628
|
-
plan: FrontierSwarmPlan;
|
|
629
|
-
run: FrontierSwarmRun;
|
|
630
|
-
reviewPlan?: FrontierSwarmReviewPlan;
|
|
631
|
-
generatedAt?: number;
|
|
632
|
-
}
|
|
633
|
-
export interface FrontierSwarmSchedule {
|
|
634
|
-
kind: typeof FRONTIER_SWARM_SCHEDULE_KIND;
|
|
635
|
-
version: typeof FRONTIER_SWARM_SCHEDULE_VERSION;
|
|
636
|
-
id: string;
|
|
637
|
-
planId: string;
|
|
638
|
-
runId?: string;
|
|
639
|
-
createdAt: number;
|
|
640
|
-
ready: FrontierSwarmScheduledJob[];
|
|
641
|
-
blocked: FrontierSwarmBlockedJob[];
|
|
642
|
-
running: FrontierSwarmRunningJob[];
|
|
643
|
-
completed: string[];
|
|
644
|
-
failed: string[];
|
|
645
|
-
summary: FrontierSwarmScheduleSummary;
|
|
646
|
-
}
|
|
647
|
-
export interface FrontierSwarmScheduledJob {
|
|
648
|
-
jobId: string;
|
|
649
|
-
taskId: string;
|
|
650
|
-
lane: string;
|
|
651
|
-
compute: string;
|
|
652
|
-
concurrencyKey: string;
|
|
653
|
-
priority: number;
|
|
654
|
-
dependsOn: string[];
|
|
655
|
-
capabilities: string[];
|
|
656
|
-
resourceRequirements?: FrontierSwarmResourceRequirements;
|
|
657
|
-
}
|
|
658
|
-
export interface FrontierSwarmBlockedJob extends FrontierSwarmScheduledJob {
|
|
659
|
-
reasons: string[];
|
|
660
|
-
waitingFor: string[];
|
|
661
|
-
}
|
|
662
|
-
export interface FrontierSwarmRunningJob {
|
|
663
|
-
jobId: string;
|
|
664
|
-
lane: string;
|
|
665
|
-
compute: string;
|
|
666
|
-
concurrencyKey: string;
|
|
667
|
-
capabilities: string[];
|
|
668
|
-
resourceRequirements?: FrontierSwarmResourceRequirements;
|
|
669
|
-
}
|
|
670
|
-
export interface FrontierSwarmScheduleSummary {
|
|
671
|
-
jobCount: number;
|
|
672
|
-
readyCount: number;
|
|
673
|
-
blockedCount: number;
|
|
674
|
-
runningCount: number;
|
|
675
|
-
completedCount: number;
|
|
676
|
-
failedCount: number;
|
|
677
|
-
}
|
|
678
|
-
export interface FrontierSwarmLeaseInput {
|
|
679
|
-
schedule: FrontierSwarmSchedule;
|
|
680
|
-
workerId: string;
|
|
681
|
-
now?: number;
|
|
682
|
-
leaseMs?: number;
|
|
683
|
-
count?: number;
|
|
684
|
-
existingLeases?: readonly FrontierSwarmLease[];
|
|
685
|
-
}
|
|
686
|
-
export interface FrontierSwarmLease {
|
|
687
|
-
kind: typeof FRONTIER_SWARM_LEASE_KIND;
|
|
688
|
-
version: typeof FRONTIER_SWARM_LEASE_VERSION;
|
|
689
|
-
id: string;
|
|
690
|
-
jobId: string;
|
|
691
|
-
workerId: string;
|
|
692
|
-
token: string;
|
|
693
|
-
leasedAt: number;
|
|
694
|
-
expiresAt: number;
|
|
695
|
-
fencingToken: number;
|
|
696
|
-
status: 'active' | 'expired' | 'released';
|
|
697
|
-
}
|
|
698
|
-
export type FrontierSwarmQueueJobStatus = 'ready' | 'leased' | 'running' | 'completed' | 'failed' | 'blocked' | 'retrying' | 'dead-letter' | string;
|
|
699
|
-
export interface FrontierSwarmQueueJobInput {
|
|
700
|
-
jobId: string;
|
|
701
|
-
taskId?: string;
|
|
702
|
-
runId?: string;
|
|
703
|
-
status?: FrontierSwarmQueueJobStatus;
|
|
704
|
-
lane?: string;
|
|
705
|
-
compute?: string;
|
|
706
|
-
concurrencyKey?: string;
|
|
707
|
-
priority?: number;
|
|
708
|
-
attempts?: number;
|
|
709
|
-
maxAttempts?: number;
|
|
710
|
-
availableAt?: number;
|
|
711
|
-
lease?: FrontierSwarmLease;
|
|
712
|
-
lastError?: string;
|
|
713
|
-
metadata?: unknown;
|
|
714
|
-
}
|
|
715
|
-
export interface FrontierSwarmQueueJob {
|
|
716
|
-
jobId: string;
|
|
717
|
-
taskId?: string;
|
|
718
|
-
runId?: string;
|
|
719
|
-
status: FrontierSwarmQueueJobStatus;
|
|
720
|
-
lane?: string;
|
|
721
|
-
compute?: string;
|
|
722
|
-
concurrencyKey?: string;
|
|
723
|
-
priority: number;
|
|
724
|
-
attempts: number;
|
|
725
|
-
maxAttempts: number;
|
|
726
|
-
availableAt?: number;
|
|
727
|
-
lease?: FrontierSwarmLease;
|
|
728
|
-
lastError?: string;
|
|
729
|
-
metadata?: JsonObject;
|
|
730
|
-
}
|
|
731
|
-
export interface FrontierSwarmQueueSnapshotInput {
|
|
732
|
-
id?: string;
|
|
733
|
-
plan: FrontierSwarmPlan;
|
|
734
|
-
run?: FrontierSwarmRun;
|
|
735
|
-
jobs?: readonly FrontierSwarmQueueJobInput[];
|
|
736
|
-
leases?: readonly FrontierSwarmLease[];
|
|
737
|
-
generatedAt?: number;
|
|
738
|
-
metadata?: unknown;
|
|
739
|
-
}
|
|
740
|
-
export interface FrontierSwarmQueueSnapshot {
|
|
741
|
-
kind: typeof FRONTIER_SWARM_QUEUE_SNAPSHOT_KIND;
|
|
742
|
-
version: typeof FRONTIER_SWARM_QUEUE_SNAPSHOT_VERSION;
|
|
743
|
-
id: string;
|
|
744
|
-
planId: string;
|
|
745
|
-
runId: string;
|
|
746
|
-
generatedAt: number;
|
|
747
|
-
jobs: FrontierSwarmQueueJob[];
|
|
748
|
-
byStatus: Record<string, string[]>;
|
|
749
|
-
byLane: Record<string, string[]>;
|
|
750
|
-
leases: FrontierSwarmLease[];
|
|
751
|
-
metadata?: JsonObject;
|
|
752
|
-
summary: {
|
|
753
|
-
jobCount: number;
|
|
754
|
-
leaseCount: number;
|
|
755
|
-
readyCount: number;
|
|
756
|
-
leasedCount: number;
|
|
757
|
-
completedCount: number;
|
|
758
|
-
failedCount: number;
|
|
759
|
-
deadLetterCount: number;
|
|
760
|
-
};
|
|
761
|
-
}
|
|
762
|
-
export interface FrontierSwarmLeaseRenewalInput {
|
|
763
|
-
lease: FrontierSwarmLease;
|
|
764
|
-
now?: number;
|
|
765
|
-
leaseMs?: number;
|
|
766
|
-
status?: FrontierSwarmLease['status'];
|
|
767
|
-
}
|
|
768
|
-
export interface FrontierSwarmQueueAdapter {
|
|
769
|
-
snapshot(): FrontierSwarmQueueSnapshot | Promise<FrontierSwarmQueueSnapshot>;
|
|
770
|
-
enqueue?(snapshot: FrontierSwarmQueueSnapshot): FrontierSwarmQueueSnapshot | Promise<FrontierSwarmQueueSnapshot>;
|
|
771
|
-
lease?(input: FrontierSwarmLeaseInput): readonly FrontierSwarmLease[] | Promise<readonly FrontierSwarmLease[]>;
|
|
772
|
-
renew?(input: FrontierSwarmLeaseRenewalInput): FrontierSwarmLease | Promise<FrontierSwarmLease>;
|
|
773
|
-
complete?(result: FrontierSwarmJobResultInput): FrontierSwarmQueueSnapshot | Promise<FrontierSwarmQueueSnapshot>;
|
|
774
|
-
}
|
|
775
|
-
export interface FrontierSwarmRunCheckpointInput {
|
|
776
|
-
run: FrontierSwarmRun;
|
|
777
|
-
sequence?: number;
|
|
778
|
-
savedAt?: number;
|
|
779
|
-
metadata?: unknown;
|
|
780
|
-
}
|
|
781
|
-
export interface FrontierSwarmRunCheckpoint {
|
|
782
|
-
kind: typeof FRONTIER_SWARM_RUN_CHECKPOINT_KIND;
|
|
783
|
-
version: typeof FRONTIER_SWARM_RUN_CHECKPOINT_VERSION;
|
|
784
|
-
id: string;
|
|
785
|
-
runId: string;
|
|
786
|
-
planId: string;
|
|
787
|
-
sequence: number;
|
|
788
|
-
savedAt: number;
|
|
789
|
-
status: FrontierSwarmJobStatus;
|
|
790
|
-
eventCount: number;
|
|
791
|
-
resultCount: number;
|
|
792
|
-
hash: string;
|
|
793
|
-
metadata?: JsonObject;
|
|
794
|
-
}
|
|
795
|
-
export interface FrontierSwarmRunStoreAdapter {
|
|
796
|
-
loadRun(runId: string): FrontierSwarmRun | undefined | Promise<FrontierSwarmRun | undefined>;
|
|
797
|
-
saveRun(run: FrontierSwarmRun, checkpoint?: FrontierSwarmRunCheckpoint): void | Promise<void>;
|
|
798
|
-
appendEvents?(runId: string, events: readonly FrontierSwarmEventInput[]): void | Promise<void>;
|
|
799
|
-
appendResults?(runId: string, results: readonly FrontierSwarmJobResultInput[]): void | Promise<void>;
|
|
800
|
-
checkpoint?(run: FrontierSwarmRun): FrontierSwarmRunCheckpoint | Promise<FrontierSwarmRunCheckpoint>;
|
|
801
|
-
}
|
|
802
|
-
export interface FrontierSwarmArtifactInput {
|
|
803
|
-
jobId: string;
|
|
804
|
-
path: string;
|
|
805
|
-
kind?: string;
|
|
806
|
-
bytes?: number;
|
|
807
|
-
hash?: string;
|
|
808
|
-
producedAt?: number;
|
|
809
|
-
metadata?: unknown;
|
|
810
|
-
}
|
|
811
|
-
export interface FrontierSwarmArtifact {
|
|
812
|
-
jobId: string;
|
|
813
|
-
path: string;
|
|
814
|
-
kind: string;
|
|
815
|
-
bytes?: number;
|
|
816
|
-
hash?: string;
|
|
817
|
-
producedAt?: number;
|
|
818
|
-
metadata?: JsonObject;
|
|
819
|
-
}
|
|
820
|
-
export interface FrontierSwarmArtifactIndex {
|
|
821
|
-
kind: typeof FRONTIER_SWARM_ARTIFACT_INDEX_KIND;
|
|
822
|
-
version: typeof FRONTIER_SWARM_ARTIFACT_INDEX_VERSION;
|
|
823
|
-
id: string;
|
|
824
|
-
generatedAt: number;
|
|
825
|
-
artifacts: FrontierSwarmArtifact[];
|
|
826
|
-
byJobId: Record<string, FrontierSwarmArtifact[]>;
|
|
827
|
-
byKind: Record<string, FrontierSwarmArtifact[]>;
|
|
828
|
-
summary: {
|
|
829
|
-
artifactCount: number;
|
|
830
|
-
jobCount: number;
|
|
831
|
-
kindCount: number;
|
|
832
|
-
totalBytes: number;
|
|
833
|
-
};
|
|
834
|
-
}
|
|
835
|
-
export interface FrontierSwarmReviewPlan {
|
|
836
|
-
kind: typeof FRONTIER_SWARM_REVIEW_PLAN_KIND;
|
|
837
|
-
version: typeof FRONTIER_SWARM_REVIEW_PLAN_VERSION;
|
|
838
|
-
id: string;
|
|
839
|
-
planId: string;
|
|
840
|
-
generatedAt: number;
|
|
841
|
-
assignments: FrontierSwarmReviewAssignment[];
|
|
842
|
-
summary: {
|
|
843
|
-
assignmentCount: number;
|
|
844
|
-
requiredCount: number;
|
|
845
|
-
sampledCount: number;
|
|
846
|
-
};
|
|
847
|
-
}
|
|
848
|
-
export interface FrontierSwarmReviewAssignment {
|
|
849
|
-
jobId: string;
|
|
850
|
-
taskId: string;
|
|
851
|
-
reviewers: string[];
|
|
852
|
-
required: boolean;
|
|
853
|
-
reason: 'always-review' | 'sampled' | 'violations' | 'failed' | 'budget';
|
|
854
|
-
}
|
|
855
|
-
export interface FrontierSwarmMergePlan {
|
|
856
|
-
kind: typeof FRONTIER_SWARM_MERGE_PLAN_KIND;
|
|
857
|
-
version: typeof FRONTIER_SWARM_MERGE_PLAN_VERSION;
|
|
858
|
-
id: string;
|
|
859
|
-
planId: string;
|
|
860
|
-
generatedAt: number;
|
|
861
|
-
ready: string[];
|
|
862
|
-
blocked: FrontierSwarmMergeBlocker[];
|
|
863
|
-
groups: FrontierSwarmMergeGroup[];
|
|
864
|
-
summary: {
|
|
865
|
-
readyCount: number;
|
|
866
|
-
blockedCount: number;
|
|
867
|
-
groupCount: number;
|
|
868
|
-
};
|
|
869
|
-
}
|
|
870
|
-
export interface FrontierSwarmMergeBlocker {
|
|
871
|
-
jobId: string;
|
|
872
|
-
reasons: string[];
|
|
873
|
-
conflictingJobIds: string[];
|
|
874
|
-
}
|
|
875
|
-
export interface FrontierSwarmMergeGroup {
|
|
876
|
-
id: string;
|
|
877
|
-
jobIds: string[];
|
|
878
|
-
changedPaths: string[];
|
|
879
|
-
}
|
|
880
|
-
export interface FrontierSwarmDecomposeInput {
|
|
881
|
-
featureId: string;
|
|
882
|
-
objective: string;
|
|
883
|
-
lanes: readonly string[];
|
|
884
|
-
files?: readonly string[];
|
|
885
|
-
checks?: readonly (string | FrontierSwarmCommandInput)[];
|
|
886
|
-
reviewers?: readonly string[];
|
|
887
|
-
metadata?: unknown;
|
|
888
|
-
}
|
|
889
|
-
export interface FrontierSwarmRunInput {
|
|
890
|
-
id?: string;
|
|
891
|
-
plan: FrontierSwarmPlan;
|
|
892
|
-
startedAt?: number;
|
|
893
|
-
status?: FrontierSwarmJobStatus;
|
|
894
|
-
events?: readonly FrontierSwarmEventInput[];
|
|
895
|
-
results?: readonly FrontierSwarmJobResultInput[];
|
|
896
|
-
metadata?: unknown;
|
|
897
|
-
}
|
|
898
|
-
export interface FrontierSwarmRun {
|
|
899
|
-
kind: typeof FRONTIER_SWARM_RUN_KIND;
|
|
900
|
-
version: typeof FRONTIER_SWARM_RUN_VERSION;
|
|
901
|
-
id: string;
|
|
902
|
-
planId: string;
|
|
903
|
-
manifestId: string;
|
|
904
|
-
startedAt: number;
|
|
905
|
-
finishedAt?: number;
|
|
906
|
-
status: FrontierSwarmJobStatus;
|
|
907
|
-
jobs: FrontierSwarmJob[];
|
|
908
|
-
events: FrontierSwarmEvent[];
|
|
909
|
-
results: FrontierSwarmJobResult[];
|
|
910
|
-
summary: FrontierSwarmSummary;
|
|
911
|
-
metadata?: JsonObject;
|
|
912
|
-
}
|
|
913
|
-
export interface FrontierSwarmEventInput {
|
|
914
|
-
id?: string;
|
|
915
|
-
type: string;
|
|
916
|
-
runId?: string;
|
|
917
|
-
jobId?: string;
|
|
918
|
-
taskId?: string;
|
|
919
|
-
lane?: string;
|
|
920
|
-
layer?: string;
|
|
921
|
-
compute?: string;
|
|
922
|
-
at?: number;
|
|
923
|
-
message?: string;
|
|
924
|
-
data?: unknown;
|
|
925
|
-
metadata?: unknown;
|
|
926
|
-
}
|
|
927
|
-
export interface FrontierSwarmEvent {
|
|
928
|
-
kind: typeof FRONTIER_SWARM_EVENT_KIND;
|
|
929
|
-
version: typeof FRONTIER_SWARM_EVENT_VERSION;
|
|
930
|
-
id: string;
|
|
931
|
-
type: string;
|
|
932
|
-
runId?: string;
|
|
933
|
-
jobId?: string;
|
|
934
|
-
taskId?: string;
|
|
935
|
-
lane?: string;
|
|
936
|
-
layer?: string;
|
|
937
|
-
compute?: string;
|
|
938
|
-
at: number;
|
|
939
|
-
message?: string;
|
|
940
|
-
data?: JsonValue;
|
|
941
|
-
metadata?: JsonObject;
|
|
942
|
-
}
|
|
943
|
-
export type FrontierSwarmMailboxScope = 'global' | 'lane' | 'job' | string;
|
|
944
|
-
export interface FrontierSwarmMailboxInput {
|
|
945
|
-
id?: string;
|
|
946
|
-
runId?: string;
|
|
947
|
-
scope?: FrontierSwarmMailboxScope;
|
|
948
|
-
lane?: string;
|
|
949
|
-
jobId?: string;
|
|
950
|
-
path?: string;
|
|
951
|
-
eventTypes?: readonly string[];
|
|
952
|
-
appendOnly?: boolean;
|
|
953
|
-
metadata?: unknown;
|
|
954
|
-
}
|
|
955
|
-
export interface FrontierSwarmMailbox {
|
|
956
|
-
kind: typeof FRONTIER_SWARM_MAILBOX_KIND;
|
|
957
|
-
version: typeof FRONTIER_SWARM_MAILBOX_VERSION;
|
|
958
|
-
id: string;
|
|
959
|
-
runId?: string;
|
|
960
|
-
scope: FrontierSwarmMailboxScope;
|
|
961
|
-
lane?: string;
|
|
962
|
-
jobId?: string;
|
|
963
|
-
path?: string;
|
|
964
|
-
eventTypes: string[];
|
|
965
|
-
appendOnly: boolean;
|
|
966
|
-
metadata?: JsonObject;
|
|
967
|
-
}
|
|
968
|
-
export interface FrontierSwarmEventStreamInput {
|
|
969
|
-
id?: string;
|
|
970
|
-
runId?: string;
|
|
971
|
-
root?: string;
|
|
972
|
-
lanes?: readonly (string | FrontierSwarmLaneInput | FrontierSwarmLane)[];
|
|
973
|
-
eventTypes?: readonly string[];
|
|
974
|
-
appendOnly?: boolean;
|
|
975
|
-
metadata?: unknown;
|
|
976
|
-
}
|
|
977
|
-
export interface FrontierSwarmEventStream {
|
|
978
|
-
kind: typeof FRONTIER_SWARM_EVENT_STREAM_KIND;
|
|
979
|
-
version: typeof FRONTIER_SWARM_EVENT_STREAM_VERSION;
|
|
980
|
-
id: string;
|
|
981
|
-
runId?: string;
|
|
982
|
-
root?: string;
|
|
983
|
-
appendOnly: boolean;
|
|
984
|
-
global: FrontierSwarmMailbox;
|
|
985
|
-
lanes: Record<string, FrontierSwarmMailbox>;
|
|
986
|
-
eventTypes: string[];
|
|
987
|
-
metadata?: JsonObject;
|
|
988
|
-
summary: {
|
|
989
|
-
mailboxCount: number;
|
|
990
|
-
laneCount: number;
|
|
991
|
-
eventTypeCount: number;
|
|
992
|
-
};
|
|
993
|
-
}
|
|
994
|
-
export interface FrontierSwarmSemanticImportCounterInput {
|
|
995
|
-
readonly [key: string]: number | undefined;
|
|
996
|
-
}
|
|
997
|
-
export interface FrontierSwarmSemanticIndexSummaryInput {
|
|
998
|
-
documents?: number;
|
|
999
|
-
symbols?: number;
|
|
1000
|
-
occurrences?: number;
|
|
1001
|
-
relations?: number;
|
|
1002
|
-
facts?: number;
|
|
1003
|
-
}
|
|
1004
|
-
export interface FrontierSwarmSemanticSidecarSummaryInput {
|
|
1005
|
-
total?: number;
|
|
1006
|
-
symbols?: number;
|
|
1007
|
-
ownershipRegions?: number;
|
|
1008
|
-
patchHints?: number;
|
|
1009
|
-
empty?: number;
|
|
1010
|
-
}
|
|
1011
|
-
export interface FrontierSwarmSourceProjectionSummaryInput {
|
|
1012
|
-
total?: number;
|
|
1013
|
-
preserved?: number;
|
|
1014
|
-
stubs?: number;
|
|
1015
|
-
ready?: number;
|
|
1016
|
-
needsReview?: number;
|
|
1017
|
-
blocked?: number;
|
|
1018
|
-
}
|
|
1019
|
-
export interface FrontierSwarmNativeCompileSummaryInput {
|
|
1020
|
-
total?: number;
|
|
1021
|
-
emitted?: number;
|
|
1022
|
-
preserved?: number;
|
|
1023
|
-
targetStubs?: number;
|
|
1024
|
-
ready?: number;
|
|
1025
|
-
needsReview?: number;
|
|
1026
|
-
blocked?: number;
|
|
1027
|
-
}
|
|
1028
|
-
export interface FrontierSwarmParadigmSemanticsSummaryInput {
|
|
1029
|
-
total?: number;
|
|
1030
|
-
ids?: readonly string[];
|
|
1031
|
-
groups?: readonly string[];
|
|
1032
|
-
kinds?: readonly string[];
|
|
1033
|
-
evidence?: number;
|
|
1034
|
-
bindingScopes?: number;
|
|
1035
|
-
bindings?: number;
|
|
1036
|
-
patterns?: number;
|
|
1037
|
-
typeConstraints?: number;
|
|
1038
|
-
evaluationModels?: number;
|
|
1039
|
-
memoryLocations?: number;
|
|
1040
|
-
effectRegions?: number;
|
|
1041
|
-
controlRegions?: number;
|
|
1042
|
-
logicPrograms?: number;
|
|
1043
|
-
actorSystems?: number;
|
|
1044
|
-
stackEffects?: number;
|
|
1045
|
-
arrayShapes?: number;
|
|
1046
|
-
numericKernels?: number;
|
|
1047
|
-
dataflowNetworks?: number;
|
|
1048
|
-
clockModels?: number;
|
|
1049
|
-
objectModels?: number;
|
|
1050
|
-
macroExpansions?: number;
|
|
1051
|
-
reflectionBoundaries?: number;
|
|
1052
|
-
loweringRecords?: number;
|
|
1053
|
-
byGroup?: FrontierSwarmSemanticImportCounterInput;
|
|
1054
|
-
byKind?: FrontierSwarmSemanticImportCounterInput;
|
|
1055
|
-
hasRuntimeSemantics?: boolean;
|
|
1056
|
-
hasLogicSemantics?: boolean;
|
|
1057
|
-
hasStackSemantics?: boolean;
|
|
1058
|
-
hasArraySemantics?: boolean;
|
|
1059
|
-
hasMacroOrReflection?: boolean;
|
|
1060
|
-
hasLowering?: boolean;
|
|
1061
|
-
empty?: boolean;
|
|
1062
|
-
}
|
|
1063
|
-
export interface FrontierSwarmSemanticImportSummaryInput {
|
|
1064
|
-
total?: number;
|
|
1065
|
-
selected?: number;
|
|
1066
|
-
eligible?: number;
|
|
1067
|
-
omitted?: number;
|
|
1068
|
-
imported?: number;
|
|
1069
|
-
skipped?: number;
|
|
1070
|
-
errors?: number;
|
|
1071
|
-
sourceMapCount?: number;
|
|
1072
|
-
sourceMapMappingCount?: number;
|
|
1073
|
-
lossCount?: number;
|
|
1074
|
-
lossesBySeverity?: FrontierSwarmSemanticImportCounterInput;
|
|
1075
|
-
semanticIndex?: FrontierSwarmSemanticIndexSummaryInput;
|
|
1076
|
-
semanticSidecars?: FrontierSwarmSemanticSidecarSummaryInput;
|
|
1077
|
-
proofSpec?: FrontierSwarmProofSpecSummaryInput;
|
|
1078
|
-
paradigmSemantics?: FrontierSwarmParadigmSemanticsSummaryInput;
|
|
1079
|
-
sourceProjections?: FrontierSwarmSourceProjectionSummaryInput;
|
|
1080
|
-
nativeCompiles?: FrontierSwarmNativeCompileSummaryInput;
|
|
1081
|
-
readiness?: FrontierSwarmSemanticImportCounterInput;
|
|
1082
|
-
metadata?: unknown;
|
|
1083
|
-
}
|
|
1084
|
-
export interface FrontierSwarmProofSpecSummaryInput {
|
|
1085
|
-
total?: number;
|
|
1086
|
-
ids?: readonly string[];
|
|
1087
|
-
contracts?: number;
|
|
1088
|
-
refinements?: number;
|
|
1089
|
-
invariants?: number;
|
|
1090
|
-
termination?: number;
|
|
1091
|
-
temporal?: number;
|
|
1092
|
-
obligations?: number;
|
|
1093
|
-
artifacts?: number;
|
|
1094
|
-
assumptions?: number;
|
|
1095
|
-
evidence?: number;
|
|
1096
|
-
discharged?: number;
|
|
1097
|
-
failed?: number;
|
|
1098
|
-
open?: number;
|
|
1099
|
-
unknown?: number;
|
|
1100
|
-
stale?: number;
|
|
1101
|
-
assumed?: number;
|
|
1102
|
-
contractKinds?: readonly string[];
|
|
1103
|
-
artifactKinds?: readonly string[];
|
|
1104
|
-
byStatus?: FrontierSwarmSemanticImportCounterInput;
|
|
1105
|
-
byContractKind?: FrontierSwarmSemanticImportCounterInput;
|
|
1106
|
-
byArtifactKind?: FrontierSwarmSemanticImportCounterInput;
|
|
1107
|
-
empty?: boolean;
|
|
1108
|
-
}
|
|
1109
|
-
export interface FrontierSwarmSemanticIndexSummary {
|
|
1110
|
-
documents: number;
|
|
1111
|
-
symbols: number;
|
|
1112
|
-
occurrences: number;
|
|
1113
|
-
relations: number;
|
|
1114
|
-
facts: number;
|
|
1115
|
-
}
|
|
1116
|
-
export interface FrontierSwarmSemanticSidecarSummary {
|
|
1117
|
-
total: number;
|
|
1118
|
-
symbols: number;
|
|
1119
|
-
ownershipRegions: number;
|
|
1120
|
-
patchHints: number;
|
|
1121
|
-
empty: number;
|
|
1122
|
-
}
|
|
1123
|
-
export interface FrontierSwarmProofSpecSummary {
|
|
1124
|
-
total: number;
|
|
1125
|
-
ids: string[];
|
|
1126
|
-
contracts: number;
|
|
1127
|
-
refinements: number;
|
|
1128
|
-
invariants: number;
|
|
1129
|
-
termination: number;
|
|
1130
|
-
temporal: number;
|
|
1131
|
-
obligations: number;
|
|
1132
|
-
artifacts: number;
|
|
1133
|
-
assumptions: number;
|
|
1134
|
-
evidence: number;
|
|
1135
|
-
discharged: number;
|
|
1136
|
-
failed: number;
|
|
1137
|
-
open: number;
|
|
1138
|
-
unknown: number;
|
|
1139
|
-
stale: number;
|
|
1140
|
-
assumed: number;
|
|
1141
|
-
contractKinds: string[];
|
|
1142
|
-
artifactKinds: string[];
|
|
1143
|
-
byStatus: Record<string, number>;
|
|
1144
|
-
byContractKind: Record<string, number>;
|
|
1145
|
-
byArtifactKind: Record<string, number>;
|
|
1146
|
-
empty: boolean;
|
|
1147
|
-
}
|
|
1148
|
-
export interface FrontierSwarmSourceProjectionSummary {
|
|
1149
|
-
total: number;
|
|
1150
|
-
preserved: number;
|
|
1151
|
-
stubs: number;
|
|
1152
|
-
ready: number;
|
|
1153
|
-
needsReview: number;
|
|
1154
|
-
blocked: number;
|
|
1155
|
-
}
|
|
1156
|
-
export interface FrontierSwarmNativeCompileSummary {
|
|
1157
|
-
total: number;
|
|
1158
|
-
emitted: number;
|
|
1159
|
-
preserved: number;
|
|
1160
|
-
targetStubs: number;
|
|
1161
|
-
ready: number;
|
|
1162
|
-
needsReview: number;
|
|
1163
|
-
blocked: number;
|
|
1164
|
-
}
|
|
1165
|
-
export interface FrontierSwarmParadigmSemanticsSummary {
|
|
1166
|
-
total: number;
|
|
1167
|
-
ids: string[];
|
|
1168
|
-
groups: string[];
|
|
1169
|
-
kinds: string[];
|
|
1170
|
-
evidence: number;
|
|
1171
|
-
bindingScopes: number;
|
|
1172
|
-
bindings: number;
|
|
1173
|
-
patterns: number;
|
|
1174
|
-
typeConstraints: number;
|
|
1175
|
-
evaluationModels: number;
|
|
1176
|
-
memoryLocations: number;
|
|
1177
|
-
effectRegions: number;
|
|
1178
|
-
controlRegions: number;
|
|
1179
|
-
logicPrograms: number;
|
|
1180
|
-
actorSystems: number;
|
|
1181
|
-
stackEffects: number;
|
|
1182
|
-
arrayShapes: number;
|
|
1183
|
-
numericKernels: number;
|
|
1184
|
-
dataflowNetworks: number;
|
|
1185
|
-
clockModels: number;
|
|
1186
|
-
objectModels: number;
|
|
1187
|
-
macroExpansions: number;
|
|
1188
|
-
reflectionBoundaries: number;
|
|
1189
|
-
loweringRecords: number;
|
|
1190
|
-
byGroup: Record<string, number>;
|
|
1191
|
-
byKind: Record<string, number>;
|
|
1192
|
-
hasRuntimeSemantics: boolean;
|
|
1193
|
-
hasLogicSemantics: boolean;
|
|
1194
|
-
hasStackSemantics: boolean;
|
|
1195
|
-
hasArraySemantics: boolean;
|
|
1196
|
-
hasMacroOrReflection: boolean;
|
|
1197
|
-
hasLowering: boolean;
|
|
1198
|
-
empty: boolean;
|
|
1199
|
-
}
|
|
1200
|
-
export interface FrontierSwarmSemanticImportSummary {
|
|
1201
|
-
total: number;
|
|
1202
|
-
selected: number;
|
|
1203
|
-
eligible: number;
|
|
1204
|
-
omitted: number;
|
|
1205
|
-
imported: number;
|
|
1206
|
-
skipped: number;
|
|
1207
|
-
errors: number;
|
|
1208
|
-
sourceMapCount: number;
|
|
1209
|
-
sourceMapMappingCount: number;
|
|
1210
|
-
lossCount: number;
|
|
1211
|
-
lossesBySeverity: Record<string, number>;
|
|
1212
|
-
semanticIndex: FrontierSwarmSemanticIndexSummary;
|
|
1213
|
-
semanticSidecars: FrontierSwarmSemanticSidecarSummary;
|
|
1214
|
-
proofSpec: FrontierSwarmProofSpecSummary;
|
|
1215
|
-
paradigmSemantics: FrontierSwarmParadigmSemanticsSummary;
|
|
1216
|
-
sourceProjections: FrontierSwarmSourceProjectionSummary;
|
|
1217
|
-
nativeCompiles: FrontierSwarmNativeCompileSummary;
|
|
1218
|
-
readiness: Record<string, number>;
|
|
1219
|
-
metadata?: JsonObject;
|
|
1220
|
-
}
|
|
1221
|
-
export interface FrontierSwarmJobResultInput {
|
|
1222
|
-
jobId: string;
|
|
1223
|
-
status?: FrontierSwarmJobStatus;
|
|
1224
|
-
mergeReadiness?: FrontierSwarmMergeReadiness;
|
|
1225
|
-
startedAt?: number;
|
|
1226
|
-
finishedAt?: number;
|
|
1227
|
-
exitCode?: number;
|
|
1228
|
-
signal?: string;
|
|
1229
|
-
changedPaths?: readonly string[];
|
|
1230
|
-
changedRegions?: readonly string[];
|
|
1231
|
-
ownershipViolations?: readonly string[];
|
|
1232
|
-
evidencePaths?: readonly string[];
|
|
1233
|
-
patchPath?: string;
|
|
1234
|
-
queueItemIds?: readonly string[];
|
|
1235
|
-
riskLevel?: FrontierSwarmRiskLevel;
|
|
1236
|
-
mergeDisposition?: FrontierSwarmMergeDisposition;
|
|
1237
|
-
verification?: readonly FrontierSwarmVerificationResultInput[];
|
|
1238
|
-
semanticImport?: FrontierSwarmSemanticImportSummaryInput;
|
|
1239
|
-
lastMessage?: string;
|
|
1240
|
-
error?: unknown;
|
|
1241
|
-
metadata?: unknown;
|
|
1242
|
-
}
|
|
1243
|
-
export interface FrontierSwarmVerificationResultInput {
|
|
1244
|
-
name?: string;
|
|
1245
|
-
command?: readonly string[];
|
|
1246
|
-
status?: number;
|
|
1247
|
-
durationMs?: number;
|
|
1248
|
-
stdoutTail?: readonly string[];
|
|
1249
|
-
stderrTail?: readonly string[];
|
|
1250
|
-
required?: boolean;
|
|
1251
|
-
metadata?: unknown;
|
|
1252
|
-
}
|
|
1253
|
-
export interface FrontierSwarmVerificationResult {
|
|
1254
|
-
name: string;
|
|
1255
|
-
command: string[];
|
|
1256
|
-
status?: number;
|
|
1257
|
-
durationMs?: number;
|
|
1258
|
-
stdoutTail: string[];
|
|
1259
|
-
stderrTail: string[];
|
|
1260
|
-
required: boolean;
|
|
1261
|
-
metadata?: JsonObject;
|
|
1262
|
-
}
|
|
1263
|
-
export interface FrontierSwarmJobResult {
|
|
1264
|
-
jobId: string;
|
|
1265
|
-
status: FrontierSwarmJobStatus;
|
|
1266
|
-
mergeReadiness: FrontierSwarmMergeReadiness;
|
|
1267
|
-
startedAt?: number;
|
|
1268
|
-
finishedAt?: number;
|
|
1269
|
-
durationMs?: number;
|
|
1270
|
-
exitCode?: number;
|
|
1271
|
-
signal?: string;
|
|
1272
|
-
changedPaths: string[];
|
|
1273
|
-
changedRegions: string[];
|
|
1274
|
-
ownershipViolations: string[];
|
|
1275
|
-
evidencePaths: string[];
|
|
1276
|
-
patchPath?: string;
|
|
1277
|
-
queueItemIds: string[];
|
|
1278
|
-
riskLevel: FrontierSwarmRiskLevel;
|
|
1279
|
-
mergeDisposition: FrontierSwarmMergeDisposition;
|
|
1280
|
-
verification: FrontierSwarmVerificationResult[];
|
|
1281
|
-
semanticImport?: FrontierSwarmSemanticImportSummary;
|
|
1282
|
-
lastMessage?: string;
|
|
1283
|
-
error?: string;
|
|
1284
|
-
metadata?: JsonObject;
|
|
1285
|
-
}
|
|
1286
|
-
export interface FrontierSwarmOwnershipReport {
|
|
1287
|
-
ok: boolean;
|
|
1288
|
-
changedPaths: string[];
|
|
1289
|
-
allowedWrites: string[];
|
|
1290
|
-
violations: string[];
|
|
1291
|
-
}
|
|
1292
|
-
export interface FrontierSwarmMergeBundleInput {
|
|
1293
|
-
id?: string;
|
|
1294
|
-
runId?: string;
|
|
1295
|
-
planId?: string;
|
|
1296
|
-
job?: FrontierSwarmJob;
|
|
1297
|
-
result: FrontierSwarmJobResult | FrontierSwarmJobResultInput;
|
|
1298
|
-
patchPath?: string;
|
|
1299
|
-
patchHash?: string;
|
|
1300
|
-
evidencePaths?: readonly string[];
|
|
1301
|
-
queueItemIds?: readonly string[];
|
|
1302
|
-
riskLevel?: FrontierSwarmRiskLevel;
|
|
1303
|
-
disposition?: FrontierSwarmMergeDisposition;
|
|
1304
|
-
staleAgainstHead?: boolean;
|
|
1305
|
-
branchName?: string;
|
|
1306
|
-
commit?: string;
|
|
1307
|
-
semanticImport?: FrontierSwarmSemanticImportSummaryInput;
|
|
1308
|
-
metadata?: unknown;
|
|
1309
|
-
generatedAt?: number;
|
|
1310
|
-
}
|
|
1311
|
-
export interface FrontierSwarmMergeBundle {
|
|
1312
|
-
kind: typeof FRONTIER_SWARM_MERGE_BUNDLE_KIND;
|
|
1313
|
-
version: typeof FRONTIER_SWARM_MERGE_BUNDLE_VERSION;
|
|
1314
|
-
id: string;
|
|
1315
|
-
runId?: string;
|
|
1316
|
-
planId?: string;
|
|
1317
|
-
jobId: string;
|
|
1318
|
-
taskId?: string;
|
|
1319
|
-
lane?: string;
|
|
1320
|
-
title?: string;
|
|
1321
|
-
generatedAt: number;
|
|
1322
|
-
status: FrontierSwarmJobStatus;
|
|
1323
|
-
mergeReadiness: FrontierSwarmMergeReadiness;
|
|
1324
|
-
disposition: FrontierSwarmMergeDisposition;
|
|
1325
|
-
riskLevel: FrontierSwarmRiskLevel;
|
|
1326
|
-
autoMergeable: boolean;
|
|
1327
|
-
changedPaths: string[];
|
|
1328
|
-
changedRegions: string[];
|
|
1329
|
-
ownedFilesTouched: string[];
|
|
1330
|
-
allowedWrites: string[];
|
|
1331
|
-
ownershipViolations: string[];
|
|
1332
|
-
patchPath?: string;
|
|
1333
|
-
patchHash?: string;
|
|
1334
|
-
evidencePaths: string[];
|
|
1335
|
-
commandsPassed: FrontierSwarmVerificationResult[];
|
|
1336
|
-
commandsFailed: FrontierSwarmVerificationResult[];
|
|
1337
|
-
queueItemIds: string[];
|
|
1338
|
-
branchName?: string;
|
|
1339
|
-
commit?: string;
|
|
1340
|
-
staleAgainstHead: boolean;
|
|
1341
|
-
reasons: string[];
|
|
1342
|
-
semanticImport?: FrontierSwarmSemanticImportSummary;
|
|
1343
|
-
metadata?: JsonObject;
|
|
1344
|
-
}
|
|
1345
|
-
export interface FrontierSwarmQueueOverlayInput {
|
|
1346
|
-
id?: string;
|
|
1347
|
-
runId?: string;
|
|
1348
|
-
bundles?: readonly FrontierSwarmMergeBundle[];
|
|
1349
|
-
results?: readonly (FrontierSwarmJobResult | FrontierSwarmJobResultInput)[];
|
|
1350
|
-
generatedAt?: number;
|
|
1351
|
-
metadata?: unknown;
|
|
1352
|
-
}
|
|
1353
|
-
export interface FrontierSwarmQueueOverlay {
|
|
1354
|
-
kind: typeof FRONTIER_SWARM_QUEUE_OVERLAY_KIND;
|
|
1355
|
-
version: typeof FRONTIER_SWARM_QUEUE_OVERLAY_VERSION;
|
|
1356
|
-
id: string;
|
|
1357
|
-
runId?: string;
|
|
1358
|
-
generatedAt: number;
|
|
1359
|
-
entries: FrontierSwarmQueueOverlayEntry[];
|
|
1360
|
-
byQueueItemId: Record<string, FrontierSwarmQueueOverlayEntry[]>;
|
|
1361
|
-
summary: {
|
|
1362
|
-
entryCount: number;
|
|
1363
|
-
queueItemCount: number;
|
|
1364
|
-
readyToApplyCount: number;
|
|
1365
|
-
needsHumanPortCount: number;
|
|
1366
|
-
failedEvidenceCount: number;
|
|
1367
|
-
staleAgainstHeadCount: number;
|
|
1368
|
-
discoveryOnlyCount: number;
|
|
1369
|
-
};
|
|
1370
|
-
metadata?: JsonObject;
|
|
1371
|
-
}
|
|
1372
|
-
export interface FrontierSwarmQueueOverlayEntry {
|
|
1373
|
-
queueItemId: string;
|
|
1374
|
-
jobId: string;
|
|
1375
|
-
status: FrontierSwarmQueueOverlayStatus;
|
|
1376
|
-
mergeReadiness: FrontierSwarmMergeReadiness;
|
|
1377
|
-
disposition: FrontierSwarmMergeDisposition;
|
|
1378
|
-
riskLevel: FrontierSwarmRiskLevel;
|
|
1379
|
-
patchPath?: string;
|
|
1380
|
-
evidencePaths: string[];
|
|
1381
|
-
changedPaths: string[];
|
|
1382
|
-
changedRegions: string[];
|
|
1383
|
-
reasons: string[];
|
|
1384
|
-
semanticImport?: FrontierSwarmSemanticImportSummary;
|
|
1385
|
-
generatedAt: number;
|
|
1386
|
-
}
|
|
1387
|
-
export interface FrontierSwarmDerivedQueueStatusInput {
|
|
1388
|
-
snapshot: FrontierSwarmQueueSnapshot;
|
|
1389
|
-
overlays?: readonly FrontierSwarmQueueOverlay[];
|
|
1390
|
-
generatedAt?: number;
|
|
1391
|
-
}
|
|
1392
|
-
export interface FrontierSwarmDerivedQueueStatus {
|
|
1393
|
-
generatedAt: number;
|
|
1394
|
-
jobs: FrontierSwarmQueueJob[];
|
|
1395
|
-
byStatus: Record<string, string[]>;
|
|
1396
|
-
summary: FrontierSwarmQueueSnapshot['summary'];
|
|
1397
|
-
}
|
|
1398
|
-
export interface FrontierSwarmMergeIndexInput {
|
|
1399
|
-
id?: string;
|
|
1400
|
-
runId?: string;
|
|
1401
|
-
planId?: string;
|
|
1402
|
-
bundles: readonly FrontierSwarmMergeBundle[];
|
|
1403
|
-
patchStatuses?: Record<string, FrontierSwarmPatchStatus>;
|
|
1404
|
-
generatedAt?: number;
|
|
1405
|
-
metadata?: unknown;
|
|
1406
|
-
}
|
|
1407
|
-
export interface FrontierSwarmMergeIndex {
|
|
1408
|
-
kind: typeof FRONTIER_SWARM_MERGE_INDEX_KIND;
|
|
1409
|
-
version: typeof FRONTIER_SWARM_MERGE_INDEX_VERSION;
|
|
1410
|
-
id: string;
|
|
1411
|
-
runId?: string;
|
|
1412
|
-
planId?: string;
|
|
1413
|
-
generatedAt: number;
|
|
1414
|
-
entries: FrontierSwarmMergeIndexEntry[];
|
|
1415
|
-
conflicts: FrontierSwarmMergeConflict[];
|
|
1416
|
-
byDisposition: Record<string, string[]>;
|
|
1417
|
-
byPath: Record<string, string[]>;
|
|
1418
|
-
byRegion: Record<string, string[]>;
|
|
1419
|
-
summary: {
|
|
1420
|
-
entryCount: number;
|
|
1421
|
-
readyToApplyCount: number;
|
|
1422
|
-
needsHumanPortCount: number;
|
|
1423
|
-
failedEvidenceCount: number;
|
|
1424
|
-
staleAgainstHeadCount: number;
|
|
1425
|
-
discoveryOnlyCount: number;
|
|
1426
|
-
conflictCount: number;
|
|
1427
|
-
conflictedJobCount: number;
|
|
1428
|
-
};
|
|
1429
|
-
metadata?: JsonObject;
|
|
1430
|
-
}
|
|
1431
|
-
export interface FrontierSwarmMergeIndexEntry {
|
|
1432
|
-
jobId: string;
|
|
1433
|
-
taskId?: string;
|
|
1434
|
-
lane?: string;
|
|
1435
|
-
title?: string;
|
|
1436
|
-
status: FrontierSwarmJobStatus;
|
|
1437
|
-
mergeReadiness: FrontierSwarmMergeReadiness;
|
|
1438
|
-
disposition: FrontierSwarmMergeDisposition;
|
|
1439
|
-
riskLevel: FrontierSwarmRiskLevel;
|
|
1440
|
-
patchStatus: FrontierSwarmPatchStatus;
|
|
1441
|
-
staleAgainstHead: boolean;
|
|
1442
|
-
autoMergeable: boolean;
|
|
1443
|
-
changedPaths: string[];
|
|
1444
|
-
changedRegions: string[];
|
|
1445
|
-
conflictKeys: string[];
|
|
1446
|
-
conflictingJobIds: string[];
|
|
1447
|
-
ownedFilesTouched: string[];
|
|
1448
|
-
ownershipViolations: string[];
|
|
1449
|
-
patchPath?: string;
|
|
1450
|
-
patchHash?: string;
|
|
1451
|
-
evidencePaths: string[];
|
|
1452
|
-
queueItemIds: string[];
|
|
1453
|
-
reasons: string[];
|
|
1454
|
-
semanticImport?: FrontierSwarmSemanticImportSummary;
|
|
1455
|
-
generatedAt: number;
|
|
1456
|
-
}
|
|
1457
|
-
export interface FrontierSwarmMergeConflict {
|
|
1458
|
-
jobIds: string[];
|
|
1459
|
-
key: string;
|
|
1460
|
-
kind: 'path' | 'region';
|
|
1461
|
-
path?: string;
|
|
1462
|
-
region?: string;
|
|
1463
|
-
}
|
|
1464
|
-
export interface FrontierSwarmRegionOwnershipInput {
|
|
1465
|
-
changedPaths?: readonly string[];
|
|
1466
|
-
changedRegions?: readonly string[];
|
|
1467
|
-
}
|
|
1468
|
-
export interface FrontierSwarmRegionOwnershipReport {
|
|
1469
|
-
ok: boolean;
|
|
1470
|
-
jobId: string;
|
|
1471
|
-
changedPaths: string[];
|
|
1472
|
-
changedRegions: string[];
|
|
1473
|
-
ownedRegions: string[];
|
|
1474
|
-
regionViolations: string[];
|
|
1475
|
-
unclassifiedChangedPaths: string[];
|
|
1476
|
-
}
|
|
1477
|
-
export interface FrontierSwarmHotspotReportInput {
|
|
1478
|
-
id?: string;
|
|
1479
|
-
bundles?: readonly FrontierSwarmMergeBundle[];
|
|
1480
|
-
results?: readonly (FrontierSwarmJobResult | FrontierSwarmJobResultInput)[];
|
|
1481
|
-
threshold?: number;
|
|
1482
|
-
generatedAt?: number;
|
|
1483
|
-
metadata?: unknown;
|
|
1484
|
-
}
|
|
1485
|
-
export interface FrontierSwarmHotspotReport {
|
|
1486
|
-
kind: typeof FRONTIER_SWARM_HOTSPOT_REPORT_KIND;
|
|
1487
|
-
version: typeof FRONTIER_SWARM_HOTSPOT_REPORT_VERSION;
|
|
1488
|
-
id: string;
|
|
1489
|
-
generatedAt: number;
|
|
1490
|
-
threshold: number;
|
|
1491
|
-
entries: FrontierSwarmHotspotEntry[];
|
|
1492
|
-
recommendations: FrontierSwarmHotspotRecommendation[];
|
|
1493
|
-
summary: {
|
|
1494
|
-
pathCount: number;
|
|
1495
|
-
hotspotCount: number;
|
|
1496
|
-
recommendationCount: number;
|
|
1497
|
-
};
|
|
1498
|
-
metadata?: JsonObject;
|
|
1499
|
-
}
|
|
1500
|
-
export interface FrontierSwarmHotspotEntry {
|
|
1501
|
-
path: string;
|
|
1502
|
-
touchCount: number;
|
|
1503
|
-
jobIds: string[];
|
|
1504
|
-
regions: string[];
|
|
1505
|
-
dispositions: string[];
|
|
1506
|
-
riskLevels: string[];
|
|
1507
|
-
}
|
|
1508
|
-
export interface FrontierSwarmHotspotRecommendation {
|
|
1509
|
-
path: string;
|
|
1510
|
-
reason: 'repeated-conflicts' | 'hot-file' | 'region-overlap';
|
|
1511
|
-
suggestedModuleId: string;
|
|
1512
|
-
suggestedOwnershipRegions: string[];
|
|
1513
|
-
jobIds: string[];
|
|
1514
|
-
}
|
|
1515
|
-
export interface FrontierSwarmReviewerLanePlanInput {
|
|
1516
|
-
id?: string;
|
|
1517
|
-
index: FrontierSwarmMergeIndex;
|
|
1518
|
-
admission?: FrontierSwarmMergeAdmission;
|
|
1519
|
-
reviewerLane?: string;
|
|
1520
|
-
reviewers?: readonly string[];
|
|
1521
|
-
includeAutoMergeable?: boolean;
|
|
1522
|
-
generatedAt?: number;
|
|
1523
|
-
metadata?: unknown;
|
|
1524
|
-
}
|
|
1525
|
-
export interface FrontierSwarmReviewerLanePlan {
|
|
1526
|
-
kind: typeof FRONTIER_SWARM_REVIEWER_LANE_PLAN_KIND;
|
|
1527
|
-
version: typeof FRONTIER_SWARM_REVIEWER_LANE_PLAN_VERSION;
|
|
1528
|
-
id: string;
|
|
1529
|
-
mergeIndexId: string;
|
|
1530
|
-
generatedAt: number;
|
|
1531
|
-
reviewerLane: string;
|
|
1532
|
-
assignments: FrontierSwarmReviewerLaneAssignment[];
|
|
1533
|
-
tasks: FrontierSwarmTaskInput[];
|
|
1534
|
-
summary: {
|
|
1535
|
-
assignmentCount: number;
|
|
1536
|
-
taskCount: number;
|
|
1537
|
-
};
|
|
1538
|
-
metadata?: JsonObject;
|
|
1539
|
-
}
|
|
1540
|
-
export interface FrontierSwarmReviewerLaneAssignment {
|
|
1541
|
-
jobId: string;
|
|
1542
|
-
reviewers: string[];
|
|
1543
|
-
required: boolean;
|
|
1544
|
-
reasons: string[];
|
|
1545
|
-
}
|
|
1546
|
-
export interface FrontierSwarmRunStoreShardsInput {
|
|
1547
|
-
id?: string;
|
|
1548
|
-
run?: FrontierSwarmRun;
|
|
1549
|
-
plan?: FrontierSwarmPlan;
|
|
1550
|
-
root?: string;
|
|
1551
|
-
shardSize?: number;
|
|
1552
|
-
groupBy?: 'lane' | 'hash' | 'none';
|
|
1553
|
-
generatedAt?: number;
|
|
1554
|
-
metadata?: unknown;
|
|
1555
|
-
}
|
|
1556
|
-
export interface FrontierSwarmRunStoreShards {
|
|
1557
|
-
kind: typeof FRONTIER_SWARM_RUN_STORE_SHARDS_KIND;
|
|
1558
|
-
version: typeof FRONTIER_SWARM_RUN_STORE_SHARDS_VERSION;
|
|
1559
|
-
id: string;
|
|
1560
|
-
runId?: string;
|
|
1561
|
-
planId?: string;
|
|
1562
|
-
root: string;
|
|
1563
|
-
generatedAt: number;
|
|
1564
|
-
groupBy: 'lane' | 'hash' | 'none';
|
|
1565
|
-
shardSize: number;
|
|
1566
|
-
shards: FrontierSwarmRunStoreShard[];
|
|
1567
|
-
summary: {
|
|
1568
|
-
shardCount: number;
|
|
1569
|
-
jobCount: number;
|
|
1570
|
-
};
|
|
1571
|
-
metadata?: JsonObject;
|
|
1572
|
-
}
|
|
1573
|
-
export interface FrontierSwarmRunStoreShard {
|
|
1574
|
-
id: string;
|
|
1575
|
-
lane?: string;
|
|
1576
|
-
path: string;
|
|
1577
|
-
eventPath: string;
|
|
1578
|
-
resultPath: string;
|
|
1579
|
-
checkpointPath: string;
|
|
1580
|
-
jobIds: string[];
|
|
1581
|
-
}
|
|
1582
|
-
export interface FrontierSwarmMergeAdmissionInput {
|
|
1583
|
-
id?: string;
|
|
1584
|
-
index: FrontierSwarmMergeIndex;
|
|
1585
|
-
maxReady?: number;
|
|
1586
|
-
maxChangedPaths?: number;
|
|
1587
|
-
maxChangedRegions?: number;
|
|
1588
|
-
maxHighRisk?: number;
|
|
1589
|
-
allowRisks?: readonly FrontierSwarmRiskLevel[];
|
|
1590
|
-
generatedAt?: number;
|
|
1591
|
-
metadata?: unknown;
|
|
1592
|
-
}
|
|
1593
|
-
export interface FrontierSwarmMergeAdmission {
|
|
1594
|
-
kind: typeof FRONTIER_SWARM_MERGE_ADMISSION_KIND;
|
|
1595
|
-
version: typeof FRONTIER_SWARM_MERGE_ADMISSION_VERSION;
|
|
1596
|
-
id: string;
|
|
1597
|
-
mergeIndexId: string;
|
|
1598
|
-
generatedAt: number;
|
|
1599
|
-
admitted: string[];
|
|
1600
|
-
deferred: FrontierSwarmMergeAdmissionDeferral[];
|
|
1601
|
-
budget: {
|
|
1602
|
-
maxReady: number;
|
|
1603
|
-
maxChangedPaths?: number;
|
|
1604
|
-
maxChangedRegions?: number;
|
|
1605
|
-
maxHighRisk?: number;
|
|
1606
|
-
allowRisks: string[];
|
|
1607
|
-
};
|
|
1608
|
-
summary: {
|
|
1609
|
-
admittedCount: number;
|
|
1610
|
-
deferredCount: number;
|
|
1611
|
-
changedPathCount: number;
|
|
1612
|
-
changedRegionCount: number;
|
|
1613
|
-
highRiskCount: number;
|
|
1614
|
-
};
|
|
1615
|
-
metadata?: JsonObject;
|
|
1616
|
-
}
|
|
1617
|
-
export interface FrontierSwarmMergeAdmissionDeferral {
|
|
1618
|
-
jobId: string;
|
|
1619
|
-
reasons: string[];
|
|
1620
|
-
}
|
|
1621
|
-
export interface FrontierSwarmContextPackInput {
|
|
1622
|
-
id?: string;
|
|
1623
|
-
job?: FrontierSwarmJob;
|
|
1624
|
-
task?: FrontierSwarmTask | FrontierSwarmTaskInput;
|
|
1625
|
-
title?: string;
|
|
1626
|
-
files?: readonly string[];
|
|
1627
|
-
apiMap?: Record<string, readonly string[]>;
|
|
1628
|
-
knownFailures?: readonly string[];
|
|
1629
|
-
commands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
1630
|
-
oracleCommands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
1631
|
-
evidenceSchema?: unknown;
|
|
1632
|
-
expectedEvidence?: readonly string[];
|
|
1633
|
-
exclusions?: readonly string[];
|
|
1634
|
-
avoidInvestigating?: readonly string[];
|
|
1635
|
-
playbookIds?: readonly string[];
|
|
1636
|
-
generatedAt?: number;
|
|
1637
|
-
metadata?: unknown;
|
|
1638
|
-
}
|
|
1639
|
-
export interface FrontierSwarmContextPack {
|
|
1640
|
-
kind: typeof FRONTIER_SWARM_CONTEXT_PACK_KIND;
|
|
1641
|
-
version: typeof FRONTIER_SWARM_CONTEXT_PACK_VERSION;
|
|
1642
|
-
id: string;
|
|
1643
|
-
jobId?: string;
|
|
1644
|
-
taskId?: string;
|
|
1645
|
-
lane?: string;
|
|
1646
|
-
title: string;
|
|
1647
|
-
generatedAt: number;
|
|
1648
|
-
files: string[];
|
|
1649
|
-
apiMap: Record<string, string[]>;
|
|
1650
|
-
knownFailures: string[];
|
|
1651
|
-
commands: FrontierSwarmCommand[];
|
|
1652
|
-
oracleCommands: FrontierSwarmCommand[];
|
|
1653
|
-
evidenceSchema?: JsonValue;
|
|
1654
|
-
expectedEvidence: string[];
|
|
1655
|
-
exclusions: string[];
|
|
1656
|
-
avoidInvestigating: string[];
|
|
1657
|
-
playbookIds: string[];
|
|
1658
|
-
metadata?: JsonObject;
|
|
1659
|
-
}
|
|
1660
|
-
export interface FrontierSwarmOracleArtifactInput {
|
|
1661
|
-
id: string;
|
|
1662
|
-
path: string;
|
|
1663
|
-
kind?: string;
|
|
1664
|
-
command?: string | FrontierSwarmCommandInput;
|
|
1665
|
-
hash?: string;
|
|
1666
|
-
sourceRef?: string;
|
|
1667
|
-
tags?: readonly string[];
|
|
1668
|
-
metadata?: unknown;
|
|
1669
|
-
}
|
|
1670
|
-
export interface FrontierSwarmOracleArtifact {
|
|
1671
|
-
id: string;
|
|
1672
|
-
path: string;
|
|
1673
|
-
kind: string;
|
|
1674
|
-
command?: FrontierSwarmCommand;
|
|
1675
|
-
hash?: string;
|
|
1676
|
-
sourceRef?: string;
|
|
1677
|
-
tags: string[];
|
|
1678
|
-
metadata?: JsonObject;
|
|
1679
|
-
}
|
|
1680
|
-
export interface FrontierSwarmOracleCorpusInput {
|
|
1681
|
-
id?: string;
|
|
1682
|
-
title?: string;
|
|
1683
|
-
artifacts?: readonly FrontierSwarmOracleArtifactInput[];
|
|
1684
|
-
generatedAt?: number;
|
|
1685
|
-
metadata?: unknown;
|
|
1686
|
-
}
|
|
1687
|
-
export interface FrontierSwarmOracleCorpus {
|
|
1688
|
-
kind: typeof FRONTIER_SWARM_ORACLE_CORPUS_KIND;
|
|
1689
|
-
version: typeof FRONTIER_SWARM_ORACLE_CORPUS_VERSION;
|
|
1690
|
-
id: string;
|
|
1691
|
-
title: string;
|
|
1692
|
-
generatedAt: number;
|
|
1693
|
-
artifacts: FrontierSwarmOracleArtifact[];
|
|
1694
|
-
byKind: Record<string, string[]>;
|
|
1695
|
-
byTag: Record<string, string[]>;
|
|
1696
|
-
summary: {
|
|
1697
|
-
artifactCount: number;
|
|
1698
|
-
kindCount: number;
|
|
1699
|
-
tagCount: number;
|
|
1700
|
-
};
|
|
1701
|
-
metadata?: JsonObject;
|
|
1702
|
-
}
|
|
1703
|
-
export interface FrontierSwarmNamedRefInput {
|
|
1704
|
-
id?: string;
|
|
1705
|
-
path?: string;
|
|
1706
|
-
uri?: string;
|
|
1707
|
-
kind?: string;
|
|
1708
|
-
role?: string;
|
|
1709
|
-
hash?: string;
|
|
1710
|
-
bytes?: number;
|
|
1711
|
-
tags?: readonly string[];
|
|
1712
|
-
metadata?: unknown;
|
|
1713
|
-
}
|
|
1714
|
-
export interface FrontierSwarmNamedRef {
|
|
1715
|
-
id: string;
|
|
1716
|
-
kind: string;
|
|
1717
|
-
path?: string;
|
|
1718
|
-
uri?: string;
|
|
1719
|
-
role?: string;
|
|
1720
|
-
hash?: string;
|
|
1721
|
-
bytes?: number;
|
|
1722
|
-
tags: string[];
|
|
1723
|
-
metadata?: JsonObject;
|
|
1724
|
-
}
|
|
1725
|
-
export interface FrontierSwarmObservabilityPointInput {
|
|
1726
|
-
id?: string;
|
|
1727
|
-
subject?: string;
|
|
1728
|
-
scope?: string;
|
|
1729
|
-
operationIndex?: number;
|
|
1730
|
-
at?: number;
|
|
1731
|
-
path?: string;
|
|
1732
|
-
selector?: string;
|
|
1733
|
-
before?: unknown;
|
|
1734
|
-
after?: unknown;
|
|
1735
|
-
eventRefs?: readonly (string | FrontierSwarmNamedRefInput)[];
|
|
1736
|
-
metadata?: unknown;
|
|
1737
|
-
}
|
|
1738
|
-
export interface FrontierSwarmObservabilityPoint {
|
|
1739
|
-
kind: typeof FRONTIER_SWARM_OBSERVABILITY_POINT_KIND;
|
|
1740
|
-
version: typeof FRONTIER_SWARM_OBSERVABILITY_POINT_VERSION;
|
|
1741
|
-
id: string;
|
|
1742
|
-
subject?: string;
|
|
1743
|
-
scope?: string;
|
|
1744
|
-
operationIndex?: number;
|
|
1745
|
-
at?: number;
|
|
1746
|
-
path?: string;
|
|
1747
|
-
selector?: string;
|
|
1748
|
-
before?: JsonValue;
|
|
1749
|
-
after?: JsonValue;
|
|
1750
|
-
eventRefs: FrontierSwarmNamedRef[];
|
|
1751
|
-
metadata?: JsonObject;
|
|
1752
|
-
}
|
|
1753
|
-
export interface FrontierSwarmReplayBundleInput {
|
|
1754
|
-
id?: string;
|
|
1755
|
-
title?: string;
|
|
1756
|
-
subject?: string;
|
|
1757
|
-
commands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
1758
|
-
inputs?: readonly FrontierSwarmNamedRefInput[];
|
|
1759
|
-
artifacts?: readonly FrontierSwarmNamedRefInput[];
|
|
1760
|
-
sourceRefs?: readonly (string | FrontierSwarmNamedRefInput)[];
|
|
1761
|
-
seeds?: readonly (string | number | FrontierSwarmNamedRefInput)[];
|
|
1762
|
-
environment?: unknown;
|
|
1763
|
-
expectedEvidence?: readonly string[];
|
|
1764
|
-
generatedAt?: number;
|
|
1765
|
-
metadata?: unknown;
|
|
1766
|
-
}
|
|
1767
|
-
export interface FrontierSwarmReplayBundle {
|
|
1768
|
-
kind: typeof FRONTIER_SWARM_REPLAY_BUNDLE_KIND;
|
|
1769
|
-
version: typeof FRONTIER_SWARM_REPLAY_BUNDLE_VERSION;
|
|
1770
|
-
id: string;
|
|
1771
|
-
title: string;
|
|
1772
|
-
subject?: string;
|
|
1773
|
-
generatedAt: number;
|
|
1774
|
-
commands: FrontierSwarmCommand[];
|
|
1775
|
-
inputs: FrontierSwarmNamedRef[];
|
|
1776
|
-
artifacts: FrontierSwarmNamedRef[];
|
|
1777
|
-
sourceRefs: FrontierSwarmNamedRef[];
|
|
1778
|
-
seeds: FrontierSwarmNamedRef[];
|
|
1779
|
-
environment?: JsonObject;
|
|
1780
|
-
expectedEvidence: string[];
|
|
1781
|
-
summary: {
|
|
1782
|
-
commandCount: number;
|
|
1783
|
-
inputCount: number;
|
|
1784
|
-
artifactCount: number;
|
|
1785
|
-
sourceRefCount: number;
|
|
1786
|
-
};
|
|
1787
|
-
metadata?: JsonObject;
|
|
1788
|
-
}
|
|
1789
|
-
export interface FrontierSwarmParityComparatorInput {
|
|
1790
|
-
id?: string;
|
|
1791
|
-
title?: string;
|
|
1792
|
-
status?: FrontierSwarmParityOracleStatus;
|
|
1793
|
-
expected?: unknown;
|
|
1794
|
-
actual?: unknown;
|
|
1795
|
-
path?: string;
|
|
1796
|
-
operationIndex?: number;
|
|
1797
|
-
evidenceRefs?: readonly (string | FrontierSwarmNamedRefInput)[];
|
|
1798
|
-
metadata?: unknown;
|
|
1799
|
-
}
|
|
1800
|
-
export interface FrontierSwarmParityComparator {
|
|
1801
|
-
id: string;
|
|
1802
|
-
title: string;
|
|
1803
|
-
status: FrontierSwarmParityOracleStatus;
|
|
1804
|
-
expected?: JsonValue;
|
|
1805
|
-
actual?: JsonValue;
|
|
1806
|
-
path?: string;
|
|
1807
|
-
operationIndex?: number;
|
|
1808
|
-
evidenceRefs: FrontierSwarmNamedRef[];
|
|
1809
|
-
metadata?: JsonObject;
|
|
1810
|
-
}
|
|
1811
|
-
export interface FrontierSwarmParityOracleInput {
|
|
1812
|
-
id?: string;
|
|
1813
|
-
title?: string;
|
|
1814
|
-
status?: FrontierSwarmParityOracleStatus;
|
|
1815
|
-
subject?: string;
|
|
1816
|
-
referenceCommands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
1817
|
-
testCommands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
1818
|
-
comparators?: readonly FrontierSwarmParityComparatorInput[];
|
|
1819
|
-
artifacts?: readonly FrontierSwarmNamedRefInput[];
|
|
1820
|
-
replayBundleIds?: readonly string[];
|
|
1821
|
-
generatedAt?: number;
|
|
1822
|
-
metadata?: unknown;
|
|
1823
|
-
}
|
|
1824
|
-
export interface FrontierSwarmParityOracle {
|
|
1825
|
-
kind: typeof FRONTIER_SWARM_PARITY_ORACLE_KIND;
|
|
1826
|
-
version: typeof FRONTIER_SWARM_PARITY_ORACLE_VERSION;
|
|
1827
|
-
id: string;
|
|
1828
|
-
title: string;
|
|
1829
|
-
status: FrontierSwarmParityOracleStatus;
|
|
1830
|
-
subject?: string;
|
|
1831
|
-
generatedAt: number;
|
|
1832
|
-
referenceCommands: FrontierSwarmCommand[];
|
|
1833
|
-
testCommands: FrontierSwarmCommand[];
|
|
1834
|
-
comparators: FrontierSwarmParityComparator[];
|
|
1835
|
-
artifacts: FrontierSwarmNamedRef[];
|
|
1836
|
-
replayBundleIds: string[];
|
|
1837
|
-
summary: {
|
|
1838
|
-
comparatorCount: number;
|
|
1839
|
-
passedCount: number;
|
|
1840
|
-
failedCount: number;
|
|
1841
|
-
blockedCount: number;
|
|
1842
|
-
};
|
|
1843
|
-
metadata?: JsonObject;
|
|
1844
|
-
}
|
|
1845
|
-
export interface FrontierSwarmDivergenceReportInput {
|
|
1846
|
-
id?: string;
|
|
1847
|
-
title?: string;
|
|
1848
|
-
status?: FrontierSwarmParityOracleStatus;
|
|
1849
|
-
severity?: FrontierSwarmDivergenceSeverity;
|
|
1850
|
-
subject?: string;
|
|
1851
|
-
confidence?: FrontierSwarmConfidence;
|
|
1852
|
-
divergesAt?: string;
|
|
1853
|
-
operationIndex?: number;
|
|
1854
|
-
expected?: unknown;
|
|
1855
|
-
actual?: unknown;
|
|
1856
|
-
observabilityPoints?: readonly (FrontierSwarmObservabilityPoint | FrontierSwarmObservabilityPointInput)[];
|
|
1857
|
-
traceRefs?: readonly (string | FrontierSwarmNamedRefInput)[];
|
|
1858
|
-
replayBundleIds?: readonly string[];
|
|
1859
|
-
evidenceRefs?: readonly (string | FrontierSwarmNamedRefInput)[];
|
|
1860
|
-
generatedAt?: number;
|
|
1861
|
-
metadata?: unknown;
|
|
1862
|
-
}
|
|
1863
|
-
export interface FrontierSwarmDivergenceReport {
|
|
1864
|
-
kind: typeof FRONTIER_SWARM_DIVERGENCE_REPORT_KIND;
|
|
1865
|
-
version: typeof FRONTIER_SWARM_DIVERGENCE_REPORT_VERSION;
|
|
1866
|
-
id: string;
|
|
1867
|
-
title: string;
|
|
1868
|
-
status: FrontierSwarmParityOracleStatus;
|
|
1869
|
-
severity: FrontierSwarmDivergenceSeverity;
|
|
1870
|
-
subject?: string;
|
|
1871
|
-
confidence: FrontierSwarmConfidence;
|
|
1872
|
-
divergesAt?: string;
|
|
1873
|
-
operationIndex?: number;
|
|
1874
|
-
expected?: JsonValue;
|
|
1875
|
-
actual?: JsonValue;
|
|
1876
|
-
observabilityPoints: FrontierSwarmObservabilityPoint[];
|
|
1877
|
-
traceRefs: FrontierSwarmNamedRef[];
|
|
1878
|
-
replayBundleIds: string[];
|
|
1879
|
-
evidenceRefs: FrontierSwarmNamedRef[];
|
|
1880
|
-
generatedAt: number;
|
|
1881
|
-
metadata?: JsonObject;
|
|
1882
|
-
}
|
|
1883
|
-
export interface FrontierSwarmWatchpointInput {
|
|
1884
|
-
id?: string;
|
|
1885
|
-
title?: string;
|
|
1886
|
-
target?: string;
|
|
1887
|
-
path?: string;
|
|
1888
|
-
selector?: string;
|
|
1889
|
-
operator?: string;
|
|
1890
|
-
value?: unknown;
|
|
1891
|
-
action?: FrontierSwarmWatchpointAction;
|
|
1892
|
-
metadata?: unknown;
|
|
1893
|
-
}
|
|
1894
|
-
export interface FrontierSwarmWatchpoint {
|
|
1895
|
-
id: string;
|
|
1896
|
-
title: string;
|
|
1897
|
-
target?: string;
|
|
1898
|
-
path?: string;
|
|
1899
|
-
selector?: string;
|
|
1900
|
-
operator: string;
|
|
1901
|
-
value?: JsonValue;
|
|
1902
|
-
action: FrontierSwarmWatchpointAction;
|
|
1903
|
-
metadata?: JsonObject;
|
|
1904
|
-
}
|
|
1905
|
-
export interface FrontierSwarmWatchpointPlanInput {
|
|
1906
|
-
id?: string;
|
|
1907
|
-
title?: string;
|
|
1908
|
-
subject?: string;
|
|
1909
|
-
matchMode?: 'all' | 'any' | string;
|
|
1910
|
-
watchpoints?: readonly FrontierSwarmWatchpointInput[];
|
|
1911
|
-
commands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
1912
|
-
replayBundleIds?: readonly string[];
|
|
1913
|
-
divergenceReportIds?: readonly string[];
|
|
1914
|
-
generatedAt?: number;
|
|
1915
|
-
metadata?: unknown;
|
|
1916
|
-
}
|
|
1917
|
-
export interface FrontierSwarmWatchpointPlan {
|
|
1918
|
-
kind: typeof FRONTIER_SWARM_WATCHPOINT_PLAN_KIND;
|
|
1919
|
-
version: typeof FRONTIER_SWARM_WATCHPOINT_PLAN_VERSION;
|
|
1920
|
-
id: string;
|
|
1921
|
-
title: string;
|
|
1922
|
-
subject?: string;
|
|
1923
|
-
matchMode: string;
|
|
1924
|
-
generatedAt: number;
|
|
1925
|
-
watchpoints: FrontierSwarmWatchpoint[];
|
|
1926
|
-
commands: FrontierSwarmCommand[];
|
|
1927
|
-
replayBundleIds: string[];
|
|
1928
|
-
divergenceReportIds: string[];
|
|
1929
|
-
summary: {
|
|
1930
|
-
watchpointCount: number;
|
|
1931
|
-
commandCount: number;
|
|
1932
|
-
};
|
|
1933
|
-
metadata?: JsonObject;
|
|
1934
|
-
}
|
|
1935
|
-
export interface FrontierSwarmDebugHandoffInput {
|
|
1936
|
-
id?: string;
|
|
1937
|
-
title?: string;
|
|
1938
|
-
status?: 'ready' | 'needs-review' | 'blocked' | 'failed' | string;
|
|
1939
|
-
subject?: string;
|
|
1940
|
-
focus?: FrontierSwarmObservabilityPointInput | FrontierSwarmObservabilityPoint;
|
|
1941
|
-
replayBundleIds?: readonly string[];
|
|
1942
|
-
divergenceReportIds?: readonly string[];
|
|
1943
|
-
watchpointPlanIds?: readonly string[];
|
|
1944
|
-
commands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
1945
|
-
files?: readonly FrontierSwarmNamedRefInput[];
|
|
1946
|
-
artifacts?: readonly FrontierSwarmNamedRefInput[];
|
|
1947
|
-
comparisons?: readonly FrontierSwarmParityComparatorInput[];
|
|
1948
|
-
environment?: unknown;
|
|
1949
|
-
generatedAt?: number;
|
|
1950
|
-
metadata?: unknown;
|
|
1951
|
-
}
|
|
1952
|
-
export interface FrontierSwarmDebugHandoff {
|
|
1953
|
-
kind: typeof FRONTIER_SWARM_DEBUG_HANDOFF_KIND;
|
|
1954
|
-
version: typeof FRONTIER_SWARM_DEBUG_HANDOFF_VERSION;
|
|
1955
|
-
id: string;
|
|
1956
|
-
title: string;
|
|
1957
|
-
status: string;
|
|
1958
|
-
subject?: string;
|
|
1959
|
-
focus?: FrontierSwarmObservabilityPoint;
|
|
1960
|
-
replayBundleIds: string[];
|
|
1961
|
-
divergenceReportIds: string[];
|
|
1962
|
-
watchpointPlanIds: string[];
|
|
1963
|
-
commands: FrontierSwarmCommand[];
|
|
1964
|
-
files: FrontierSwarmNamedRef[];
|
|
1965
|
-
artifacts: FrontierSwarmNamedRef[];
|
|
1966
|
-
comparisons: FrontierSwarmParityComparator[];
|
|
1967
|
-
environment?: JsonObject;
|
|
1968
|
-
generatedAt: number;
|
|
1969
|
-
metadata?: JsonObject;
|
|
1970
|
-
}
|
|
1971
|
-
export interface FrontierSwarmInstrumentationBudgetInput {
|
|
1972
|
-
id?: string;
|
|
1973
|
-
title?: string;
|
|
1974
|
-
lane?: string;
|
|
1975
|
-
maxEvents?: number;
|
|
1976
|
-
maxBytes?: number;
|
|
1977
|
-
maxDurationMs?: number;
|
|
1978
|
-
maxOverheadRatio?: number;
|
|
1979
|
-
captureKinds?: readonly string[];
|
|
1980
|
-
sampling?: {
|
|
1981
|
-
mode?: string;
|
|
1982
|
-
rate?: number;
|
|
1983
|
-
metadata?: unknown;
|
|
1984
|
-
};
|
|
1985
|
-
generatedAt?: number;
|
|
1986
|
-
metadata?: unknown;
|
|
1987
|
-
}
|
|
1988
|
-
export interface FrontierSwarmInstrumentationBudget {
|
|
1989
|
-
kind: typeof FRONTIER_SWARM_INSTRUMENTATION_BUDGET_KIND;
|
|
1990
|
-
version: typeof FRONTIER_SWARM_INSTRUMENTATION_BUDGET_VERSION;
|
|
1991
|
-
id: string;
|
|
1992
|
-
title: string;
|
|
1993
|
-
lane?: string;
|
|
1994
|
-
generatedAt: number;
|
|
1995
|
-
maxEvents?: number;
|
|
1996
|
-
maxBytes?: number;
|
|
1997
|
-
maxDurationMs?: number;
|
|
1998
|
-
maxOverheadRatio?: number;
|
|
1999
|
-
captureKinds: string[];
|
|
2000
|
-
sampling: {
|
|
2001
|
-
mode: string;
|
|
2002
|
-
rate?: number;
|
|
2003
|
-
metadata?: JsonObject;
|
|
2004
|
-
};
|
|
2005
|
-
metadata?: JsonObject;
|
|
2006
|
-
}
|
|
2007
|
-
export interface FrontierSwarmInstrumentationUsageInput {
|
|
2008
|
-
events?: number;
|
|
2009
|
-
bytes?: number;
|
|
2010
|
-
durationMs?: number;
|
|
2011
|
-
overheadRatio?: number;
|
|
2012
|
-
captureKinds?: readonly string[];
|
|
2013
|
-
metadata?: unknown;
|
|
2014
|
-
}
|
|
2015
|
-
export interface FrontierSwarmInstrumentationBudgetDecision {
|
|
2016
|
-
ok: boolean;
|
|
2017
|
-
budgetId: string;
|
|
2018
|
-
usage: {
|
|
2019
|
-
events: number;
|
|
2020
|
-
bytes: number;
|
|
2021
|
-
durationMs: number;
|
|
2022
|
-
overheadRatio: number;
|
|
2023
|
-
captureKinds: string[];
|
|
2024
|
-
metadata?: JsonObject;
|
|
2025
|
-
};
|
|
2026
|
-
violations: string[];
|
|
2027
|
-
}
|
|
2028
|
-
export interface FrontierSwarmBottleneckSource {
|
|
2029
|
-
jobId?: string;
|
|
2030
|
-
lane?: string;
|
|
2031
|
-
text?: string;
|
|
2032
|
-
status?: string;
|
|
2033
|
-
reasons?: readonly string[];
|
|
2034
|
-
verification?: readonly FrontierSwarmVerificationResultInput[];
|
|
2035
|
-
evidencePaths?: readonly string[];
|
|
2036
|
-
changedPaths?: readonly string[];
|
|
2037
|
-
metadata?: unknown;
|
|
2038
|
-
}
|
|
2039
|
-
export interface FrontierSwarmBottleneckClassification {
|
|
2040
|
-
kind: FrontierSwarmBottleneckKind;
|
|
2041
|
-
confidence: FrontierSwarmConfidence;
|
|
2042
|
-
reasons: string[];
|
|
2043
|
-
route: {
|
|
2044
|
-
lane?: string;
|
|
2045
|
-
workKind?: string;
|
|
2046
|
-
priority?: number;
|
|
2047
|
-
};
|
|
2048
|
-
}
|
|
2049
|
-
export interface FrontierSwarmBottleneckReportInput {
|
|
2050
|
-
id?: string;
|
|
2051
|
-
sources?: readonly (FrontierSwarmBottleneckSource | FrontierSwarmJobResultInput | FrontierSwarmMergeBundle)[];
|
|
2052
|
-
generatedAt?: number;
|
|
2053
|
-
metadata?: unknown;
|
|
2054
|
-
}
|
|
2055
|
-
export interface FrontierSwarmBottleneckReport {
|
|
2056
|
-
kind: typeof FRONTIER_SWARM_BOTTLENECK_REPORT_KIND;
|
|
2057
|
-
version: typeof FRONTIER_SWARM_BOTTLENECK_REPORT_VERSION;
|
|
2058
|
-
id: string;
|
|
2059
|
-
generatedAt: number;
|
|
2060
|
-
classifications: FrontierSwarmBottleneckClassification[];
|
|
2061
|
-
byKind: Record<string, FrontierSwarmBottleneckClassification[]>;
|
|
2062
|
-
summary: {
|
|
2063
|
-
sourceCount: number;
|
|
2064
|
-
kindCount: number;
|
|
2065
|
-
};
|
|
2066
|
-
metadata?: JsonObject;
|
|
2067
|
-
}
|
|
2068
|
-
export type FrontierSwarmEvidenceFacetValue = string | number | boolean;
|
|
2069
|
-
export interface FrontierSwarmEvidenceIndexEntryInput {
|
|
2070
|
-
id?: string;
|
|
2071
|
-
jobId?: string;
|
|
2072
|
-
queueItemId?: string;
|
|
2073
|
-
lane?: string;
|
|
2074
|
-
topic?: string;
|
|
2075
|
-
path?: string;
|
|
2076
|
-
kind?: string;
|
|
2077
|
-
status?: string;
|
|
2078
|
-
confidence?: number;
|
|
2079
|
-
tags?: readonly string[];
|
|
2080
|
-
facets?: Record<string, FrontierSwarmEvidenceFacetValue>;
|
|
2081
|
-
generatedAt?: number;
|
|
2082
|
-
metadata?: unknown;
|
|
2083
|
-
}
|
|
2084
|
-
export interface FrontierSwarmEvidenceIndexEntry {
|
|
2085
|
-
id: string;
|
|
2086
|
-
jobId?: string;
|
|
2087
|
-
queueItemId?: string;
|
|
2088
|
-
lane?: string;
|
|
2089
|
-
topic?: string;
|
|
2090
|
-
path?: string;
|
|
2091
|
-
kind: string;
|
|
2092
|
-
status: string;
|
|
2093
|
-
confidence: number;
|
|
2094
|
-
tags: string[];
|
|
2095
|
-
facets: Record<string, FrontierSwarmEvidenceFacetValue>;
|
|
2096
|
-
generatedAt: number;
|
|
2097
|
-
metadata?: JsonObject;
|
|
2098
|
-
}
|
|
2099
|
-
export interface FrontierSwarmEvidenceIndexInput {
|
|
2100
|
-
id?: string;
|
|
2101
|
-
run?: FrontierSwarmRun;
|
|
2102
|
-
entries?: readonly FrontierSwarmEvidenceIndexEntryInput[];
|
|
2103
|
-
generatedAt?: number;
|
|
2104
|
-
metadata?: unknown;
|
|
2105
|
-
}
|
|
2106
|
-
export interface FrontierSwarmEvidenceIndex {
|
|
2107
|
-
kind: typeof FRONTIER_SWARM_EVIDENCE_INDEX_KIND;
|
|
2108
|
-
version: typeof FRONTIER_SWARM_EVIDENCE_INDEX_VERSION;
|
|
2109
|
-
id: string;
|
|
2110
|
-
runId?: string;
|
|
2111
|
-
generatedAt: number;
|
|
2112
|
-
entries: FrontierSwarmEvidenceIndexEntry[];
|
|
2113
|
-
byJobId: Record<string, FrontierSwarmEvidenceIndexEntry[]>;
|
|
2114
|
-
byTopic: Record<string, FrontierSwarmEvidenceIndexEntry[]>;
|
|
2115
|
-
byPath: Record<string, FrontierSwarmEvidenceIndexEntry[]>;
|
|
2116
|
-
summary: {
|
|
2117
|
-
entryCount: number;
|
|
2118
|
-
jobCount: number;
|
|
2119
|
-
topicCount: number;
|
|
2120
|
-
pathCount: number;
|
|
2121
|
-
};
|
|
2122
|
-
metadata?: JsonObject;
|
|
2123
|
-
}
|
|
2124
|
-
export interface FrontierSwarmEvidenceIndexQuery {
|
|
2125
|
-
jobId?: string;
|
|
2126
|
-
lane?: string;
|
|
2127
|
-
topic?: string;
|
|
2128
|
-
pathIncludes?: string;
|
|
2129
|
-
kind?: string;
|
|
2130
|
-
status?: string;
|
|
2131
|
-
tag?: string;
|
|
2132
|
-
minConfidence?: number;
|
|
2133
|
-
facet?: Record<string, FrontierSwarmEvidenceFacetValue>;
|
|
2134
|
-
}
|
|
2135
|
-
export interface FrontierSwarmEvidenceIndexQueryResult {
|
|
2136
|
-
entries: FrontierSwarmEvidenceIndexEntry[];
|
|
2137
|
-
summary: {
|
|
2138
|
-
entryCount: number;
|
|
2139
|
-
};
|
|
2140
|
-
}
|
|
2141
|
-
export interface FrontierSwarmBlackboardEntryInput {
|
|
2142
|
-
id?: string;
|
|
2143
|
-
kind?: FrontierSwarmBlackboardEntryKind;
|
|
2144
|
-
topic?: string;
|
|
2145
|
-
status?: string;
|
|
2146
|
-
text?: string;
|
|
2147
|
-
lane?: string;
|
|
2148
|
-
jobId?: string;
|
|
2149
|
-
owner?: string;
|
|
2150
|
-
confidence?: FrontierSwarmConfidence;
|
|
2151
|
-
sourceIds?: readonly string[];
|
|
2152
|
-
paths?: readonly string[];
|
|
2153
|
-
tags?: readonly string[];
|
|
2154
|
-
supersedes?: readonly string[];
|
|
2155
|
-
generatedAt?: number;
|
|
2156
|
-
metadata?: unknown;
|
|
2157
|
-
}
|
|
2158
|
-
export interface FrontierSwarmBlackboardEntry {
|
|
2159
|
-
id: string;
|
|
2160
|
-
kind: FrontierSwarmBlackboardEntryKind;
|
|
2161
|
-
topic: string;
|
|
2162
|
-
status: string;
|
|
2163
|
-
text: string;
|
|
2164
|
-
lane?: string;
|
|
2165
|
-
jobId?: string;
|
|
2166
|
-
owner?: string;
|
|
2167
|
-
confidence: FrontierSwarmConfidence;
|
|
2168
|
-
sourceIds: string[];
|
|
2169
|
-
paths: string[];
|
|
2170
|
-
tags: string[];
|
|
2171
|
-
supersedes: string[];
|
|
2172
|
-
generatedAt: number;
|
|
2173
|
-
metadata?: JsonObject;
|
|
2174
|
-
}
|
|
2175
|
-
export interface FrontierSwarmBlackboardInput {
|
|
2176
|
-
id?: string;
|
|
2177
|
-
runId?: string;
|
|
2178
|
-
entries?: readonly FrontierSwarmBlackboardEntryInput[];
|
|
2179
|
-
generatedAt?: number;
|
|
2180
|
-
metadata?: unknown;
|
|
2181
|
-
}
|
|
2182
|
-
export interface FrontierSwarmBlackboard {
|
|
2183
|
-
kind: typeof FRONTIER_SWARM_BLACKBOARD_KIND;
|
|
2184
|
-
version: typeof FRONTIER_SWARM_BLACKBOARD_VERSION;
|
|
2185
|
-
id: string;
|
|
2186
|
-
runId?: string;
|
|
2187
|
-
generatedAt: number;
|
|
2188
|
-
entries: FrontierSwarmBlackboardEntry[];
|
|
2189
|
-
byTopic: Record<string, FrontierSwarmBlackboardEntry[]>;
|
|
2190
|
-
byKind: Record<string, FrontierSwarmBlackboardEntry[]>;
|
|
2191
|
-
summary: {
|
|
2192
|
-
entryCount: number;
|
|
2193
|
-
topicCount: number;
|
|
2194
|
-
kindCount: number;
|
|
2195
|
-
};
|
|
2196
|
-
metadata?: JsonObject;
|
|
2197
|
-
}
|
|
2198
|
-
export interface FrontierSwarmBlackboardQuery {
|
|
2199
|
-
kind?: FrontierSwarmBlackboardEntryKind;
|
|
2200
|
-
topic?: string;
|
|
2201
|
-
status?: string;
|
|
2202
|
-
lane?: string;
|
|
2203
|
-
jobId?: string;
|
|
2204
|
-
owner?: string;
|
|
2205
|
-
tag?: string;
|
|
2206
|
-
textIncludes?: string;
|
|
2207
|
-
}
|
|
2208
|
-
export interface FrontierSwarmBlackboardQueryResult {
|
|
2209
|
-
entries: FrontierSwarmBlackboardEntry[];
|
|
2210
|
-
summary: {
|
|
2211
|
-
entryCount: number;
|
|
2212
|
-
};
|
|
2213
|
-
}
|
|
2214
|
-
export interface FrontierSwarmReferenceOraclePlanInput {
|
|
2215
|
-
id?: string;
|
|
2216
|
-
serviceId?: string;
|
|
2217
|
-
subject?: string;
|
|
2218
|
-
fixtureId?: string;
|
|
2219
|
-
targets?: readonly {
|
|
2220
|
-
id: string;
|
|
2221
|
-
role?: string;
|
|
2222
|
-
command?: string | FrontierSwarmCommandInput;
|
|
2223
|
-
metadata?: unknown;
|
|
2224
|
-
}[];
|
|
2225
|
-
window?: {
|
|
2226
|
-
start?: number;
|
|
2227
|
-
end?: number;
|
|
2228
|
-
focus?: string;
|
|
2229
|
-
metadata?: unknown;
|
|
2230
|
-
};
|
|
2231
|
-
watchpoints?: readonly FrontierSwarmWatchpointInput[];
|
|
2232
|
-
artifactKinds?: readonly string[];
|
|
2233
|
-
generatedAt?: number;
|
|
2234
|
-
metadata?: unknown;
|
|
2235
|
-
}
|
|
2236
|
-
export interface FrontierSwarmReferenceOraclePlan {
|
|
2237
|
-
kind: typeof FRONTIER_SWARM_REFERENCE_ORACLE_PLAN_KIND;
|
|
2238
|
-
version: typeof FRONTIER_SWARM_REFERENCE_ORACLE_PLAN_VERSION;
|
|
2239
|
-
id: string;
|
|
2240
|
-
serviceId?: string;
|
|
2241
|
-
subject?: string;
|
|
2242
|
-
fixtureId?: string;
|
|
2243
|
-
generatedAt: number;
|
|
2244
|
-
targets: {
|
|
2245
|
-
id: string;
|
|
2246
|
-
role: string;
|
|
2247
|
-
command?: FrontierSwarmCommand;
|
|
2248
|
-
metadata?: JsonObject;
|
|
2249
|
-
}[];
|
|
2250
|
-
window?: {
|
|
2251
|
-
start?: number;
|
|
2252
|
-
end?: number;
|
|
2253
|
-
focus?: string;
|
|
2254
|
-
metadata?: JsonObject;
|
|
2255
|
-
};
|
|
2256
|
-
watchpoints: FrontierSwarmWatchpoint[];
|
|
2257
|
-
artifactKinds: string[];
|
|
2258
|
-
metadata?: JsonObject;
|
|
2259
|
-
}
|
|
2260
|
-
export interface FrontierSwarmReferenceOracleResponseInput {
|
|
2261
|
-
id?: string;
|
|
2262
|
-
planId?: string;
|
|
2263
|
-
status?: FrontierSwarmParityOracleStatus;
|
|
2264
|
-
subject?: string;
|
|
2265
|
-
targetResults?: readonly {
|
|
2266
|
-
targetId: string;
|
|
2267
|
-
status?: FrontierSwarmParityOracleStatus;
|
|
2268
|
-
artifacts?: readonly FrontierSwarmNamedRefInput[];
|
|
2269
|
-
metadata?: unknown;
|
|
2270
|
-
}[];
|
|
2271
|
-
divergence?: FrontierSwarmDivergenceReportInput;
|
|
2272
|
-
generatedAt?: number;
|
|
2273
|
-
metadata?: unknown;
|
|
2274
|
-
}
|
|
2275
|
-
export interface FrontierSwarmReferenceOracleResponse {
|
|
2276
|
-
kind: typeof FRONTIER_SWARM_REFERENCE_ORACLE_RESPONSE_KIND;
|
|
2277
|
-
version: typeof FRONTIER_SWARM_REFERENCE_ORACLE_RESPONSE_VERSION;
|
|
2278
|
-
id: string;
|
|
2279
|
-
planId?: string;
|
|
2280
|
-
status: FrontierSwarmParityOracleStatus;
|
|
2281
|
-
subject?: string;
|
|
2282
|
-
generatedAt: number;
|
|
2283
|
-
targetResults: {
|
|
2284
|
-
targetId: string;
|
|
2285
|
-
status: FrontierSwarmParityOracleStatus;
|
|
2286
|
-
artifacts: FrontierSwarmNamedRef[];
|
|
2287
|
-
metadata?: JsonObject;
|
|
2288
|
-
}[];
|
|
2289
|
-
divergence?: FrontierSwarmDivergenceReport;
|
|
2290
|
-
metadata?: JsonObject;
|
|
2291
|
-
}
|
|
2292
|
-
export interface FrontierSwarmRoutingHintInput {
|
|
2293
|
-
artifactKind?: string;
|
|
2294
|
-
pathPattern?: string;
|
|
2295
|
-
lane?: string;
|
|
2296
|
-
bucket?: FrontierSwarmQueueOverlayStatus;
|
|
2297
|
-
reason?: string;
|
|
2298
|
-
metadata?: unknown;
|
|
2299
|
-
}
|
|
2300
|
-
export interface FrontierSwarmRoutingHint {
|
|
2301
|
-
artifactKind?: string;
|
|
2302
|
-
pathPattern?: string;
|
|
2303
|
-
lane?: string;
|
|
2304
|
-
bucket: FrontierSwarmQueueOverlayStatus;
|
|
2305
|
-
reason: string;
|
|
2306
|
-
metadata?: JsonObject;
|
|
2307
|
-
}
|
|
2308
|
-
export interface FrontierSwarmArtifactRoutingPlanInput {
|
|
2309
|
-
id?: string;
|
|
2310
|
-
bundles?: readonly FrontierSwarmMergeBundle[];
|
|
2311
|
-
artifacts?: readonly FrontierSwarmNamedRefInput[];
|
|
2312
|
-
hints?: readonly FrontierSwarmRoutingHintInput[];
|
|
2313
|
-
generatedAt?: number;
|
|
2314
|
-
metadata?: unknown;
|
|
2315
|
-
}
|
|
2316
|
-
export interface FrontierSwarmArtifactRoutingPlan {
|
|
2317
|
-
kind: typeof FRONTIER_SWARM_ARTIFACT_ROUTING_PLAN_KIND;
|
|
2318
|
-
version: typeof FRONTIER_SWARM_ARTIFACT_ROUTING_PLAN_VERSION;
|
|
2319
|
-
id: string;
|
|
2320
|
-
generatedAt: number;
|
|
2321
|
-
routes: {
|
|
2322
|
-
artifact: FrontierSwarmNamedRef;
|
|
2323
|
-
bucket: FrontierSwarmQueueOverlayStatus;
|
|
2324
|
-
lane?: string;
|
|
2325
|
-
reasons: string[];
|
|
2326
|
-
}[];
|
|
2327
|
-
byBucket: Record<string, string[]>;
|
|
2328
|
-
summary: {
|
|
2329
|
-
routeCount: number;
|
|
2330
|
-
bucketCount: number;
|
|
2331
|
-
};
|
|
2332
|
-
metadata?: JsonObject;
|
|
2333
|
-
}
|
|
2334
|
-
export interface FrontierSwarmSchedulerRecommendationsInput {
|
|
2335
|
-
id?: string;
|
|
2336
|
-
schedule: FrontierSwarmSchedule;
|
|
2337
|
-
mergeIndex?: FrontierSwarmMergeIndex;
|
|
2338
|
-
generatedAt?: number;
|
|
2339
|
-
metadata?: unknown;
|
|
2340
|
-
}
|
|
2341
|
-
export interface FrontierSwarmSchedulerRecommendation {
|
|
2342
|
-
id: string;
|
|
2343
|
-
reason: string;
|
|
2344
|
-
jobIds: string[];
|
|
2345
|
-
resource?: string;
|
|
2346
|
-
lane?: string;
|
|
2347
|
-
action: string;
|
|
2348
|
-
priority: number;
|
|
2349
|
-
}
|
|
2350
|
-
export interface FrontierSwarmSchedulerRecommendations {
|
|
2351
|
-
kind: typeof FRONTIER_SWARM_SCHEDULER_RECOMMENDATIONS_KIND;
|
|
2352
|
-
version: typeof FRONTIER_SWARM_SCHEDULER_RECOMMENDATIONS_VERSION;
|
|
2353
|
-
id: string;
|
|
2354
|
-
scheduleId: string;
|
|
2355
|
-
generatedAt: number;
|
|
2356
|
-
recommendations: FrontierSwarmSchedulerRecommendation[];
|
|
2357
|
-
summary: {
|
|
2358
|
-
recommendationCount: number;
|
|
2359
|
-
};
|
|
2360
|
-
metadata?: JsonObject;
|
|
2361
|
-
}
|
|
2362
|
-
export interface FrontierSwarmFixtureInput {
|
|
2363
|
-
id: string;
|
|
2364
|
-
title?: string;
|
|
2365
|
-
description?: string;
|
|
2366
|
-
state?: unknown;
|
|
2367
|
-
artifacts?: readonly FrontierSwarmNamedRefInput[];
|
|
2368
|
-
setupCommands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
2369
|
-
tags?: readonly string[];
|
|
2370
|
-
metadata?: unknown;
|
|
2371
|
-
}
|
|
2372
|
-
export interface FrontierSwarmFixture {
|
|
2373
|
-
id: string;
|
|
2374
|
-
title: string;
|
|
2375
|
-
description?: string;
|
|
2376
|
-
state?: JsonValue;
|
|
2377
|
-
artifacts: FrontierSwarmNamedRef[];
|
|
2378
|
-
setupCommands: FrontierSwarmCommand[];
|
|
2379
|
-
tags: string[];
|
|
2380
|
-
metadata?: JsonObject;
|
|
2381
|
-
}
|
|
2382
|
-
export interface FrontierSwarmFixtureCatalogInput {
|
|
2383
|
-
id?: string;
|
|
2384
|
-
fixtures?: readonly FrontierSwarmFixtureInput[];
|
|
2385
|
-
generatedAt?: number;
|
|
2386
|
-
metadata?: unknown;
|
|
2387
|
-
}
|
|
2388
|
-
export interface FrontierSwarmFixtureCatalog {
|
|
2389
|
-
kind: typeof FRONTIER_SWARM_FIXTURE_CATALOG_KIND;
|
|
2390
|
-
version: typeof FRONTIER_SWARM_FIXTURE_CATALOG_VERSION;
|
|
2391
|
-
id: string;
|
|
2392
|
-
generatedAt: number;
|
|
2393
|
-
fixtures: FrontierSwarmFixture[];
|
|
2394
|
-
byTag: Record<string, string[]>;
|
|
2395
|
-
summary: {
|
|
2396
|
-
fixtureCount: number;
|
|
2397
|
-
tagCount: number;
|
|
2398
|
-
};
|
|
2399
|
-
metadata?: JsonObject;
|
|
2400
|
-
}
|
|
2401
|
-
export interface FrontierSwarmProgressItemInput {
|
|
2402
|
-
id: string;
|
|
2403
|
-
surface?: string;
|
|
2404
|
-
status?: FrontierSwarmProgressStatus;
|
|
2405
|
-
evidencePaths?: readonly string[];
|
|
2406
|
-
blockers?: readonly string[];
|
|
2407
|
-
metadata?: unknown;
|
|
2408
|
-
}
|
|
2409
|
-
export interface FrontierSwarmProgressItem {
|
|
2410
|
-
id: string;
|
|
2411
|
-
surface?: string;
|
|
2412
|
-
status: FrontierSwarmProgressStatus;
|
|
2413
|
-
evidencePaths: string[];
|
|
2414
|
-
blockers: string[];
|
|
2415
|
-
metadata?: JsonObject;
|
|
2416
|
-
}
|
|
2417
|
-
export interface FrontierSwarmProgressModelInput {
|
|
2418
|
-
id?: string;
|
|
2419
|
-
items?: readonly FrontierSwarmProgressItemInput[];
|
|
2420
|
-
generatedAt?: number;
|
|
2421
|
-
metadata?: unknown;
|
|
2422
|
-
}
|
|
2423
|
-
export interface FrontierSwarmProgressModel {
|
|
2424
|
-
kind: typeof FRONTIER_SWARM_PROGRESS_MODEL_KIND;
|
|
2425
|
-
version: typeof FRONTIER_SWARM_PROGRESS_MODEL_VERSION;
|
|
2426
|
-
id: string;
|
|
2427
|
-
generatedAt: number;
|
|
2428
|
-
items: FrontierSwarmProgressItem[];
|
|
2429
|
-
byStatus: Record<string, string[]>;
|
|
2430
|
-
summary: {
|
|
2431
|
-
itemCount: number;
|
|
2432
|
-
acceptedCount: number;
|
|
2433
|
-
blockedCount: number;
|
|
2434
|
-
};
|
|
2435
|
-
metadata?: JsonObject;
|
|
2436
|
-
}
|
|
2437
|
-
export interface FrontierSwarmAutoReviewFindingInput {
|
|
2438
|
-
id?: string;
|
|
2439
|
-
jobId?: string;
|
|
2440
|
-
kind?: FrontierSwarmAutoReviewFindingKind;
|
|
2441
|
-
severity?: FrontierSwarmDivergenceSeverity;
|
|
2442
|
-
message: string;
|
|
2443
|
-
paths?: readonly string[];
|
|
2444
|
-
evidencePaths?: readonly string[];
|
|
2445
|
-
metadata?: unknown;
|
|
2446
|
-
}
|
|
2447
|
-
export interface FrontierSwarmAutoReviewFinding {
|
|
2448
|
-
id: string;
|
|
2449
|
-
jobId?: string;
|
|
2450
|
-
kind: FrontierSwarmAutoReviewFindingKind;
|
|
2451
|
-
severity: FrontierSwarmDivergenceSeverity;
|
|
2452
|
-
message: string;
|
|
2453
|
-
paths: string[];
|
|
2454
|
-
evidencePaths: string[];
|
|
2455
|
-
metadata?: JsonObject;
|
|
2456
|
-
}
|
|
2457
|
-
export interface FrontierSwarmAutoReviewReportInput {
|
|
2458
|
-
id?: string;
|
|
2459
|
-
bundles?: readonly FrontierSwarmMergeBundle[];
|
|
2460
|
-
findings?: readonly FrontierSwarmAutoReviewFindingInput[];
|
|
2461
|
-
generatedAt?: number;
|
|
2462
|
-
metadata?: unknown;
|
|
2463
|
-
}
|
|
2464
|
-
export interface FrontierSwarmAutoReviewReport {
|
|
2465
|
-
kind: typeof FRONTIER_SWARM_AUTO_REVIEW_REPORT_KIND;
|
|
2466
|
-
version: typeof FRONTIER_SWARM_AUTO_REVIEW_REPORT_VERSION;
|
|
2467
|
-
id: string;
|
|
2468
|
-
generatedAt: number;
|
|
2469
|
-
findings: FrontierSwarmAutoReviewFinding[];
|
|
2470
|
-
byKind: Record<string, FrontierSwarmAutoReviewFinding[]>;
|
|
2471
|
-
summary: {
|
|
2472
|
-
findingCount: number;
|
|
2473
|
-
highSeverityCount: number;
|
|
2474
|
-
};
|
|
2475
|
-
metadata?: JsonObject;
|
|
2476
|
-
}
|
|
2477
|
-
export interface FrontierSwarmRebaseReportInput {
|
|
2478
|
-
id?: string;
|
|
2479
|
-
currentHead?: string;
|
|
2480
|
-
mergeIndex?: FrontierSwarmMergeIndex;
|
|
2481
|
-
bundles?: readonly FrontierSwarmMergeBundle[];
|
|
2482
|
-
entries?: readonly {
|
|
2483
|
-
jobId: string;
|
|
2484
|
-
status?: FrontierSwarmRebaseStatus;
|
|
2485
|
-
reasons?: readonly string[];
|
|
2486
|
-
metadata?: unknown;
|
|
2487
|
-
}[];
|
|
2488
|
-
generatedAt?: number;
|
|
2489
|
-
metadata?: unknown;
|
|
2490
|
-
}
|
|
2491
|
-
export interface FrontierSwarmRebaseReport {
|
|
2492
|
-
kind: typeof FRONTIER_SWARM_REBASE_REPORT_KIND;
|
|
2493
|
-
version: typeof FRONTIER_SWARM_REBASE_REPORT_VERSION;
|
|
2494
|
-
id: string;
|
|
2495
|
-
currentHead?: string;
|
|
2496
|
-
generatedAt: number;
|
|
2497
|
-
entries: {
|
|
2498
|
-
jobId: string;
|
|
2499
|
-
status: FrontierSwarmRebaseStatus;
|
|
2500
|
-
reasons: string[];
|
|
2501
|
-
metadata?: JsonObject;
|
|
2502
|
-
}[];
|
|
2503
|
-
byStatus: Record<string, string[]>;
|
|
2504
|
-
summary: {
|
|
2505
|
-
entryCount: number;
|
|
2506
|
-
cleanCount: number;
|
|
2507
|
-
conflictCount: number;
|
|
2508
|
-
staleCount: number;
|
|
2509
|
-
};
|
|
2510
|
-
metadata?: JsonObject;
|
|
2511
|
-
}
|
|
2512
|
-
export interface FrontierSwarmUsageGovernorInput {
|
|
2513
|
-
id?: string;
|
|
2514
|
-
maxWorkers?: number;
|
|
2515
|
-
maxTokensByLane?: Record<string, number>;
|
|
2516
|
-
maxCostUsd?: number;
|
|
2517
|
-
retryBudget?: number;
|
|
2518
|
-
stopConditions?: readonly string[];
|
|
2519
|
-
preferStaticWhenLowBudget?: boolean;
|
|
2520
|
-
generatedAt?: number;
|
|
2521
|
-
metadata?: unknown;
|
|
2522
|
-
}
|
|
2523
|
-
export interface FrontierSwarmUsageGovernor {
|
|
2524
|
-
kind: typeof FRONTIER_SWARM_USAGE_GOVERNOR_KIND;
|
|
2525
|
-
version: typeof FRONTIER_SWARM_USAGE_GOVERNOR_VERSION;
|
|
2526
|
-
id: string;
|
|
2527
|
-
generatedAt: number;
|
|
2528
|
-
maxWorkers?: number;
|
|
2529
|
-
maxTokensByLane: Record<string, number>;
|
|
2530
|
-
maxCostUsd?: number;
|
|
2531
|
-
retryBudget: number;
|
|
2532
|
-
stopConditions: string[];
|
|
2533
|
-
preferStaticWhenLowBudget: boolean;
|
|
2534
|
-
metadata?: JsonObject;
|
|
2535
|
-
}
|
|
2536
|
-
export interface FrontierSwarmUsageGovernorDecision {
|
|
2537
|
-
ok: boolean;
|
|
2538
|
-
reasons: string[];
|
|
2539
|
-
recommendedMaxWorkers?: number;
|
|
2540
|
-
preferStatic: boolean;
|
|
2541
|
-
}
|
|
2542
|
-
export interface FrontierSwarmLanePlaybookInput {
|
|
2543
|
-
id?: string;
|
|
2544
|
-
lane: string;
|
|
2545
|
-
title?: string;
|
|
2546
|
-
successfulBundles?: readonly FrontierSwarmMergeBundle[];
|
|
2547
|
-
notes?: readonly string[];
|
|
2548
|
-
commands?: readonly (string | FrontierSwarmCommandInput)[];
|
|
2549
|
-
avoidInvestigating?: readonly string[];
|
|
2550
|
-
evidencePatterns?: readonly string[];
|
|
2551
|
-
generatedAt?: number;
|
|
2552
|
-
metadata?: unknown;
|
|
2553
|
-
}
|
|
2554
|
-
export interface FrontierSwarmLanePlaybook {
|
|
2555
|
-
kind: typeof FRONTIER_SWARM_LANE_PLAYBOOK_KIND;
|
|
2556
|
-
version: typeof FRONTIER_SWARM_LANE_PLAYBOOK_VERSION;
|
|
2557
|
-
id: string;
|
|
2558
|
-
lane: string;
|
|
2559
|
-
title: string;
|
|
2560
|
-
generatedAt: number;
|
|
2561
|
-
notes: string[];
|
|
2562
|
-
commands: FrontierSwarmCommand[];
|
|
2563
|
-
avoidInvestigating: string[];
|
|
2564
|
-
evidencePatterns: string[];
|
|
2565
|
-
successfulJobIds: string[];
|
|
2566
|
-
hotPaths: string[];
|
|
2567
|
-
changedRegions: string[];
|
|
2568
|
-
metadata?: JsonObject;
|
|
2569
|
-
}
|
|
2570
|
-
export interface FrontierSwarmPatchStackPlanInput {
|
|
2571
|
-
id?: string;
|
|
2572
|
-
index: FrontierSwarmMergeIndex;
|
|
2573
|
-
maxStackSize?: number;
|
|
2574
|
-
generatedAt?: number;
|
|
2575
|
-
metadata?: unknown;
|
|
2576
|
-
}
|
|
2577
|
-
export interface FrontierSwarmPatchStackPlan {
|
|
2578
|
-
kind: typeof FRONTIER_SWARM_PATCH_STACK_PLAN_KIND;
|
|
2579
|
-
version: typeof FRONTIER_SWARM_PATCH_STACK_PLAN_VERSION;
|
|
2580
|
-
id: string;
|
|
2581
|
-
mergeIndexId: string;
|
|
2582
|
-
generatedAt: number;
|
|
2583
|
-
stacks: FrontierSwarmPatchStack[];
|
|
2584
|
-
summary: {
|
|
2585
|
-
stackCount: number;
|
|
2586
|
-
jobCount: number;
|
|
2587
|
-
conflictedStackCount: number;
|
|
2588
|
-
};
|
|
2589
|
-
metadata?: JsonObject;
|
|
2590
|
-
}
|
|
2591
|
-
export interface FrontierSwarmPatchStack {
|
|
2592
|
-
id: string;
|
|
2593
|
-
title: string;
|
|
2594
|
-
lane?: string;
|
|
2595
|
-
jobIds: string[];
|
|
2596
|
-
changedPaths: string[];
|
|
2597
|
-
changedRegions: string[];
|
|
2598
|
-
riskLevels: string[];
|
|
2599
|
-
dispositions: string[];
|
|
2600
|
-
conflicts: FrontierSwarmMergeConflict[];
|
|
2601
|
-
gateHints: string[];
|
|
2602
|
-
}
|
|
2603
|
-
export interface FrontierSwarmCoordinatorProcessInput {
|
|
2604
|
-
pid?: number;
|
|
2605
|
-
role?: string;
|
|
2606
|
-
jobId?: string;
|
|
2607
|
-
runId?: string;
|
|
2608
|
-
status?: FrontierSwarmCoordinatorLiveness;
|
|
2609
|
-
startedAt?: number;
|
|
2610
|
-
lastSeenAt?: number;
|
|
2611
|
-
command?: readonly string[];
|
|
2612
|
-
metadata?: unknown;
|
|
2613
|
-
}
|
|
2614
|
-
export interface FrontierSwarmCoordinatorProcess {
|
|
2615
|
-
pid?: number;
|
|
2616
|
-
role: string;
|
|
2617
|
-
jobId?: string;
|
|
2618
|
-
runId?: string;
|
|
2619
|
-
status: FrontierSwarmCoordinatorLiveness;
|
|
2620
|
-
startedAt?: number;
|
|
2621
|
-
lastSeenAt?: number;
|
|
2622
|
-
command: string[];
|
|
2623
|
-
metadata?: JsonObject;
|
|
2624
|
-
}
|
|
2625
|
-
export interface FrontierSwarmCoordinatorSourceCitation {
|
|
2626
|
-
path: string;
|
|
2627
|
-
kind: string;
|
|
2628
|
-
symbol?: string;
|
|
2629
|
-
region?: string;
|
|
2630
|
-
confidence?: number;
|
|
2631
|
-
metadata?: JsonObject;
|
|
2632
|
-
}
|
|
2633
|
-
export interface FrontierSwarmCoordinatorDashboardInput {
|
|
2634
|
-
id?: string;
|
|
2635
|
-
plan?: FrontierSwarmPlan;
|
|
2636
|
-
run?: FrontierSwarmRun;
|
|
2637
|
-
bundles?: readonly FrontierSwarmMergeBundle[];
|
|
2638
|
-
mergeIndex?: FrontierSwarmMergeIndex;
|
|
2639
|
-
queueOverlay?: FrontierSwarmQueueOverlay;
|
|
2640
|
-
evidenceIndex?: FrontierSwarmEvidenceIndex;
|
|
2641
|
-
admission?: FrontierSwarmMergeAdmission;
|
|
2642
|
-
processes?: readonly FrontierSwarmCoordinatorProcessInput[];
|
|
2643
|
-
generatedAt?: number;
|
|
2644
|
-
metadata?: unknown;
|
|
2645
|
-
}
|
|
2646
|
-
export interface FrontierSwarmCoordinatorDashboard {
|
|
2647
|
-
kind: typeof FRONTIER_SWARM_COORDINATOR_DASHBOARD_KIND;
|
|
2648
|
-
version: typeof FRONTIER_SWARM_COORDINATOR_DASHBOARD_VERSION;
|
|
2649
|
-
id: string;
|
|
2650
|
-
runId?: string;
|
|
2651
|
-
planId?: string;
|
|
2652
|
-
generatedAt: number;
|
|
2653
|
-
jobs: FrontierSwarmCoordinatorJob[];
|
|
2654
|
-
duplicateGroups: FrontierSwarmCoordinatorDuplicateGroup[];
|
|
2655
|
-
processes: FrontierSwarmCoordinatorProcess[];
|
|
2656
|
-
byLane: Record<string, string[]>;
|
|
2657
|
-
byDisposition: Record<string, string[]>;
|
|
2658
|
-
byLiveness: Record<string, string[]>;
|
|
2659
|
-
mergeIndex?: FrontierSwarmMergeIndex;
|
|
2660
|
-
queueOverlay?: FrontierSwarmQueueOverlay;
|
|
2661
|
-
evidenceIndex?: FrontierSwarmEvidenceIndex;
|
|
2662
|
-
admission?: FrontierSwarmMergeAdmission;
|
|
2663
|
-
summary: {
|
|
2664
|
-
jobCount: number;
|
|
2665
|
-
readyToApplyCount: number;
|
|
2666
|
-
needsHumanPortCount: number;
|
|
2667
|
-
failedEvidenceCount: number;
|
|
2668
|
-
staleAgainstHeadCount: number;
|
|
2669
|
-
duplicateGroupCount: number;
|
|
2670
|
-
semanticSidecarCount: number;
|
|
2671
|
-
semanticRegionCount: number;
|
|
2672
|
-
averageMergeScore: number;
|
|
2673
|
-
};
|
|
2674
|
-
metadata?: JsonObject;
|
|
2675
|
-
}
|
|
2676
|
-
export interface FrontierSwarmCoordinatorJob {
|
|
2677
|
-
jobId: string;
|
|
2678
|
-
taskId?: string;
|
|
2679
|
-
lane?: string;
|
|
2680
|
-
title?: string;
|
|
2681
|
-
status: FrontierSwarmJobStatus;
|
|
2682
|
-
liveness: FrontierSwarmCoordinatorLiveness;
|
|
2683
|
-
mergeReadiness: FrontierSwarmMergeReadiness;
|
|
2684
|
-
disposition: FrontierSwarmMergeDisposition;
|
|
2685
|
-
riskLevel: FrontierSwarmRiskLevel;
|
|
2686
|
-
mergeScore: number;
|
|
2687
|
-
mergeScoreReasons: string[];
|
|
2688
|
-
admissionStatus: FrontierSwarmCoordinatorAdmissionStatus;
|
|
2689
|
-
admissionReasons: string[];
|
|
2690
|
-
staleAgainstHead: boolean;
|
|
2691
|
-
duplicateGroupId?: string;
|
|
2692
|
-
duplicateOf?: string;
|
|
2693
|
-
changedPaths: string[];
|
|
2694
|
-
changedRegions: string[];
|
|
2695
|
-
semanticRegions: string[];
|
|
2696
|
-
ownershipViolations: string[];
|
|
2697
|
-
patchPath?: string;
|
|
2698
|
-
evidencePaths: string[];
|
|
2699
|
-
primaryEvidencePath?: string;
|
|
2700
|
-
sourceCitations: FrontierSwarmCoordinatorSourceCitation[];
|
|
2701
|
-
tests: {
|
|
2702
|
-
passed: number;
|
|
2703
|
-
failed: number;
|
|
2704
|
-
requiredFailed: number;
|
|
2705
|
-
};
|
|
2706
|
-
semanticImport?: FrontierSwarmSemanticImportSummary;
|
|
2707
|
-
generatedAt: number;
|
|
2708
|
-
}
|
|
2709
|
-
export interface FrontierSwarmCoordinatorDuplicateGroup {
|
|
2710
|
-
id: string;
|
|
2711
|
-
key: string;
|
|
2712
|
-
jobIds: string[];
|
|
2713
|
-
reason: string;
|
|
2714
|
-
}
|
|
2715
|
-
export interface FrontierSwarmCoordinatorDashboardQuery {
|
|
2716
|
-
jobId?: string;
|
|
2717
|
-
lane?: string;
|
|
2718
|
-
disposition?: FrontierSwarmMergeDisposition;
|
|
2719
|
-
liveness?: FrontierSwarmCoordinatorLiveness;
|
|
2720
|
-
admissionStatus?: FrontierSwarmCoordinatorAdmissionStatus;
|
|
2721
|
-
pathIncludes?: string;
|
|
2722
|
-
region?: string;
|
|
2723
|
-
hasSemanticImport?: boolean;
|
|
2724
|
-
hasSemanticRegions?: boolean;
|
|
2725
|
-
staleAgainstHead?: boolean;
|
|
2726
|
-
duplicateOnly?: boolean;
|
|
2727
|
-
minMergeScore?: number;
|
|
2728
|
-
maxMergeScore?: number;
|
|
2729
|
-
}
|
|
2730
|
-
export interface FrontierSwarmCoordinatorDashboardQueryResult {
|
|
2731
|
-
jobs: FrontierSwarmCoordinatorJob[];
|
|
2732
|
-
summary: {
|
|
2733
|
-
jobCount: number;
|
|
2734
|
-
averageMergeScore: number;
|
|
2735
|
-
};
|
|
2736
|
-
}
|
|
2737
|
-
export interface FrontierSwarmAdaptiveScheduleLimitsInput {
|
|
2738
|
-
maxReadyJobs?: number;
|
|
2739
|
-
maxLaneConcurrency?: Record<string, number>;
|
|
2740
|
-
maxConcurrencyKeyConcurrency?: Record<string, number>;
|
|
2741
|
-
maxComputeConcurrency?: Record<string, number>;
|
|
2742
|
-
resourceQuotas?: Record<string, number>;
|
|
2743
|
-
}
|
|
2744
|
-
export interface FrontierSwarmAdaptiveObservationInput {
|
|
2745
|
-
id?: string;
|
|
2746
|
-
kind: FrontierSwarmAdaptiveObservationKind;
|
|
2747
|
-
severity?: FrontierSwarmAdaptiveObservationSeverity;
|
|
2748
|
-
at?: number;
|
|
2749
|
-
value?: number;
|
|
2750
|
-
jobId?: string;
|
|
2751
|
-
taskId?: string;
|
|
2752
|
-
lane?: string;
|
|
2753
|
-
compute?: string;
|
|
2754
|
-
concurrencyKey?: string;
|
|
2755
|
-
resource?: string;
|
|
2756
|
-
path?: string;
|
|
2757
|
-
region?: string;
|
|
2758
|
-
reason?: string;
|
|
2759
|
-
reasons?: readonly string[];
|
|
2760
|
-
metadata?: unknown;
|
|
2761
|
-
}
|
|
2762
|
-
export interface FrontierSwarmAdaptiveObservation {
|
|
2763
|
-
id: string;
|
|
2764
|
-
kind: FrontierSwarmAdaptiveObservationKind;
|
|
2765
|
-
severity: FrontierSwarmAdaptiveObservationSeverity;
|
|
2766
|
-
at: number;
|
|
2767
|
-
value: number;
|
|
2768
|
-
jobId?: string;
|
|
2769
|
-
taskId?: string;
|
|
2770
|
-
lane?: string;
|
|
2771
|
-
compute?: string;
|
|
2772
|
-
concurrencyKey?: string;
|
|
2773
|
-
resource?: string;
|
|
2774
|
-
path?: string;
|
|
2775
|
-
region?: string;
|
|
2776
|
-
reasons: string[];
|
|
2777
|
-
metadata?: JsonObject;
|
|
2778
|
-
}
|
|
2779
|
-
export interface FrontierSwarmAdaptiveLoadPlanInput {
|
|
2780
|
-
id?: string;
|
|
2781
|
-
plan?: FrontierSwarmPlan;
|
|
2782
|
-
run?: FrontierSwarmRun;
|
|
2783
|
-
schedule?: FrontierSwarmSchedule;
|
|
2784
|
-
mergeIndex?: FrontierSwarmMergeIndex;
|
|
2785
|
-
dashboard?: FrontierSwarmCoordinatorDashboard;
|
|
2786
|
-
admission?: FrontierSwarmMergeAdmission;
|
|
2787
|
-
mode?: FrontierSwarmAdaptiveMode;
|
|
2788
|
-
maxLimits?: FrontierSwarmAdaptiveScheduleLimitsInput;
|
|
2789
|
-
currentLimits?: FrontierSwarmAdaptiveScheduleLimitsInput;
|
|
2790
|
-
minLimits?: FrontierSwarmAdaptiveScheduleLimitsInput;
|
|
2791
|
-
observations?: readonly FrontierSwarmAdaptiveObservationInput[];
|
|
2792
|
-
generatedAt?: number;
|
|
2793
|
-
metadata?: unknown;
|
|
2794
|
-
}
|
|
2795
|
-
export interface FrontierSwarmAdaptiveLoadDecision {
|
|
2796
|
-
id: string;
|
|
2797
|
-
action: FrontierSwarmAdaptiveDecisionAction;
|
|
2798
|
-
target: FrontierSwarmAdaptiveDecisionTarget;
|
|
2799
|
-
key?: string;
|
|
2800
|
-
previous?: number;
|
|
2801
|
-
next?: number;
|
|
2802
|
-
max?: number;
|
|
2803
|
-
min?: number;
|
|
2804
|
-
reason: string;
|
|
2805
|
-
observationIds: string[];
|
|
2806
|
-
}
|
|
2807
|
-
export interface FrontierSwarmAdaptiveLoadPlan {
|
|
2808
|
-
kind: typeof FRONTIER_SWARM_ADAPTIVE_LOAD_PLAN_KIND;
|
|
2809
|
-
version: typeof FRONTIER_SWARM_ADAPTIVE_LOAD_PLAN_VERSION;
|
|
2810
|
-
id: string;
|
|
2811
|
-
planId?: string;
|
|
2812
|
-
runId?: string;
|
|
2813
|
-
mode: FrontierSwarmAdaptiveMode;
|
|
2814
|
-
generatedAt: number;
|
|
2815
|
-
maxLimits: FrontierSwarmScheduleLimits;
|
|
2816
|
-
currentLimits: FrontierSwarmScheduleLimits;
|
|
2817
|
-
minLimits: FrontierSwarmScheduleLimits;
|
|
2818
|
-
effectiveLimits: FrontierSwarmScheduleLimits;
|
|
2819
|
-
observations: FrontierSwarmAdaptiveObservation[];
|
|
2820
|
-
decisions: FrontierSwarmAdaptiveLoadDecision[];
|
|
2821
|
-
summary: {
|
|
2822
|
-
observationCount: number;
|
|
2823
|
-
bottleneckCount: number;
|
|
2824
|
-
decisionCount: number;
|
|
2825
|
-
reducedCount: number;
|
|
2826
|
-
increasedCount: number;
|
|
2827
|
-
effectiveMaxReadyJobs?: number;
|
|
2828
|
-
maxReadyJobs?: number;
|
|
2829
|
-
};
|
|
2830
|
-
metadata?: JsonObject;
|
|
2831
|
-
}
|
|
2832
|
-
export interface FrontierSwarmProof {
|
|
2833
|
-
kind: typeof FRONTIER_SWARM_PROOF_KIND;
|
|
2834
|
-
version: typeof FRONTIER_SWARM_PROOF_VERSION;
|
|
2835
|
-
id: string;
|
|
2836
|
-
manifestId: string;
|
|
2837
|
-
generatedAt: number;
|
|
2838
|
-
hash: string;
|
|
2839
|
-
summary: FrontierSwarmSummary;
|
|
2840
|
-
validation?: FrontierSwarmValidation;
|
|
2841
|
-
metadata?: JsonObject;
|
|
2842
|
-
}
|
|
2843
|
-
export declare function defineSwarmManifest(input?: FrontierSwarmManifestInput): FrontierSwarmManifest;
|
|
2844
|
-
export declare function createSwarmManifest(input?: FrontierSwarmManifestInput): FrontierSwarmManifest;
|
|
2845
|
-
export declare function defineSwarmTasks(input?: readonly FrontierSwarmTaskInput[] | FrontierSwarmTaskSetInput): FrontierSwarmTask[];
|
|
2846
|
-
export declare function compileSwarm(input: FrontierSwarmManifest | FrontierSwarmManifestInput): FrontierSwarmCompiled;
|
|
2847
|
-
export declare function validateSwarmManifest(input: FrontierSwarmManifest | FrontierSwarmManifestInput): FrontierSwarmValidation;
|
|
2848
|
-
export declare function createSwarmPlan(manifestInput: FrontierSwarmManifest | FrontierSwarmManifestInput, taskInput: readonly FrontierSwarmTaskInput[] | FrontierSwarmTaskSetInput | readonly FrontierSwarmTask[], options?: FrontierSwarmPlanInput): FrontierSwarmPlan;
|
|
2849
|
-
export declare function createSwarmTaskSelection(manifestInput: FrontierSwarmManifest | FrontierSwarmManifestInput, taskInput: readonly FrontierSwarmTaskInput[] | FrontierSwarmTaskSetInput | readonly FrontierSwarmTask[], options?: FrontierSwarmTaskSelectionInput): FrontierSwarmTaskSelection;
|
|
2850
|
-
export declare function createSwarmRun(input: FrontierSwarmRunInput): FrontierSwarmRun;
|
|
2851
|
-
export declare function recordSwarmEvent(runInput: FrontierSwarmRun, eventInput: FrontierSwarmEventInput): FrontierSwarmRun;
|
|
2852
|
-
export declare function createSwarmMailbox(input?: FrontierSwarmMailboxInput): FrontierSwarmMailbox;
|
|
2853
|
-
export declare function createSwarmEventStream(input?: FrontierSwarmEventStreamInput): FrontierSwarmEventStream;
|
|
2854
|
-
export declare function routeSwarmEventToMailboxes(stream: FrontierSwarmEventStream, eventInput: FrontierSwarmEvent | FrontierSwarmEventInput): FrontierSwarmMailbox[];
|
|
2855
|
-
export declare function completeSwarmJob(runInput: FrontierSwarmRun, resultInput: FrontierSwarmJobResultInput): FrontierSwarmRun;
|
|
2856
|
-
export declare function checkSwarmOwnership(job: FrontierSwarmJob, changedPaths: readonly string[]): FrontierSwarmOwnershipReport;
|
|
2857
|
-
export declare function resolveSwarmChangedRegions(job: FrontierSwarmJob, changedPaths: readonly string[]): string[];
|
|
2858
|
-
export declare function classifySwarmMergeReadiness(result: FrontierSwarmJobResultInput | FrontierSwarmJobResult): FrontierSwarmMergeReadiness;
|
|
2859
|
-
export declare function classifySwarmMergeDisposition(result: FrontierSwarmJobResultInput | FrontierSwarmJobResult, input?: {
|
|
2860
|
-
staleAgainstHead?: boolean;
|
|
2861
|
-
}): FrontierSwarmMergeDisposition;
|
|
2862
|
-
export declare function createSwarmMergeBundle(input: FrontierSwarmMergeBundleInput): FrontierSwarmMergeBundle;
|
|
2863
|
-
export declare function createSwarmQueueOverlay(input?: FrontierSwarmQueueOverlayInput): FrontierSwarmQueueOverlay;
|
|
2864
|
-
export declare function deriveSwarmQueueStatus(input: FrontierSwarmDerivedQueueStatusInput): FrontierSwarmDerivedQueueStatus;
|
|
2865
|
-
export declare function createSwarmMergeIndex(input: FrontierSwarmMergeIndexInput): FrontierSwarmMergeIndex;
|
|
2866
|
-
export declare function checkSwarmRegionOwnership(job: FrontierSwarmJob, input?: FrontierSwarmRegionOwnershipInput): FrontierSwarmRegionOwnershipReport;
|
|
2867
|
-
export declare function createSwarmHotspotReport(input?: FrontierSwarmHotspotReportInput): FrontierSwarmHotspotReport;
|
|
2868
|
-
export declare function createSwarmReviewerLanePlan(input: FrontierSwarmReviewerLanePlanInput): FrontierSwarmReviewerLanePlan;
|
|
2869
|
-
export declare function createSwarmRunStoreShards(input?: FrontierSwarmRunStoreShardsInput): FrontierSwarmRunStoreShards;
|
|
2870
|
-
export declare function createSwarmMergeAdmission(input: FrontierSwarmMergeAdmissionInput): FrontierSwarmMergeAdmission;
|
|
2871
|
-
export declare function createSwarmContextPack(input?: FrontierSwarmContextPackInput): FrontierSwarmContextPack;
|
|
2872
|
-
export declare function createSwarmOracleCorpus(input?: FrontierSwarmOracleCorpusInput): FrontierSwarmOracleCorpus;
|
|
2873
|
-
export declare function createSwarmObservabilityPoint(input?: FrontierSwarmObservabilityPointInput): FrontierSwarmObservabilityPoint;
|
|
2874
|
-
export declare function createSwarmReplayBundle(input?: FrontierSwarmReplayBundleInput): FrontierSwarmReplayBundle;
|
|
2875
|
-
export declare function createSwarmParityOracle(input?: FrontierSwarmParityOracleInput): FrontierSwarmParityOracle;
|
|
2876
|
-
export declare function createSwarmDivergenceReport(input?: FrontierSwarmDivergenceReportInput): FrontierSwarmDivergenceReport;
|
|
2877
|
-
export declare function createSwarmWatchpointPlan(input?: FrontierSwarmWatchpointPlanInput): FrontierSwarmWatchpointPlan;
|
|
2878
|
-
export declare function createSwarmDebugHandoff(input?: FrontierSwarmDebugHandoffInput): FrontierSwarmDebugHandoff;
|
|
2879
|
-
export declare function createSwarmInstrumentationBudget(input?: FrontierSwarmInstrumentationBudgetInput): FrontierSwarmInstrumentationBudget;
|
|
2880
|
-
export declare function checkSwarmInstrumentationBudget(budgetInput: FrontierSwarmInstrumentationBudget | FrontierSwarmInstrumentationBudgetInput, usageInput?: FrontierSwarmInstrumentationUsageInput): FrontierSwarmInstrumentationBudgetDecision;
|
|
2881
|
-
export declare function classifySwarmBottleneck(input: FrontierSwarmBottleneckSource | FrontierSwarmJobResultInput | FrontierSwarmMergeBundle): FrontierSwarmBottleneckClassification;
|
|
2882
|
-
export declare function createSwarmBottleneckReport(input?: FrontierSwarmBottleneckReportInput): FrontierSwarmBottleneckReport;
|
|
2883
|
-
export declare function createSwarmEvidenceIndex(input?: FrontierSwarmRun | FrontierSwarmEvidenceIndexInput): FrontierSwarmEvidenceIndex;
|
|
2884
|
-
export declare function querySwarmEvidenceIndex(index: FrontierSwarmEvidenceIndex, query?: FrontierSwarmEvidenceIndexQuery): FrontierSwarmEvidenceIndexQueryResult;
|
|
2885
|
-
export declare function createSwarmBlackboard(input?: FrontierSwarmBlackboardInput): FrontierSwarmBlackboard;
|
|
2886
|
-
export declare function querySwarmBlackboard(blackboard: FrontierSwarmBlackboard, query?: FrontierSwarmBlackboardQuery): FrontierSwarmBlackboardQueryResult;
|
|
2887
|
-
export declare function createSwarmReferenceOraclePlan(input?: FrontierSwarmReferenceOraclePlanInput): FrontierSwarmReferenceOraclePlan;
|
|
2888
|
-
export declare function createSwarmReferenceOracleResponse(input?: FrontierSwarmReferenceOracleResponseInput): FrontierSwarmReferenceOracleResponse;
|
|
2889
|
-
export declare function createSwarmArtifactRoutingPlan(input?: FrontierSwarmArtifactRoutingPlanInput): FrontierSwarmArtifactRoutingPlan;
|
|
2890
|
-
export declare function createSwarmFixtureCatalog(input?: FrontierSwarmFixtureCatalogInput): FrontierSwarmFixtureCatalog;
|
|
2891
|
-
export declare function createSwarmProgressModel(input?: FrontierSwarmProgressModelInput): FrontierSwarmProgressModel;
|
|
2892
|
-
export declare function createSwarmAutoReviewReport(input?: FrontierSwarmAutoReviewReportInput): FrontierSwarmAutoReviewReport;
|
|
2893
|
-
export declare function createSwarmRebaseReport(input?: FrontierSwarmRebaseReportInput): FrontierSwarmRebaseReport;
|
|
2894
|
-
export declare function createSwarmUsageGovernor(input?: FrontierSwarmUsageGovernorInput): FrontierSwarmUsageGovernor;
|
|
2895
|
-
export declare function checkSwarmUsageGovernor(governorInput: FrontierSwarmUsageGovernor | FrontierSwarmUsageGovernorInput, usage?: {
|
|
2896
|
-
activeWorkers?: number;
|
|
2897
|
-
costUsd?: number;
|
|
2898
|
-
tokensByLane?: Record<string, number>;
|
|
2899
|
-
retriesUsed?: number;
|
|
2900
|
-
}): FrontierSwarmUsageGovernorDecision;
|
|
2901
|
-
export declare function createSwarmLanePlaybook(input: FrontierSwarmLanePlaybookInput): FrontierSwarmLanePlaybook;
|
|
2902
|
-
export declare function createSwarmPatchStackPlan(input: FrontierSwarmPatchStackPlanInput): FrontierSwarmPatchStackPlan;
|
|
2903
|
-
export declare function createSwarmCoordinatorDashboard(input?: FrontierSwarmCoordinatorDashboardInput): FrontierSwarmCoordinatorDashboard;
|
|
2904
|
-
export declare function querySwarmCoordinatorDashboard(dashboard: FrontierSwarmCoordinatorDashboard, query?: FrontierSwarmCoordinatorDashboardQuery): FrontierSwarmCoordinatorDashboardQueryResult;
|
|
2905
|
-
export declare function createSwarmAdaptiveLoadPlan(input?: FrontierSwarmAdaptiveLoadPlanInput): FrontierSwarmAdaptiveLoadPlan;
|
|
2906
|
-
export declare function createSwarmScheduleInputFromAdaptiveLoadPlan(plan: FrontierSwarmPlan, adaptive: FrontierSwarmAdaptiveLoadPlan, input?: {
|
|
2907
|
-
run?: FrontierSwarmRun;
|
|
2908
|
-
now?: number;
|
|
2909
|
-
}): FrontierSwarmScheduleInput;
|
|
2910
|
-
export declare function resolveSwarmCompute(manifestInput: FrontierSwarmManifest | FrontierSwarmManifestInput, taskInput: FrontierSwarmTask | FrontierSwarmTaskInput): FrontierSwarmCompute;
|
|
2911
|
-
export declare function createSwarmProof(input: FrontierSwarmManifest | FrontierSwarmPlan | FrontierSwarmRun, options?: {
|
|
2912
|
-
generatedAt?: number;
|
|
2913
|
-
validation?: FrontierSwarmValidation;
|
|
2914
|
-
metadata?: unknown;
|
|
2915
|
-
}): FrontierSwarmProof;
|
|
2916
|
-
export declare function createSwarmSchedule(input: FrontierSwarmPlan | FrontierSwarmScheduleInput): FrontierSwarmSchedule;
|
|
2917
|
-
export declare function createSwarmSchedulerRecommendations(input: FrontierSwarmSchedulerRecommendationsInput): FrontierSwarmSchedulerRecommendations;
|
|
2918
|
-
export declare function createSwarmLeases(input: FrontierSwarmLeaseInput): FrontierSwarmLease[];
|
|
2919
|
-
export declare function renewSwarmLease(input: FrontierSwarmLeaseRenewalInput): FrontierSwarmLease;
|
|
2920
|
-
export declare function createSwarmQueueSnapshot(input: FrontierSwarmQueueSnapshotInput): FrontierSwarmQueueSnapshot;
|
|
2921
|
-
export declare function createSwarmRunCheckpoint(input: FrontierSwarmRun | FrontierSwarmRunCheckpointInput): FrontierSwarmRunCheckpoint;
|
|
2922
|
-
export declare function checkSwarmBudget(job: FrontierSwarmJob, usageInput: FrontierSwarmUsageInput): FrontierSwarmBudgetDecision;
|
|
2923
|
-
export declare function createSwarmArtifactIndex(input: FrontierSwarmRun | {
|
|
2924
|
-
run?: FrontierSwarmRun;
|
|
2925
|
-
artifacts?: readonly FrontierSwarmArtifactInput[];
|
|
2926
|
-
generatedAt?: number;
|
|
2927
|
-
}): FrontierSwarmArtifactIndex;
|
|
2928
|
-
export declare function createSwarmReviewPlan(input: FrontierSwarmReviewPlanInput): FrontierSwarmReviewPlan;
|
|
2929
|
-
export declare function createSwarmMergePlan(input: FrontierSwarmMergePlanInput): FrontierSwarmMergePlan;
|
|
2930
|
-
export declare function decomposeSwarmFeature(input: FrontierSwarmDecomposeInput): FrontierSwarmTaskInput[];
|
|
2931
|
-
export declare function encodeSwarmJsonl(records: readonly unknown[]): string;
|
|
2932
|
-
export declare function decodeSwarmJsonl(jsonl: string): JsonValue[];
|
|
2933
|
-
export declare function matchesGlob(file: string, glob: string): boolean;
|
|
1
|
+
export * from './constants.js';
|
|
2
|
+
export { compileSwarm, createSwarmManifest, defineSwarmManifest, defineSwarmTasks, validateSwarmManifest } from './manifest.js';
|
|
3
|
+
export type * from './types.js';
|
|
4
|
+
export * from './plan.js';
|
|
5
|
+
export * from './scheduler.js';
|
|
6
|
+
export * from './leases.js';
|
|
7
|
+
export { completeSwarmJob, createSwarmEventStream, createSwarmMailbox, createSwarmRun, recordSwarmEvent, routeSwarmEventToMailboxes } from './run-records.js';
|
|
8
|
+
export { matchesGlob } from './internal.js';
|
|
9
|
+
export { classifySwarmMergeDisposition, classifySwarmMergeReadiness } from './merge-bundles.js';
|
|
10
|
+
export { createSwarmMergeAdmission } from './merge-admission.js';
|
|
11
|
+
export { createSwarmMergeIndex } from './merge-index.js';
|
|
12
|
+
export { createSwarmReviewerLanePlan } from './merge-review.js';
|
|
13
|
+
export { deriveSwarmQueueStatus } from './queue-overlays.js';
|
|
14
|
+
export { createSwarmBlackboard, querySwarmBlackboard } from './blackboard.js';
|
|
15
|
+
export { createSwarmFixtureCatalog } from './fixtures.js';
|
|
16
|
+
export { createSwarmProgressModel } from './progress.js';
|
|
17
|
+
export { createSwarmAutoReviewReport } from './auto-review.js';
|
|
18
|
+
export { createSwarmUsageGovernor, checkSwarmUsageGovernor } from './usage-governor.js';
|
|
19
|
+
export { createSwarmAdaptiveLoadPlan, createSwarmScheduleInputFromAdaptiveLoadPlan } from './adaptive-load.js';
|
|
20
|
+
export { createSwarmCoordinatorDashboard, querySwarmCoordinatorDashboard } from './coordinator-dashboard.js';
|
|
21
|
+
export * from './ownership-runtime.js';
|
|
22
|
+
export * from './run-store-shards-runtime.js';
|
|
23
|
+
export * from './merge-wrappers.js';
|
|
24
|
+
export * from './context-pack-runtime.js';
|
|
25
|
+
export * from './oracle-runtime.js';
|
|
26
|
+
export * from './trace-runtime.js';
|
|
27
|
+
export * from './debug-runtime.js';
|
|
28
|
+
export * from './instrumentation-runtime.js';
|
|
29
|
+
export * from './evidence-index.js';
|
|
30
|
+
export * from './reference-oracle-runtime.js';
|
|
31
|
+
export * from './artifact-routing-runtime.js';
|
|
32
|
+
export * from './rebase-report.js';
|
|
33
|
+
export * from './patch-stack-runtime.js';
|
|
34
|
+
export * from './proof-runtime.js';
|
|
35
|
+
export * from './merge-plans-runtime.js';
|
|
2934
36
|
//# sourceMappingURL=index.d.ts.map
|