sneakoscope 6.4.0 → 6.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -34
- package/config/codex-releases/{rust-v0.144.1.json → rust-v0.144.5.json} +5 -5
- package/crates/sks-core/Cargo.lock +1 -1
- package/crates/sks-core/Cargo.toml +1 -1
- package/dist/bin/install.js +1 -1
- package/dist/cli/command-manifest-lite.js +0 -1
- package/dist/cli/command-registry.js +4 -2
- package/dist/cli/help-fast.js +0 -1
- package/dist/cli/router.js +24 -3
- package/dist/commands/zellij.js +18 -29
- package/dist/config/skills-manifest.json +52 -52
- package/dist/core/agent-bridge/agent-manifest.js +22 -1
- package/dist/core/agents/agent-codex-cockpit.js +1 -81
- package/dist/core/agents/agent-proof-evidence.js +0 -6
- package/dist/core/agents/native-cli-worker-runtime.js +1 -16
- package/dist/core/codex-app/codex-app-fast-ui-repair.js +11 -17
- package/dist/core/codex-app/codex-app-ui-state-snapshot.js +34 -6
- package/dist/core/codex-app/menubar/constants.js +0 -1
- package/dist/core/codex-app.js +1 -1
- package/dist/core/codex-compat/codex-release-manifest.js +5 -5
- package/dist/core/codex-control/codex-0139-image-path-real-probe.js +1 -1
- package/dist/core/codex-control/codex-0139-web-search-probe.js +1 -1
- package/dist/core/codex-lb/codex-lb-tool-catalog.js +3 -3
- package/dist/core/commands/agent-bridge-command.js +46 -15
- package/dist/core/commands/basic-cli.js +1 -1
- package/dist/core/commands/mad-sks-command.js +0 -2
- package/dist/core/commands/naruto-command.js +49 -43
- package/dist/core/doctor/current-project-guidance.js +1 -1
- package/dist/core/doctor/doctor-dirty-planner.js +1 -1
- package/dist/core/doctor/retired-managed-residue-missions.js +26 -11
- package/dist/core/doctor/retired-managed-residue-private.js +1 -1
- package/dist/core/doctor/retired-managed-residue-runtime.js +12 -2
- package/dist/core/doctor/retired-managed-residue-state.js +7 -7
- package/dist/core/feature-fixtures.js +1 -5
- package/dist/core/feature-registry.js +0 -1
- package/dist/core/fsx.js +29 -3
- package/dist/core/install/installed-package-smoke.js +1 -1
- package/dist/core/locks/file-lock.js +70 -18
- package/dist/core/managed-assets/managed-assets-manifest.js +1 -1
- package/dist/core/mcp-config/health-check.js +7 -2
- package/dist/core/ops/upgrade-migration-fixtures.js +30 -2
- package/dist/core/recallpulse.js +1 -1
- package/dist/core/release/release-gate-contract.js +4 -0
- package/dist/core/release/release-pack-content-scanner.js +7 -6
- package/dist/core/release/release-pack-receipt.js +33 -12
- package/dist/core/retention.js +5 -15
- package/dist/core/routes/constants.js +1 -1
- package/dist/core/routes.js +1 -2
- package/dist/core/safety/command-contract/contracts.js +33 -0
- package/dist/core/safety/command-contract/types.js +1 -1
- package/dist/core/strategy/adhd-orchestrating-gate.js +2 -2
- package/dist/core/subagents/naruto-help-contract.js +2 -1
- package/dist/core/subagents/naruto-proof-projection.js +418 -0
- package/dist/core/subagents/official-subagent-preparation.js +302 -0
- package/dist/core/subagents/official-subagent-runner.js +10 -1
- package/dist/core/update-check.js +13 -4
- package/dist/core/version.js +1 -1
- package/dist/core/zellij/zellij-lane-renderer.js +19 -19
- package/dist/core/zellij/zellij-official-subagent-activity.js +2 -0
- package/dist/core/zellij/zellij-right-column-manager.js +6 -55
- package/dist/core/zellij/zellij-slot-column-anchor.js +4 -5
- package/dist/core/zellij/zellij-slot-pane-renderer.js +1 -1
- package/dist/core/zellij/zellij-ui-mode.js +0 -7
- package/dist/core/zellij/zellij-worker-pane-manager.js +3 -11
- package/dist/native/sks-menubar/Sources/AppDelegate.swift +0 -1
- package/dist/native/sks-menubar/Sources/NotificationCoordinator.swift +1 -3
- package/dist/native/sks-menubar/Sources/ProcessClient.swift +4 -1
- package/dist/native/sks-menubar/Sources/ProvidersViewController.swift +38 -10
- package/dist/native/sks-menubar/Sources/StatusItemController.swift +73 -11
- package/dist/native/sks-menubar/Sources/UpdatesViewController.swift +27 -2
- package/dist/scripts/check-architecture.js +11 -1
- package/dist/scripts/cli-output-consistency-check.js +0 -2
- package/dist/scripts/codex-0144-app-server-v2-check.js +4 -4
- package/dist/scripts/codex-0144-capability-check.js +5 -5
- package/dist/scripts/codex-control-all-pipelines-check.js +2 -1
- package/dist/scripts/codex-lb-gpt56-fast-profile-check.js +3 -3
- package/dist/scripts/codex-sdk-all-pipelines-check.js +2 -1
- package/dist/scripts/current-command-surface-check.js +4 -2
- package/dist/scripts/current-surface-update-e2e-check.js +2 -2
- package/dist/scripts/docs-truthfulness-check.js +6 -6
- package/dist/scripts/doctor-fixes-codex-app-fast-ui-check.js +3 -2
- package/dist/scripts/harness-benchmark-check.js +4 -4
- package/dist/scripts/hook-latency-quantum-check.js +2 -2
- package/dist/scripts/legacy-gate-purge-check.js +4 -2
- package/dist/scripts/naruto-codex-e2e-check.js +2 -2
- package/dist/scripts/naruto-ssot-gate-aliases-check.js +9 -0
- package/dist/scripts/naruto-ssot-pipeline-default-check.js +10 -0
- package/dist/scripts/naruto-ssot-route-normalization-check.js +8 -0
- package/dist/scripts/naruto-ssot-routing-check.js +12 -0
- package/dist/scripts/release-metadata-1-19-check.js +4 -0
- package/dist/scripts/sks-menubar-install-check.js +5 -5
- package/dist/scripts/upgrade-migration-matrix-check.js +278 -5
- package/dist/scripts/zellij-developer-controls-check.js +3 -5
- package/dist/scripts/zellij-initial-main-only-blackbox.js +3 -8
- package/dist/scripts/zellij-pane-lock-open-worker-integration-blackbox.js +1 -2
- package/dist/scripts/zellij-right-column-headless-overflow-check.js +1 -1
- package/dist/scripts/zellij-right-column-manager-check.js +3 -4
- package/dist/scripts/zellij-slot-only-ui-check.js +2 -2
- package/dist/scripts/zellij-stacked-fallback-integration-blackbox.js +1 -2
- package/docs/demo.tape +1 -1
- package/infra-harness-gates.json +0 -27
- package/package.json +11 -6
- package/release-gates.v2.json +131 -2
- package/schemas/codex/app-server-0.144/codex_app_server_protocol.v2.schemas.json +1 -18812
- package/schemas/codex/codex-0139-real-probe-result.schema.json +2 -2
- package/schemas/zellij/zellij-right-column-state.schema.json +0 -1
- package/dist/core/commands/ui-command.js +0 -198
- package/dist/core/naruto/naruto-allocation-policy.js +0 -98
- package/dist/core/naruto/naruto-finalizer.js +0 -22
- package/dist/core/naruto/naruto-gpt-final-pack.js +0 -50
- package/dist/core/naruto/naruto-real-worker-child.js +0 -209
- package/dist/core/naruto/naruto-real-worker-runtime.js +0 -178
- package/dist/core/naruto/naruto-rebalance-policy.js +0 -47
- package/dist/core/naruto/naruto-verification-pool.js +0 -17
- package/dist/core/ui/dashboard-html.js +0 -110
- package/dist/core/zellij/zellij-dashboard-pane.js +0 -70
- package/dist/core/zellij/zellij-dashboard-renderer.js +0 -59
- package/dist/core/zellij/zellij-naruto-dashboard.js +0 -44
- package/dist/scripts/zellij-dashboard-pane-check.js +0 -69
- package/dist/scripts/zellij-dashboard-watch.js +0 -40
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema": "sks.skills-manifest.v1",
|
|
3
|
-
"package_version": "6.
|
|
3
|
+
"package_version": "6.5.1",
|
|
4
4
|
"skills": [
|
|
5
5
|
{
|
|
6
6
|
"canonical_name": "sks",
|
|
7
7
|
"type": "official",
|
|
8
|
-
"content_sha256": "
|
|
8
|
+
"content_sha256": "803b19330d7df122631fc2f89fcbfcff7159f72b9151c0ed8ce3a53c72a8f8cb",
|
|
9
9
|
"hash_history": [],
|
|
10
10
|
"deprecated_aliases": []
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
"canonical_name": "sks-answer",
|
|
14
14
|
"type": "official",
|
|
15
|
-
"content_sha256": "
|
|
15
|
+
"content_sha256": "4b533ae98e019f2ef8236bb13a36b93befa286e7fe243bcc729940058b97e23c",
|
|
16
16
|
"hash_history": [],
|
|
17
17
|
"deprecated_aliases": []
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"canonical_name": "sks-autoresearch",
|
|
21
21
|
"type": "official",
|
|
22
|
-
"content_sha256": "
|
|
22
|
+
"content_sha256": "2111333b6b200a5094cdf0252d6846a0d9d8192474d0529eed4429abbabe85b3",
|
|
23
23
|
"hash_history": [],
|
|
24
24
|
"deprecated_aliases": []
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"canonical_name": "sks-autoresearch-loop",
|
|
28
28
|
"type": "official",
|
|
29
|
-
"content_sha256": "
|
|
29
|
+
"content_sha256": "41916f54fe129d3a809a4292a96d979da2fb22bf3400b97c60ae3480fafdac58",
|
|
30
30
|
"hash_history": [],
|
|
31
31
|
"deprecated_aliases": []
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"canonical_name": "sks-commit",
|
|
35
35
|
"type": "official",
|
|
36
|
-
"content_sha256": "
|
|
36
|
+
"content_sha256": "51afdf026ab3e0151c9eb3b1e5b6421b113924341f9f434fb18d6fc358a05ddc",
|
|
37
37
|
"hash_history": [],
|
|
38
38
|
"deprecated_aliases": []
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"canonical_name": "sks-commit-and-push",
|
|
42
42
|
"type": "official",
|
|
43
|
-
"content_sha256": "
|
|
43
|
+
"content_sha256": "ac084ec2ef3744dff1e7f737b5b7fefcd055a9bafa2307b6e69101ded3b8de4c",
|
|
44
44
|
"hash_history": [],
|
|
45
45
|
"deprecated_aliases": []
|
|
46
46
|
},
|
|
@@ -54,56 +54,56 @@
|
|
|
54
54
|
{
|
|
55
55
|
"canonical_name": "sks-computer-use-fast",
|
|
56
56
|
"type": "official",
|
|
57
|
-
"content_sha256": "
|
|
57
|
+
"content_sha256": "86bdf046d971d7f4ed072b6da002eb28bf45be5ced59e446113be489eb27092a",
|
|
58
58
|
"hash_history": [],
|
|
59
59
|
"deprecated_aliases": []
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"canonical_name": "sks-context7-docs",
|
|
63
63
|
"type": "official",
|
|
64
|
-
"content_sha256": "
|
|
64
|
+
"content_sha256": "a26bc071c50a140c4b11d350a032fa60863e334677637b3b02d71c38c68e03c7",
|
|
65
65
|
"hash_history": [],
|
|
66
66
|
"deprecated_aliases": []
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"canonical_name": "sks-cu",
|
|
70
70
|
"type": "official",
|
|
71
|
-
"content_sha256": "
|
|
71
|
+
"content_sha256": "8a88023854e8955adb7d4182818c14bffa240868ad72b94c4d35c9422b7c3086",
|
|
72
72
|
"hash_history": [],
|
|
73
73
|
"deprecated_aliases": []
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"canonical_name": "sks-db",
|
|
77
77
|
"type": "official",
|
|
78
|
-
"content_sha256": "
|
|
78
|
+
"content_sha256": "2f97bc9006d1f0278d14cc123aa89f34e7fa1434aec505da526e496ba9f2bc2e",
|
|
79
79
|
"hash_history": [],
|
|
80
80
|
"deprecated_aliases": []
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"canonical_name": "sks-db-safety-guard",
|
|
84
84
|
"type": "official",
|
|
85
|
-
"content_sha256": "
|
|
85
|
+
"content_sha256": "cb44f84c99f04a3e0ba7336771820e24b9adda45f7c175b343324341e7d1eb2e",
|
|
86
86
|
"hash_history": [],
|
|
87
87
|
"deprecated_aliases": []
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"canonical_name": "sks-design-artifact-expert",
|
|
91
91
|
"type": "official",
|
|
92
|
-
"content_sha256": "
|
|
92
|
+
"content_sha256": "eb56b2319276d326428d622cc20de0cae84d53564b5f170530112e95922dca93",
|
|
93
93
|
"hash_history": [],
|
|
94
94
|
"deprecated_aliases": []
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"canonical_name": "sks-design-system-builder",
|
|
98
98
|
"type": "official",
|
|
99
|
-
"content_sha256": "
|
|
99
|
+
"content_sha256": "eafb2604c8323b1fc2d68be2eac6fe56af4d5428a01ee5667daa709ff40ef1fd",
|
|
100
100
|
"hash_history": [],
|
|
101
101
|
"deprecated_aliases": []
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"canonical_name": "sks-design-ui-editor",
|
|
105
105
|
"type": "official",
|
|
106
|
-
"content_sha256": "
|
|
106
|
+
"content_sha256": "cbcf1925b449a9547181d792b335441b7cf354d86ae34f7259a1949066205ac4",
|
|
107
107
|
"hash_history": [],
|
|
108
108
|
"deprecated_aliases": []
|
|
109
109
|
},
|
|
@@ -117,98 +117,98 @@
|
|
|
117
117
|
{
|
|
118
118
|
"canonical_name": "sks-fast-mode",
|
|
119
119
|
"type": "official",
|
|
120
|
-
"content_sha256": "
|
|
120
|
+
"content_sha256": "4d00f6700f3353759d6cfbacfd6669b6c793329c8ddbacc8bd42ecfcb70ed565",
|
|
121
121
|
"hash_history": [],
|
|
122
122
|
"deprecated_aliases": []
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"canonical_name": "sks-fast-off",
|
|
126
126
|
"type": "official",
|
|
127
|
-
"content_sha256": "
|
|
127
|
+
"content_sha256": "b27154ee0f10d49bfb3d93c9f0369e111e8ba1883fabbdfadef122b53e5d5063",
|
|
128
128
|
"hash_history": [],
|
|
129
129
|
"deprecated_aliases": []
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
"canonical_name": "sks-fast-on",
|
|
133
133
|
"type": "official",
|
|
134
|
-
"content_sha256": "
|
|
134
|
+
"content_sha256": "dc4688477dfac633c84efce01edaa137fc1249b221161b026372f438f46dcbf2",
|
|
135
135
|
"hash_history": [],
|
|
136
136
|
"deprecated_aliases": []
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
"canonical_name": "sks-from-chat-img",
|
|
140
140
|
"type": "official",
|
|
141
|
-
"content_sha256": "
|
|
141
|
+
"content_sha256": "16b505187fdaf05275536873d65bc2943b2fc34617c926a233aff943b01557b3",
|
|
142
142
|
"hash_history": [],
|
|
143
143
|
"deprecated_aliases": []
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"canonical_name": "sks-getdesign-reference",
|
|
147
147
|
"type": "official",
|
|
148
|
-
"content_sha256": "
|
|
148
|
+
"content_sha256": "76468af6fc0c118529f6e313e3769aa72c8602692bb2d104c78486c580d51c4c",
|
|
149
149
|
"hash_history": [],
|
|
150
150
|
"deprecated_aliases": []
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"canonical_name": "sks-goal",
|
|
154
154
|
"type": "official",
|
|
155
|
-
"content_sha256": "
|
|
155
|
+
"content_sha256": "06834933f3eeb8b2e8026f6b681cf09332249e87dc7a7fa83bdec99a569c8695",
|
|
156
156
|
"hash_history": [],
|
|
157
157
|
"deprecated_aliases": []
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"canonical_name": "sks-gx",
|
|
161
161
|
"type": "official",
|
|
162
|
-
"content_sha256": "
|
|
162
|
+
"content_sha256": "3dac59e366781c5946b6bb14ba5d5bac280bb55f9e65e58469fd3c74441368a5",
|
|
163
163
|
"hash_history": [],
|
|
164
164
|
"deprecated_aliases": []
|
|
165
165
|
},
|
|
166
166
|
{
|
|
167
167
|
"canonical_name": "sks-gx-visual-generate",
|
|
168
168
|
"type": "official",
|
|
169
|
-
"content_sha256": "
|
|
169
|
+
"content_sha256": "f5a41c3d765153ae263182356ccfb01c218f5ef0bc0954f74a18d6fb4e91210a",
|
|
170
170
|
"hash_history": [],
|
|
171
171
|
"deprecated_aliases": []
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
"canonical_name": "sks-gx-visual-read",
|
|
175
175
|
"type": "official",
|
|
176
|
-
"content_sha256": "
|
|
176
|
+
"content_sha256": "d4db0d3dda0ae66c33b9d224fc9d46b71edfda4f4b8827565149875c945ec8ac",
|
|
177
177
|
"hash_history": [],
|
|
178
178
|
"deprecated_aliases": []
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
181
|
"canonical_name": "sks-gx-visual-validate",
|
|
182
182
|
"type": "official",
|
|
183
|
-
"content_sha256": "
|
|
183
|
+
"content_sha256": "73446dab5c7c0d22dfefc92797ea1f21a794b00d301819e5393b20947b1431d3",
|
|
184
184
|
"hash_history": [],
|
|
185
185
|
"deprecated_aliases": []
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"canonical_name": "sks-help",
|
|
189
189
|
"type": "official",
|
|
190
|
-
"content_sha256": "
|
|
190
|
+
"content_sha256": "376c8bec2f9edd4d844bc3139ec33132ca0091051a21b4e7ae190fe220600cfb",
|
|
191
191
|
"hash_history": [],
|
|
192
192
|
"deprecated_aliases": []
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"canonical_name": "sks-honest-mode",
|
|
196
196
|
"type": "official",
|
|
197
|
-
"content_sha256": "
|
|
197
|
+
"content_sha256": "ceb5aba5731bfca62dc3603e110c80ae66dbc09f9f8b256c051775e35df0f5b9",
|
|
198
198
|
"hash_history": [],
|
|
199
199
|
"deprecated_aliases": []
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
202
|
"canonical_name": "sks-hproof-claim-ledger",
|
|
203
203
|
"type": "official",
|
|
204
|
-
"content_sha256": "
|
|
204
|
+
"content_sha256": "ec8d6d77d90288937eb1b15bd3355d6a40ac1b9516849987ca3bc6a16747aba9",
|
|
205
205
|
"hash_history": [],
|
|
206
206
|
"deprecated_aliases": []
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"canonical_name": "sks-hproof-evidence-bind",
|
|
210
210
|
"type": "official",
|
|
211
|
-
"content_sha256": "
|
|
211
|
+
"content_sha256": "298905b295c709c82721152725560d5ed4e3531db429b2d436f82f6f612dab93",
|
|
212
212
|
"hash_history": [],
|
|
213
213
|
"deprecated_aliases": []
|
|
214
214
|
},
|
|
@@ -222,14 +222,14 @@
|
|
|
222
222
|
{
|
|
223
223
|
"canonical_name": "sks-imagegen",
|
|
224
224
|
"type": "official",
|
|
225
|
-
"content_sha256": "
|
|
225
|
+
"content_sha256": "8259562893d063fce1a2452483c57298d9e034b2bdc2fe83d50f4c121457e012",
|
|
226
226
|
"hash_history": [],
|
|
227
227
|
"deprecated_aliases": []
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
"canonical_name": "sks-imagegen-source-scout",
|
|
231
231
|
"type": "official",
|
|
232
|
-
"content_sha256": "
|
|
232
|
+
"content_sha256": "18f28d7f288ec271254d0626b852f79607c99be71ffcdf4b35f9384d31c23c4c",
|
|
233
233
|
"hash_history": [],
|
|
234
234
|
"deprecated_aliases": []
|
|
235
235
|
},
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
{
|
|
251
251
|
"canonical_name": "sks-mad-sks",
|
|
252
252
|
"type": "official",
|
|
253
|
-
"content_sha256": "
|
|
253
|
+
"content_sha256": "c8411761fb6904859db8f9ffc89bf44e492aa0a6b59706a5eaa1dc34afa56b87",
|
|
254
254
|
"hash_history": [],
|
|
255
255
|
"deprecated_aliases": []
|
|
256
256
|
},
|
|
@@ -264,35 +264,35 @@
|
|
|
264
264
|
{
|
|
265
265
|
"canonical_name": "sks-performance-evaluator",
|
|
266
266
|
"type": "official",
|
|
267
|
-
"content_sha256": "
|
|
267
|
+
"content_sha256": "b6315d03e22d4b572b5f8d8bc4a54e04d9cea8b7732abe6adf48ae17a1939412",
|
|
268
268
|
"hash_history": [],
|
|
269
269
|
"deprecated_aliases": []
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
272
|
"canonical_name": "sks-pipeline-runner",
|
|
273
273
|
"type": "official",
|
|
274
|
-
"content_sha256": "
|
|
274
|
+
"content_sha256": "d95e67f73b192b5e32cc592d1c20671e33d588d688cd11d465348ff8016b5f47",
|
|
275
275
|
"hash_history": [],
|
|
276
276
|
"deprecated_aliases": []
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"canonical_name": "sks-plan",
|
|
280
280
|
"type": "official",
|
|
281
|
-
"content_sha256": "
|
|
281
|
+
"content_sha256": "a96dcae14022acff9df8b5dba7873a89b3195f8624d2ae1e3889b6374f9cce1b",
|
|
282
282
|
"hash_history": [],
|
|
283
283
|
"deprecated_aliases": []
|
|
284
284
|
},
|
|
285
285
|
{
|
|
286
286
|
"canonical_name": "sks-ppt",
|
|
287
287
|
"type": "official",
|
|
288
|
-
"content_sha256": "
|
|
288
|
+
"content_sha256": "912382ee3887087623c117764d08a3e1bb4b4cdf961b94e8b401622f845678be",
|
|
289
289
|
"hash_history": [],
|
|
290
290
|
"deprecated_aliases": []
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"canonical_name": "sks-prompt-pipeline",
|
|
294
294
|
"type": "official",
|
|
295
|
-
"content_sha256": "
|
|
295
|
+
"content_sha256": "d2efe5785c3cd0332fb659373ad8ababea7247336008cb8d38244c143f1be037",
|
|
296
296
|
"hash_history": [],
|
|
297
297
|
"deprecated_aliases": []
|
|
298
298
|
},
|
|
@@ -306,21 +306,21 @@
|
|
|
306
306
|
{
|
|
307
307
|
"canonical_name": "sks-reasoning-router",
|
|
308
308
|
"type": "official",
|
|
309
|
-
"content_sha256": "
|
|
309
|
+
"content_sha256": "210e60a601338e761d7e954dab014c4866692445fbe652ac985341d399c45a24",
|
|
310
310
|
"hash_history": [],
|
|
311
311
|
"deprecated_aliases": []
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
"canonical_name": "sks-reflection",
|
|
315
315
|
"type": "official",
|
|
316
|
-
"content_sha256": "
|
|
316
|
+
"content_sha256": "7caf0e52dcd2a6de433e2e0a53c1505f50d7039dcc8c353b7d5578be6da14ebf",
|
|
317
317
|
"hash_history": [],
|
|
318
318
|
"deprecated_aliases": []
|
|
319
319
|
},
|
|
320
320
|
{
|
|
321
321
|
"canonical_name": "sks-release-review",
|
|
322
322
|
"type": "official",
|
|
323
|
-
"content_sha256": "
|
|
323
|
+
"content_sha256": "4c4dd2693809f2ddb5b29ec20c80f0c335103f054c7cebc9c3e79ad674a87382",
|
|
324
324
|
"hash_history": [],
|
|
325
325
|
"deprecated_aliases": []
|
|
326
326
|
},
|
|
@@ -334,14 +334,14 @@
|
|
|
334
334
|
{
|
|
335
335
|
"canonical_name": "sks-research-discovery",
|
|
336
336
|
"type": "official",
|
|
337
|
-
"content_sha256": "
|
|
337
|
+
"content_sha256": "b3e96f9743eeb5ef724b0e79e6e9cb6cc71625d147d211e6bf01d4b35d16562a",
|
|
338
338
|
"hash_history": [],
|
|
339
339
|
"deprecated_aliases": []
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
"canonical_name": "sks-review",
|
|
343
343
|
"type": "official",
|
|
344
|
-
"content_sha256": "
|
|
344
|
+
"content_sha256": "6502caf94e0f64d6b39ffd7bbd2e52b8dc91f85ccdfec02b3b9d5aae431a4cac",
|
|
345
345
|
"hash_history": [],
|
|
346
346
|
"deprecated_aliases": []
|
|
347
347
|
},
|
|
@@ -362,70 +362,70 @@
|
|
|
362
362
|
{
|
|
363
363
|
"canonical_name": "sks-solution-scout",
|
|
364
364
|
"type": "official",
|
|
365
|
-
"content_sha256": "
|
|
365
|
+
"content_sha256": "5346f0b179251e3cda70a636a102252b512edea54d535db68f8bbf855a211256",
|
|
366
366
|
"hash_history": [],
|
|
367
367
|
"deprecated_aliases": []
|
|
368
368
|
},
|
|
369
369
|
{
|
|
370
370
|
"canonical_name": "sks-super-search",
|
|
371
371
|
"type": "official",
|
|
372
|
-
"content_sha256": "
|
|
372
|
+
"content_sha256": "ed5f4747cd163b6a9b6421477259798da74eb7fdde7fc5a6367bcb8dc1fef712",
|
|
373
373
|
"hash_history": [],
|
|
374
374
|
"deprecated_aliases": []
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
377
|
"canonical_name": "sks-turbo-context-pack",
|
|
378
378
|
"type": "official",
|
|
379
|
-
"content_sha256": "
|
|
379
|
+
"content_sha256": "feac6ac807bd6f7e6d5e62bbe3685e765e2b05113c6d6d29e388557d9debf037",
|
|
380
380
|
"hash_history": [],
|
|
381
381
|
"deprecated_aliases": []
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"canonical_name": "sks-ui-ux-review",
|
|
385
385
|
"type": "official",
|
|
386
|
-
"content_sha256": "
|
|
386
|
+
"content_sha256": "110a1ac23f23d1936085c32d28bd5e88cd5b342293e5377aa8907a4b3d34d5d6",
|
|
387
387
|
"hash_history": [],
|
|
388
388
|
"deprecated_aliases": []
|
|
389
389
|
},
|
|
390
390
|
{
|
|
391
391
|
"canonical_name": "sks-ux-review",
|
|
392
392
|
"type": "official",
|
|
393
|
-
"content_sha256": "
|
|
393
|
+
"content_sha256": "1dd7164f97bf882be5257048c45f6f798b7a816ea12767a348fdb00c45c18b67",
|
|
394
394
|
"hash_history": [],
|
|
395
395
|
"deprecated_aliases": []
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
398
|
"canonical_name": "sks-visual-review",
|
|
399
399
|
"type": "official",
|
|
400
|
-
"content_sha256": "
|
|
400
|
+
"content_sha256": "53570817f053fcff4368f5d1904980319192cb18aa2f8eab399bf95ad5954c4e",
|
|
401
401
|
"hash_history": [],
|
|
402
402
|
"deprecated_aliases": []
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"canonical_name": "sks-wiki",
|
|
406
406
|
"type": "official",
|
|
407
|
-
"content_sha256": "
|
|
407
|
+
"content_sha256": "053f0e8f9f3a9e9a26507fcc4bdbc61a1e496b2e18c2c037865d9eee08f129b2",
|
|
408
408
|
"hash_history": [],
|
|
409
409
|
"deprecated_aliases": []
|
|
410
410
|
},
|
|
411
411
|
{
|
|
412
412
|
"canonical_name": "sks-with-local-llm-off",
|
|
413
413
|
"type": "official",
|
|
414
|
-
"content_sha256": "
|
|
414
|
+
"content_sha256": "a23ca2971330579bd4b9f33a70abb90d3f8c095038c1930b00bcc7d4177793a0",
|
|
415
415
|
"hash_history": [],
|
|
416
416
|
"deprecated_aliases": []
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
"canonical_name": "sks-with-local-llm-on",
|
|
420
420
|
"type": "official",
|
|
421
|
-
"content_sha256": "
|
|
421
|
+
"content_sha256": "41320b318685c634ec896884aa4ed169c5ab3d4170e4d48befa5efd21eb16089",
|
|
422
422
|
"hash_history": [],
|
|
423
423
|
"deprecated_aliases": []
|
|
424
424
|
},
|
|
425
425
|
{
|
|
426
426
|
"canonical_name": "sks-work",
|
|
427
427
|
"type": "official",
|
|
428
|
-
"content_sha256": "
|
|
428
|
+
"content_sha256": "4b0feb022c5b2d8806937af1c287fbb706067eaadd7a8f30ed05212085e5867e",
|
|
429
429
|
"hash_history": [],
|
|
430
430
|
"deprecated_aliases": []
|
|
431
431
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { COMMANDS } from '../../cli/command-registry.js';
|
|
2
2
|
import { nowIso } from '../fsx.js';
|
|
3
|
-
import { commandContract, validateCommandContractRegistry } from '../safety/command-contract/index.js';
|
|
3
|
+
import { NARUTO_ACTIONS, commandContract, validateCommandContractRegistry } from '../safety/command-contract/index.js';
|
|
4
4
|
function exampleInvocation(name, jsonSupported) {
|
|
5
|
+
if (name === 'naruto')
|
|
6
|
+
return 'sks naruto help --json';
|
|
5
7
|
return jsonSupported ? `sks ${name} --json` : `sks ${name}`;
|
|
6
8
|
}
|
|
7
9
|
function buildEntry(name, command) {
|
|
@@ -85,6 +87,25 @@ export function validateAgentManifest(manifest) {
|
|
|
85
87
|
if (!tool?.input_schema || typeof tool.input_schema !== 'object')
|
|
86
88
|
issues.push(`invalid_input_schema:${name || '<missing>'}`);
|
|
87
89
|
}
|
|
90
|
+
const naruto = tools.find((tool) => tool?.name === 'naruto');
|
|
91
|
+
const expectedNaruto = commandContract('naruto');
|
|
92
|
+
const narutoActions = naruto?.input_schema?.properties?.action?.enum;
|
|
93
|
+
if (JSON.stringify(narutoActions) !== JSON.stringify(NARUTO_ACTIONS))
|
|
94
|
+
issues.push('naruto_action_contract_mismatch');
|
|
95
|
+
if (naruto?.risk !== expectedNaruto?.risk || naruto?.risk !== 'R2')
|
|
96
|
+
issues.push('contract_risk_mismatch:naruto');
|
|
97
|
+
if (naruto?.latency_class !== expectedNaruto?.latency || naruto?.latency_class !== 'long')
|
|
98
|
+
issues.push('contract_latency_mismatch:naruto');
|
|
99
|
+
if (naruto?.json_output_supported !== expectedNaruto?.supports_json || naruto?.json_output_supported !== true)
|
|
100
|
+
issues.push('contract_json_mismatch:naruto');
|
|
101
|
+
if (naruto?.remote_allowed !== expectedNaruto?.remote_allowed || naruto?.remote_allowed !== false)
|
|
102
|
+
issues.push('contract_remote_mismatch:naruto');
|
|
103
|
+
if (naruto?.telegram_allowed !== expectedNaruto?.telegram_allowed || naruto?.telegram_allowed !== false)
|
|
104
|
+
issues.push('contract_telegram_mismatch:naruto');
|
|
105
|
+
if (naruto?.requires_explicit_opt_in !== true)
|
|
106
|
+
issues.push('contract_opt_in_mismatch:naruto');
|
|
107
|
+
if (JSON.stringify(naruto?.input_schema) !== JSON.stringify(expectedNaruto?.input_schema))
|
|
108
|
+
issues.push('contract_input_schema_mismatch:naruto');
|
|
88
109
|
return {
|
|
89
110
|
ok: issues.length === 0,
|
|
90
111
|
issues: [...new Set(issues)],
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import path from 'node:path';
|
|
2
|
-
import { appendJsonl, exists, nowIso, readJson, readText, writeJsonAtomic
|
|
2
|
+
import { appendJsonl, exists, nowIso, readJson, readText, writeJsonAtomic } from '../fsx.js';
|
|
3
3
|
import { normalizeAgentSessionRows } from './agent-session-rows.js';
|
|
4
|
-
export const AGENT_CODEX_DASHBOARD_MD = 'agent-codex-dashboard.md';
|
|
5
|
-
export const AGENT_CODEX_DASHBOARD_JSON = 'agent-codex-dashboard.json';
|
|
6
|
-
export const AGENT_SESSION_CARDS_MD = 'agent-session-cards.md';
|
|
7
4
|
export const AGENT_LIVE_SUMMARY_JSON = 'agent-live-summary.json';
|
|
8
|
-
export const AGENT_PROGRESS_TIMELINE_MD = 'agent-progress-timeline.md';
|
|
9
5
|
export const AGENT_CODEX_COCKPIT_EVENTS = 'agent-codex-cockpit-events.jsonl';
|
|
10
6
|
export async function appendAgentCodexCockpitHookEvent(missionDir, payload) {
|
|
11
7
|
await appendJsonl(path.join(agentRoot(missionDir), AGENT_CODEX_COCKPIT_EVENTS), {
|
|
@@ -17,11 +13,7 @@ export async function appendAgentCodexCockpitHookEvent(missionDir, payload) {
|
|
|
17
13
|
export async function writeAgentCodexCockpitArtifacts(missionDir, opts = {}) {
|
|
18
14
|
const state = await buildAgentCodexCockpitState(missionDir, opts);
|
|
19
15
|
const root = agentRoot(missionDir);
|
|
20
|
-
await writeJsonAtomic(path.join(root, AGENT_CODEX_DASHBOARD_JSON), state);
|
|
21
16
|
await writeJsonAtomic(path.join(root, AGENT_LIVE_SUMMARY_JSON), summarizeLiveState(state));
|
|
22
|
-
await writeTextAtomic(path.join(root, AGENT_CODEX_DASHBOARD_MD), renderAgentCodexDashboard(state));
|
|
23
|
-
await writeTextAtomic(path.join(root, AGENT_SESSION_CARDS_MD), renderAgentSessionCards(state));
|
|
24
|
-
await writeTextAtomic(path.join(root, AGENT_PROGRESS_TIMELINE_MD), renderAgentProgressTimeline(state));
|
|
25
17
|
return { ok: state.blockers.length === 0, issues: state.blockers, state };
|
|
26
18
|
}
|
|
27
19
|
export async function buildAgentCodexCockpitState(missionDir, opts = {}) {
|
|
@@ -95,80 +87,11 @@ export async function buildAgentCodexCockpitState(missionDir, opts = {}) {
|
|
|
95
87
|
agents,
|
|
96
88
|
recent_events: [...eventsTail, ...cockpitEventsTail, ...subagentTail].slice(-12),
|
|
97
89
|
artifacts: {
|
|
98
|
-
markdown: path.join('agents', AGENT_CODEX_DASHBOARD_MD),
|
|
99
|
-
json: path.join('agents', AGENT_CODEX_DASHBOARD_JSON),
|
|
100
|
-
cards: path.join('agents', AGENT_SESSION_CARDS_MD),
|
|
101
90
|
live_summary: path.join('agents', AGENT_LIVE_SUMMARY_JSON),
|
|
102
|
-
timeline: path.join('agents', AGENT_PROGRESS_TIMELINE_MD),
|
|
103
91
|
event_stream: path.join('agents', AGENT_CODEX_COCKPIT_EVENTS),
|
|
104
92
|
},
|
|
105
93
|
};
|
|
106
94
|
}
|
|
107
|
-
export function renderAgentCodexDashboard(state) {
|
|
108
|
-
const header = [
|
|
109
|
-
'# Agent Codex Dashboard',
|
|
110
|
-
'',
|
|
111
|
-
`- Mission: ${state.mission_id || 'unknown'}`,
|
|
112
|
-
`- Project hash: ${state.project_hash || 'unknown'}`,
|
|
113
|
-
`- Backend: ${state.backend || 'unknown'}`,
|
|
114
|
-
`- Agents: ${state.agent_count}`,
|
|
115
|
-
`- Concurrency: ${state.concurrency ?? 'unknown'}`,
|
|
116
|
-
`- Proof: ${state.proof_status || 'unknown'}`,
|
|
117
|
-
`- Source intelligence: ${state.source_intelligence_status || 'unknown'}`,
|
|
118
|
-
`- Super-Search: ${state.super_search_status || 'unknown'}`,
|
|
119
|
-
`- Codex Web Search: ${state.codex_web_search_status || 'unknown'}`,
|
|
120
|
-
`- Goal mode: ${state.goal_mode_status || 'unknown'}`,
|
|
121
|
-
`- Terminal sessions: ${state.terminal_session_status || 'unknown'}`,
|
|
122
|
-
`- Zellij attach: ${state.zellij_attach_command || 'unknown'}`,
|
|
123
|
-
`- All sessions closed: ${state.all_sessions_closed ?? 'unknown'}`,
|
|
124
|
-
`- Scheduler: ${state.scheduler_status || 'unknown'}`,
|
|
125
|
-
`- Patch handoff: ${state.patch_handoff_phase || 'unknown'}`,
|
|
126
|
-
`- Patch queue depth: ${state.patch_queue_depth ?? 'unknown'}`,
|
|
127
|
-
`- Patch apply groups: ${state.patch_apply_groups.length}`,
|
|
128
|
-
`- Target active slots: ${state.target_active_slots ?? 'unknown'}`,
|
|
129
|
-
`- Active slots: ${state.active_slot_count ?? 'unknown'}`,
|
|
130
|
-
`- Pending queue: ${state.pending_queue_count ?? 'unknown'}`,
|
|
131
|
-
`- Backfill events: ${state.backfill_count ?? 'unknown'}`,
|
|
132
|
-
'',
|
|
133
|
-
'| Agent | Persona | Task | State | Heartbeat age | Lease | Blockers | Artifact |',
|
|
134
|
-
'| --- | --- | --- | --- | --- | --- | --- | --- |',
|
|
135
|
-
];
|
|
136
|
-
const rows = state.agents.map((agent) => {
|
|
137
|
-
const id = cell(agent.id);
|
|
138
|
-
const persona = cell(agent.persona || agent.persona_id);
|
|
139
|
-
const task = cell(agent.task || agent.task_slice_id || agent.slice_id);
|
|
140
|
-
const status = cell(agent.status || agent.lifecycle_state);
|
|
141
|
-
const heartbeat = cell(agent.heartbeat_age_ms === undefined ? '' : `${agent.heartbeat_age_ms}ms`);
|
|
142
|
-
const lease = cell(agent.lease || agent.lease_id || agent.write_policy);
|
|
143
|
-
const blockers = Array.isArray(agent.blockers) ? cell(agent.blockers.join(', ')) : cell(agent.blockers);
|
|
144
|
-
const artifact = cell(agent.output_artifact || agent.artifact || '');
|
|
145
|
-
return `| ${id} | ${persona} | ${task} | ${status} | ${heartbeat} | ${lease} | ${blockers} | ${artifact} |`;
|
|
146
|
-
});
|
|
147
|
-
return `${[...header, ...rows].join('\n')}\n`;
|
|
148
|
-
}
|
|
149
|
-
export function renderAgentSessionCards(state) {
|
|
150
|
-
const slotBlocks = state.worker_slots.map((slot) => [
|
|
151
|
-
`## ${cell(slot.slot_id)}`,
|
|
152
|
-
'',
|
|
153
|
-
`- Status: ${cell(slot.status)}`,
|
|
154
|
-
`- Current generation: ${cell(slot.current_generation_index)}`,
|
|
155
|
-
`- Current session: ${cell(slot.current_session_id)}`,
|
|
156
|
-
`- Generation count: ${cell(slot.generation_count)}`,
|
|
157
|
-
].join('\n'));
|
|
158
|
-
const blocks = state.agents.map((agent) => [
|
|
159
|
-
`## ${cell(agent.id)}`,
|
|
160
|
-
'',
|
|
161
|
-
`- Persona: ${cell(agent.persona || agent.persona_id)}`,
|
|
162
|
-
`- Task: ${cell(agent.task || agent.task_slice_id || agent.slice_id)}`,
|
|
163
|
-
`- State: ${cell(agent.status || agent.lifecycle_state)}`,
|
|
164
|
-
`- Lease: ${cell(agent.lease || agent.lease_id || agent.write_policy)}`,
|
|
165
|
-
`- Artifact: ${cell(agent.output_artifact || agent.artifact || '')}`,
|
|
166
|
-
].join('\n'));
|
|
167
|
-
return `# Agent Session Cards\n\n${[...slotBlocks, ...blocks].join('\n\n')}\n`;
|
|
168
|
-
}
|
|
169
|
-
export function renderAgentProgressTimeline(state) {
|
|
170
|
-
return `# Agent Progress Timeline\n\n${state.recent_events.map((line) => `- ${line}`).join('\n')}\n`;
|
|
171
|
-
}
|
|
172
95
|
function summarizeLiveState(state) {
|
|
173
96
|
return {
|
|
174
97
|
schema: 'sks.agent-live-summary.v1',
|
|
@@ -247,6 +170,3 @@ async function readTailLines(file, count) {
|
|
|
247
170
|
function agentRoot(missionDir) {
|
|
248
171
|
return path.join(missionDir, 'agents');
|
|
249
172
|
}
|
|
250
|
-
function cell(value) {
|
|
251
|
-
return String(value ?? '').replace(/\|/g, '\\|').replace(/\s+/g, ' ').trim();
|
|
252
|
-
}
|
|
@@ -37,8 +37,6 @@ export async function writeAgentProofEvidence(root, input) {
|
|
|
37
37
|
const narutoConcurrencyGovernor = await readJson(path.join(root, 'naruto-concurrency-governor.json'), null);
|
|
38
38
|
const narutoActivePool = await readJson(path.join(root, 'naruto-active-pool.json'), null);
|
|
39
39
|
const narutoVerificationDag = await readJson(path.join(root, 'naruto-verification-dag.json'), null);
|
|
40
|
-
const narutoGptFinalPack = await readJson(path.join(root, 'naruto-gpt-final-pack.json'), null);
|
|
41
|
-
const narutoZellijDashboard = await readJson(path.join(root, 'naruto-zellij-dashboard.json'), null);
|
|
42
40
|
const localParticipated = localCollaborationParticipated(input.results || []) || Number(gptFinalArbiter?.local_outputs_count || 0) > 0;
|
|
43
41
|
const finalGptPatchStage = input.finalGptPatchStage || null;
|
|
44
42
|
const localFinalGate = gptFinalArbiter?.final_gate || evaluateLocalCollaborationFinalGate({
|
|
@@ -224,8 +222,6 @@ export async function writeAgentProofEvidence(root, input) {
|
|
|
224
222
|
...(isNarutoRoute && !narutoActivePool ? ['naruto_active_pool_missing'] : []),
|
|
225
223
|
...(isNarutoRoute && narutoActivePool?.ok === false ? narutoActivePool.blockers || ['naruto_active_pool_not_ok'] : []),
|
|
226
224
|
...(isNarutoRoute && !narutoVerificationDag ? ['naruto_verification_dag_missing'] : []),
|
|
227
|
-
...(isNarutoRoute && !narutoGptFinalPack ? ['naruto_gpt_final_pack_missing'] : []),
|
|
228
|
-
...(isNarutoRoute && !narutoZellijDashboard ? ['naruto_zellij_dashboard_missing'] : []),
|
|
229
225
|
...changedFileLeaseBlockers
|
|
230
226
|
];
|
|
231
227
|
const evidence = {
|
|
@@ -304,8 +300,6 @@ export async function writeAgentProofEvidence(root, input) {
|
|
|
304
300
|
naruto_active_pool: narutoActivePool ? 'naruto-active-pool.json' : null,
|
|
305
301
|
naruto_active_pool_refill_events: Number(narutoActivePool?.refill_events || 0),
|
|
306
302
|
naruto_verification_dag: narutoVerificationDag ? 'naruto-verification-dag.json' : null,
|
|
307
|
-
naruto_gpt_final_pack: narutoGptFinalPack ? 'naruto-gpt-final-pack.json' : null,
|
|
308
|
-
naruto_zellij_dashboard: narutoZellijDashboard ? 'naruto-zellij-dashboard.json' : null,
|
|
309
303
|
patch_handoff_runtime: patchHandoff ? 'agent-patch-handoff-runtime.json' : null,
|
|
310
304
|
patch_queue: patchHandoff ? 'agent-patch-queue.json' : null,
|
|
311
305
|
patch_queue_events: patchHandoff ? 'agent-patch-queue-events.jsonl' : null,
|
|
@@ -401,22 +401,7 @@ class NativeCliWorkerRuntimeRecorder {
|
|
|
401
401
|
projectRoot: input.ctx.opts.projectRoot || this.input.projectRoot || input.ctx.opts.cwd,
|
|
402
402
|
rightColumnMode: 'spawn-on-first-worker',
|
|
403
403
|
visiblePaneCap: this.zellijVisiblePaneCap(input.ctx.opts),
|
|
404
|
-
plannedAgentCount: this.input.targetActiveSlots
|
|
405
|
-
dashboardSnapshot: {
|
|
406
|
-
mode: this.input.route || '$Naruto',
|
|
407
|
-
backend_counts: { [this.input.backend]: this.input.targetActiveSlots },
|
|
408
|
-
placement_counts: {
|
|
409
|
-
'zellij-pane': 0,
|
|
410
|
-
headless_by_design_viewport_ui: this.input.targetActiveSlots
|
|
411
|
-
},
|
|
412
|
-
active_workers: this.input.targetActiveSlots,
|
|
413
|
-
visible_panes: Number(process.env.SKS_ZELLIJ_VIEWPORTS || 1),
|
|
414
|
-
headless_workers: this.input.targetActiveSlots,
|
|
415
|
-
queue_depth: Math.max(0, this.input.requestedAgents - this.input.targetActiveSlots),
|
|
416
|
-
local_llm: { tps: 0, queue: 0 },
|
|
417
|
-
gpt_final_status: 'pending',
|
|
418
|
-
gate_progress: 'worker-spawn'
|
|
419
|
-
}
|
|
404
|
+
plannedAgentCount: this.input.targetActiveSlots
|
|
420
405
|
};
|
|
421
406
|
let paneRecord = await openHeadlessByDesignViewportWorker(paneInput);
|
|
422
407
|
const zellijRequired = process.env.SKS_REQUIRE_ZELLIJ === '1';
|