@dzhechkov/p-replicator 1.10.4 → 1.13.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/.dz-manifest.json +312 -76
- package/CHANGELOG.md +232 -0
- package/MULTIPLATFORM_ROADMAP.md +1 -1
- package/README/eng/01_quickstart.md +3 -3
- package/README/eng/02_user_guide.md +1 -1
- package/README/eng/03_admin_guide.md +2 -2
- package/README/eng/04_api_reference.md +11 -5
- package/README/eng/05_architecture.md +1 -1
- package/README/eng/README.md +2 -1
- package/README/ru/01_quickstart.md +3 -3
- package/README/ru/02_user_guide.md +1 -1
- package/README/ru/03_admin_guide.md +2 -2
- package/README/ru/04_api_reference.md +11 -5
- package/README/ru/05_architecture.md +1 -1
- package/README/ru/README.md +2 -1
- package/README/ru/html/index.html +9 -9
- package/README.md +278 -39
- package/package.json +5 -4
- package/sbom.json +665 -75
- package/scripts/check-pipeline-gaps.sh +413 -0
- package/src/commands/doctor.js +94 -4
- package/src/commands/init.js +1 -1
- package/src/rule-components.json +15 -0
- package/src/utils.js +35 -11
- package/templates/.claude/agents/harvest-coordinator.md +10 -1
- package/templates/.claude/agents/product-discoverer.md +38 -0
- package/templates/.claude/agents/replicate-coordinator.md +11 -1
- package/templates/.claude/commands/feature.md +81 -9
- package/templates/.claude/commands/go.md +9 -0
- package/templates/.claude/commands/harvest.md +39 -3
- package/templates/.claude/commands/myinsights.md +21 -26
- package/templates/.claude/commands/replicate.md +171 -37
- package/templates/.claude/commands/start.md +29 -0
- package/templates/.claude/hooks/capture-source-path.cjs +795 -0
- package/templates/.claude/hooks/check-canon.cjs +493 -0
- package/templates/.claude/hooks/check-embed-contract.cjs +374 -0
- package/templates/.claude/hooks/check-external-deps.cjs +288 -0
- package/templates/.claude/hooks/check-file-ownership.cjs +424 -0
- package/templates/.claude/hooks/check-handoff-manifest.cjs +367 -0
- package/templates/.claude/hooks/check-job-contract.cjs +501 -0
- package/templates/.claude/hooks/check-look-origin.cjs +240 -0
- package/templates/.claude/hooks/check-look-trace.cjs +385 -0
- package/templates/.claude/hooks/check-metric-source.cjs +296 -0
- package/templates/.claude/hooks/check-model-cost.cjs +470 -0
- package/templates/.claude/hooks/check-ports.cjs +434 -24
- package/templates/.claude/hooks/check-source-version.cjs +312 -0
- package/templates/.claude/hooks/check-swarm-receipts.cjs +197 -0
- package/templates/.claude/hooks/check-webhook-contract.cjs +535 -0
- package/templates/.claude/hooks/session-insights.cjs +158 -25
- package/templates/.claude/hooks/statusline.cjs +2 -2
- package/templates/.claude/hooks/write-insight.cjs +253 -0
- package/templates/.claude/rules/cost-of-detection-ladder.md +96 -0
- package/templates/.claude/rules/docker-ports.md +41 -19
- package/templates/.claude/rules/embeddable-widget.md +73 -0
- package/templates/.claude/rules/feature-lifecycle.md +13 -3
- package/templates/.claude/rules/honest-configuration.md +54 -0
- package/templates/.claude/rules/incoming-webhooks.md +99 -0
- package/templates/.claude/rules/insights-capture.md +10 -5
- package/templates/.claude/rules/long-running-job.md +73 -0
- package/templates/.claude/rules/model-call-cost.md +85 -0
- package/templates/.claude/rules/replicate-pipeline.md +123 -52
- package/templates/.claude/rules/skill-interface-protocol.md +1 -0
- package/templates/.claude/rules/swarm-file-evidence.md +46 -0
- package/templates/.claude/settings.json +13 -1
- package/templates/.claude/skills/brutal-honesty-review/SKILL.md +9 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/SKILL.md +4 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/modules/03-generate-p0.md +46 -1
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/modules/04-generate-p1.md +7 -1
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/modules/06-package-deliver.md +20 -2
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/claude-md-strategy.md +7 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/automation-commands.md +17 -0
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-lifecycle-ent.md +43 -5
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-lifecycle.md +43 -7
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/start-command.md +19 -1
- package/templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/swarm-file-evidence.md +151 -0
- package/templates/.claude/skills/goap-research-ed25519/SKILL.md +37 -22
- package/templates/.claude/skills/goap-research-ed25519/references/negative-results.md +94 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/check_report_evidence.py +368 -4
- package/templates/.claude/skills/goap-research-ed25519/scripts/ed25519_verifier.py +122 -5
- package/templates/.claude/skills/goap-research-ed25519/scripts/evidence_fetch.py +33 -16
- package/templates/.claude/skills/goap-research-ed25519/scripts/quote_provenance.py +342 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_ed25519_verifier.py +60 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_evidence_provenance.py +139 -6
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_quote_provenance.py +274 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_suite_completeness.py +2 -1
- package/templates/.claude/skills/knowledge-extractor/SKILL.md +4 -0
- package/templates/.claude/skills/knowledge-extractor/modules/01-agent-review.md +16 -5
- package/templates/.claude/skills/pipeline-forge/SKILL.md +18 -23
- package/templates/.claude/skills/pipeline-forge/examples/replicate-analysis.md +7 -2
- package/templates/.claude/skills/pipeline-forge/references/patterns-catalog.md +19 -1
- package/templates/.claude/skills/pipeline-forge/references/self-extracted-patterns.md +17 -6
- package/templates/.claude/skills/pipeline-forge/references/skill-anatomy.md +0 -1
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/025-cjm-prototype.md +21 -1
- package/templates/.claude/skills/sparc-prd-mini/SKILL.md +234 -716
- package/tests/e2e/lifecycle.test.js +55 -9
- package/tests/e2e/packed-insights-writer.test.js +308 -0
- package/tests/fixtures/prep-traceability-fixture/docs/features/order-refund/01_specification.md +29 -0
- package/tests/fixtures/prep-traceability-fixture/docs/features/order-refund/02_pseudocode.md +57 -0
- package/tests/snapshot/baseline.json +72 -46
- package/tests/snapshot/templates.test.js +47 -0
- package/tests/unit/absence-is-not-emptiness.test.js +15 -1
- package/tests/unit/capture-source-path.test.js +492 -0
- package/tests/unit/check-canon.test.js +403 -0
- package/tests/unit/check-embed-contract.test.js +422 -0
- package/tests/unit/check-external-deps.test.js +363 -0
- package/tests/unit/check-file-ownership.test.js +388 -0
- package/tests/unit/check-handoff-manifest.test.js +410 -0
- package/tests/unit/check-job-contract.test.js +514 -0
- package/tests/unit/check-look-origin.test.js +180 -0
- package/tests/unit/check-look-trace.test.js +420 -0
- package/tests/unit/check-metric-source.test.js +325 -0
- package/tests/unit/check-model-cost.test.js +425 -0
- package/tests/unit/check-pipeline-gaps.test.js +94 -0
- package/tests/unit/check-ports.test.js +773 -2
- package/tests/unit/check-source-version.test.js +344 -0
- package/tests/unit/check-swarm-receipts.test.js +231 -0
- package/tests/unit/check-webhook-contract.test.js +536 -0
- package/tests/unit/db-port-rule.test.js +43 -6
- package/tests/unit/detection-ladder-contract.test.js +302 -0
- package/tests/unit/detection-ladder-registry.test.js +52 -0
- package/tests/unit/doctor-insight-flow.test.js +315 -0
- package/tests/unit/external-dependency-check.test.js +19 -19
- package/tests/unit/generator-swarm-contract.test.js +287 -0
- package/tests/unit/guard-honest-input-meta.test.js +64 -0
- package/tests/unit/honest-failure-rules.test.js +574 -0
- package/tests/unit/hooks-project-anchored.test.js +67 -3
- package/tests/unit/insights-docs-tell-the-truth.test.js +52 -31
- package/tests/unit/insights-dz-delegation.test.js +197 -0
- package/tests/unit/insights-writer.test.js +285 -0
- package/tests/unit/look-phase-contract.test.js +231 -0
- package/tests/unit/negative-conclusion-gate.test.js +300 -0
- package/tests/unit/quote-provenance.test.js +122 -0
- package/tests/unit/shipped-suite-context.test.js +3 -1
- package/tests/unit/traceability-machine-ids.test.js +413 -0
- package/tests/unit/traceability-negative-fixture.test.js +322 -0
- package/tests/unit/utils.test.js +40 -2
package/sbom.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"hashes": [
|
|
16
16
|
{
|
|
17
17
|
"alg": "SHA-256",
|
|
18
|
-
"content": "
|
|
18
|
+
"content": "f22379706da56c3a7c1741011d8bf69b7a2dd332825b4b2846aa4f86c16f8cee"
|
|
19
19
|
}
|
|
20
20
|
]
|
|
21
21
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"hashes": [
|
|
46
46
|
{
|
|
47
47
|
"alg": "SHA-256",
|
|
48
|
-
"content": "
|
|
48
|
+
"content": "0e75900199f1cb58a67371b152904ac27b87a3019e25b472556bf366e3e8df7e"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"hashes": [
|
|
56
56
|
{
|
|
57
57
|
"alg": "SHA-256",
|
|
58
|
-
"content": "
|
|
58
|
+
"content": "103d3f0520f79080445d07623b70195d7b34cae6d875eb60978aec254aca5c88"
|
|
59
59
|
}
|
|
60
60
|
]
|
|
61
61
|
},
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"hashes": [
|
|
66
66
|
{
|
|
67
67
|
"alg": "SHA-256",
|
|
68
|
-
"content": "
|
|
68
|
+
"content": "4152051b8fa79a93e570d49826dc08f17dde3123d4045c80b453b9f1ec9d9e91"
|
|
69
69
|
}
|
|
70
70
|
]
|
|
71
71
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"hashes": [
|
|
76
76
|
{
|
|
77
77
|
"alg": "SHA-256",
|
|
78
|
-
"content": "
|
|
78
|
+
"content": "1152b03bb66ef3e980beff1d2a41477867acb0c0e11e3e4069f564d50093119a"
|
|
79
79
|
}
|
|
80
80
|
]
|
|
81
81
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"hashes": [
|
|
86
86
|
{
|
|
87
87
|
"alg": "SHA-256",
|
|
88
|
-
"content": "
|
|
88
|
+
"content": "c5d11e837854cf761926d05d0bcb590c64b61b74de1005d0b5a93b0d42bcf369"
|
|
89
89
|
}
|
|
90
90
|
]
|
|
91
91
|
},
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"hashes": [
|
|
96
96
|
{
|
|
97
97
|
"alg": "SHA-256",
|
|
98
|
-
"content": "
|
|
98
|
+
"content": "d55a2280f6619ac63303028df64b8a1fcd2d74dd66301c6c2565b4906522e966"
|
|
99
99
|
}
|
|
100
100
|
]
|
|
101
101
|
},
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"hashes": [
|
|
106
106
|
{
|
|
107
107
|
"alg": "SHA-256",
|
|
108
|
-
"content": "
|
|
108
|
+
"content": "712ac4a18cf254f044efc2c3167aa70c6cc46543836bf618343029aa0d34cf83"
|
|
109
109
|
}
|
|
110
110
|
]
|
|
111
111
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"hashes": [
|
|
136
136
|
{
|
|
137
137
|
"alg": "SHA-256",
|
|
138
|
-
"content": "
|
|
138
|
+
"content": "0257c2fb41c64b8eb55adc224542db9cf97196c547e30fd9fbb88488055e9bc1"
|
|
139
139
|
}
|
|
140
140
|
]
|
|
141
141
|
},
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"hashes": [
|
|
146
146
|
{
|
|
147
147
|
"alg": "SHA-256",
|
|
148
|
-
"content": "
|
|
148
|
+
"content": "58c96be1b008f40c97fda0d8424c9323d66e67576756c359a66efa3ae73f9a82"
|
|
149
149
|
}
|
|
150
150
|
]
|
|
151
151
|
},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"hashes": [
|
|
156
156
|
{
|
|
157
157
|
"alg": "SHA-256",
|
|
158
|
-
"content": "
|
|
158
|
+
"content": "afee9ea3f01ff3f673536d529d539ca07303c2226bd70a2b02870022644ce629"
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"hashes": [
|
|
166
166
|
{
|
|
167
167
|
"alg": "SHA-256",
|
|
168
|
-
"content": "
|
|
168
|
+
"content": "a4d3bcdf5f520848d456ecbf34d94562777d32b5a7081ff665c9e735d6d6eb22"
|
|
169
169
|
}
|
|
170
170
|
]
|
|
171
171
|
},
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"hashes": [
|
|
176
176
|
{
|
|
177
177
|
"alg": "SHA-256",
|
|
178
|
-
"content": "
|
|
178
|
+
"content": "09064d2c3726b6121bd3a9885129b305c2ef1c973b216be3c64db732a5cb7bff"
|
|
179
179
|
}
|
|
180
180
|
]
|
|
181
181
|
},
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"hashes": [
|
|
186
186
|
{
|
|
187
187
|
"alg": "SHA-256",
|
|
188
|
-
"content": "
|
|
188
|
+
"content": "e7c5318ebca92878234a908c18eec18a43283ab7c694124e5a3762be36b307a1"
|
|
189
189
|
}
|
|
190
190
|
]
|
|
191
191
|
},
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"hashes": [
|
|
216
216
|
{
|
|
217
217
|
"alg": "SHA-256",
|
|
218
|
-
"content": "
|
|
218
|
+
"content": "0c8f8eb04e0e7e4c8b5c80aa7919331ad3d0d327155bc35e63694c9f0ef356f9"
|
|
219
219
|
}
|
|
220
220
|
]
|
|
221
221
|
},
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"hashes": [
|
|
236
236
|
{
|
|
237
237
|
"alg": "SHA-256",
|
|
238
|
-
"content": "
|
|
238
|
+
"content": "b11fe5eecc2cae1ad8c4b384274a10a838190f8fc033a4baba343f4abf0c4a4a"
|
|
239
239
|
}
|
|
240
240
|
]
|
|
241
241
|
},
|
|
@@ -279,7 +279,17 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"name": "dz:canonical-json-sha256-v2",
|
|
282
|
-
"value": "
|
|
282
|
+
"value": "2bacb5f426c3873d186bf142e95cb72d81a098c35f091a54b80d3d86e97fc1fb"
|
|
283
|
+
}
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"type": "file",
|
|
288
|
+
"name": "scripts/check-pipeline-gaps.sh",
|
|
289
|
+
"hashes": [
|
|
290
|
+
{
|
|
291
|
+
"alg": "SHA-256",
|
|
292
|
+
"content": "349dbc45876cd5765ae48ff2224ab7f96d5df01a0d86361866b7740ed3cf4de0"
|
|
283
293
|
}
|
|
284
294
|
]
|
|
285
295
|
},
|
|
@@ -299,7 +309,7 @@
|
|
|
299
309
|
"hashes": [
|
|
300
310
|
{
|
|
301
311
|
"alg": "SHA-256",
|
|
302
|
-
"content": "
|
|
312
|
+
"content": "e8f985c2cbfa1bb151bf705261c45e5609215d22b047a0b94d1e2e9108b41918"
|
|
303
313
|
}
|
|
304
314
|
]
|
|
305
315
|
},
|
|
@@ -309,7 +319,7 @@
|
|
|
309
319
|
"hashes": [
|
|
310
320
|
{
|
|
311
321
|
"alg": "SHA-256",
|
|
312
|
-
"content": "
|
|
322
|
+
"content": "91c2407037dba239f167d1c75c96334f3971ceb00ef4308d363113e21fb92c05"
|
|
313
323
|
}
|
|
314
324
|
]
|
|
315
325
|
},
|
|
@@ -353,13 +363,23 @@
|
|
|
353
363
|
}
|
|
354
364
|
]
|
|
355
365
|
},
|
|
366
|
+
{
|
|
367
|
+
"type": "file",
|
|
368
|
+
"name": "src/rule-components.json",
|
|
369
|
+
"hashes": [
|
|
370
|
+
{
|
|
371
|
+
"alg": "SHA-256",
|
|
372
|
+
"content": "33bc351c7edb49b7b1f2398b8015150efd1f43abbe5554bc7f39bf6ebd7e1b49"
|
|
373
|
+
}
|
|
374
|
+
]
|
|
375
|
+
},
|
|
356
376
|
{
|
|
357
377
|
"type": "file",
|
|
358
378
|
"name": "src/utils.js",
|
|
359
379
|
"hashes": [
|
|
360
380
|
{
|
|
361
381
|
"alg": "SHA-256",
|
|
362
|
-
"content": "
|
|
382
|
+
"content": "2ab6ff0a3e15f9a9d5787077628e19936c3c9735b1549b1233ec4a331c2fd3f7"
|
|
363
383
|
}
|
|
364
384
|
]
|
|
365
385
|
},
|
|
@@ -379,7 +399,7 @@
|
|
|
379
399
|
"hashes": [
|
|
380
400
|
{
|
|
381
401
|
"alg": "SHA-256",
|
|
382
|
-
"content": "
|
|
402
|
+
"content": "71e524e8379df46bbf457dbc1d4480634e05c99b7d3a4f59a356b8d71a0a4166"
|
|
383
403
|
}
|
|
384
404
|
]
|
|
385
405
|
},
|
|
@@ -389,7 +409,7 @@
|
|
|
389
409
|
"hashes": [
|
|
390
410
|
{
|
|
391
411
|
"alg": "SHA-256",
|
|
392
|
-
"content": "
|
|
412
|
+
"content": "be7d707a5fc1ee2eb18dda9e904ffbdc0be21c874b3a721349fd9e840bf77bc8"
|
|
393
413
|
}
|
|
394
414
|
]
|
|
395
415
|
},
|
|
@@ -399,7 +419,7 @@
|
|
|
399
419
|
"hashes": [
|
|
400
420
|
{
|
|
401
421
|
"alg": "SHA-256",
|
|
402
|
-
"content": "
|
|
422
|
+
"content": "bbfe18a7642954f357db08e849349fee02681e2f0ffa036539c45d98dbaba960"
|
|
403
423
|
}
|
|
404
424
|
]
|
|
405
425
|
},
|
|
@@ -429,7 +449,7 @@
|
|
|
429
449
|
"hashes": [
|
|
430
450
|
{
|
|
431
451
|
"alg": "SHA-256",
|
|
432
|
-
"content": "
|
|
452
|
+
"content": "b2bb83fce09f823a36c943f397d63ff9d9406da1dadc055c4f187f8ff964d1ce"
|
|
433
453
|
}
|
|
434
454
|
]
|
|
435
455
|
},
|
|
@@ -439,7 +459,7 @@
|
|
|
439
459
|
"hashes": [
|
|
440
460
|
{
|
|
441
461
|
"alg": "SHA-256",
|
|
442
|
-
"content": "
|
|
462
|
+
"content": "e7337012dccaab09e0cf27a696ebff14bea4626fb5167538af7da2f5cc7b597a"
|
|
443
463
|
}
|
|
444
464
|
]
|
|
445
465
|
},
|
|
@@ -449,7 +469,7 @@
|
|
|
449
469
|
"hashes": [
|
|
450
470
|
{
|
|
451
471
|
"alg": "SHA-256",
|
|
452
|
-
"content": "
|
|
472
|
+
"content": "ed6355c102af0f2c62bf6714fce63157e0cb1c1ee85bc32c96f137b8b0c0e1ba"
|
|
453
473
|
}
|
|
454
474
|
]
|
|
455
475
|
},
|
|
@@ -459,7 +479,7 @@
|
|
|
459
479
|
"hashes": [
|
|
460
480
|
{
|
|
461
481
|
"alg": "SHA-256",
|
|
462
|
-
"content": "
|
|
482
|
+
"content": "f31c5e133b5027197359e4179cbba1ab535f990634a69ea7c5c73bd2bc329d68"
|
|
463
483
|
}
|
|
464
484
|
]
|
|
465
485
|
},
|
|
@@ -489,7 +509,7 @@
|
|
|
489
509
|
"hashes": [
|
|
490
510
|
{
|
|
491
511
|
"alg": "SHA-256",
|
|
492
|
-
"content": "
|
|
512
|
+
"content": "165d7b3c0606be6817893b53cbfc5ca55c7b81cbe35cbdd0dccf8679d702e81a"
|
|
493
513
|
}
|
|
494
514
|
]
|
|
495
515
|
},
|
|
@@ -509,7 +529,7 @@
|
|
|
509
529
|
"hashes": [
|
|
510
530
|
{
|
|
511
531
|
"alg": "SHA-256",
|
|
512
|
-
"content": "
|
|
532
|
+
"content": "fb8a7762f4073b9e8689dec3830680907efb9ec68bb2faa39b8a547793d9a078"
|
|
513
533
|
}
|
|
514
534
|
]
|
|
515
535
|
},
|
|
@@ -543,6 +563,26 @@
|
|
|
543
563
|
}
|
|
544
564
|
]
|
|
545
565
|
},
|
|
566
|
+
{
|
|
567
|
+
"type": "file",
|
|
568
|
+
"name": "templates/.claude/hooks/capture-source-path.cjs",
|
|
569
|
+
"hashes": [
|
|
570
|
+
{
|
|
571
|
+
"alg": "SHA-256",
|
|
572
|
+
"content": "bed92548c3313d69110b6cc06e6b2b858d9d548b8c18c82750ae90d514212bf2"
|
|
573
|
+
}
|
|
574
|
+
]
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"type": "file",
|
|
578
|
+
"name": "templates/.claude/hooks/check-canon.cjs",
|
|
579
|
+
"hashes": [
|
|
580
|
+
{
|
|
581
|
+
"alg": "SHA-256",
|
|
582
|
+
"content": "99e6bff9b0078eb2ec23f7df98b7ac06c894f9018eba4a8c358e8f92e5ec7b06"
|
|
583
|
+
}
|
|
584
|
+
]
|
|
585
|
+
},
|
|
546
586
|
{
|
|
547
587
|
"type": "file",
|
|
548
588
|
"name": "templates/.claude/hooks/check-docs-complete.cjs",
|
|
@@ -553,6 +593,36 @@
|
|
|
553
593
|
}
|
|
554
594
|
]
|
|
555
595
|
},
|
|
596
|
+
{
|
|
597
|
+
"type": "file",
|
|
598
|
+
"name": "templates/.claude/hooks/check-embed-contract.cjs",
|
|
599
|
+
"hashes": [
|
|
600
|
+
{
|
|
601
|
+
"alg": "SHA-256",
|
|
602
|
+
"content": "9e963a07c12350b760264133021e75fb699439b1f060332e1ccdd962b645b4a0"
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"type": "file",
|
|
608
|
+
"name": "templates/.claude/hooks/check-external-deps.cjs",
|
|
609
|
+
"hashes": [
|
|
610
|
+
{
|
|
611
|
+
"alg": "SHA-256",
|
|
612
|
+
"content": "7bce49a744170a3193edf4b2238bcc5a6f1b0efa29333760a52e4fd145739d18"
|
|
613
|
+
}
|
|
614
|
+
]
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"type": "file",
|
|
618
|
+
"name": "templates/.claude/hooks/check-file-ownership.cjs",
|
|
619
|
+
"hashes": [
|
|
620
|
+
{
|
|
621
|
+
"alg": "SHA-256",
|
|
622
|
+
"content": "c6273e7b0817d15e375586131924a08095722aff7d0e6a6a04c857a480788e1f"
|
|
623
|
+
}
|
|
624
|
+
]
|
|
625
|
+
},
|
|
556
626
|
{
|
|
557
627
|
"type": "file",
|
|
558
628
|
"name": "templates/.claude/hooks/check-growth-trace.cjs",
|
|
@@ -563,13 +633,103 @@
|
|
|
563
633
|
}
|
|
564
634
|
]
|
|
565
635
|
},
|
|
636
|
+
{
|
|
637
|
+
"type": "file",
|
|
638
|
+
"name": "templates/.claude/hooks/check-handoff-manifest.cjs",
|
|
639
|
+
"hashes": [
|
|
640
|
+
{
|
|
641
|
+
"alg": "SHA-256",
|
|
642
|
+
"content": "768cd0befc0da3adcddcded86ed6d1bd1ac4f25afb563ae578002060a54968cf"
|
|
643
|
+
}
|
|
644
|
+
]
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"type": "file",
|
|
648
|
+
"name": "templates/.claude/hooks/check-job-contract.cjs",
|
|
649
|
+
"hashes": [
|
|
650
|
+
{
|
|
651
|
+
"alg": "SHA-256",
|
|
652
|
+
"content": "48676c52eba3d0dd01e8c9764a2becfdcc8112423dc9711db7c18a8c2a5870a7"
|
|
653
|
+
}
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"type": "file",
|
|
658
|
+
"name": "templates/.claude/hooks/check-look-origin.cjs",
|
|
659
|
+
"hashes": [
|
|
660
|
+
{
|
|
661
|
+
"alg": "SHA-256",
|
|
662
|
+
"content": "ebde0d8287601aecd8024edb0647f20eeaf8130f3ef920bb6a47b15aef297213"
|
|
663
|
+
}
|
|
664
|
+
]
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"type": "file",
|
|
668
|
+
"name": "templates/.claude/hooks/check-look-trace.cjs",
|
|
669
|
+
"hashes": [
|
|
670
|
+
{
|
|
671
|
+
"alg": "SHA-256",
|
|
672
|
+
"content": "2952d8547feff344ec18289e1eaf5d067ada2af6e13541e25e73a8dfd7caf2bc"
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"type": "file",
|
|
678
|
+
"name": "templates/.claude/hooks/check-metric-source.cjs",
|
|
679
|
+
"hashes": [
|
|
680
|
+
{
|
|
681
|
+
"alg": "SHA-256",
|
|
682
|
+
"content": "315deda6354f91737165786bdb22b799517bd80530e5b4584593c4f4df84c56e"
|
|
683
|
+
}
|
|
684
|
+
]
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"type": "file",
|
|
688
|
+
"name": "templates/.claude/hooks/check-model-cost.cjs",
|
|
689
|
+
"hashes": [
|
|
690
|
+
{
|
|
691
|
+
"alg": "SHA-256",
|
|
692
|
+
"content": "425bda547661e0b31f313d6bb371db4d303cc83a43189fb4dc981e1fb43fac06"
|
|
693
|
+
}
|
|
694
|
+
]
|
|
695
|
+
},
|
|
566
696
|
{
|
|
567
697
|
"type": "file",
|
|
568
698
|
"name": "templates/.claude/hooks/check-ports.cjs",
|
|
569
699
|
"hashes": [
|
|
570
700
|
{
|
|
571
701
|
"alg": "SHA-256",
|
|
572
|
-
"content": "
|
|
702
|
+
"content": "2b458cf78367ec7752174f08aa40109b3b6217e405f99a46e18e75e4b69bc87e"
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"type": "file",
|
|
708
|
+
"name": "templates/.claude/hooks/check-source-version.cjs",
|
|
709
|
+
"hashes": [
|
|
710
|
+
{
|
|
711
|
+
"alg": "SHA-256",
|
|
712
|
+
"content": "b9dc2eee7403119481ea2c49a94581613f2c134685448736c2734948a638a010"
|
|
713
|
+
}
|
|
714
|
+
]
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"type": "file",
|
|
718
|
+
"name": "templates/.claude/hooks/check-swarm-receipts.cjs",
|
|
719
|
+
"hashes": [
|
|
720
|
+
{
|
|
721
|
+
"alg": "SHA-256",
|
|
722
|
+
"content": "9fa83d78b085d8eea28958b4722999ba44a7bd47c98fe5a96127fc5b5230b40c"
|
|
723
|
+
}
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"type": "file",
|
|
728
|
+
"name": "templates/.claude/hooks/check-webhook-contract.cjs",
|
|
729
|
+
"hashes": [
|
|
730
|
+
{
|
|
731
|
+
"alg": "SHA-256",
|
|
732
|
+
"content": "dfa27bd24cee8868fd60be5d24749c206f303fe4afcc1e72024d526324562a39"
|
|
573
733
|
}
|
|
574
734
|
]
|
|
575
735
|
},
|
|
@@ -579,7 +739,7 @@
|
|
|
579
739
|
"hashes": [
|
|
580
740
|
{
|
|
581
741
|
"alg": "SHA-256",
|
|
582
|
-
"content": "
|
|
742
|
+
"content": "31fbe90d81b01dfb56557ed5d68dbde2211a14d5469c5d3761f45fb63c07c3a7"
|
|
583
743
|
}
|
|
584
744
|
]
|
|
585
745
|
},
|
|
@@ -599,7 +759,27 @@
|
|
|
599
759
|
"hashes": [
|
|
600
760
|
{
|
|
601
761
|
"alg": "SHA-256",
|
|
602
|
-
"content": "
|
|
762
|
+
"content": "6e30ccdcdbe3c36896b85821f8986077a0e4065fdff3b103d669fac7ad44670e"
|
|
763
|
+
}
|
|
764
|
+
]
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"type": "file",
|
|
768
|
+
"name": "templates/.claude/hooks/write-insight.cjs",
|
|
769
|
+
"hashes": [
|
|
770
|
+
{
|
|
771
|
+
"alg": "SHA-256",
|
|
772
|
+
"content": "743f2d85b037cf522dfaf4775947b0cd331e52f2f304e88360c160e0e8e9a589"
|
|
773
|
+
}
|
|
774
|
+
]
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"type": "file",
|
|
778
|
+
"name": "templates/.claude/rules/cost-of-detection-ladder.md",
|
|
779
|
+
"hashes": [
|
|
780
|
+
{
|
|
781
|
+
"alg": "SHA-256",
|
|
782
|
+
"content": "f15309ee8f1494478ff7678380dbe8fc8eecd154be36d57c9090cd17126a07da"
|
|
603
783
|
}
|
|
604
784
|
]
|
|
605
785
|
},
|
|
@@ -609,7 +789,17 @@
|
|
|
609
789
|
"hashes": [
|
|
610
790
|
{
|
|
611
791
|
"alg": "SHA-256",
|
|
612
|
-
"content": "
|
|
792
|
+
"content": "59eb430f29dd762e8b76ad6d1177fe8b5b250de007856c743387cb88ee157942"
|
|
793
|
+
}
|
|
794
|
+
]
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"type": "file",
|
|
798
|
+
"name": "templates/.claude/rules/embeddable-widget.md",
|
|
799
|
+
"hashes": [
|
|
800
|
+
{
|
|
801
|
+
"alg": "SHA-256",
|
|
802
|
+
"content": "0159224f8e9599b67a860738bb42e3e40adf598176c48ea6c86a01c891f0f18c"
|
|
613
803
|
}
|
|
614
804
|
]
|
|
615
805
|
},
|
|
@@ -619,7 +809,7 @@
|
|
|
619
809
|
"hashes": [
|
|
620
810
|
{
|
|
621
811
|
"alg": "SHA-256",
|
|
622
|
-
"content": "
|
|
812
|
+
"content": "4e926f84f244feb6824114a0624733738669c93e0508693fa2afa4e9a35c2aa3"
|
|
623
813
|
}
|
|
624
814
|
]
|
|
625
815
|
},
|
|
@@ -633,13 +823,53 @@
|
|
|
633
823
|
}
|
|
634
824
|
]
|
|
635
825
|
},
|
|
826
|
+
{
|
|
827
|
+
"type": "file",
|
|
828
|
+
"name": "templates/.claude/rules/honest-configuration.md",
|
|
829
|
+
"hashes": [
|
|
830
|
+
{
|
|
831
|
+
"alg": "SHA-256",
|
|
832
|
+
"content": "851bc28e9e2baf1043bc09b982f3df3431bc7af1e076f8ff9df3d6729835bad5"
|
|
833
|
+
}
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"type": "file",
|
|
838
|
+
"name": "templates/.claude/rules/incoming-webhooks.md",
|
|
839
|
+
"hashes": [
|
|
840
|
+
{
|
|
841
|
+
"alg": "SHA-256",
|
|
842
|
+
"content": "92f3de02814ed0610df644acf554f4b41b2bae2f9d281695e2e217a1d6558e84"
|
|
843
|
+
}
|
|
844
|
+
]
|
|
845
|
+
},
|
|
636
846
|
{
|
|
637
847
|
"type": "file",
|
|
638
848
|
"name": "templates/.claude/rules/insights-capture.md",
|
|
639
849
|
"hashes": [
|
|
640
850
|
{
|
|
641
851
|
"alg": "SHA-256",
|
|
642
|
-
"content": "
|
|
852
|
+
"content": "d529e6be79178636ca362d83366b1dd7a843371e8ba4f2b09d65c009fab52dc4"
|
|
853
|
+
}
|
|
854
|
+
]
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"type": "file",
|
|
858
|
+
"name": "templates/.claude/rules/long-running-job.md",
|
|
859
|
+
"hashes": [
|
|
860
|
+
{
|
|
861
|
+
"alg": "SHA-256",
|
|
862
|
+
"content": "e6bd0efff89338998d34440a94dc9288cf7bcf790b27bcaa51b83d43f57942ed"
|
|
863
|
+
}
|
|
864
|
+
]
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"type": "file",
|
|
868
|
+
"name": "templates/.claude/rules/model-call-cost.md",
|
|
869
|
+
"hashes": [
|
|
870
|
+
{
|
|
871
|
+
"alg": "SHA-256",
|
|
872
|
+
"content": "26c3b20ac3ed7f9cf6deb5e94302ade87f9e3e51fffca7ac2377ff31bc144f34"
|
|
643
873
|
}
|
|
644
874
|
]
|
|
645
875
|
},
|
|
@@ -649,7 +879,7 @@
|
|
|
649
879
|
"hashes": [
|
|
650
880
|
{
|
|
651
881
|
"alg": "SHA-256",
|
|
652
|
-
"content": "
|
|
882
|
+
"content": "879ca7b6ca9039c7b94f6b9df2eadca9ec5fd0f97da5f468d5ee723f3d47f438"
|
|
653
883
|
}
|
|
654
884
|
]
|
|
655
885
|
},
|
|
@@ -659,7 +889,17 @@
|
|
|
659
889
|
"hashes": [
|
|
660
890
|
{
|
|
661
891
|
"alg": "SHA-256",
|
|
662
|
-
"content": "
|
|
892
|
+
"content": "c3f624d0a8a4c7e0f5744e529eb4486cc0589fdb732b9799bccc75091a6d63ca"
|
|
893
|
+
}
|
|
894
|
+
]
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"type": "file",
|
|
898
|
+
"name": "templates/.claude/rules/swarm-file-evidence.md",
|
|
899
|
+
"hashes": [
|
|
900
|
+
{
|
|
901
|
+
"alg": "SHA-256",
|
|
902
|
+
"content": "c71a216dbc3fd633c30949823ceac354f8439b96279a1a8dd606afb1b3ef5c45"
|
|
663
903
|
}
|
|
664
904
|
]
|
|
665
905
|
},
|
|
@@ -669,7 +909,7 @@
|
|
|
669
909
|
"hashes": [
|
|
670
910
|
{
|
|
671
911
|
"alg": "SHA-256",
|
|
672
|
-
"content": "
|
|
912
|
+
"content": "18db09827dce410667b93e2b1a41ef8e46d4431114733e4304a5fc2192b2fc66"
|
|
673
913
|
}
|
|
674
914
|
]
|
|
675
915
|
},
|
|
@@ -689,7 +929,7 @@
|
|
|
689
929
|
"hashes": [
|
|
690
930
|
{
|
|
691
931
|
"alg": "SHA-256",
|
|
692
|
-
"content": "
|
|
932
|
+
"content": "f49957f8bac6b55ab49bb953867b1aa3d6d658f4a1d24eddec5b05a71a07da54"
|
|
693
933
|
}
|
|
694
934
|
]
|
|
695
935
|
},
|
|
@@ -769,7 +1009,7 @@
|
|
|
769
1009
|
"hashes": [
|
|
770
1010
|
{
|
|
771
1011
|
"alg": "SHA-256",
|
|
772
|
-
"content": "
|
|
1012
|
+
"content": "ef4f8901f49f7fbb7db0c2994973c42840e3e909f1585c70a4f7442752b41265"
|
|
773
1013
|
}
|
|
774
1014
|
]
|
|
775
1015
|
},
|
|
@@ -799,7 +1039,7 @@
|
|
|
799
1039
|
"hashes": [
|
|
800
1040
|
{
|
|
801
1041
|
"alg": "SHA-256",
|
|
802
|
-
"content": "
|
|
1042
|
+
"content": "db63c7c7e1277c0b0c51a1f18986abe0257d079c20938416b673effee5edecaf"
|
|
803
1043
|
}
|
|
804
1044
|
]
|
|
805
1045
|
},
|
|
@@ -809,7 +1049,7 @@
|
|
|
809
1049
|
"hashes": [
|
|
810
1050
|
{
|
|
811
1051
|
"alg": "SHA-256",
|
|
812
|
-
"content": "
|
|
1052
|
+
"content": "d40062dffa70aede07dd1411a1f7cff83bb33aa45746d6e65eac8a7016ce3a33"
|
|
813
1053
|
}
|
|
814
1054
|
]
|
|
815
1055
|
},
|
|
@@ -829,7 +1069,7 @@
|
|
|
829
1069
|
"hashes": [
|
|
830
1070
|
{
|
|
831
1071
|
"alg": "SHA-256",
|
|
832
|
-
"content": "
|
|
1072
|
+
"content": "b1dbb09e6bf5bef980517def86032288c53a87a367c7d7d554fa2591a585b2b8"
|
|
833
1073
|
}
|
|
834
1074
|
]
|
|
835
1075
|
},
|
|
@@ -879,7 +1119,7 @@
|
|
|
879
1119
|
"hashes": [
|
|
880
1120
|
{
|
|
881
1121
|
"alg": "SHA-256",
|
|
882
|
-
"content": "
|
|
1122
|
+
"content": "14366a8e645efdea181ccefb20ebb3f157ef9b723fa56f359cdcc983624b5131"
|
|
883
1123
|
}
|
|
884
1124
|
]
|
|
885
1125
|
},
|
|
@@ -929,7 +1169,7 @@
|
|
|
929
1169
|
"hashes": [
|
|
930
1170
|
{
|
|
931
1171
|
"alg": "SHA-256",
|
|
932
|
-
"content": "
|
|
1172
|
+
"content": "9ce3db4c3c5b9696a312152067c1869b1f421ce77fbcfdca83edaa797c5caf3f"
|
|
933
1173
|
}
|
|
934
1174
|
]
|
|
935
1175
|
},
|
|
@@ -979,7 +1219,7 @@
|
|
|
979
1219
|
"hashes": [
|
|
980
1220
|
{
|
|
981
1221
|
"alg": "SHA-256",
|
|
982
|
-
"content": "
|
|
1222
|
+
"content": "7a4be2ea28b973470d3c71fb083db7042ee6a2ee0f3564c7caa7ecb425e0ae09"
|
|
983
1223
|
}
|
|
984
1224
|
]
|
|
985
1225
|
},
|
|
@@ -989,7 +1229,7 @@
|
|
|
989
1229
|
"hashes": [
|
|
990
1230
|
{
|
|
991
1231
|
"alg": "SHA-256",
|
|
992
|
-
"content": "
|
|
1232
|
+
"content": "e734df95afd0f10aa9abc4e696b93d1701d393664a44411c4c78a11dab5c14cf"
|
|
993
1233
|
}
|
|
994
1234
|
]
|
|
995
1235
|
},
|
|
@@ -1029,7 +1269,17 @@
|
|
|
1029
1269
|
"hashes": [
|
|
1030
1270
|
{
|
|
1031
1271
|
"alg": "SHA-256",
|
|
1032
|
-
"content": "
|
|
1272
|
+
"content": "68b5f933f9d720de3bf2054154bb4316ba4d6dd02b31dc866d73fdf90927b46a"
|
|
1273
|
+
}
|
|
1274
|
+
]
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"type": "file",
|
|
1278
|
+
"name": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/swarm-file-evidence.md",
|
|
1279
|
+
"hashes": [
|
|
1280
|
+
{
|
|
1281
|
+
"alg": "SHA-256",
|
|
1282
|
+
"content": "661f24e764d6eababcf65d7bfb4c66cca90541c821ade4986ade46423d69ece6"
|
|
1033
1283
|
}
|
|
1034
1284
|
]
|
|
1035
1285
|
},
|
|
@@ -1069,7 +1319,7 @@
|
|
|
1069
1319
|
"hashes": [
|
|
1070
1320
|
{
|
|
1071
1321
|
"alg": "SHA-256",
|
|
1072
|
-
"content": "
|
|
1322
|
+
"content": "c6503749a8bd8222d63542831c2003e16f1bc0239dd903d59a934cd2ff40d1c9"
|
|
1073
1323
|
}
|
|
1074
1324
|
]
|
|
1075
1325
|
},
|
|
@@ -1083,6 +1333,16 @@
|
|
|
1083
1333
|
}
|
|
1084
1334
|
]
|
|
1085
1335
|
},
|
|
1336
|
+
{
|
|
1337
|
+
"type": "file",
|
|
1338
|
+
"name": "templates/.claude/skills/goap-research-ed25519/references/negative-results.md",
|
|
1339
|
+
"hashes": [
|
|
1340
|
+
{
|
|
1341
|
+
"alg": "SHA-256",
|
|
1342
|
+
"content": "64bf39ca20d7d11c02c981b97f72a258a2874eafdc0a6a2935e54278c529ee5b"
|
|
1343
|
+
}
|
|
1344
|
+
]
|
|
1345
|
+
},
|
|
1086
1346
|
{
|
|
1087
1347
|
"type": "file",
|
|
1088
1348
|
"name": "templates/.claude/skills/goap-research-ed25519/references/research-actions.md",
|
|
@@ -1109,7 +1369,7 @@
|
|
|
1109
1369
|
"hashes": [
|
|
1110
1370
|
{
|
|
1111
1371
|
"alg": "SHA-256",
|
|
1112
|
-
"content": "
|
|
1372
|
+
"content": "ca663eab0fe31eeeacfbc71b4f436f516bdf118da7f1fd28fe3956b5069f27c1"
|
|
1113
1373
|
}
|
|
1114
1374
|
]
|
|
1115
1375
|
},
|
|
@@ -1119,7 +1379,7 @@
|
|
|
1119
1379
|
"hashes": [
|
|
1120
1380
|
{
|
|
1121
1381
|
"alg": "SHA-256",
|
|
1122
|
-
"content": "
|
|
1382
|
+
"content": "76ac4a9d5374002a98880e5328d84c50e85d7da06a1fb04e476805b6d9a147e4"
|
|
1123
1383
|
}
|
|
1124
1384
|
]
|
|
1125
1385
|
},
|
|
@@ -1129,7 +1389,7 @@
|
|
|
1129
1389
|
"hashes": [
|
|
1130
1390
|
{
|
|
1131
1391
|
"alg": "SHA-256",
|
|
1132
|
-
"content": "
|
|
1392
|
+
"content": "5bdc8e97e6bff7c449dca1f5643d6bb2fca1aee28a91001407dfc28cfa8a233f"
|
|
1133
1393
|
}
|
|
1134
1394
|
]
|
|
1135
1395
|
},
|
|
@@ -1193,6 +1453,16 @@
|
|
|
1193
1453
|
}
|
|
1194
1454
|
]
|
|
1195
1455
|
},
|
|
1456
|
+
{
|
|
1457
|
+
"type": "file",
|
|
1458
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/quote_provenance.py",
|
|
1459
|
+
"hashes": [
|
|
1460
|
+
{
|
|
1461
|
+
"alg": "SHA-256",
|
|
1462
|
+
"content": "c78668234c881e5f9f81899d903b573eac1d51a04c7e8bc791f356739de4f329"
|
|
1463
|
+
}
|
|
1464
|
+
]
|
|
1465
|
+
},
|
|
1196
1466
|
{
|
|
1197
1467
|
"type": "file",
|
|
1198
1468
|
"name": "templates/.claude/skills/goap-research-ed25519/scripts/risk_statement.py",
|
|
@@ -1219,7 +1489,7 @@
|
|
|
1219
1489
|
"hashes": [
|
|
1220
1490
|
{
|
|
1221
1491
|
"alg": "SHA-256",
|
|
1222
|
-
"content": "
|
|
1492
|
+
"content": "9982a8a7f1cdff4d9cab7c90aeac6470dbc445c5f726e18befd29af09e180eaf"
|
|
1223
1493
|
}
|
|
1224
1494
|
]
|
|
1225
1495
|
},
|
|
@@ -1229,7 +1499,7 @@
|
|
|
1229
1499
|
"hashes": [
|
|
1230
1500
|
{
|
|
1231
1501
|
"alg": "SHA-256",
|
|
1232
|
-
"content": "
|
|
1502
|
+
"content": "d16aca1e6c8951e081801a0ce363ad0b33fec8003e5d12d723fbd1f5c8bf4ffc"
|
|
1233
1503
|
}
|
|
1234
1504
|
]
|
|
1235
1505
|
},
|
|
@@ -1253,6 +1523,16 @@
|
|
|
1253
1523
|
}
|
|
1254
1524
|
]
|
|
1255
1525
|
},
|
|
1526
|
+
{
|
|
1527
|
+
"type": "file",
|
|
1528
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/test_quote_provenance.py",
|
|
1529
|
+
"hashes": [
|
|
1530
|
+
{
|
|
1531
|
+
"alg": "SHA-256",
|
|
1532
|
+
"content": "c3fb6df236b1f432d1ecdcd8acacb95e2e091b436296eef43abe183b67b90b74"
|
|
1533
|
+
}
|
|
1534
|
+
]
|
|
1535
|
+
},
|
|
1256
1536
|
{
|
|
1257
1537
|
"type": "file",
|
|
1258
1538
|
"name": "templates/.claude/skills/goap-research-ed25519/scripts/test_risk_absolute.py",
|
|
@@ -1279,7 +1559,7 @@
|
|
|
1279
1559
|
"hashes": [
|
|
1280
1560
|
{
|
|
1281
1561
|
"alg": "SHA-256",
|
|
1282
|
-
"content": "
|
|
1562
|
+
"content": "8aba19a95d380f32ce8d8dc68c5d1b8d4e6b912152bd527e3ce9d60e41be1073"
|
|
1283
1563
|
}
|
|
1284
1564
|
]
|
|
1285
1565
|
},
|
|
@@ -1289,7 +1569,7 @@
|
|
|
1289
1569
|
"hashes": [
|
|
1290
1570
|
{
|
|
1291
1571
|
"alg": "SHA-256",
|
|
1292
|
-
"content": "
|
|
1572
|
+
"content": "3ac6d9832dd263eba21ccadb091e845dc2cfcb656c4cda447f744e16f96870c7"
|
|
1293
1573
|
}
|
|
1294
1574
|
]
|
|
1295
1575
|
},
|
|
@@ -1309,7 +1589,7 @@
|
|
|
1309
1589
|
"hashes": [
|
|
1310
1590
|
{
|
|
1311
1591
|
"alg": "SHA-256",
|
|
1312
|
-
"content": "
|
|
1592
|
+
"content": "33395c8b87c4d7d1f63dff0891aaebcf50e302cbe2026005b3c6d51817f35a70"
|
|
1313
1593
|
}
|
|
1314
1594
|
]
|
|
1315
1595
|
},
|
|
@@ -1409,7 +1689,7 @@
|
|
|
1409
1689
|
"hashes": [
|
|
1410
1690
|
{
|
|
1411
1691
|
"alg": "SHA-256",
|
|
1412
|
-
"content": "
|
|
1692
|
+
"content": "66a135c30ed384b4db8088571735c8333b2bc8f06e736fda6075f8e17e59291c"
|
|
1413
1693
|
}
|
|
1414
1694
|
]
|
|
1415
1695
|
},
|
|
@@ -1419,7 +1699,7 @@
|
|
|
1419
1699
|
"hashes": [
|
|
1420
1700
|
{
|
|
1421
1701
|
"alg": "SHA-256",
|
|
1422
|
-
"content": "
|
|
1702
|
+
"content": "9eaa0eda2b6b0c4eded68ce18d22e43d55073fb70cf631d7b5e89ba9798f221d"
|
|
1423
1703
|
}
|
|
1424
1704
|
]
|
|
1425
1705
|
},
|
|
@@ -1429,7 +1709,7 @@
|
|
|
1429
1709
|
"hashes": [
|
|
1430
1710
|
{
|
|
1431
1711
|
"alg": "SHA-256",
|
|
1432
|
-
"content": "
|
|
1712
|
+
"content": "650f588eaf7b7e29e7045cf86326e9c89beb16e7694ceb95165c2e1c2ad82db3"
|
|
1433
1713
|
}
|
|
1434
1714
|
]
|
|
1435
1715
|
},
|
|
@@ -1449,7 +1729,7 @@
|
|
|
1449
1729
|
"hashes": [
|
|
1450
1730
|
{
|
|
1451
1731
|
"alg": "SHA-256",
|
|
1452
|
-
"content": "
|
|
1732
|
+
"content": "190451eaddcbbb3f24616c446748a95e747f430882911576e2c89c3d718ca99f"
|
|
1453
1733
|
}
|
|
1454
1734
|
]
|
|
1455
1735
|
},
|
|
@@ -1459,7 +1739,7 @@
|
|
|
1459
1739
|
"hashes": [
|
|
1460
1740
|
{
|
|
1461
1741
|
"alg": "SHA-256",
|
|
1462
|
-
"content": "
|
|
1742
|
+
"content": "e9ef3c7f173624bfd1d9eee392613b751a8df65d7eb581b05b5ed64acdda20f0"
|
|
1463
1743
|
}
|
|
1464
1744
|
]
|
|
1465
1745
|
},
|
|
@@ -1629,7 +1909,7 @@
|
|
|
1629
1909
|
"hashes": [
|
|
1630
1910
|
{
|
|
1631
1911
|
"alg": "SHA-256",
|
|
1632
|
-
"content": "
|
|
1912
|
+
"content": "d9dd399cbb60d6b5fa9734ad44128a49790ef15bbde25c809d69d5c918601eb3"
|
|
1633
1913
|
}
|
|
1634
1914
|
]
|
|
1635
1915
|
},
|
|
@@ -1709,7 +1989,7 @@
|
|
|
1709
1989
|
"hashes": [
|
|
1710
1990
|
{
|
|
1711
1991
|
"alg": "SHA-256",
|
|
1712
|
-
"content": "
|
|
1992
|
+
"content": "b663793d1e1d1de028f91f2e266a191811bb610f97a12be7f95d62327589d53a"
|
|
1713
1993
|
}
|
|
1714
1994
|
]
|
|
1715
1995
|
},
|
|
@@ -1749,7 +2029,37 @@
|
|
|
1749
2029
|
"hashes": [
|
|
1750
2030
|
{
|
|
1751
2031
|
"alg": "SHA-256",
|
|
1752
|
-
"content": "
|
|
2032
|
+
"content": "4c51f9c38396b115a875f397168b82c50312c2b93436b32ae501ac3bd0978fc9"
|
|
2033
|
+
}
|
|
2034
|
+
]
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"type": "file",
|
|
2038
|
+
"name": "tests/e2e/packed-insights-writer.test.js",
|
|
2039
|
+
"hashes": [
|
|
2040
|
+
{
|
|
2041
|
+
"alg": "SHA-256",
|
|
2042
|
+
"content": "3477f63db3f531e3c2970b85d784f22d268695030764319457a543b2e9d49758"
|
|
2043
|
+
}
|
|
2044
|
+
]
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"type": "file",
|
|
2048
|
+
"name": "tests/fixtures/prep-traceability-fixture/docs/features/order-refund/01_specification.md",
|
|
2049
|
+
"hashes": [
|
|
2050
|
+
{
|
|
2051
|
+
"alg": "SHA-256",
|
|
2052
|
+
"content": "86e366e17ff16f7dbe161bdd1bf3351212e6bb2bac7a5d2c20616fb9c6fd454a"
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"type": "file",
|
|
2058
|
+
"name": "tests/fixtures/prep-traceability-fixture/docs/features/order-refund/02_pseudocode.md",
|
|
2059
|
+
"hashes": [
|
|
2060
|
+
{
|
|
2061
|
+
"alg": "SHA-256",
|
|
2062
|
+
"content": "848b3afb83e2d4151c1774900b33983b824e88c03e651085c4a9a1952ba78e64"
|
|
1753
2063
|
}
|
|
1754
2064
|
]
|
|
1755
2065
|
},
|
|
@@ -1759,7 +2069,7 @@
|
|
|
1759
2069
|
"hashes": [
|
|
1760
2070
|
{
|
|
1761
2071
|
"alg": "SHA-256",
|
|
1762
|
-
"content": "
|
|
2072
|
+
"content": "5eac599ea36b23f93b4f12de64da7ff1daff2df148032cc6fbf146ef8c0f7429"
|
|
1763
2073
|
}
|
|
1764
2074
|
]
|
|
1765
2075
|
},
|
|
@@ -1769,7 +2079,7 @@
|
|
|
1769
2079
|
"hashes": [
|
|
1770
2080
|
{
|
|
1771
2081
|
"alg": "SHA-256",
|
|
1772
|
-
"content": "
|
|
2082
|
+
"content": "79b4d3d48a5d132af19f4a25ee6efb4e9907cbed4ca21e6102a29346e719321f"
|
|
1773
2083
|
}
|
|
1774
2084
|
]
|
|
1775
2085
|
},
|
|
@@ -1789,7 +2099,7 @@
|
|
|
1789
2099
|
"hashes": [
|
|
1790
2100
|
{
|
|
1791
2101
|
"alg": "SHA-256",
|
|
1792
|
-
"content": "
|
|
2102
|
+
"content": "db7d0531dfb1a355c51bf867e156397723b7f3ea48dd8831880f8ed3a945e65b"
|
|
1793
2103
|
}
|
|
1794
2104
|
]
|
|
1795
2105
|
},
|
|
@@ -1833,6 +2143,26 @@
|
|
|
1833
2143
|
}
|
|
1834
2144
|
]
|
|
1835
2145
|
},
|
|
2146
|
+
{
|
|
2147
|
+
"type": "file",
|
|
2148
|
+
"name": "tests/unit/capture-source-path.test.js",
|
|
2149
|
+
"hashes": [
|
|
2150
|
+
{
|
|
2151
|
+
"alg": "SHA-256",
|
|
2152
|
+
"content": "771ee1bb495fe4a60b2fa58cc8009e52610c38145059532d3e158581fdb66d93"
|
|
2153
|
+
}
|
|
2154
|
+
]
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"type": "file",
|
|
2158
|
+
"name": "tests/unit/check-canon.test.js",
|
|
2159
|
+
"hashes": [
|
|
2160
|
+
{
|
|
2161
|
+
"alg": "SHA-256",
|
|
2162
|
+
"content": "df1aad467e0ed38471dad55547c1af6115ec9daaa5c40e9142e4ce67fedcb1bf"
|
|
2163
|
+
}
|
|
2164
|
+
]
|
|
2165
|
+
},
|
|
1836
2166
|
{
|
|
1837
2167
|
"type": "file",
|
|
1838
2168
|
"name": "tests/unit/check-docs-complete.test.js",
|
|
@@ -1843,6 +2173,36 @@
|
|
|
1843
2173
|
}
|
|
1844
2174
|
]
|
|
1845
2175
|
},
|
|
2176
|
+
{
|
|
2177
|
+
"type": "file",
|
|
2178
|
+
"name": "tests/unit/check-embed-contract.test.js",
|
|
2179
|
+
"hashes": [
|
|
2180
|
+
{
|
|
2181
|
+
"alg": "SHA-256",
|
|
2182
|
+
"content": "a354532078d6404db094427734036db2dd598c4e26b773e84b98bb52a02922ad"
|
|
2183
|
+
}
|
|
2184
|
+
]
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"type": "file",
|
|
2188
|
+
"name": "tests/unit/check-external-deps.test.js",
|
|
2189
|
+
"hashes": [
|
|
2190
|
+
{
|
|
2191
|
+
"alg": "SHA-256",
|
|
2192
|
+
"content": "652c90abf50636dd97e499fe3d23f77b780a0f77d7dd989f4b7ab900ae3a467b"
|
|
2193
|
+
}
|
|
2194
|
+
]
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"type": "file",
|
|
2198
|
+
"name": "tests/unit/check-file-ownership.test.js",
|
|
2199
|
+
"hashes": [
|
|
2200
|
+
{
|
|
2201
|
+
"alg": "SHA-256",
|
|
2202
|
+
"content": "1b9d24fe5803c6b2efbf524b7d6b9687779e8390792e78cb60a127b1b9a757fd"
|
|
2203
|
+
}
|
|
2204
|
+
]
|
|
2205
|
+
},
|
|
1846
2206
|
{
|
|
1847
2207
|
"type": "file",
|
|
1848
2208
|
"name": "tests/unit/check-growth-trace.test.js",
|
|
@@ -1853,13 +2213,113 @@
|
|
|
1853
2213
|
}
|
|
1854
2214
|
]
|
|
1855
2215
|
},
|
|
2216
|
+
{
|
|
2217
|
+
"type": "file",
|
|
2218
|
+
"name": "tests/unit/check-handoff-manifest.test.js",
|
|
2219
|
+
"hashes": [
|
|
2220
|
+
{
|
|
2221
|
+
"alg": "SHA-256",
|
|
2222
|
+
"content": "034a003b0099a93a21d189eccab141f0d0e08e3b8e7156ac79ed1d006c1d2352"
|
|
2223
|
+
}
|
|
2224
|
+
]
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"type": "file",
|
|
2228
|
+
"name": "tests/unit/check-job-contract.test.js",
|
|
2229
|
+
"hashes": [
|
|
2230
|
+
{
|
|
2231
|
+
"alg": "SHA-256",
|
|
2232
|
+
"content": "84e67b3905ecb99ce69a88e0b5b068f072a683f27482e3edb03070ad466f9d2d"
|
|
2233
|
+
}
|
|
2234
|
+
]
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"type": "file",
|
|
2238
|
+
"name": "tests/unit/check-look-origin.test.js",
|
|
2239
|
+
"hashes": [
|
|
2240
|
+
{
|
|
2241
|
+
"alg": "SHA-256",
|
|
2242
|
+
"content": "6e14b779168c5b9e170064fa1eccbeeb887088566f873832955a2a0ee5889604"
|
|
2243
|
+
}
|
|
2244
|
+
]
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"type": "file",
|
|
2248
|
+
"name": "tests/unit/check-look-trace.test.js",
|
|
2249
|
+
"hashes": [
|
|
2250
|
+
{
|
|
2251
|
+
"alg": "SHA-256",
|
|
2252
|
+
"content": "1bde55962ea17a8c8796f6a64efb9b46f317cbfb0fd9e2625c7c79d8eb7a5f63"
|
|
2253
|
+
}
|
|
2254
|
+
]
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"type": "file",
|
|
2258
|
+
"name": "tests/unit/check-metric-source.test.js",
|
|
2259
|
+
"hashes": [
|
|
2260
|
+
{
|
|
2261
|
+
"alg": "SHA-256",
|
|
2262
|
+
"content": "294faa407fe185e15ecf559d11e4608abd746606e355550842299cbfdc186d47"
|
|
2263
|
+
}
|
|
2264
|
+
]
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"type": "file",
|
|
2268
|
+
"name": "tests/unit/check-model-cost.test.js",
|
|
2269
|
+
"hashes": [
|
|
2270
|
+
{
|
|
2271
|
+
"alg": "SHA-256",
|
|
2272
|
+
"content": "6991640b1732d55ef1099369d181c5828f89cb80dff63f5231e7cf61af795763"
|
|
2273
|
+
}
|
|
2274
|
+
]
|
|
2275
|
+
},
|
|
2276
|
+
{
|
|
2277
|
+
"type": "file",
|
|
2278
|
+
"name": "tests/unit/check-pipeline-gaps.test.js",
|
|
2279
|
+
"hashes": [
|
|
2280
|
+
{
|
|
2281
|
+
"alg": "SHA-256",
|
|
2282
|
+
"content": "88bd501cf7716dec34435c6265033d6819ca30b65f8bbd3a991c984557fe139f"
|
|
2283
|
+
}
|
|
2284
|
+
]
|
|
2285
|
+
},
|
|
1856
2286
|
{
|
|
1857
2287
|
"type": "file",
|
|
1858
2288
|
"name": "tests/unit/check-ports.test.js",
|
|
1859
2289
|
"hashes": [
|
|
1860
2290
|
{
|
|
1861
2291
|
"alg": "SHA-256",
|
|
1862
|
-
"content": "
|
|
2292
|
+
"content": "fbaf222bdde5fc30835d454de9cd1532a85a371c35108f23798902d20a7e152d"
|
|
2293
|
+
}
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"type": "file",
|
|
2298
|
+
"name": "tests/unit/check-source-version.test.js",
|
|
2299
|
+
"hashes": [
|
|
2300
|
+
{
|
|
2301
|
+
"alg": "SHA-256",
|
|
2302
|
+
"content": "c5b457c22585c78fdc081ebe383ea5c24c2e2ef7a9bf04a6531005d791a9521e"
|
|
2303
|
+
}
|
|
2304
|
+
]
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"type": "file",
|
|
2308
|
+
"name": "tests/unit/check-swarm-receipts.test.js",
|
|
2309
|
+
"hashes": [
|
|
2310
|
+
{
|
|
2311
|
+
"alg": "SHA-256",
|
|
2312
|
+
"content": "48ff09851875da9ca838823e36cae63533bfb7851d21974fa8d68c0b75fbc393"
|
|
2313
|
+
}
|
|
2314
|
+
]
|
|
2315
|
+
},
|
|
2316
|
+
{
|
|
2317
|
+
"type": "file",
|
|
2318
|
+
"name": "tests/unit/check-webhook-contract.test.js",
|
|
2319
|
+
"hashes": [
|
|
2320
|
+
{
|
|
2321
|
+
"alg": "SHA-256",
|
|
2322
|
+
"content": "239bcfc61e39894871e643a45cddac4028447759fd45c9ef487fbf57d8405de7"
|
|
1863
2323
|
}
|
|
1864
2324
|
]
|
|
1865
2325
|
},
|
|
@@ -1869,7 +2329,7 @@
|
|
|
1869
2329
|
"hashes": [
|
|
1870
2330
|
{
|
|
1871
2331
|
"alg": "SHA-256",
|
|
1872
|
-
"content": "
|
|
2332
|
+
"content": "7c8d78d6198aa33136880c6944e3ad5119bf9f80841013b1b746924ff3435134"
|
|
1873
2333
|
}
|
|
1874
2334
|
]
|
|
1875
2335
|
},
|
|
@@ -1883,13 +2343,43 @@
|
|
|
1883
2343
|
}
|
|
1884
2344
|
]
|
|
1885
2345
|
},
|
|
2346
|
+
{
|
|
2347
|
+
"type": "file",
|
|
2348
|
+
"name": "tests/unit/detection-ladder-contract.test.js",
|
|
2349
|
+
"hashes": [
|
|
2350
|
+
{
|
|
2351
|
+
"alg": "SHA-256",
|
|
2352
|
+
"content": "8ff509273436f10432bed8d34568d88d3bcbf6d85c9e7e290310ab771b9785b0"
|
|
2353
|
+
}
|
|
2354
|
+
]
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"type": "file",
|
|
2358
|
+
"name": "tests/unit/detection-ladder-registry.test.js",
|
|
2359
|
+
"hashes": [
|
|
2360
|
+
{
|
|
2361
|
+
"alg": "SHA-256",
|
|
2362
|
+
"content": "b629bfb0906376e180c945a0e0dc35fa6e707f66bfcf5b0d6dd9b02d75a7bd79"
|
|
2363
|
+
}
|
|
2364
|
+
]
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"type": "file",
|
|
2368
|
+
"name": "tests/unit/doctor-insight-flow.test.js",
|
|
2369
|
+
"hashes": [
|
|
2370
|
+
{
|
|
2371
|
+
"alg": "SHA-256",
|
|
2372
|
+
"content": "80da9e5aee65413d9cf72c49ee25d370c2a5a36ceebf1e061210cb7d22ce7219"
|
|
2373
|
+
}
|
|
2374
|
+
]
|
|
2375
|
+
},
|
|
1886
2376
|
{
|
|
1887
2377
|
"type": "file",
|
|
1888
2378
|
"name": "tests/unit/external-dependency-check.test.js",
|
|
1889
2379
|
"hashes": [
|
|
1890
2380
|
{
|
|
1891
2381
|
"alg": "SHA-256",
|
|
1892
|
-
"content": "
|
|
2382
|
+
"content": "37bcea52089d32a6a33fc5155f487be0b20dd050a63216af899e2562a786c7ba"
|
|
1893
2383
|
}
|
|
1894
2384
|
]
|
|
1895
2385
|
},
|
|
@@ -1903,6 +2393,16 @@
|
|
|
1903
2393
|
}
|
|
1904
2394
|
]
|
|
1905
2395
|
},
|
|
2396
|
+
{
|
|
2397
|
+
"type": "file",
|
|
2398
|
+
"name": "tests/unit/generator-swarm-contract.test.js",
|
|
2399
|
+
"hashes": [
|
|
2400
|
+
{
|
|
2401
|
+
"alg": "SHA-256",
|
|
2402
|
+
"content": "dfa12c6ea7d42a56c7dca13fde775443d462672464870dc01162cd5767836df5"
|
|
2403
|
+
}
|
|
2404
|
+
]
|
|
2405
|
+
},
|
|
1906
2406
|
{
|
|
1907
2407
|
"type": "file",
|
|
1908
2408
|
"name": "tests/unit/growth-axes-and-compliance.test.js",
|
|
@@ -1953,13 +2453,33 @@
|
|
|
1953
2453
|
}
|
|
1954
2454
|
]
|
|
1955
2455
|
},
|
|
2456
|
+
{
|
|
2457
|
+
"type": "file",
|
|
2458
|
+
"name": "tests/unit/guard-honest-input-meta.test.js",
|
|
2459
|
+
"hashes": [
|
|
2460
|
+
{
|
|
2461
|
+
"alg": "SHA-256",
|
|
2462
|
+
"content": "b8e6513e09e774b83b2f05ac42d35c4849ef81b58e600e442dd22cf1071d02f3"
|
|
2463
|
+
}
|
|
2464
|
+
]
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"type": "file",
|
|
2468
|
+
"name": "tests/unit/honest-failure-rules.test.js",
|
|
2469
|
+
"hashes": [
|
|
2470
|
+
{
|
|
2471
|
+
"alg": "SHA-256",
|
|
2472
|
+
"content": "b8674f0ce01c888b9a0fa5da0ad707c171412c9ac8fc4dcd55d2d5a5ea989438"
|
|
2473
|
+
}
|
|
2474
|
+
]
|
|
2475
|
+
},
|
|
1956
2476
|
{
|
|
1957
2477
|
"type": "file",
|
|
1958
2478
|
"name": "tests/unit/hooks-project-anchored.test.js",
|
|
1959
2479
|
"hashes": [
|
|
1960
2480
|
{
|
|
1961
2481
|
"alg": "SHA-256",
|
|
1962
|
-
"content": "
|
|
2482
|
+
"content": "c7b8e757190e1f88132f660394447d691a7915b77babb385b15ae5af7f94bb67"
|
|
1963
2483
|
}
|
|
1964
2484
|
]
|
|
1965
2485
|
},
|
|
@@ -1979,7 +2499,37 @@
|
|
|
1979
2499
|
"hashes": [
|
|
1980
2500
|
{
|
|
1981
2501
|
"alg": "SHA-256",
|
|
1982
|
-
"content": "
|
|
2502
|
+
"content": "b49143cc5c179b419c6aa2349b5a93824652ba89004bc8f026240293febe33fc"
|
|
2503
|
+
}
|
|
2504
|
+
]
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"type": "file",
|
|
2508
|
+
"name": "tests/unit/insights-dz-delegation.test.js",
|
|
2509
|
+
"hashes": [
|
|
2510
|
+
{
|
|
2511
|
+
"alg": "SHA-256",
|
|
2512
|
+
"content": "4d0943a66ffbbed3dfd1c44cc5d1165d8d9879bae59094cea052ea1d5af77bc2"
|
|
2513
|
+
}
|
|
2514
|
+
]
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"type": "file",
|
|
2518
|
+
"name": "tests/unit/insights-writer.test.js",
|
|
2519
|
+
"hashes": [
|
|
2520
|
+
{
|
|
2521
|
+
"alg": "SHA-256",
|
|
2522
|
+
"content": "e723a1fe9cd392196aae4f0c421915b6487f78ee213cfa1eab3f1b66106ec243"
|
|
2523
|
+
}
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"type": "file",
|
|
2528
|
+
"name": "tests/unit/look-phase-contract.test.js",
|
|
2529
|
+
"hashes": [
|
|
2530
|
+
{
|
|
2531
|
+
"alg": "SHA-256",
|
|
2532
|
+
"content": "9f0dadd377d02e79ab7df65a527b8640d86d5808c102c66cb250cad277d3e368"
|
|
1983
2533
|
}
|
|
1984
2534
|
]
|
|
1985
2535
|
},
|
|
@@ -1993,6 +2543,16 @@
|
|
|
1993
2543
|
}
|
|
1994
2544
|
]
|
|
1995
2545
|
},
|
|
2546
|
+
{
|
|
2547
|
+
"type": "file",
|
|
2548
|
+
"name": "tests/unit/negative-conclusion-gate.test.js",
|
|
2549
|
+
"hashes": [
|
|
2550
|
+
{
|
|
2551
|
+
"alg": "SHA-256",
|
|
2552
|
+
"content": "7ffbcfdf638941511dc78c048d5056812e63af203cdf7c9bc757a22540cca14e"
|
|
2553
|
+
}
|
|
2554
|
+
]
|
|
2555
|
+
},
|
|
1996
2556
|
{
|
|
1997
2557
|
"type": "file",
|
|
1998
2558
|
"name": "tests/unit/pipeline-file-ownership.test.js",
|
|
@@ -2003,6 +2563,16 @@
|
|
|
2003
2563
|
}
|
|
2004
2564
|
]
|
|
2005
2565
|
},
|
|
2566
|
+
{
|
|
2567
|
+
"type": "file",
|
|
2568
|
+
"name": "tests/unit/quote-provenance.test.js",
|
|
2569
|
+
"hashes": [
|
|
2570
|
+
{
|
|
2571
|
+
"alg": "SHA-256",
|
|
2572
|
+
"content": "e9f50ec67b8dde73d609c1df6bbeafa7eaf23f3ae62785362b57d09e3b7e6c70"
|
|
2573
|
+
}
|
|
2574
|
+
]
|
|
2575
|
+
},
|
|
2006
2576
|
{
|
|
2007
2577
|
"type": "file",
|
|
2008
2578
|
"name": "tests/unit/roadmap-one-schema.test.js",
|
|
@@ -2019,7 +2589,7 @@
|
|
|
2019
2589
|
"hashes": [
|
|
2020
2590
|
{
|
|
2021
2591
|
"alg": "SHA-256",
|
|
2022
|
-
"content": "
|
|
2592
|
+
"content": "181aefbb2e9c867471f62ce87989434f359ab58c5400f49fa6b3b10c1eb40583"
|
|
2023
2593
|
}
|
|
2024
2594
|
]
|
|
2025
2595
|
},
|
|
@@ -2083,13 +2653,33 @@
|
|
|
2083
2653
|
}
|
|
2084
2654
|
]
|
|
2085
2655
|
},
|
|
2656
|
+
{
|
|
2657
|
+
"type": "file",
|
|
2658
|
+
"name": "tests/unit/traceability-machine-ids.test.js",
|
|
2659
|
+
"hashes": [
|
|
2660
|
+
{
|
|
2661
|
+
"alg": "SHA-256",
|
|
2662
|
+
"content": "8160e026f485c43fb747b0089abe6c1e0f5bdd03223c3b7990e478c3aa386a5b"
|
|
2663
|
+
}
|
|
2664
|
+
]
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"type": "file",
|
|
2668
|
+
"name": "tests/unit/traceability-negative-fixture.test.js",
|
|
2669
|
+
"hashes": [
|
|
2670
|
+
{
|
|
2671
|
+
"alg": "SHA-256",
|
|
2672
|
+
"content": "abc54e0e00138ecc6d75e0cbc496cbd888cd97b1ed567b7d23557f0674b5c161"
|
|
2673
|
+
}
|
|
2674
|
+
]
|
|
2675
|
+
},
|
|
2086
2676
|
{
|
|
2087
2677
|
"type": "file",
|
|
2088
2678
|
"name": "tests/unit/utils.test.js",
|
|
2089
2679
|
"hashes": [
|
|
2090
2680
|
{
|
|
2091
2681
|
"alg": "SHA-256",
|
|
2092
|
-
"content": "
|
|
2682
|
+
"content": "863ad4b5446b9cf5177b1f53502e8add4a9778f7ac2a94f58c8b4ec99dc1611d"
|
|
2093
2683
|
}
|
|
2094
2684
|
]
|
|
2095
2685
|
},
|