@dzhechkov/p-replicator 1.12.0 → 1.13.2
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 +281 -65
- package/CHANGELOG.md +148 -1
- package/LICENSE +21 -0
- package/MULTIPLATFORM_ROADMAP.md +1 -1
- package/README/eng/01_quickstart.md +2 -2
- package/README/eng/02_user_guide.md +1 -1
- package/README/eng/03_admin_guide.md +2 -2
- package/README/eng/05_architecture.md +1 -1
- package/README/eng/README.md +2 -1
- package/README/ru/01_quickstart.md +2 -2
- package/README/ru/02_user_guide.md +1 -1
- package/README/ru/03_admin_guide.md +2 -2
- package/README/ru/05_architecture.md +1 -1
- package/README/ru/README.md +2 -1
- package/README/ru/html/index.html +8 -8
- package/README.md +150 -9
- package/bin/cli.js +0 -0
- package/package.json +10 -11
- package/sbom.json +604 -64
- package/scripts/check-pipeline-gaps.sh +510 -21
- package/src/commands/init.js +1 -1
- package/src/rule-components.json +5 -1
- package/src/utils.js +33 -3
- package/templates/.claude/agents/product-discoverer.md +38 -0
- package/templates/.claude/agents/replicate-coordinator.md +11 -1
- package/templates/.claude/commands/feature.md +72 -6
- package/templates/.claude/commands/go.md +6 -8
- package/templates/.claude/commands/harvest.md +5 -7
- package/templates/.claude/commands/replicate.md +169 -44
- package/templates/.claude/commands/start.md +28 -7
- 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 +27 -6
- package/templates/.claude/hooks/check-review-contract.cjs +205 -0
- 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/statusline.cjs +2 -2
- package/templates/.claude/rules/embeddable-widget.md +73 -0
- package/templates/.claude/rules/feature-lifecycle.md +5 -6
- package/templates/.claude/rules/incoming-webhooks.md +99 -0
- 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 +122 -52
- 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/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/requirements-validator/SKILL.md +18 -5
- package/templates/.claude/skills/requirements-validator/references/feature-report-contracts.md +67 -0
- package/templates/.claude/skills/requirements-validator/references/scoring-system.md +15 -6
- package/templates/.claude/skills/reverse-engineering-unicorn/modules/025-cjm-prototype.md +21 -1
- package/templates/.claude/skills/sparc-prd-mini/SKILL.md +173 -725
- package/tests/e2e/feature-contour.test.js +176 -0
- package/tests/fixtures/feature-contour/docs/features/demo-gate/01_specification.md +15 -0
- package/tests/fixtures/feature-contour/docs/features/demo-gate/02_pseudocode.md +19 -0
- package/tests/fixtures/feature-contour/docs/features/demo-gate/03_architecture.md +3 -0
- package/tests/fixtures/feature-contour/docs/features/demo-gate/04_refinement.md +3 -0
- package/tests/fixtures/feature-contour/docs/features/demo-gate/05_completion.md +7 -0
- package/tests/fixtures/feature-contour/docs/features/demo-gate/review-report.md +11 -0
- package/tests/fixtures/feature-contour/docs/features/demo-gate/validation-report.md +10 -0
- package/tests/fixtures/feature-contour/tests/demo.test.js +16 -0
- package/tests/snapshot/baseline.json +64 -40
- 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-ports.test.js +46 -2
- package/tests/unit/check-review-contract.test.js +181 -0
- 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 +8 -2
- package/tests/unit/detection-ladder-registry.test.js +2 -2
- 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 +106 -9
- 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/sync-templates-guard.test.js +46 -3
- package/tests/unit/traceability-completion-gate.test.js +267 -0
- package/tests/unit/utils.test.js +40 -3
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": "a70fc43d33972f0472a3fdb6628f79b22c5a4cdd459b5d89bce06e240ca93bf1"
|
|
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
|
},
|
|
@@ -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
|
},
|
|
@@ -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,7 @@
|
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"name": "dz:canonical-json-sha256-v2",
|
|
282
|
-
"value": "
|
|
282
|
+
"value": "c9186f299be209dd8aecd28229225dece4fdb76e6750a0d43c31ae19cbeda387"
|
|
283
283
|
}
|
|
284
284
|
]
|
|
285
285
|
},
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"hashes": [
|
|
290
290
|
{
|
|
291
291
|
"alg": "SHA-256",
|
|
292
|
-
"content": "
|
|
292
|
+
"content": "06e3dae22c533a81732b9870ae42d6b80b6e8419b3c90e11e1910e2a46888be8"
|
|
293
293
|
}
|
|
294
294
|
]
|
|
295
295
|
},
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"hashes": [
|
|
320
320
|
{
|
|
321
321
|
"alg": "SHA-256",
|
|
322
|
-
"content": "
|
|
322
|
+
"content": "91c2407037dba239f167d1c75c96334f3971ceb00ef4308d363113e21fb92c05"
|
|
323
323
|
}
|
|
324
324
|
]
|
|
325
325
|
},
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"hashes": [
|
|
370
370
|
{
|
|
371
371
|
"alg": "SHA-256",
|
|
372
|
-
"content": "
|
|
372
|
+
"content": "33bc351c7edb49b7b1f2398b8015150efd1f43abbe5554bc7f39bf6ebd7e1b49"
|
|
373
373
|
}
|
|
374
374
|
]
|
|
375
375
|
},
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"hashes": [
|
|
380
380
|
{
|
|
381
381
|
"alg": "SHA-256",
|
|
382
|
-
"content": "
|
|
382
|
+
"content": "86ed569a58e07f5aa2d31f6b932019345bc33abc00f5185601eb1f6ef9ce3815"
|
|
383
383
|
}
|
|
384
384
|
]
|
|
385
385
|
},
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"hashes": [
|
|
410
410
|
{
|
|
411
411
|
"alg": "SHA-256",
|
|
412
|
-
"content": "
|
|
412
|
+
"content": "be7d707a5fc1ee2eb18dda9e904ffbdc0be21c874b3a721349fd9e840bf77bc8"
|
|
413
413
|
}
|
|
414
414
|
]
|
|
415
415
|
},
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"hashes": [
|
|
420
420
|
{
|
|
421
421
|
"alg": "SHA-256",
|
|
422
|
-
"content": "
|
|
422
|
+
"content": "bbfe18a7642954f357db08e849349fee02681e2f0ffa036539c45d98dbaba960"
|
|
423
423
|
}
|
|
424
424
|
]
|
|
425
425
|
},
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
"hashes": [
|
|
450
450
|
{
|
|
451
451
|
"alg": "SHA-256",
|
|
452
|
-
"content": "
|
|
452
|
+
"content": "6908fa6c8ba770f829378a021d5f7e9a9bc79a15bdd67b278d8c6a765968b291"
|
|
453
453
|
}
|
|
454
454
|
]
|
|
455
455
|
},
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
"hashes": [
|
|
460
460
|
{
|
|
461
461
|
"alg": "SHA-256",
|
|
462
|
-
"content": "
|
|
462
|
+
"content": "e7337012dccaab09e0cf27a696ebff14bea4626fb5167538af7da2f5cc7b597a"
|
|
463
463
|
}
|
|
464
464
|
]
|
|
465
465
|
},
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
"hashes": [
|
|
470
470
|
{
|
|
471
471
|
"alg": "SHA-256",
|
|
472
|
-
"content": "
|
|
472
|
+
"content": "ed6355c102af0f2c62bf6714fce63157e0cb1c1ee85bc32c96f137b8b0c0e1ba"
|
|
473
473
|
}
|
|
474
474
|
]
|
|
475
475
|
},
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"hashes": [
|
|
510
510
|
{
|
|
511
511
|
"alg": "SHA-256",
|
|
512
|
-
"content": "
|
|
512
|
+
"content": "165d7b3c0606be6817893b53cbfc5ca55c7b81cbe35cbdd0dccf8679d702e81a"
|
|
513
513
|
}
|
|
514
514
|
]
|
|
515
515
|
},
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
"hashes": [
|
|
530
530
|
{
|
|
531
531
|
"alg": "SHA-256",
|
|
532
|
-
"content": "
|
|
532
|
+
"content": "fb8a7762f4073b9e8689dec3830680907efb9ec68bb2faa39b8a547793d9a078"
|
|
533
533
|
}
|
|
534
534
|
]
|
|
535
535
|
},
|
|
@@ -563,6 +563,26 @@
|
|
|
563
563
|
}
|
|
564
564
|
]
|
|
565
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
|
+
},
|
|
566
586
|
{
|
|
567
587
|
"type": "file",
|
|
568
588
|
"name": "templates/.claude/hooks/check-docs-complete.cjs",
|
|
@@ -573,6 +593,36 @@
|
|
|
573
593
|
}
|
|
574
594
|
]
|
|
575
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
|
+
},
|
|
576
626
|
{
|
|
577
627
|
"type": "file",
|
|
578
628
|
"name": "templates/.claude/hooks/check-growth-trace.cjs",
|
|
@@ -583,13 +633,113 @@
|
|
|
583
633
|
}
|
|
584
634
|
]
|
|
585
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
|
+
},
|
|
586
696
|
{
|
|
587
697
|
"type": "file",
|
|
588
698
|
"name": "templates/.claude/hooks/check-ports.cjs",
|
|
589
699
|
"hashes": [
|
|
590
700
|
{
|
|
591
701
|
"alg": "SHA-256",
|
|
592
|
-
"content": "
|
|
702
|
+
"content": "2b458cf78367ec7752174f08aa40109b3b6217e405f99a46e18e75e4b69bc87e"
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"type": "file",
|
|
708
|
+
"name": "templates/.claude/hooks/check-review-contract.cjs",
|
|
709
|
+
"hashes": [
|
|
710
|
+
{
|
|
711
|
+
"alg": "SHA-256",
|
|
712
|
+
"content": "44e32ea31a4a71ceb6eccb0956006519de270eab787a79ab4884978bc04385ab"
|
|
713
|
+
}
|
|
714
|
+
]
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"type": "file",
|
|
718
|
+
"name": "templates/.claude/hooks/check-source-version.cjs",
|
|
719
|
+
"hashes": [
|
|
720
|
+
{
|
|
721
|
+
"alg": "SHA-256",
|
|
722
|
+
"content": "b9dc2eee7403119481ea2c49a94581613f2c134685448736c2734948a638a010"
|
|
723
|
+
}
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"type": "file",
|
|
728
|
+
"name": "templates/.claude/hooks/check-swarm-receipts.cjs",
|
|
729
|
+
"hashes": [
|
|
730
|
+
{
|
|
731
|
+
"alg": "SHA-256",
|
|
732
|
+
"content": "9fa83d78b085d8eea28958b4722999ba44a7bd47c98fe5a96127fc5b5230b40c"
|
|
733
|
+
}
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"type": "file",
|
|
738
|
+
"name": "templates/.claude/hooks/check-webhook-contract.cjs",
|
|
739
|
+
"hashes": [
|
|
740
|
+
{
|
|
741
|
+
"alg": "SHA-256",
|
|
742
|
+
"content": "dfa27bd24cee8868fd60be5d24749c206f303fe4afcc1e72024d526324562a39"
|
|
593
743
|
}
|
|
594
744
|
]
|
|
595
745
|
},
|
|
@@ -619,7 +769,7 @@
|
|
|
619
769
|
"hashes": [
|
|
620
770
|
{
|
|
621
771
|
"alg": "SHA-256",
|
|
622
|
-
"content": "
|
|
772
|
+
"content": "50c08decec3e80ed325f50d7b062fbe0add47e8594002fcc165248492242ab56"
|
|
623
773
|
}
|
|
624
774
|
]
|
|
625
775
|
},
|
|
@@ -653,13 +803,23 @@
|
|
|
653
803
|
}
|
|
654
804
|
]
|
|
655
805
|
},
|
|
806
|
+
{
|
|
807
|
+
"type": "file",
|
|
808
|
+
"name": "templates/.claude/rules/embeddable-widget.md",
|
|
809
|
+
"hashes": [
|
|
810
|
+
{
|
|
811
|
+
"alg": "SHA-256",
|
|
812
|
+
"content": "0159224f8e9599b67a860738bb42e3e40adf598176c48ea6c86a01c891f0f18c"
|
|
813
|
+
}
|
|
814
|
+
]
|
|
815
|
+
},
|
|
656
816
|
{
|
|
657
817
|
"type": "file",
|
|
658
818
|
"name": "templates/.claude/rules/feature-lifecycle.md",
|
|
659
819
|
"hashes": [
|
|
660
820
|
{
|
|
661
821
|
"alg": "SHA-256",
|
|
662
|
-
"content": "
|
|
822
|
+
"content": "4e926f84f244feb6824114a0624733738669c93e0508693fa2afa4e9a35c2aa3"
|
|
663
823
|
}
|
|
664
824
|
]
|
|
665
825
|
},
|
|
@@ -683,6 +843,16 @@
|
|
|
683
843
|
}
|
|
684
844
|
]
|
|
685
845
|
},
|
|
846
|
+
{
|
|
847
|
+
"type": "file",
|
|
848
|
+
"name": "templates/.claude/rules/incoming-webhooks.md",
|
|
849
|
+
"hashes": [
|
|
850
|
+
{
|
|
851
|
+
"alg": "SHA-256",
|
|
852
|
+
"content": "92f3de02814ed0610df644acf554f4b41b2bae2f9d281695e2e217a1d6558e84"
|
|
853
|
+
}
|
|
854
|
+
]
|
|
855
|
+
},
|
|
686
856
|
{
|
|
687
857
|
"type": "file",
|
|
688
858
|
"name": "templates/.claude/rules/insights-capture.md",
|
|
@@ -693,13 +863,33 @@
|
|
|
693
863
|
}
|
|
694
864
|
]
|
|
695
865
|
},
|
|
866
|
+
{
|
|
867
|
+
"type": "file",
|
|
868
|
+
"name": "templates/.claude/rules/long-running-job.md",
|
|
869
|
+
"hashes": [
|
|
870
|
+
{
|
|
871
|
+
"alg": "SHA-256",
|
|
872
|
+
"content": "e6bd0efff89338998d34440a94dc9288cf7bcf790b27bcaa51b83d43f57942ed"
|
|
873
|
+
}
|
|
874
|
+
]
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
"type": "file",
|
|
878
|
+
"name": "templates/.claude/rules/model-call-cost.md",
|
|
879
|
+
"hashes": [
|
|
880
|
+
{
|
|
881
|
+
"alg": "SHA-256",
|
|
882
|
+
"content": "26c3b20ac3ed7f9cf6deb5e94302ade87f9e3e51fffca7ac2377ff31bc144f34"
|
|
883
|
+
}
|
|
884
|
+
]
|
|
885
|
+
},
|
|
696
886
|
{
|
|
697
887
|
"type": "file",
|
|
698
888
|
"name": "templates/.claude/rules/replicate-pipeline.md",
|
|
699
889
|
"hashes": [
|
|
700
890
|
{
|
|
701
891
|
"alg": "SHA-256",
|
|
702
|
-
"content": "
|
|
892
|
+
"content": "13bf073273820addeb87167402495b2f683cefac70a9f6cb07b6e054b1851e0f"
|
|
703
893
|
}
|
|
704
894
|
]
|
|
705
895
|
},
|
|
@@ -749,7 +939,7 @@
|
|
|
749
939
|
"hashes": [
|
|
750
940
|
{
|
|
751
941
|
"alg": "SHA-256",
|
|
752
|
-
"content": "
|
|
942
|
+
"content": "f49957f8bac6b55ab49bb953867b1aa3d6d658f4a1d24eddec5b05a71a07da54"
|
|
753
943
|
}
|
|
754
944
|
]
|
|
755
945
|
},
|
|
@@ -829,7 +1019,7 @@
|
|
|
829
1019
|
"hashes": [
|
|
830
1020
|
{
|
|
831
1021
|
"alg": "SHA-256",
|
|
832
|
-
"content": "
|
|
1022
|
+
"content": "ef4f8901f49f7fbb7db0c2994973c42840e3e909f1585c70a4f7442752b41265"
|
|
833
1023
|
}
|
|
834
1024
|
]
|
|
835
1025
|
},
|
|
@@ -859,7 +1049,7 @@
|
|
|
859
1049
|
"hashes": [
|
|
860
1050
|
{
|
|
861
1051
|
"alg": "SHA-256",
|
|
862
|
-
"content": "
|
|
1052
|
+
"content": "db63c7c7e1277c0b0c51a1f18986abe0257d079c20938416b673effee5edecaf"
|
|
863
1053
|
}
|
|
864
1054
|
]
|
|
865
1055
|
},
|
|
@@ -869,7 +1059,7 @@
|
|
|
869
1059
|
"hashes": [
|
|
870
1060
|
{
|
|
871
1061
|
"alg": "SHA-256",
|
|
872
|
-
"content": "
|
|
1062
|
+
"content": "d40062dffa70aede07dd1411a1f7cff83bb33aa45746d6e65eac8a7016ce3a33"
|
|
873
1063
|
}
|
|
874
1064
|
]
|
|
875
1065
|
},
|
|
@@ -889,7 +1079,7 @@
|
|
|
889
1079
|
"hashes": [
|
|
890
1080
|
{
|
|
891
1081
|
"alg": "SHA-256",
|
|
892
|
-
"content": "
|
|
1082
|
+
"content": "b1dbb09e6bf5bef980517def86032288c53a87a367c7d7d554fa2591a585b2b8"
|
|
893
1083
|
}
|
|
894
1084
|
]
|
|
895
1085
|
},
|
|
@@ -939,7 +1129,7 @@
|
|
|
939
1129
|
"hashes": [
|
|
940
1130
|
{
|
|
941
1131
|
"alg": "SHA-256",
|
|
942
|
-
"content": "
|
|
1132
|
+
"content": "14366a8e645efdea181ccefb20ebb3f157ef9b723fa56f359cdcc983624b5131"
|
|
943
1133
|
}
|
|
944
1134
|
]
|
|
945
1135
|
},
|
|
@@ -989,7 +1179,7 @@
|
|
|
989
1179
|
"hashes": [
|
|
990
1180
|
{
|
|
991
1181
|
"alg": "SHA-256",
|
|
992
|
-
"content": "
|
|
1182
|
+
"content": "9ce3db4c3c5b9696a312152067c1869b1f421ce77fbcfdca83edaa797c5caf3f"
|
|
993
1183
|
}
|
|
994
1184
|
]
|
|
995
1185
|
},
|
|
@@ -1039,7 +1229,7 @@
|
|
|
1039
1229
|
"hashes": [
|
|
1040
1230
|
{
|
|
1041
1231
|
"alg": "SHA-256",
|
|
1042
|
-
"content": "
|
|
1232
|
+
"content": "7a4be2ea28b973470d3c71fb083db7042ee6a2ee0f3564c7caa7ecb425e0ae09"
|
|
1043
1233
|
}
|
|
1044
1234
|
]
|
|
1045
1235
|
},
|
|
@@ -1049,7 +1239,7 @@
|
|
|
1049
1239
|
"hashes": [
|
|
1050
1240
|
{
|
|
1051
1241
|
"alg": "SHA-256",
|
|
1052
|
-
"content": "
|
|
1242
|
+
"content": "e734df95afd0f10aa9abc4e696b93d1701d393664a44411c4c78a11dab5c14cf"
|
|
1053
1243
|
}
|
|
1054
1244
|
]
|
|
1055
1245
|
},
|
|
@@ -1089,7 +1279,17 @@
|
|
|
1089
1279
|
"hashes": [
|
|
1090
1280
|
{
|
|
1091
1281
|
"alg": "SHA-256",
|
|
1092
|
-
"content": "
|
|
1282
|
+
"content": "68b5f933f9d720de3bf2054154bb4316ba4d6dd02b31dc866d73fdf90927b46a"
|
|
1283
|
+
}
|
|
1284
|
+
]
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"type": "file",
|
|
1288
|
+
"name": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/swarm-file-evidence.md",
|
|
1289
|
+
"hashes": [
|
|
1290
|
+
{
|
|
1291
|
+
"alg": "SHA-256",
|
|
1292
|
+
"content": "661f24e764d6eababcf65d7bfb4c66cca90541c821ade4986ade46423d69ece6"
|
|
1093
1293
|
}
|
|
1094
1294
|
]
|
|
1095
1295
|
},
|
|
@@ -1129,7 +1329,7 @@
|
|
|
1129
1329
|
"hashes": [
|
|
1130
1330
|
{
|
|
1131
1331
|
"alg": "SHA-256",
|
|
1132
|
-
"content": "
|
|
1332
|
+
"content": "c6503749a8bd8222d63542831c2003e16f1bc0239dd903d59a934cd2ff40d1c9"
|
|
1133
1333
|
}
|
|
1134
1334
|
]
|
|
1135
1335
|
},
|
|
@@ -1143,6 +1343,16 @@
|
|
|
1143
1343
|
}
|
|
1144
1344
|
]
|
|
1145
1345
|
},
|
|
1346
|
+
{
|
|
1347
|
+
"type": "file",
|
|
1348
|
+
"name": "templates/.claude/skills/goap-research-ed25519/references/negative-results.md",
|
|
1349
|
+
"hashes": [
|
|
1350
|
+
{
|
|
1351
|
+
"alg": "SHA-256",
|
|
1352
|
+
"content": "64bf39ca20d7d11c02c981b97f72a258a2874eafdc0a6a2935e54278c529ee5b"
|
|
1353
|
+
}
|
|
1354
|
+
]
|
|
1355
|
+
},
|
|
1146
1356
|
{
|
|
1147
1357
|
"type": "file",
|
|
1148
1358
|
"name": "templates/.claude/skills/goap-research-ed25519/references/research-actions.md",
|
|
@@ -1169,7 +1379,7 @@
|
|
|
1169
1379
|
"hashes": [
|
|
1170
1380
|
{
|
|
1171
1381
|
"alg": "SHA-256",
|
|
1172
|
-
"content": "
|
|
1382
|
+
"content": "ca663eab0fe31eeeacfbc71b4f436f516bdf118da7f1fd28fe3956b5069f27c1"
|
|
1173
1383
|
}
|
|
1174
1384
|
]
|
|
1175
1385
|
},
|
|
@@ -1179,7 +1389,7 @@
|
|
|
1179
1389
|
"hashes": [
|
|
1180
1390
|
{
|
|
1181
1391
|
"alg": "SHA-256",
|
|
1182
|
-
"content": "
|
|
1392
|
+
"content": "76ac4a9d5374002a98880e5328d84c50e85d7da06a1fb04e476805b6d9a147e4"
|
|
1183
1393
|
}
|
|
1184
1394
|
]
|
|
1185
1395
|
},
|
|
@@ -1189,7 +1399,7 @@
|
|
|
1189
1399
|
"hashes": [
|
|
1190
1400
|
{
|
|
1191
1401
|
"alg": "SHA-256",
|
|
1192
|
-
"content": "
|
|
1402
|
+
"content": "5bdc8e97e6bff7c449dca1f5643d6bb2fca1aee28a91001407dfc28cfa8a233f"
|
|
1193
1403
|
}
|
|
1194
1404
|
]
|
|
1195
1405
|
},
|
|
@@ -1253,6 +1463,16 @@
|
|
|
1253
1463
|
}
|
|
1254
1464
|
]
|
|
1255
1465
|
},
|
|
1466
|
+
{
|
|
1467
|
+
"type": "file",
|
|
1468
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/quote_provenance.py",
|
|
1469
|
+
"hashes": [
|
|
1470
|
+
{
|
|
1471
|
+
"alg": "SHA-256",
|
|
1472
|
+
"content": "c78668234c881e5f9f81899d903b573eac1d51a04c7e8bc791f356739de4f329"
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1256
1476
|
{
|
|
1257
1477
|
"type": "file",
|
|
1258
1478
|
"name": "templates/.claude/skills/goap-research-ed25519/scripts/risk_statement.py",
|
|
@@ -1279,7 +1499,7 @@
|
|
|
1279
1499
|
"hashes": [
|
|
1280
1500
|
{
|
|
1281
1501
|
"alg": "SHA-256",
|
|
1282
|
-
"content": "
|
|
1502
|
+
"content": "9982a8a7f1cdff4d9cab7c90aeac6470dbc445c5f726e18befd29af09e180eaf"
|
|
1283
1503
|
}
|
|
1284
1504
|
]
|
|
1285
1505
|
},
|
|
@@ -1289,7 +1509,7 @@
|
|
|
1289
1509
|
"hashes": [
|
|
1290
1510
|
{
|
|
1291
1511
|
"alg": "SHA-256",
|
|
1292
|
-
"content": "
|
|
1512
|
+
"content": "d16aca1e6c8951e081801a0ce363ad0b33fec8003e5d12d723fbd1f5c8bf4ffc"
|
|
1293
1513
|
}
|
|
1294
1514
|
]
|
|
1295
1515
|
},
|
|
@@ -1313,6 +1533,16 @@
|
|
|
1313
1533
|
}
|
|
1314
1534
|
]
|
|
1315
1535
|
},
|
|
1536
|
+
{
|
|
1537
|
+
"type": "file",
|
|
1538
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/test_quote_provenance.py",
|
|
1539
|
+
"hashes": [
|
|
1540
|
+
{
|
|
1541
|
+
"alg": "SHA-256",
|
|
1542
|
+
"content": "c3fb6df236b1f432d1ecdcd8acacb95e2e091b436296eef43abe183b67b90b74"
|
|
1543
|
+
}
|
|
1544
|
+
]
|
|
1545
|
+
},
|
|
1316
1546
|
{
|
|
1317
1547
|
"type": "file",
|
|
1318
1548
|
"name": "templates/.claude/skills/goap-research-ed25519/scripts/test_risk_absolute.py",
|
|
@@ -1339,7 +1569,7 @@
|
|
|
1339
1569
|
"hashes": [
|
|
1340
1570
|
{
|
|
1341
1571
|
"alg": "SHA-256",
|
|
1342
|
-
"content": "
|
|
1572
|
+
"content": "8aba19a95d380f32ce8d8dc68c5d1b8d4e6b912152bd527e3ce9d60e41be1073"
|
|
1343
1573
|
}
|
|
1344
1574
|
]
|
|
1345
1575
|
},
|
|
@@ -1349,7 +1579,7 @@
|
|
|
1349
1579
|
"hashes": [
|
|
1350
1580
|
{
|
|
1351
1581
|
"alg": "SHA-256",
|
|
1352
|
-
"content": "
|
|
1582
|
+
"content": "3ac6d9832dd263eba21ccadb091e845dc2cfcb656c4cda447f744e16f96870c7"
|
|
1353
1583
|
}
|
|
1354
1584
|
]
|
|
1355
1585
|
},
|
|
@@ -1469,7 +1699,7 @@
|
|
|
1469
1699
|
"hashes": [
|
|
1470
1700
|
{
|
|
1471
1701
|
"alg": "SHA-256",
|
|
1472
|
-
"content": "
|
|
1702
|
+
"content": "66a135c30ed384b4db8088571735c8333b2bc8f06e736fda6075f8e17e59291c"
|
|
1473
1703
|
}
|
|
1474
1704
|
]
|
|
1475
1705
|
},
|
|
@@ -1479,7 +1709,7 @@
|
|
|
1479
1709
|
"hashes": [
|
|
1480
1710
|
{
|
|
1481
1711
|
"alg": "SHA-256",
|
|
1482
|
-
"content": "
|
|
1712
|
+
"content": "9eaa0eda2b6b0c4eded68ce18d22e43d55073fb70cf631d7b5e89ba9798f221d"
|
|
1483
1713
|
}
|
|
1484
1714
|
]
|
|
1485
1715
|
},
|
|
@@ -1489,7 +1719,7 @@
|
|
|
1489
1719
|
"hashes": [
|
|
1490
1720
|
{
|
|
1491
1721
|
"alg": "SHA-256",
|
|
1492
|
-
"content": "
|
|
1722
|
+
"content": "650f588eaf7b7e29e7045cf86326e9c89beb16e7694ceb95165c2e1c2ad82db3"
|
|
1493
1723
|
}
|
|
1494
1724
|
]
|
|
1495
1725
|
},
|
|
@@ -1509,7 +1739,7 @@
|
|
|
1509
1739
|
"hashes": [
|
|
1510
1740
|
{
|
|
1511
1741
|
"alg": "SHA-256",
|
|
1512
|
-
"content": "
|
|
1742
|
+
"content": "190451eaddcbbb3f24616c446748a95e747f430882911576e2c89c3d718ca99f"
|
|
1513
1743
|
}
|
|
1514
1744
|
]
|
|
1515
1745
|
},
|
|
@@ -1519,7 +1749,7 @@
|
|
|
1519
1749
|
"hashes": [
|
|
1520
1750
|
{
|
|
1521
1751
|
"alg": "SHA-256",
|
|
1522
|
-
"content": "
|
|
1752
|
+
"content": "e9ef3c7f173624bfd1d9eee392613b751a8df65d7eb581b05b5ed64acdda20f0"
|
|
1523
1753
|
}
|
|
1524
1754
|
]
|
|
1525
1755
|
},
|
|
@@ -1579,7 +1809,7 @@
|
|
|
1579
1809
|
"hashes": [
|
|
1580
1810
|
{
|
|
1581
1811
|
"alg": "SHA-256",
|
|
1582
|
-
"content": "
|
|
1812
|
+
"content": "b4b394adf08feee552f39c83331398f119e0d4abf21e683fe4706da438b4a426"
|
|
1583
1813
|
}
|
|
1584
1814
|
]
|
|
1585
1815
|
},
|
|
@@ -1603,6 +1833,16 @@
|
|
|
1603
1833
|
}
|
|
1604
1834
|
]
|
|
1605
1835
|
},
|
|
1836
|
+
{
|
|
1837
|
+
"type": "file",
|
|
1838
|
+
"name": "templates/.claude/skills/requirements-validator/references/feature-report-contracts.md",
|
|
1839
|
+
"hashes": [
|
|
1840
|
+
{
|
|
1841
|
+
"alg": "SHA-256",
|
|
1842
|
+
"content": "df263cbce17fb5d9dec6514561c66f6283b3f19e2fc85056f0531bac615be0f1"
|
|
1843
|
+
}
|
|
1844
|
+
]
|
|
1845
|
+
},
|
|
1606
1846
|
{
|
|
1607
1847
|
"type": "file",
|
|
1608
1848
|
"name": "templates/.claude/skills/requirements-validator/references/invest-criteria.md",
|
|
@@ -1619,7 +1859,7 @@
|
|
|
1619
1859
|
"hashes": [
|
|
1620
1860
|
{
|
|
1621
1861
|
"alg": "SHA-256",
|
|
1622
|
-
"content": "
|
|
1862
|
+
"content": "72104b74f07e0610f67f00b246b5225a530203bff225bacf7bf384bc6fd21cdf"
|
|
1623
1863
|
}
|
|
1624
1864
|
]
|
|
1625
1865
|
},
|
|
@@ -1689,7 +1929,7 @@
|
|
|
1689
1929
|
"hashes": [
|
|
1690
1930
|
{
|
|
1691
1931
|
"alg": "SHA-256",
|
|
1692
|
-
"content": "
|
|
1932
|
+
"content": "d9dd399cbb60d6b5fa9734ad44128a49790ef15bbde25c809d69d5c918601eb3"
|
|
1693
1933
|
}
|
|
1694
1934
|
]
|
|
1695
1935
|
},
|
|
@@ -1769,7 +2009,7 @@
|
|
|
1769
2009
|
"hashes": [
|
|
1770
2010
|
{
|
|
1771
2011
|
"alg": "SHA-256",
|
|
1772
|
-
"content": "
|
|
2012
|
+
"content": "b663793d1e1d1de028f91f2e266a191811bb610f97a12be7f95d62327589d53a"
|
|
1773
2013
|
}
|
|
1774
2014
|
]
|
|
1775
2015
|
},
|
|
@@ -1803,6 +2043,16 @@
|
|
|
1803
2043
|
}
|
|
1804
2044
|
]
|
|
1805
2045
|
},
|
|
2046
|
+
{
|
|
2047
|
+
"type": "file",
|
|
2048
|
+
"name": "tests/e2e/feature-contour.test.js",
|
|
2049
|
+
"hashes": [
|
|
2050
|
+
{
|
|
2051
|
+
"alg": "SHA-256",
|
|
2052
|
+
"content": "a6e7c00e86fae150b834234efe34c2837da63b6794117a1bffd5c0de13505fe1"
|
|
2053
|
+
}
|
|
2054
|
+
]
|
|
2055
|
+
},
|
|
1806
2056
|
{
|
|
1807
2057
|
"type": "file",
|
|
1808
2058
|
"name": "tests/e2e/lifecycle.test.js",
|
|
@@ -1823,6 +2073,86 @@
|
|
|
1823
2073
|
}
|
|
1824
2074
|
]
|
|
1825
2075
|
},
|
|
2076
|
+
{
|
|
2077
|
+
"type": "file",
|
|
2078
|
+
"name": "tests/fixtures/feature-contour/docs/features/demo-gate/01_specification.md",
|
|
2079
|
+
"hashes": [
|
|
2080
|
+
{
|
|
2081
|
+
"alg": "SHA-256",
|
|
2082
|
+
"content": "264708a769ad0d07d715420d82278461c5f1b831dd365eaaf6be051db18d47e8"
|
|
2083
|
+
}
|
|
2084
|
+
]
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"type": "file",
|
|
2088
|
+
"name": "tests/fixtures/feature-contour/docs/features/demo-gate/02_pseudocode.md",
|
|
2089
|
+
"hashes": [
|
|
2090
|
+
{
|
|
2091
|
+
"alg": "SHA-256",
|
|
2092
|
+
"content": "c8e58b32bdc9df32ad95f4eca2fb8625fe8e39194ad01fbd2a1b4abee6e6d7d4"
|
|
2093
|
+
}
|
|
2094
|
+
]
|
|
2095
|
+
},
|
|
2096
|
+
{
|
|
2097
|
+
"type": "file",
|
|
2098
|
+
"name": "tests/fixtures/feature-contour/docs/features/demo-gate/03_architecture.md",
|
|
2099
|
+
"hashes": [
|
|
2100
|
+
{
|
|
2101
|
+
"alg": "SHA-256",
|
|
2102
|
+
"content": "7bebb1ac66f026a0c95afd986b17af60155be99e17d874f260106515b229bd14"
|
|
2103
|
+
}
|
|
2104
|
+
]
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"type": "file",
|
|
2108
|
+
"name": "tests/fixtures/feature-contour/docs/features/demo-gate/04_refinement.md",
|
|
2109
|
+
"hashes": [
|
|
2110
|
+
{
|
|
2111
|
+
"alg": "SHA-256",
|
|
2112
|
+
"content": "b7f285a4070bfb8dd47c14be11149412c3df4663b99762a2fc05be24f2fa1b1e"
|
|
2113
|
+
}
|
|
2114
|
+
]
|
|
2115
|
+
},
|
|
2116
|
+
{
|
|
2117
|
+
"type": "file",
|
|
2118
|
+
"name": "tests/fixtures/feature-contour/docs/features/demo-gate/05_completion.md",
|
|
2119
|
+
"hashes": [
|
|
2120
|
+
{
|
|
2121
|
+
"alg": "SHA-256",
|
|
2122
|
+
"content": "62eeec7cd3101fa0159c03bd17d5100a86d8ba29a1189cdc06f8b190c01c1dd8"
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"type": "file",
|
|
2128
|
+
"name": "tests/fixtures/feature-contour/docs/features/demo-gate/review-report.md",
|
|
2129
|
+
"hashes": [
|
|
2130
|
+
{
|
|
2131
|
+
"alg": "SHA-256",
|
|
2132
|
+
"content": "12f8fa21aedeb2f73bdd8ff16f0c28e053693ec11815616181c085a31058436c"
|
|
2133
|
+
}
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"type": "file",
|
|
2138
|
+
"name": "tests/fixtures/feature-contour/docs/features/demo-gate/validation-report.md",
|
|
2139
|
+
"hashes": [
|
|
2140
|
+
{
|
|
2141
|
+
"alg": "SHA-256",
|
|
2142
|
+
"content": "4e1244a874996b522d07b9f23478bbe2416ed34f7b8cedbae460ada07dfd448f"
|
|
2143
|
+
}
|
|
2144
|
+
]
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"type": "file",
|
|
2148
|
+
"name": "tests/fixtures/feature-contour/tests/demo.test.js",
|
|
2149
|
+
"hashes": [
|
|
2150
|
+
{
|
|
2151
|
+
"alg": "SHA-256",
|
|
2152
|
+
"content": "812a837075839d3b86367149a60f6e859d7623775788e10adaef53e5b249b20d"
|
|
2153
|
+
}
|
|
2154
|
+
]
|
|
2155
|
+
},
|
|
1826
2156
|
{
|
|
1827
2157
|
"type": "file",
|
|
1828
2158
|
"name": "tests/fixtures/prep-traceability-fixture/docs/features/order-refund/01_specification.md",
|
|
@@ -1849,7 +2179,7 @@
|
|
|
1849
2179
|
"hashes": [
|
|
1850
2180
|
{
|
|
1851
2181
|
"alg": "SHA-256",
|
|
1852
|
-
"content": "
|
|
2182
|
+
"content": "2e442fcb5f39de9f94c2284d385368f2e984bb17998556c41ac9f4f676a6134e"
|
|
1853
2183
|
}
|
|
1854
2184
|
]
|
|
1855
2185
|
},
|
|
@@ -1923,6 +2253,26 @@
|
|
|
1923
2253
|
}
|
|
1924
2254
|
]
|
|
1925
2255
|
},
|
|
2256
|
+
{
|
|
2257
|
+
"type": "file",
|
|
2258
|
+
"name": "tests/unit/capture-source-path.test.js",
|
|
2259
|
+
"hashes": [
|
|
2260
|
+
{
|
|
2261
|
+
"alg": "SHA-256",
|
|
2262
|
+
"content": "771ee1bb495fe4a60b2fa58cc8009e52610c38145059532d3e158581fdb66d93"
|
|
2263
|
+
}
|
|
2264
|
+
]
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"type": "file",
|
|
2268
|
+
"name": "tests/unit/check-canon.test.js",
|
|
2269
|
+
"hashes": [
|
|
2270
|
+
{
|
|
2271
|
+
"alg": "SHA-256",
|
|
2272
|
+
"content": "df1aad467e0ed38471dad55547c1af6115ec9daaa5c40e9142e4ce67fedcb1bf"
|
|
2273
|
+
}
|
|
2274
|
+
]
|
|
2275
|
+
},
|
|
1926
2276
|
{
|
|
1927
2277
|
"type": "file",
|
|
1928
2278
|
"name": "tests/unit/check-docs-complete.test.js",
|
|
@@ -1933,6 +2283,36 @@
|
|
|
1933
2283
|
}
|
|
1934
2284
|
]
|
|
1935
2285
|
},
|
|
2286
|
+
{
|
|
2287
|
+
"type": "file",
|
|
2288
|
+
"name": "tests/unit/check-embed-contract.test.js",
|
|
2289
|
+
"hashes": [
|
|
2290
|
+
{
|
|
2291
|
+
"alg": "SHA-256",
|
|
2292
|
+
"content": "a354532078d6404db094427734036db2dd598c4e26b773e84b98bb52a02922ad"
|
|
2293
|
+
}
|
|
2294
|
+
]
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
"type": "file",
|
|
2298
|
+
"name": "tests/unit/check-external-deps.test.js",
|
|
2299
|
+
"hashes": [
|
|
2300
|
+
{
|
|
2301
|
+
"alg": "SHA-256",
|
|
2302
|
+
"content": "652c90abf50636dd97e499fe3d23f77b780a0f77d7dd989f4b7ab900ae3a467b"
|
|
2303
|
+
}
|
|
2304
|
+
]
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"type": "file",
|
|
2308
|
+
"name": "tests/unit/check-file-ownership.test.js",
|
|
2309
|
+
"hashes": [
|
|
2310
|
+
{
|
|
2311
|
+
"alg": "SHA-256",
|
|
2312
|
+
"content": "1b9d24fe5803c6b2efbf524b7d6b9687779e8390792e78cb60a127b1b9a757fd"
|
|
2313
|
+
}
|
|
2314
|
+
]
|
|
2315
|
+
},
|
|
1936
2316
|
{
|
|
1937
2317
|
"type": "file",
|
|
1938
2318
|
"name": "tests/unit/check-growth-trace.test.js",
|
|
@@ -1943,6 +2323,66 @@
|
|
|
1943
2323
|
}
|
|
1944
2324
|
]
|
|
1945
2325
|
},
|
|
2326
|
+
{
|
|
2327
|
+
"type": "file",
|
|
2328
|
+
"name": "tests/unit/check-handoff-manifest.test.js",
|
|
2329
|
+
"hashes": [
|
|
2330
|
+
{
|
|
2331
|
+
"alg": "SHA-256",
|
|
2332
|
+
"content": "034a003b0099a93a21d189eccab141f0d0e08e3b8e7156ac79ed1d006c1d2352"
|
|
2333
|
+
}
|
|
2334
|
+
]
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"type": "file",
|
|
2338
|
+
"name": "tests/unit/check-job-contract.test.js",
|
|
2339
|
+
"hashes": [
|
|
2340
|
+
{
|
|
2341
|
+
"alg": "SHA-256",
|
|
2342
|
+
"content": "84e67b3905ecb99ce69a88e0b5b068f072a683f27482e3edb03070ad466f9d2d"
|
|
2343
|
+
}
|
|
2344
|
+
]
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"type": "file",
|
|
2348
|
+
"name": "tests/unit/check-look-origin.test.js",
|
|
2349
|
+
"hashes": [
|
|
2350
|
+
{
|
|
2351
|
+
"alg": "SHA-256",
|
|
2352
|
+
"content": "6e14b779168c5b9e170064fa1eccbeeb887088566f873832955a2a0ee5889604"
|
|
2353
|
+
}
|
|
2354
|
+
]
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"type": "file",
|
|
2358
|
+
"name": "tests/unit/check-look-trace.test.js",
|
|
2359
|
+
"hashes": [
|
|
2360
|
+
{
|
|
2361
|
+
"alg": "SHA-256",
|
|
2362
|
+
"content": "1bde55962ea17a8c8796f6a64efb9b46f317cbfb0fd9e2625c7c79d8eb7a5f63"
|
|
2363
|
+
}
|
|
2364
|
+
]
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"type": "file",
|
|
2368
|
+
"name": "tests/unit/check-metric-source.test.js",
|
|
2369
|
+
"hashes": [
|
|
2370
|
+
{
|
|
2371
|
+
"alg": "SHA-256",
|
|
2372
|
+
"content": "294faa407fe185e15ecf559d11e4608abd746606e355550842299cbfdc186d47"
|
|
2373
|
+
}
|
|
2374
|
+
]
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"type": "file",
|
|
2378
|
+
"name": "tests/unit/check-model-cost.test.js",
|
|
2379
|
+
"hashes": [
|
|
2380
|
+
{
|
|
2381
|
+
"alg": "SHA-256",
|
|
2382
|
+
"content": "6991640b1732d55ef1099369d181c5828f89cb80dff63f5231e7cf61af795763"
|
|
2383
|
+
}
|
|
2384
|
+
]
|
|
2385
|
+
},
|
|
1946
2386
|
{
|
|
1947
2387
|
"type": "file",
|
|
1948
2388
|
"name": "tests/unit/check-pipeline-gaps.test.js",
|
|
@@ -1959,7 +2399,47 @@
|
|
|
1959
2399
|
"hashes": [
|
|
1960
2400
|
{
|
|
1961
2401
|
"alg": "SHA-256",
|
|
1962
|
-
"content": "
|
|
2402
|
+
"content": "fbaf222bdde5fc30835d454de9cd1532a85a371c35108f23798902d20a7e152d"
|
|
2403
|
+
}
|
|
2404
|
+
]
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"type": "file",
|
|
2408
|
+
"name": "tests/unit/check-review-contract.test.js",
|
|
2409
|
+
"hashes": [
|
|
2410
|
+
{
|
|
2411
|
+
"alg": "SHA-256",
|
|
2412
|
+
"content": "75d59bc1b45abc2e1b5723560d79533e0a767e75fc50024c8a13f34540a55e59"
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"type": "file",
|
|
2418
|
+
"name": "tests/unit/check-source-version.test.js",
|
|
2419
|
+
"hashes": [
|
|
2420
|
+
{
|
|
2421
|
+
"alg": "SHA-256",
|
|
2422
|
+
"content": "c5b457c22585c78fdc081ebe383ea5c24c2e2ef7a9bf04a6531005d791a9521e"
|
|
2423
|
+
}
|
|
2424
|
+
]
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"type": "file",
|
|
2428
|
+
"name": "tests/unit/check-swarm-receipts.test.js",
|
|
2429
|
+
"hashes": [
|
|
2430
|
+
{
|
|
2431
|
+
"alg": "SHA-256",
|
|
2432
|
+
"content": "48ff09851875da9ca838823e36cae63533bfb7851d21974fa8d68c0b75fbc393"
|
|
2433
|
+
}
|
|
2434
|
+
]
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"type": "file",
|
|
2438
|
+
"name": "tests/unit/check-webhook-contract.test.js",
|
|
2439
|
+
"hashes": [
|
|
2440
|
+
{
|
|
2441
|
+
"alg": "SHA-256",
|
|
2442
|
+
"content": "239bcfc61e39894871e643a45cddac4028447759fd45c9ef487fbf57d8405de7"
|
|
1963
2443
|
}
|
|
1964
2444
|
]
|
|
1965
2445
|
},
|
|
@@ -1969,7 +2449,7 @@
|
|
|
1969
2449
|
"hashes": [
|
|
1970
2450
|
{
|
|
1971
2451
|
"alg": "SHA-256",
|
|
1972
|
-
"content": "
|
|
2452
|
+
"content": "7c8d78d6198aa33136880c6944e3ad5119bf9f80841013b1b746924ff3435134"
|
|
1973
2453
|
}
|
|
1974
2454
|
]
|
|
1975
2455
|
},
|
|
@@ -1999,7 +2479,7 @@
|
|
|
1999
2479
|
"hashes": [
|
|
2000
2480
|
{
|
|
2001
2481
|
"alg": "SHA-256",
|
|
2002
|
-
"content": "
|
|
2482
|
+
"content": "b629bfb0906376e180c945a0e0dc35fa6e707f66bfcf5b0d6dd9b02d75a7bd79"
|
|
2003
2483
|
}
|
|
2004
2484
|
]
|
|
2005
2485
|
},
|
|
@@ -2033,6 +2513,16 @@
|
|
|
2033
2513
|
}
|
|
2034
2514
|
]
|
|
2035
2515
|
},
|
|
2516
|
+
{
|
|
2517
|
+
"type": "file",
|
|
2518
|
+
"name": "tests/unit/generator-swarm-contract.test.js",
|
|
2519
|
+
"hashes": [
|
|
2520
|
+
{
|
|
2521
|
+
"alg": "SHA-256",
|
|
2522
|
+
"content": "dfa12c6ea7d42a56c7dca13fde775443d462672464870dc01162cd5767836df5"
|
|
2523
|
+
}
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2036
2526
|
{
|
|
2037
2527
|
"type": "file",
|
|
2038
2528
|
"name": "tests/unit/growth-axes-and-compliance.test.js",
|
|
@@ -2083,13 +2573,23 @@
|
|
|
2083
2573
|
}
|
|
2084
2574
|
]
|
|
2085
2575
|
},
|
|
2576
|
+
{
|
|
2577
|
+
"type": "file",
|
|
2578
|
+
"name": "tests/unit/guard-honest-input-meta.test.js",
|
|
2579
|
+
"hashes": [
|
|
2580
|
+
{
|
|
2581
|
+
"alg": "SHA-256",
|
|
2582
|
+
"content": "b8e6513e09e774b83b2f05ac42d35c4849ef81b58e600e442dd22cf1071d02f3"
|
|
2583
|
+
}
|
|
2584
|
+
]
|
|
2585
|
+
},
|
|
2086
2586
|
{
|
|
2087
2587
|
"type": "file",
|
|
2088
2588
|
"name": "tests/unit/honest-failure-rules.test.js",
|
|
2089
2589
|
"hashes": [
|
|
2090
2590
|
{
|
|
2091
2591
|
"alg": "SHA-256",
|
|
2092
|
-
"content": "
|
|
2592
|
+
"content": "176115fafdca146eff0ebf87361fe6d0f26c7c3621cda03da0140ab72ba9f1ac"
|
|
2093
2593
|
}
|
|
2094
2594
|
]
|
|
2095
2595
|
},
|
|
@@ -2143,6 +2643,16 @@
|
|
|
2143
2643
|
}
|
|
2144
2644
|
]
|
|
2145
2645
|
},
|
|
2646
|
+
{
|
|
2647
|
+
"type": "file",
|
|
2648
|
+
"name": "tests/unit/look-phase-contract.test.js",
|
|
2649
|
+
"hashes": [
|
|
2650
|
+
{
|
|
2651
|
+
"alg": "SHA-256",
|
|
2652
|
+
"content": "9f0dadd377d02e79ab7df65a527b8640d86d5808c102c66cb250cad277d3e368"
|
|
2653
|
+
}
|
|
2654
|
+
]
|
|
2655
|
+
},
|
|
2146
2656
|
{
|
|
2147
2657
|
"type": "file",
|
|
2148
2658
|
"name": "tests/unit/module-copy-identity.test.js",
|
|
@@ -2153,6 +2663,16 @@
|
|
|
2153
2663
|
}
|
|
2154
2664
|
]
|
|
2155
2665
|
},
|
|
2666
|
+
{
|
|
2667
|
+
"type": "file",
|
|
2668
|
+
"name": "tests/unit/negative-conclusion-gate.test.js",
|
|
2669
|
+
"hashes": [
|
|
2670
|
+
{
|
|
2671
|
+
"alg": "SHA-256",
|
|
2672
|
+
"content": "7ffbcfdf638941511dc78c048d5056812e63af203cdf7c9bc757a22540cca14e"
|
|
2673
|
+
}
|
|
2674
|
+
]
|
|
2675
|
+
},
|
|
2156
2676
|
{
|
|
2157
2677
|
"type": "file",
|
|
2158
2678
|
"name": "tests/unit/pipeline-file-ownership.test.js",
|
|
@@ -2163,6 +2683,16 @@
|
|
|
2163
2683
|
}
|
|
2164
2684
|
]
|
|
2165
2685
|
},
|
|
2686
|
+
{
|
|
2687
|
+
"type": "file",
|
|
2688
|
+
"name": "tests/unit/quote-provenance.test.js",
|
|
2689
|
+
"hashes": [
|
|
2690
|
+
{
|
|
2691
|
+
"alg": "SHA-256",
|
|
2692
|
+
"content": "e9f50ec67b8dde73d609c1df6bbeafa7eaf23f3ae62785362b57d09e3b7e6c70"
|
|
2693
|
+
}
|
|
2694
|
+
]
|
|
2695
|
+
},
|
|
2166
2696
|
{
|
|
2167
2697
|
"type": "file",
|
|
2168
2698
|
"name": "tests/unit/roadmap-one-schema.test.js",
|
|
@@ -2239,7 +2769,17 @@
|
|
|
2239
2769
|
"hashes": [
|
|
2240
2770
|
{
|
|
2241
2771
|
"alg": "SHA-256",
|
|
2242
|
-
"content": "
|
|
2772
|
+
"content": "a601c25a1b1e697140d76216bcdabb80c86528f7bc81654581dd0c4dc43188d8"
|
|
2773
|
+
}
|
|
2774
|
+
]
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
"type": "file",
|
|
2778
|
+
"name": "tests/unit/traceability-completion-gate.test.js",
|
|
2779
|
+
"hashes": [
|
|
2780
|
+
{
|
|
2781
|
+
"alg": "SHA-256",
|
|
2782
|
+
"content": "082c141de9995c1d8bc51857b598d33e4a3f4947c325671283d3c6c70d224397"
|
|
2243
2783
|
}
|
|
2244
2784
|
]
|
|
2245
2785
|
},
|
|
@@ -2269,7 +2809,7 @@
|
|
|
2269
2809
|
"hashes": [
|
|
2270
2810
|
{
|
|
2271
2811
|
"alg": "SHA-256",
|
|
2272
|
-
"content": "
|
|
2812
|
+
"content": "863ad4b5446b9cf5177b1f53502e8add4a9778f7ac2a94f58c8b4ec99dc1611d"
|
|
2273
2813
|
}
|
|
2274
2814
|
]
|
|
2275
2815
|
},
|