@orkestrel/scaffold 0.0.50 → 0.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/main.js +46 -17
- package/dist/bin/main.js.map +1 -1
- package/dist/host/AGENTS.md +2 -2
- package/dist/host/CLAUDE.md +3 -1
- package/dist/host/agents/orchestration.md +109 -274
- package/dist/host/agents/skills/enterprise-bootstrap/SKILL.md +12 -8
- package/dist/host/agents/skills/orkestrel-align-packages/SKILL.md +2 -2
- package/dist/host/agents/skills/orkestrel-debrief/SKILL.md +15 -11
- package/dist/host/agents/skills/orkestrel-debrief/references/instruction-audit.md +38 -12
- package/dist/host/agents/skills/orkestrel-debrief/references/retention.md +107 -0
- package/dist/host/agents/skills/{orkestrel-human-journey → orkestrel-prove-journey}/SKILL.md +1 -1
- package/dist/host/agents/skills/{orkestrel-human-journey → orkestrel-prove-journey}/agents/openai.yaml +1 -1
- package/dist/host/agents/skills/orkestrel-publish/SKILL.md +77 -0
- package/dist/host/agents/skills/orkestrel-publish/agents/openai.yaml +4 -0
- package/dist/host/agents/skills/orkestrel-publish/references/wave.md +97 -0
- package/dist/host/agents/skills/orkestrel-publish/references/window.md +95 -0
- package/dist/host/agents/templates/brief.md +157 -0
- package/dist/host/{codex/agents/claude.toml → agents/transports/claude.md} +16 -10
- package/dist/host/{claude/agents → agents/transports}/codex.md +13 -12
- package/dist/host/claude/agents/analyst.md +11 -10
- package/dist/host/claude/agents/application.md +6 -3
- package/dist/host/claude/agents/builder.md +11 -10
- package/dist/host/claude/agents/checker.md +20 -10
- package/dist/host/claude/agents/grok.md +8 -7
- package/dist/host/claude/agents/implementer.md +7 -4
- package/dist/host/claude/agents/orkestrel.md +27 -21
- package/dist/host/claude/agents/planner.md +13 -5
- package/dist/host/claude/agents/researcher.md +8 -7
- package/dist/host/claude/agents/reviewer.md +6 -4
- package/dist/host/claude/agents/scout.md +6 -7
- package/dist/host/claude/agents/sol.md +9 -8
- package/dist/host/claude/agents/verifier.md +6 -3
- package/dist/host/claude/rules/architecture.md +6 -6
- package/dist/host/claude/rules/documentation.md +2 -0
- package/dist/host/claude/rules/tests.md +4 -2
- package/dist/host/claude/rules/workspace.md +1 -1
- package/dist/host/claude/skills/enterprise-bootstrap/SKILL.md +12 -8
- package/dist/host/claude/skills/orkestrel-debrief/SKILL.md +1 -1
- package/dist/host/claude/skills/{orkestrel-human-journey → orkestrel-prove-journey}/SKILL.md +2 -2
- package/dist/host/claude/skills/orkestrel-publish/SKILL.md +12 -0
- package/dist/host/codex/agents/analyst.toml +3 -0
- package/dist/host/codex/agents/application.toml +3 -0
- package/dist/host/codex/agents/builder.toml +10 -7
- package/dist/host/codex/agents/checker.toml +14 -3
- package/dist/host/codex/agents/grok.toml +5 -2
- package/dist/host/codex/agents/implementer.toml +3 -2
- package/dist/host/codex/agents/opus.toml +4 -3
- package/dist/host/codex/agents/orkestrel.toml +14 -9
- package/dist/host/codex/agents/planner.toml +7 -5
- package/dist/host/codex/agents/researcher.toml +6 -4
- package/dist/host/codex/agents/reviewer.toml +4 -3
- package/dist/host/codex/agents/scout.toml +4 -1
- package/dist/host/codex/agents/verifier.toml +3 -2
- package/dist/host/codex/config.toml +1 -1
- package/dist/host/guides/scaffold.md +48 -44
- package/dist/host/manifest.json +132 -84
- package/dist/host/tests/config.test.ts +57 -0
- package/dist/src/core/index.cjs +455 -406
- package/dist/src/core/index.cjs.map +1 -1
- package/dist/src/core/index.d.cts +51 -48
- package/dist/src/core/index.d.ts +51 -48
- package/dist/src/core/index.js +455 -406
- package/dist/src/core/index.js.map +1 -1
- package/package.json +2 -2
- /package/dist/host/agents/skills/{orkestrel-human-journey → orkestrel-prove-journey}/references/captures.md +0 -0
- /package/dist/host/agents/skills/{orkestrel-human-journey → orkestrel-prove-journey}/references/layer.md +0 -0
package/dist/host/manifest.json
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
"storage": "AGENTS.md",
|
|
5
5
|
"destination": "AGENTS.md",
|
|
6
6
|
"executable": false,
|
|
7
|
-
"digest": "
|
|
7
|
+
"digest": "691f9fb52acd475a08109b93cdbed18628af36e9363f4803d84176a8117cf53c"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"storage": "CLAUDE.md",
|
|
11
11
|
"destination": "CLAUDE.md",
|
|
12
12
|
"executable": false,
|
|
13
|
-
"digest": "
|
|
13
|
+
"digest": "b380ae8ddc9190b244dcf0d31daab895fef6ec10f74549092816251e3b5e57a9"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"storage": "LICENSE",
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
"storage": "agents/orchestration.md",
|
|
23
23
|
"destination": ".agents/orchestration.md",
|
|
24
24
|
"executable": false,
|
|
25
|
-
"digest": "
|
|
25
|
+
"digest": "3681749c3a0a0d601dacf78c7726a2018d0ea7643d96dbd77641c186ee2cd01e"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"storage": "agents/skills/enterprise-bootstrap/SKILL.md",
|
|
29
29
|
"destination": ".agents/skills/enterprise-bootstrap/SKILL.md",
|
|
30
30
|
"executable": false,
|
|
31
|
-
"digest": "
|
|
31
|
+
"digest": "b9bd94c3c2fed84cc5f330631622c547908069eb7f4f91ac4577f6ff066d6148"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"storage": "agents/skills/enterprise-bootstrap/agents/openai.yaml",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"storage": "agents/skills/orkestrel-align-packages/SKILL.md",
|
|
65
65
|
"destination": ".agents/skills/orkestrel-align-packages/SKILL.md",
|
|
66
66
|
"executable": false,
|
|
67
|
-
"digest": "
|
|
67
|
+
"digest": "4bdc910d94d69b2369e7a321d4b37f1b71f9f8b11d99246c7864658b5d96a99b"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"storage": "agents/skills/orkestrel-align-packages/agents/openai.yaml",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"storage": "agents/skills/orkestrel-debrief/SKILL.md",
|
|
101
101
|
"destination": ".agents/skills/orkestrel-debrief/SKILL.md",
|
|
102
102
|
"executable": false,
|
|
103
|
-
"digest": "
|
|
103
|
+
"digest": "862a97f1c03ca36fbc9320c8cbd2a94bbddf38f0ec8b6d60d88ab51ef94262b9"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"storage": "agents/skills/orkestrel-debrief/agents/openai.yaml",
|
|
@@ -118,7 +118,13 @@
|
|
|
118
118
|
"storage": "agents/skills/orkestrel-debrief/references/instruction-audit.md",
|
|
119
119
|
"destination": ".agents/skills/orkestrel-debrief/references/instruction-audit.md",
|
|
120
120
|
"executable": false,
|
|
121
|
-
"digest": "
|
|
121
|
+
"digest": "5a6c01bcde2225c20c8a8948da837c1e0f3f71d9a2fb5786a4384bbd6ab36cef"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"storage": "agents/skills/orkestrel-debrief/references/retention.md",
|
|
125
|
+
"destination": ".agents/skills/orkestrel-debrief/references/retention.md",
|
|
126
|
+
"executable": false,
|
|
127
|
+
"digest": "2f2906bb283ff72f33cafe8c3725bf3f27cfe291a8f25a484023133112d9e20f"
|
|
122
128
|
},
|
|
123
129
|
{
|
|
124
130
|
"storage": "agents/skills/orkestrel-falsify/SKILL.md",
|
|
@@ -181,130 +187,166 @@
|
|
|
181
187
|
"digest": "ad4fd8c884a7f2ba3e07fdb875f1a48359cb69ad0308c7b976de9043c487c1e7"
|
|
182
188
|
},
|
|
183
189
|
{
|
|
184
|
-
"storage": "agents/skills/orkestrel-
|
|
185
|
-
"destination": ".agents/skills/orkestrel-
|
|
190
|
+
"storage": "agents/skills/orkestrel-polish-surface/SKILL.md",
|
|
191
|
+
"destination": ".agents/skills/orkestrel-polish-surface/SKILL.md",
|
|
186
192
|
"executable": false,
|
|
187
|
-
"digest": "
|
|
193
|
+
"digest": "3f190f2f2ca169179689e6d90dca4beae7febac4a2c7c27f4269cdad5a7aae11"
|
|
188
194
|
},
|
|
189
195
|
{
|
|
190
|
-
"storage": "agents/skills/orkestrel-
|
|
191
|
-
"destination": ".agents/skills/orkestrel-
|
|
196
|
+
"storage": "agents/skills/orkestrel-polish-surface/agents/openai.yaml",
|
|
197
|
+
"destination": ".agents/skills/orkestrel-polish-surface/agents/openai.yaml",
|
|
192
198
|
"executable": false,
|
|
193
|
-
"digest": "
|
|
199
|
+
"digest": "1ef74f78d0ec55042f2629a5a47f57a72e39bde280d4e46bd0865f21c2d98e6c"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"storage": "agents/skills/orkestrel-polish-surface/references/capture-harness.md",
|
|
203
|
+
"destination": ".agents/skills/orkestrel-polish-surface/references/capture-harness.md",
|
|
204
|
+
"executable": false,
|
|
205
|
+
"digest": "d46b8dac92a1d8efd5d7b4cb2a45956cd804e856a4e5cccda9667685d8f7165a"
|
|
194
206
|
},
|
|
195
207
|
{
|
|
196
|
-
"storage": "agents/skills/orkestrel-
|
|
197
|
-
"destination": ".agents/skills/orkestrel-
|
|
208
|
+
"storage": "agents/skills/orkestrel-prove-journey/SKILL.md",
|
|
209
|
+
"destination": ".agents/skills/orkestrel-prove-journey/SKILL.md",
|
|
210
|
+
"executable": false,
|
|
211
|
+
"digest": "ceabb9ccba653b846906ec49eb0c1ecdf71d6f73f8aebb215f19c1e9dcbce059"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"storage": "agents/skills/orkestrel-prove-journey/agents/openai.yaml",
|
|
215
|
+
"destination": ".agents/skills/orkestrel-prove-journey/agents/openai.yaml",
|
|
216
|
+
"executable": false,
|
|
217
|
+
"digest": "0517611743999cbf4818f8222a7041b77d70a0bff050a8e76bbc7f2da1ceb919"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"storage": "agents/skills/orkestrel-prove-journey/references/captures.md",
|
|
221
|
+
"destination": ".agents/skills/orkestrel-prove-journey/references/captures.md",
|
|
198
222
|
"executable": false,
|
|
199
223
|
"digest": "2daa761228c042a47c6c34ee1b366ab7c5b19f83483e1e8a3752dae4eeb2fa60"
|
|
200
224
|
},
|
|
201
225
|
{
|
|
202
|
-
"storage": "agents/skills/orkestrel-
|
|
203
|
-
"destination": ".agents/skills/orkestrel-
|
|
226
|
+
"storage": "agents/skills/orkestrel-prove-journey/references/layer.md",
|
|
227
|
+
"destination": ".agents/skills/orkestrel-prove-journey/references/layer.md",
|
|
204
228
|
"executable": false,
|
|
205
229
|
"digest": "48fe455814fe25b0874d65d7ec77175b1a6e919ac29e1793ef2f62a355bcf40d"
|
|
206
230
|
},
|
|
207
231
|
{
|
|
208
|
-
"storage": "agents/skills/orkestrel-
|
|
209
|
-
"destination": ".agents/skills/orkestrel-
|
|
232
|
+
"storage": "agents/skills/orkestrel-publish/SKILL.md",
|
|
233
|
+
"destination": ".agents/skills/orkestrel-publish/SKILL.md",
|
|
210
234
|
"executable": false,
|
|
211
|
-
"digest": "
|
|
235
|
+
"digest": "35a3255f88aa7b80a3fa47f9d3052c4f0238e8ec14aa5b01cd5c284ae47788d3"
|
|
212
236
|
},
|
|
213
237
|
{
|
|
214
|
-
"storage": "agents/skills/orkestrel-
|
|
215
|
-
"destination": ".agents/skills/orkestrel-
|
|
238
|
+
"storage": "agents/skills/orkestrel-publish/agents/openai.yaml",
|
|
239
|
+
"destination": ".agents/skills/orkestrel-publish/agents/openai.yaml",
|
|
216
240
|
"executable": false,
|
|
217
|
-
"digest": "
|
|
241
|
+
"digest": "6dd6e4fe3112d88e839151fae9167031df686bf7397c379202e565629c8ebf2d"
|
|
218
242
|
},
|
|
219
243
|
{
|
|
220
|
-
"storage": "agents/skills/orkestrel-
|
|
221
|
-
"destination": ".agents/skills/orkestrel-
|
|
244
|
+
"storage": "agents/skills/orkestrel-publish/references/wave.md",
|
|
245
|
+
"destination": ".agents/skills/orkestrel-publish/references/wave.md",
|
|
222
246
|
"executable": false,
|
|
223
|
-
"digest": "
|
|
247
|
+
"digest": "62620bd6d1d985ed14c780e161b111186e61947a245f9c5e197de3ad753e472a"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"storage": "agents/skills/orkestrel-publish/references/window.md",
|
|
251
|
+
"destination": ".agents/skills/orkestrel-publish/references/window.md",
|
|
252
|
+
"executable": false,
|
|
253
|
+
"digest": "88cf1dba129ce5a354087a0a865fe70d9e415b178842891b9734eec70a32215d"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"storage": "agents/templates/brief.md",
|
|
257
|
+
"destination": ".agents/templates/brief.md",
|
|
258
|
+
"executable": false,
|
|
259
|
+
"digest": "03b841d4e8d0e898c9833bc35042d71a8a410cfc0f2880ba8ff4b29e3ba104f7"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"storage": "agents/transports/claude.md",
|
|
263
|
+
"destination": ".agents/transports/claude.md",
|
|
264
|
+
"executable": false,
|
|
265
|
+
"digest": "b4a8c8141054a9f66ad29943535f82b599240f38c3148d0fbf4a94060e125b89"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"storage": "agents/transports/codex.md",
|
|
269
|
+
"destination": ".agents/transports/codex.md",
|
|
270
|
+
"executable": false,
|
|
271
|
+
"digest": "91b958cef7f48c76cbf8dbd4cbf87b1e5606d9769831edac04b8af1d3e1c0d09"
|
|
224
272
|
},
|
|
225
273
|
{
|
|
226
274
|
"storage": "claude/agents/analyst.md",
|
|
227
275
|
"destination": ".claude/agents/analyst.md",
|
|
228
276
|
"executable": false,
|
|
229
|
-
"digest": "
|
|
277
|
+
"digest": "5adabcf664eed01b83f40b035892dc0e955efdfd5c7ef1b1af6e787ac364848a"
|
|
230
278
|
},
|
|
231
279
|
{
|
|
232
280
|
"storage": "claude/agents/application.md",
|
|
233
281
|
"destination": ".claude/agents/application.md",
|
|
234
282
|
"executable": false,
|
|
235
|
-
"digest": "
|
|
283
|
+
"digest": "f508bb353bb6188150326edf45669a2461a55752cc20432251fbb8c007b0d4f1"
|
|
236
284
|
},
|
|
237
285
|
{
|
|
238
286
|
"storage": "claude/agents/builder.md",
|
|
239
287
|
"destination": ".claude/agents/builder.md",
|
|
240
288
|
"executable": false,
|
|
241
|
-
"digest": "
|
|
289
|
+
"digest": "6df68b7be47e1eb332aa9fb50d30fb35150201fe7fcd6974590e3bd4a6c0ad0f"
|
|
242
290
|
},
|
|
243
291
|
{
|
|
244
292
|
"storage": "claude/agents/checker.md",
|
|
245
293
|
"destination": ".claude/agents/checker.md",
|
|
246
294
|
"executable": false,
|
|
247
|
-
"digest": "
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"storage": "claude/agents/codex.md",
|
|
251
|
-
"destination": ".claude/agents/codex.md",
|
|
252
|
-
"executable": false,
|
|
253
|
-
"digest": "2c479b5ecff636cd7fc2065355ec7e9a5fe03b52ea181c8e0fdbf220b9d92f4f"
|
|
295
|
+
"digest": "26dbf6cc33c2707ad0d3a2534ca21790aef712aafe6b8eb0019d9d18b1864315"
|
|
254
296
|
},
|
|
255
297
|
{
|
|
256
298
|
"storage": "claude/agents/grok.md",
|
|
257
299
|
"destination": ".claude/agents/grok.md",
|
|
258
300
|
"executable": false,
|
|
259
|
-
"digest": "
|
|
301
|
+
"digest": "959127e715bf79160afed7b90ceaa2878b764e4f03f341fe0be8aefc970ba960"
|
|
260
302
|
},
|
|
261
303
|
{
|
|
262
304
|
"storage": "claude/agents/implementer.md",
|
|
263
305
|
"destination": ".claude/agents/implementer.md",
|
|
264
306
|
"executable": false,
|
|
265
|
-
"digest": "
|
|
307
|
+
"digest": "61ed5cf8060666e0240ee9fe7e81c76a52c3e5039278a1b4801dafead33e8d19"
|
|
266
308
|
},
|
|
267
309
|
{
|
|
268
310
|
"storage": "claude/agents/orkestrel.md",
|
|
269
311
|
"destination": ".claude/agents/orkestrel.md",
|
|
270
312
|
"executable": false,
|
|
271
|
-
"digest": "
|
|
313
|
+
"digest": "2381c90be0c3b543622386ab235fdbcdf827abc17c196d82e189f208727f7722"
|
|
272
314
|
},
|
|
273
315
|
{
|
|
274
316
|
"storage": "claude/agents/planner.md",
|
|
275
317
|
"destination": ".claude/agents/planner.md",
|
|
276
318
|
"executable": false,
|
|
277
|
-
"digest": "
|
|
319
|
+
"digest": "f3d7ca821f3e0b15cfc28d8ca0f60d3c06d8747e8b10acd7d596a308ec8ebb87"
|
|
278
320
|
},
|
|
279
321
|
{
|
|
280
322
|
"storage": "claude/agents/researcher.md",
|
|
281
323
|
"destination": ".claude/agents/researcher.md",
|
|
282
324
|
"executable": false,
|
|
283
|
-
"digest": "
|
|
325
|
+
"digest": "98f967a077b28ef3696dcbac85dbfb9f6bbc1a1d297c3832c50814ad466e8dc0"
|
|
284
326
|
},
|
|
285
327
|
{
|
|
286
328
|
"storage": "claude/agents/reviewer.md",
|
|
287
329
|
"destination": ".claude/agents/reviewer.md",
|
|
288
330
|
"executable": false,
|
|
289
|
-
"digest": "
|
|
331
|
+
"digest": "009f9ad8202de442261ccb84ac14f50581b7d5bf4103acd6608f78c4582ea1e0"
|
|
290
332
|
},
|
|
291
333
|
{
|
|
292
334
|
"storage": "claude/agents/scout.md",
|
|
293
335
|
"destination": ".claude/agents/scout.md",
|
|
294
336
|
"executable": false,
|
|
295
|
-
"digest": "
|
|
337
|
+
"digest": "0ae5c1780f0ceeeeeae0ea069f4d909c98d8713da683f44eda60ec574392081c"
|
|
296
338
|
},
|
|
297
339
|
{
|
|
298
340
|
"storage": "claude/agents/sol.md",
|
|
299
341
|
"destination": ".claude/agents/sol.md",
|
|
300
342
|
"executable": false,
|
|
301
|
-
"digest": "
|
|
343
|
+
"digest": "534a395ec08e8085cfeb10722e388f51642635cc4d6deb26cd1e82c8e6a74df1"
|
|
302
344
|
},
|
|
303
345
|
{
|
|
304
346
|
"storage": "claude/agents/verifier.md",
|
|
305
347
|
"destination": ".claude/agents/verifier.md",
|
|
306
348
|
"executable": false,
|
|
307
|
-
"digest": "
|
|
349
|
+
"digest": "7b848dc297787d4cae5ae6cffa8a998709534865fe8a353642781751dd8b9794"
|
|
308
350
|
},
|
|
309
351
|
{
|
|
310
352
|
"storage": "claude/rules/application.md",
|
|
@@ -316,7 +358,7 @@
|
|
|
316
358
|
"storage": "claude/rules/architecture.md",
|
|
317
359
|
"destination": ".claude/rules/architecture.md",
|
|
318
360
|
"executable": false,
|
|
319
|
-
"digest": "
|
|
361
|
+
"digest": "94f70c20f927129cf9cb3965b3180a14e941e4f6eddf6512c4adc014e0bcbdf2"
|
|
320
362
|
},
|
|
321
363
|
{
|
|
322
364
|
"storage": "claude/rules/browser.md",
|
|
@@ -328,7 +370,7 @@
|
|
|
328
370
|
"storage": "claude/rules/documentation.md",
|
|
329
371
|
"destination": ".claude/rules/documentation.md",
|
|
330
372
|
"executable": false,
|
|
331
|
-
"digest": "
|
|
373
|
+
"digest": "1f0008550e918591632975be8ea3326249aad4d705bd46fde35f37450f392381"
|
|
332
374
|
},
|
|
333
375
|
{
|
|
334
376
|
"storage": "claude/rules/names.md",
|
|
@@ -358,7 +400,7 @@
|
|
|
358
400
|
"storage": "claude/rules/tests.md",
|
|
359
401
|
"destination": ".claude/rules/tests.md",
|
|
360
402
|
"executable": false,
|
|
361
|
-
"digest": "
|
|
403
|
+
"digest": "2f8658425bc48b8751a5526300827c90f22226d4605514ec866891b5be4fabfb"
|
|
362
404
|
},
|
|
363
405
|
{
|
|
364
406
|
"storage": "claude/rules/typescript.md",
|
|
@@ -370,7 +412,7 @@
|
|
|
370
412
|
"storage": "claude/rules/workspace.md",
|
|
371
413
|
"destination": ".claude/rules/workspace.md",
|
|
372
414
|
"executable": false,
|
|
373
|
-
"digest": "
|
|
415
|
+
"digest": "8120bac99d00b4cb0613b0dc6cb4048074c86fdb6f6583be07514229d90bbd07"
|
|
374
416
|
},
|
|
375
417
|
{
|
|
376
418
|
"storage": "claude/rules/writing.md",
|
|
@@ -388,7 +430,7 @@
|
|
|
388
430
|
"storage": "claude/skills/enterprise-bootstrap/SKILL.md",
|
|
389
431
|
"destination": ".claude/skills/enterprise-bootstrap/SKILL.md",
|
|
390
432
|
"executable": false,
|
|
391
|
-
"digest": "
|
|
433
|
+
"digest": "1e2c83abb2a7c6a2e41dc210202d25124f6a30cfdc1bbd44d6b9c59dded6d93f"
|
|
392
434
|
},
|
|
393
435
|
{
|
|
394
436
|
"storage": "claude/skills/orkestrel-align-packages/SKILL.md",
|
|
@@ -406,7 +448,7 @@
|
|
|
406
448
|
"storage": "claude/skills/orkestrel-debrief/SKILL.md",
|
|
407
449
|
"destination": ".claude/skills/orkestrel-debrief/SKILL.md",
|
|
408
450
|
"executable": false,
|
|
409
|
-
"digest": "
|
|
451
|
+
"digest": "4af35549dddbd7b161edccf0a80dd02d8af7b8529aa89150d0667a1517cea45a"
|
|
410
452
|
},
|
|
411
453
|
{
|
|
412
454
|
"storage": "claude/skills/orkestrel-falsify/SKILL.md",
|
|
@@ -420,107 +462,107 @@
|
|
|
420
462
|
"executable": false,
|
|
421
463
|
"digest": "c2d32cf00f2e1a6d2a52e3fc26fcd2c1d428f9538525379cb93f316ab49c59c6"
|
|
422
464
|
},
|
|
423
|
-
{
|
|
424
|
-
"storage": "claude/skills/orkestrel-human-journey/SKILL.md",
|
|
425
|
-
"destination": ".claude/skills/orkestrel-human-journey/SKILL.md",
|
|
426
|
-
"executable": false,
|
|
427
|
-
"digest": "09699c807764e7029abb5fee27f139d89ac19ad350b2b8df0cec86f88022631e"
|
|
428
|
-
},
|
|
429
465
|
{
|
|
430
466
|
"storage": "claude/skills/orkestrel-polish-surface/SKILL.md",
|
|
431
467
|
"destination": ".claude/skills/orkestrel-polish-surface/SKILL.md",
|
|
432
468
|
"executable": false,
|
|
433
469
|
"digest": "e547cc1c2e66d3f6a65b771e7d75a1dbd186f25dbba40ba98f20f6a454f4f986"
|
|
434
470
|
},
|
|
471
|
+
{
|
|
472
|
+
"storage": "claude/skills/orkestrel-prove-journey/SKILL.md",
|
|
473
|
+
"destination": ".claude/skills/orkestrel-prove-journey/SKILL.md",
|
|
474
|
+
"executable": false,
|
|
475
|
+
"digest": "069523057b869ac5f6c3f37da5db922ed84c65f0cb72df9f5c28a9024b9783c9"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"storage": "claude/skills/orkestrel-publish/SKILL.md",
|
|
479
|
+
"destination": ".claude/skills/orkestrel-publish/SKILL.md",
|
|
480
|
+
"executable": false,
|
|
481
|
+
"digest": "f025898e743547b7b2ff9ed2eaa20dbc5f5cf1c51b1904f71b149a400399d4e4"
|
|
482
|
+
},
|
|
435
483
|
{
|
|
436
484
|
"storage": "codex/agents/analyst.toml",
|
|
437
485
|
"destination": ".codex/agents/analyst.toml",
|
|
438
486
|
"executable": false,
|
|
439
|
-
"digest": "
|
|
487
|
+
"digest": "abb2c162a5a9a468da27ccb4b7b94913854cbc072684df7c45f3ea7eabd698bb"
|
|
440
488
|
},
|
|
441
489
|
{
|
|
442
490
|
"storage": "codex/agents/application.toml",
|
|
443
491
|
"destination": ".codex/agents/application.toml",
|
|
444
492
|
"executable": false,
|
|
445
|
-
"digest": "
|
|
493
|
+
"digest": "175f1866f6daa87ad7c2c2faff304ca83fa73f7007cf2e5e92636f31cd38ca23"
|
|
446
494
|
},
|
|
447
495
|
{
|
|
448
496
|
"storage": "codex/agents/builder.toml",
|
|
449
497
|
"destination": ".codex/agents/builder.toml",
|
|
450
498
|
"executable": false,
|
|
451
|
-
"digest": "
|
|
499
|
+
"digest": "f2560a71a2fa3417fb5c8af6013aedd7f9fddfac885957da049c5b3bbb565212"
|
|
452
500
|
},
|
|
453
501
|
{
|
|
454
502
|
"storage": "codex/agents/checker.toml",
|
|
455
503
|
"destination": ".codex/agents/checker.toml",
|
|
456
504
|
"executable": false,
|
|
457
|
-
"digest": "
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"storage": "codex/agents/claude.toml",
|
|
461
|
-
"destination": ".codex/agents/claude.toml",
|
|
462
|
-
"executable": false,
|
|
463
|
-
"digest": "cc3b637d7f6bcc5b7903ef70da0a513596adb33156b32f97cc6b0c5eb78557fe"
|
|
505
|
+
"digest": "fdf4e8b544dcc97d3ee8d9ddf15347fcb34bb6161e606898a42b64388f57894e"
|
|
464
506
|
},
|
|
465
507
|
{
|
|
466
508
|
"storage": "codex/agents/grok.toml",
|
|
467
509
|
"destination": ".codex/agents/grok.toml",
|
|
468
510
|
"executable": false,
|
|
469
|
-
"digest": "
|
|
511
|
+
"digest": "839c651ffcab65d387744648acc231432881ae18feb51e6526b09fe81db91e08"
|
|
470
512
|
},
|
|
471
513
|
{
|
|
472
514
|
"storage": "codex/agents/implementer.toml",
|
|
473
515
|
"destination": ".codex/agents/implementer.toml",
|
|
474
516
|
"executable": false,
|
|
475
|
-
"digest": "
|
|
517
|
+
"digest": "0ec715c248b78615bea6fd8a0293bad36584682ff2b8c0cb4ae7b41ec872b34c"
|
|
476
518
|
},
|
|
477
519
|
{
|
|
478
520
|
"storage": "codex/agents/opus.toml",
|
|
479
521
|
"destination": ".codex/agents/opus.toml",
|
|
480
522
|
"executable": false,
|
|
481
|
-
"digest": "
|
|
523
|
+
"digest": "f5344489343ace7baf732a20bbec5a196c1998a9ea61fd6e8306d02b8eaafead"
|
|
482
524
|
},
|
|
483
525
|
{
|
|
484
526
|
"storage": "codex/agents/orkestrel.toml",
|
|
485
527
|
"destination": ".codex/agents/orkestrel.toml",
|
|
486
528
|
"executable": false,
|
|
487
|
-
"digest": "
|
|
529
|
+
"digest": "5eeb3a09e67d406f01d163d3fc1411849623113bb361ae4d8d5771725ab1248d"
|
|
488
530
|
},
|
|
489
531
|
{
|
|
490
532
|
"storage": "codex/agents/planner.toml",
|
|
491
533
|
"destination": ".codex/agents/planner.toml",
|
|
492
534
|
"executable": false,
|
|
493
|
-
"digest": "
|
|
535
|
+
"digest": "4a10478b1aaf9eb730580a8ce8ecea0a39305cf6c76e9cbd2926b01f40084a9d"
|
|
494
536
|
},
|
|
495
537
|
{
|
|
496
538
|
"storage": "codex/agents/researcher.toml",
|
|
497
539
|
"destination": ".codex/agents/researcher.toml",
|
|
498
540
|
"executable": false,
|
|
499
|
-
"digest": "
|
|
541
|
+
"digest": "5135368668da1ee01fa6f0852bac8c54c31db8aa3614c9a2e57cfb8346f1acb8"
|
|
500
542
|
},
|
|
501
543
|
{
|
|
502
544
|
"storage": "codex/agents/reviewer.toml",
|
|
503
545
|
"destination": ".codex/agents/reviewer.toml",
|
|
504
546
|
"executable": false,
|
|
505
|
-
"digest": "
|
|
547
|
+
"digest": "a438467f170ceb7f4ba1c509135e2edb00f7b4116cfa84dfdf645ad65158dab5"
|
|
506
548
|
},
|
|
507
549
|
{
|
|
508
550
|
"storage": "codex/agents/scout.toml",
|
|
509
551
|
"destination": ".codex/agents/scout.toml",
|
|
510
552
|
"executable": false,
|
|
511
|
-
"digest": "
|
|
553
|
+
"digest": "ff5d830349d5583bec3116c1b07db924d581b384a8ade95c4febc77d4fc4cf85"
|
|
512
554
|
},
|
|
513
555
|
{
|
|
514
556
|
"storage": "codex/agents/verifier.toml",
|
|
515
557
|
"destination": ".codex/agents/verifier.toml",
|
|
516
558
|
"executable": false,
|
|
517
|
-
"digest": "
|
|
559
|
+
"digest": "d3ea6e3a5138283d963c24de793bd4ea680551bdcfb0316c58871857d75c93a5"
|
|
518
560
|
},
|
|
519
561
|
{
|
|
520
562
|
"storage": "codex/config.toml",
|
|
521
563
|
"destination": ".codex/config.toml",
|
|
522
564
|
"executable": false,
|
|
523
|
-
"digest": "
|
|
565
|
+
"digest": "e67d555ed4381b098b203e14484718e64e5262715d87b3f71857511cff929560"
|
|
524
566
|
},
|
|
525
567
|
{
|
|
526
568
|
"storage": "configs/helpers.ts",
|
|
@@ -604,7 +646,7 @@
|
|
|
604
646
|
"storage": "guides/scaffold.md",
|
|
605
647
|
"destination": "guides/scaffold.md",
|
|
606
648
|
"executable": false,
|
|
607
|
-
"digest": "
|
|
649
|
+
"digest": "1aace5325608c6880d73a2bae7c02936c26445ef7aff550c43a70333c7be85f6"
|
|
608
650
|
},
|
|
609
651
|
{
|
|
610
652
|
"storage": "scripts/codex.sh",
|
|
@@ -634,7 +676,7 @@
|
|
|
634
676
|
"storage": "tests/config.test.ts",
|
|
635
677
|
"destination": "tests/config.test.ts",
|
|
636
678
|
"executable": false,
|
|
637
|
-
"digest": "
|
|
679
|
+
"digest": "f8ddc2ab6cb54f2b1f51ad9212d7f09881271d265628299e5ce8f536cfec76a7"
|
|
638
680
|
},
|
|
639
681
|
{
|
|
640
682
|
"storage": "tests/policy.test.ts",
|
|
@@ -668,12 +710,17 @@
|
|
|
668
710
|
".agents/skills/orkestrel-harden-package",
|
|
669
711
|
".agents/skills/orkestrel-harden-package/agents",
|
|
670
712
|
".agents/skills/orkestrel-harden-package/references",
|
|
671
|
-
".agents/skills/orkestrel-human-journey",
|
|
672
|
-
".agents/skills/orkestrel-human-journey/agents",
|
|
673
|
-
".agents/skills/orkestrel-human-journey/references",
|
|
674
713
|
".agents/skills/orkestrel-polish-surface",
|
|
675
714
|
".agents/skills/orkestrel-polish-surface/agents",
|
|
676
715
|
".agents/skills/orkestrel-polish-surface/references",
|
|
716
|
+
".agents/skills/orkestrel-prove-journey",
|
|
717
|
+
".agents/skills/orkestrel-prove-journey/agents",
|
|
718
|
+
".agents/skills/orkestrel-prove-journey/references",
|
|
719
|
+
".agents/skills/orkestrel-publish",
|
|
720
|
+
".agents/skills/orkestrel-publish/agents",
|
|
721
|
+
".agents/skills/orkestrel-publish/references",
|
|
722
|
+
".agents/templates",
|
|
723
|
+
".agents/transports",
|
|
677
724
|
".claude/agents",
|
|
678
725
|
".claude/rules",
|
|
679
726
|
".claude/skills",
|
|
@@ -683,10 +730,11 @@
|
|
|
683
730
|
".claude/skills/orkestrel-debrief",
|
|
684
731
|
".claude/skills/orkestrel-falsify",
|
|
685
732
|
".claude/skills/orkestrel-harden-package",
|
|
686
|
-
".claude/skills/orkestrel-human-journey",
|
|
687
733
|
".claude/skills/orkestrel-polish-surface",
|
|
734
|
+
".claude/skills/orkestrel-prove-journey",
|
|
735
|
+
".claude/skills/orkestrel-publish",
|
|
688
736
|
".codex/agents",
|
|
689
737
|
".cursor/rules"
|
|
690
738
|
],
|
|
691
|
-
"digest": "
|
|
739
|
+
"digest": "f82097a8363d8b04d7363565947907bdb691a8fcbca2a2f103d9e9c551328bd5"
|
|
692
740
|
}
|
|
@@ -318,6 +318,43 @@ describe('root configuration', () => {
|
|
|
318
318
|
expect(callable).not.toContain(inline)
|
|
319
319
|
})
|
|
320
320
|
|
|
321
|
+
it('keeps Vitest invocation fields out of project configurations', () => {
|
|
322
|
+
const projects = configuration.test?.projects
|
|
323
|
+
if (!Array.isArray(projects)) throw new Error('The root configuration carries no projects')
|
|
324
|
+
const factories = projects.filter((row) => typeof row === 'function')
|
|
325
|
+
if (factories.length === 0)
|
|
326
|
+
throw new Error('The root configuration registers no project factory')
|
|
327
|
+
const sentinel = {
|
|
328
|
+
command: 'sentinel-command',
|
|
329
|
+
isPreview: true,
|
|
330
|
+
isSsrBuild: true,
|
|
331
|
+
mode: 'sentinel-mode',
|
|
332
|
+
sentinel: true,
|
|
333
|
+
}
|
|
334
|
+
for (const factory of factories) {
|
|
335
|
+
const project: unknown = Reflect.apply(factory, undefined, [sentinel])
|
|
336
|
+
if (typeof project !== 'object' || project === null) {
|
|
337
|
+
throw new Error('A project factory returned no configuration')
|
|
338
|
+
}
|
|
339
|
+
for (const field of Object.keys(sentinel)) {
|
|
340
|
+
expect(Object.getOwnPropertyDescriptor(project, field)?.value).toBeUndefined()
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
const control = Object.defineProperty(() => ({ ...sentinel }), 'name', { value: 'control' })
|
|
345
|
+
expect(() => {
|
|
346
|
+
for (const factory of factories.concat(control)) {
|
|
347
|
+
const project: unknown = Reflect.apply(factory, undefined, [sentinel])
|
|
348
|
+
if (typeof project !== 'object' || project === null) {
|
|
349
|
+
throw new Error('A project factory returned no configuration')
|
|
350
|
+
}
|
|
351
|
+
for (const field of Object.keys(sentinel)) {
|
|
352
|
+
expect(Object.getOwnPropertyDescriptor(project, field)?.value).toBeUndefined()
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}).toThrow(/expected/u)
|
|
356
|
+
})
|
|
357
|
+
|
|
321
358
|
it('requires and validates every selected target wrapper', async () => {
|
|
322
359
|
const required: string[] = []
|
|
323
360
|
for (const axis of ['src', 'app']) {
|
|
@@ -534,6 +571,26 @@ describe('root configuration', () => {
|
|
|
534
571
|
)
|
|
535
572
|
})
|
|
536
573
|
|
|
574
|
+
it('rebuilds publishing workspaces before packing', () => {
|
|
575
|
+
const manifest: unknown = JSON.parse(readFileSync(resolve(root, 'package.json'), 'utf8'))
|
|
576
|
+
if (typeof manifest !== 'object' || manifest === null) {
|
|
577
|
+
throw new Error('The package manifest is not a record')
|
|
578
|
+
}
|
|
579
|
+
const scripts: unknown = Object.getOwnPropertyDescriptor(manifest, 'scripts')?.value
|
|
580
|
+
if (typeof scripts !== 'object' || scripts === null) {
|
|
581
|
+
throw new Error('The package manifest carries no scripts')
|
|
582
|
+
}
|
|
583
|
+
const publishes = Object.getOwnPropertyDescriptor(manifest, 'private')?.value !== true
|
|
584
|
+
const prepack = Object.getOwnPropertyDescriptor(scripts, 'prepack')?.value
|
|
585
|
+
expect(prepack).toBe(publishes ? 'npm run build' : undefined)
|
|
586
|
+
|
|
587
|
+
const controlled = { ...scripts, prepack: 'npm run control' }
|
|
588
|
+
expect(() => {
|
|
589
|
+
const control = Object.getOwnPropertyDescriptor(controlled, 'prepack')?.value
|
|
590
|
+
expect(control).toBe(publishes ? 'npm run build' : undefined)
|
|
591
|
+
}).toThrow(/expected/u)
|
|
592
|
+
})
|
|
593
|
+
|
|
537
594
|
it('keeps the committed host inventory aligned with the vendored checkout bytes', async () => {
|
|
538
595
|
// Run this gate against a quiescent checkout. It compares two reads and cannot
|
|
539
596
|
// distinguish stale committed data from a source edit made while it runs.
|