@dzhechkov/p-replicator 1.10.4 → 1.12.0
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 +119 -47
- package/CHANGELOG.md +85 -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/README.md +1 -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/README.md +1 -1
- package/README/ru/html/index.html +7 -7
- package/README.md +154 -38
- package/bin/cli.js +0 -0
- package/package.json +12 -10
- package/sbom.json +226 -46
- package/scripts/check-pipeline-gaps.sh +413 -0
- package/src/commands/doctor.js +94 -4
- package/src/rule-components.json +11 -0
- package/src/utils.js +3 -8
- package/templates/.claude/agents/harvest-coordinator.md +10 -1
- package/templates/.claude/commands/feature.md +57 -9
- package/templates/.claude/commands/go.md +11 -0
- package/templates/.claude/commands/harvest.md +41 -3
- package/templates/.claude/commands/myinsights.md +21 -26
- package/templates/.claude/commands/replicate.md +10 -1
- package/templates/.claude/commands/start.md +8 -0
- package/templates/.claude/hooks/check-ports.cjs +409 -20
- 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/feature-lifecycle.md +14 -3
- package/templates/.claude/rules/honest-configuration.md +54 -0
- package/templates/.claude/rules/insights-capture.md +10 -5
- package/templates/.claude/rules/replicate-pipeline.md +4 -2
- 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/knowledge-extractor/modules/01-agent-review.md +16 -5
- package/templates/.claude/skills/sparc-prd-mini/SKILL.md +86 -16
- 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 +24 -20
- package/tests/snapshot/templates.test.js +47 -0
- package/tests/unit/absence-is-not-emptiness.test.js +15 -1
- package/tests/unit/check-pipeline-gaps.test.js +94 -0
- package/tests/unit/check-ports.test.js +729 -2
- package/tests/unit/db-port-rule.test.js +36 -5
- 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/honest-failure-rules.test.js +492 -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/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 +3 -2
- package/LICENSE +0 -21
package/sbom.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"hashes": [
|
|
16
16
|
{
|
|
17
17
|
"alg": "SHA-256",
|
|
18
|
-
"content": "
|
|
18
|
+
"content": "866333345d0c618caf68dac1d522b2b3f003fd97d5a0a5c91fc2b6f226137a6c"
|
|
19
19
|
}
|
|
20
20
|
]
|
|
21
21
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"hashes": [
|
|
46
46
|
{
|
|
47
47
|
"alg": "SHA-256",
|
|
48
|
-
"content": "
|
|
48
|
+
"content": "59388dee254e5b292c642425c28b110ca9c8ebd260e01e935e9641fb2cff18fb"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"hashes": [
|
|
56
56
|
{
|
|
57
57
|
"alg": "SHA-256",
|
|
58
|
-
"content": "
|
|
58
|
+
"content": "ef2ce567e7221d6732ba8c085571adb0af28bcf512e11322c242b7f44dbf8f98"
|
|
59
59
|
}
|
|
60
60
|
]
|
|
61
61
|
},
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"hashes": [
|
|
66
66
|
{
|
|
67
67
|
"alg": "SHA-256",
|
|
68
|
-
"content": "
|
|
68
|
+
"content": "eaa6082c03470f61d6b5cfd2acb180143f9f206e25a2fc81f977fc3119f58843"
|
|
69
69
|
}
|
|
70
70
|
]
|
|
71
71
|
},
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"hashes": [
|
|
76
76
|
{
|
|
77
77
|
"alg": "SHA-256",
|
|
78
|
-
"content": "
|
|
78
|
+
"content": "33c1d4bd0fed5c33cafedc74aa702a9d16b4f93a828b9bef125811a3019c139e"
|
|
79
79
|
}
|
|
80
80
|
]
|
|
81
81
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"hashes": [
|
|
86
86
|
{
|
|
87
87
|
"alg": "SHA-256",
|
|
88
|
-
"content": "
|
|
88
|
+
"content": "dbcb4f7df564f749a7db8c58286f734f0b33801d85c65f9dd677921a4bae2113"
|
|
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
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"hashes": [
|
|
136
136
|
{
|
|
137
137
|
"alg": "SHA-256",
|
|
138
|
-
"content": "
|
|
138
|
+
"content": "fd8839b2c0291fabedb1273905bb9858fd01618153eaff8e3a64dbaf8772f360"
|
|
139
139
|
}
|
|
140
140
|
]
|
|
141
141
|
},
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"hashes": [
|
|
146
146
|
{
|
|
147
147
|
"alg": "SHA-256",
|
|
148
|
-
"content": "
|
|
148
|
+
"content": "ba8080f582a98d43c08658f5dad1856e64975603df152f9134107110bf61bc48"
|
|
149
149
|
}
|
|
150
150
|
]
|
|
151
151
|
},
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"hashes": [
|
|
156
156
|
{
|
|
157
157
|
"alg": "SHA-256",
|
|
158
|
-
"content": "
|
|
158
|
+
"content": "94059cfd16d23c3b91df018538ce827f16dc8a2fa9b659eb8a1ccb208e3aa9bc"
|
|
159
159
|
}
|
|
160
160
|
]
|
|
161
161
|
},
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"hashes": [
|
|
166
166
|
{
|
|
167
167
|
"alg": "SHA-256",
|
|
168
|
-
"content": "
|
|
168
|
+
"content": "d5aa4d481b6fd34abfc2b6a0f6d4beffa26c25bfa46f943d40609eaf9616fb47"
|
|
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
|
},
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"hashes": [
|
|
216
216
|
{
|
|
217
217
|
"alg": "SHA-256",
|
|
218
|
-
"content": "
|
|
218
|
+
"content": "c44296a2696af4055081297affb18c2669c3f982a8e52c85f9dbe9de6e607147"
|
|
219
219
|
}
|
|
220
220
|
]
|
|
221
221
|
},
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"hashes": [
|
|
236
236
|
{
|
|
237
237
|
"alg": "SHA-256",
|
|
238
|
-
"content": "
|
|
238
|
+
"content": "2833632ec01f00e0524048d859f8265b3c7dc059e74e0c5112939e3f91e7c874"
|
|
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": "d2e2977cfcea59cf56bb7bf3ad1cf6b52262e71000a65dc0865cd8cfc4761e46"
|
|
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
|
},
|
|
@@ -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": "9508acdf6b2324c75024f1beb4e7c9542d2876bd2afb737b549dec65c6d56e4d"
|
|
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": "553a343104da5f2366ea5879fd6140aaee5035924d9d567c519450d0324660c5"
|
|
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
|
},
|
|
@@ -429,7 +449,7 @@
|
|
|
429
449
|
"hashes": [
|
|
430
450
|
{
|
|
431
451
|
"alg": "SHA-256",
|
|
432
|
-
"content": "
|
|
452
|
+
"content": "2df6ab3e6c015dc294955234192843c24a00e07784ac30994c7fe7572f8de775"
|
|
433
453
|
}
|
|
434
454
|
]
|
|
435
455
|
},
|
|
@@ -439,7 +459,7 @@
|
|
|
439
459
|
"hashes": [
|
|
440
460
|
{
|
|
441
461
|
"alg": "SHA-256",
|
|
442
|
-
"content": "
|
|
462
|
+
"content": "df92c2ec060707638cc7d26d9c9e6a5fecc381e89915bdb0671c5489fb530574"
|
|
443
463
|
}
|
|
444
464
|
]
|
|
445
465
|
},
|
|
@@ -449,7 +469,7 @@
|
|
|
449
469
|
"hashes": [
|
|
450
470
|
{
|
|
451
471
|
"alg": "SHA-256",
|
|
452
|
-
"content": "
|
|
472
|
+
"content": "5d78e189947b8c91602de89742099f25df4c85f5625299bd77bc073af667e155"
|
|
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": "7dbf352a122f415bb987d3c968b905d5a9bda932e619382ce24f9ef2c099723a"
|
|
493
513
|
}
|
|
494
514
|
]
|
|
495
515
|
},
|
|
@@ -509,7 +529,7 @@
|
|
|
509
529
|
"hashes": [
|
|
510
530
|
{
|
|
511
531
|
"alg": "SHA-256",
|
|
512
|
-
"content": "
|
|
532
|
+
"content": "2c9d2bd450d6a8cd6f8f0e958b77ae4430efc745645a11300cf29e85dcb468a6"
|
|
513
533
|
}
|
|
514
534
|
]
|
|
515
535
|
},
|
|
@@ -569,7 +589,7 @@
|
|
|
569
589
|
"hashes": [
|
|
570
590
|
{
|
|
571
591
|
"alg": "SHA-256",
|
|
572
|
-
"content": "
|
|
592
|
+
"content": "2385687994c882ebb430cdf8ae2bef9309fe5ba284354671413dc134f8e17694"
|
|
573
593
|
}
|
|
574
594
|
]
|
|
575
595
|
},
|
|
@@ -579,7 +599,7 @@
|
|
|
579
599
|
"hashes": [
|
|
580
600
|
{
|
|
581
601
|
"alg": "SHA-256",
|
|
582
|
-
"content": "
|
|
602
|
+
"content": "31fbe90d81b01dfb56557ed5d68dbde2211a14d5469c5d3761f45fb63c07c3a7"
|
|
583
603
|
}
|
|
584
604
|
]
|
|
585
605
|
},
|
|
@@ -599,7 +619,27 @@
|
|
|
599
619
|
"hashes": [
|
|
600
620
|
{
|
|
601
621
|
"alg": "SHA-256",
|
|
602
|
-
"content": "
|
|
622
|
+
"content": "5a842162e710b6cb07f59ee0711f2b190d5e505e4546ea01931ba4ba25be8228"
|
|
623
|
+
}
|
|
624
|
+
]
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"type": "file",
|
|
628
|
+
"name": "templates/.claude/hooks/write-insight.cjs",
|
|
629
|
+
"hashes": [
|
|
630
|
+
{
|
|
631
|
+
"alg": "SHA-256",
|
|
632
|
+
"content": "743f2d85b037cf522dfaf4775947b0cd331e52f2f304e88360c160e0e8e9a589"
|
|
633
|
+
}
|
|
634
|
+
]
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"type": "file",
|
|
638
|
+
"name": "templates/.claude/rules/cost-of-detection-ladder.md",
|
|
639
|
+
"hashes": [
|
|
640
|
+
{
|
|
641
|
+
"alg": "SHA-256",
|
|
642
|
+
"content": "f15309ee8f1494478ff7678380dbe8fc8eecd154be36d57c9090cd17126a07da"
|
|
603
643
|
}
|
|
604
644
|
]
|
|
605
645
|
},
|
|
@@ -609,7 +649,7 @@
|
|
|
609
649
|
"hashes": [
|
|
610
650
|
{
|
|
611
651
|
"alg": "SHA-256",
|
|
612
|
-
"content": "
|
|
652
|
+
"content": "59eb430f29dd762e8b76ad6d1177fe8b5b250de007856c743387cb88ee157942"
|
|
613
653
|
}
|
|
614
654
|
]
|
|
615
655
|
},
|
|
@@ -619,7 +659,7 @@
|
|
|
619
659
|
"hashes": [
|
|
620
660
|
{
|
|
621
661
|
"alg": "SHA-256",
|
|
622
|
-
"content": "
|
|
662
|
+
"content": "4a7bb631bc3600c8aeb5a5a484258298688d87604ac5d2d3cacdff9139d05edc"
|
|
623
663
|
}
|
|
624
664
|
]
|
|
625
665
|
},
|
|
@@ -633,13 +673,23 @@
|
|
|
633
673
|
}
|
|
634
674
|
]
|
|
635
675
|
},
|
|
676
|
+
{
|
|
677
|
+
"type": "file",
|
|
678
|
+
"name": "templates/.claude/rules/honest-configuration.md",
|
|
679
|
+
"hashes": [
|
|
680
|
+
{
|
|
681
|
+
"alg": "SHA-256",
|
|
682
|
+
"content": "851bc28e9e2baf1043bc09b982f3df3431bc7af1e076f8ff9df3d6729835bad5"
|
|
683
|
+
}
|
|
684
|
+
]
|
|
685
|
+
},
|
|
636
686
|
{
|
|
637
687
|
"type": "file",
|
|
638
688
|
"name": "templates/.claude/rules/insights-capture.md",
|
|
639
689
|
"hashes": [
|
|
640
690
|
{
|
|
641
691
|
"alg": "SHA-256",
|
|
642
|
-
"content": "
|
|
692
|
+
"content": "d529e6be79178636ca362d83366b1dd7a843371e8ba4f2b09d65c009fab52dc4"
|
|
643
693
|
}
|
|
644
694
|
]
|
|
645
695
|
},
|
|
@@ -649,7 +699,7 @@
|
|
|
649
699
|
"hashes": [
|
|
650
700
|
{
|
|
651
701
|
"alg": "SHA-256",
|
|
652
|
-
"content": "
|
|
702
|
+
"content": "fce6480a56bd4ab2d6908faac5985d7557527b1ca36ad597bb00feabca3688bd"
|
|
653
703
|
}
|
|
654
704
|
]
|
|
655
705
|
},
|
|
@@ -659,7 +709,17 @@
|
|
|
659
709
|
"hashes": [
|
|
660
710
|
{
|
|
661
711
|
"alg": "SHA-256",
|
|
662
|
-
"content": "
|
|
712
|
+
"content": "c3f624d0a8a4c7e0f5744e529eb4486cc0589fdb732b9799bccc75091a6d63ca"
|
|
713
|
+
}
|
|
714
|
+
]
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"type": "file",
|
|
718
|
+
"name": "templates/.claude/rules/swarm-file-evidence.md",
|
|
719
|
+
"hashes": [
|
|
720
|
+
{
|
|
721
|
+
"alg": "SHA-256",
|
|
722
|
+
"content": "c71a216dbc3fd633c30949823ceac354f8439b96279a1a8dd606afb1b3ef5c45"
|
|
663
723
|
}
|
|
664
724
|
]
|
|
665
725
|
},
|
|
@@ -669,7 +729,7 @@
|
|
|
669
729
|
"hashes": [
|
|
670
730
|
{
|
|
671
731
|
"alg": "SHA-256",
|
|
672
|
-
"content": "
|
|
732
|
+
"content": "18db09827dce410667b93e2b1a41ef8e46d4431114733e4304a5fc2192b2fc66"
|
|
673
733
|
}
|
|
674
734
|
]
|
|
675
735
|
},
|
|
@@ -1309,7 +1369,7 @@
|
|
|
1309
1369
|
"hashes": [
|
|
1310
1370
|
{
|
|
1311
1371
|
"alg": "SHA-256",
|
|
1312
|
-
"content": "
|
|
1372
|
+
"content": "33395c8b87c4d7d1f63dff0891aaebcf50e302cbe2026005b3c6d51817f35a70"
|
|
1313
1373
|
}
|
|
1314
1374
|
]
|
|
1315
1375
|
},
|
|
@@ -1709,7 +1769,7 @@
|
|
|
1709
1769
|
"hashes": [
|
|
1710
1770
|
{
|
|
1711
1771
|
"alg": "SHA-256",
|
|
1712
|
-
"content": "
|
|
1772
|
+
"content": "29c74d628f86f79fe2ba7b4d2a69b34de332519b8a11c945568e59830535742a"
|
|
1713
1773
|
}
|
|
1714
1774
|
]
|
|
1715
1775
|
},
|
|
@@ -1749,7 +1809,37 @@
|
|
|
1749
1809
|
"hashes": [
|
|
1750
1810
|
{
|
|
1751
1811
|
"alg": "SHA-256",
|
|
1752
|
-
"content": "
|
|
1812
|
+
"content": "4c51f9c38396b115a875f397168b82c50312c2b93436b32ae501ac3bd0978fc9"
|
|
1813
|
+
}
|
|
1814
|
+
]
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"type": "file",
|
|
1818
|
+
"name": "tests/e2e/packed-insights-writer.test.js",
|
|
1819
|
+
"hashes": [
|
|
1820
|
+
{
|
|
1821
|
+
"alg": "SHA-256",
|
|
1822
|
+
"content": "3477f63db3f531e3c2970b85d784f22d268695030764319457a543b2e9d49758"
|
|
1823
|
+
}
|
|
1824
|
+
]
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"type": "file",
|
|
1828
|
+
"name": "tests/fixtures/prep-traceability-fixture/docs/features/order-refund/01_specification.md",
|
|
1829
|
+
"hashes": [
|
|
1830
|
+
{
|
|
1831
|
+
"alg": "SHA-256",
|
|
1832
|
+
"content": "86e366e17ff16f7dbe161bdd1bf3351212e6bb2bac7a5d2c20616fb9c6fd454a"
|
|
1833
|
+
}
|
|
1834
|
+
]
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"type": "file",
|
|
1838
|
+
"name": "tests/fixtures/prep-traceability-fixture/docs/features/order-refund/02_pseudocode.md",
|
|
1839
|
+
"hashes": [
|
|
1840
|
+
{
|
|
1841
|
+
"alg": "SHA-256",
|
|
1842
|
+
"content": "848b3afb83e2d4151c1774900b33983b824e88c03e651085c4a9a1952ba78e64"
|
|
1753
1843
|
}
|
|
1754
1844
|
]
|
|
1755
1845
|
},
|
|
@@ -1759,7 +1849,7 @@
|
|
|
1759
1849
|
"hashes": [
|
|
1760
1850
|
{
|
|
1761
1851
|
"alg": "SHA-256",
|
|
1762
|
-
"content": "
|
|
1852
|
+
"content": "a5a8123c4fdc9297b44cd521c87ce8dd46caaafcd849a237c0224d3ec52facce"
|
|
1763
1853
|
}
|
|
1764
1854
|
]
|
|
1765
1855
|
},
|
|
@@ -1769,7 +1859,7 @@
|
|
|
1769
1859
|
"hashes": [
|
|
1770
1860
|
{
|
|
1771
1861
|
"alg": "SHA-256",
|
|
1772
|
-
"content": "
|
|
1862
|
+
"content": "79b4d3d48a5d132af19f4a25ee6efb4e9907cbed4ca21e6102a29346e719321f"
|
|
1773
1863
|
}
|
|
1774
1864
|
]
|
|
1775
1865
|
},
|
|
@@ -1789,7 +1879,7 @@
|
|
|
1789
1879
|
"hashes": [
|
|
1790
1880
|
{
|
|
1791
1881
|
"alg": "SHA-256",
|
|
1792
|
-
"content": "
|
|
1882
|
+
"content": "db7d0531dfb1a355c51bf867e156397723b7f3ea48dd8831880f8ed3a945e65b"
|
|
1793
1883
|
}
|
|
1794
1884
|
]
|
|
1795
1885
|
},
|
|
@@ -1853,13 +1943,23 @@
|
|
|
1853
1943
|
}
|
|
1854
1944
|
]
|
|
1855
1945
|
},
|
|
1946
|
+
{
|
|
1947
|
+
"type": "file",
|
|
1948
|
+
"name": "tests/unit/check-pipeline-gaps.test.js",
|
|
1949
|
+
"hashes": [
|
|
1950
|
+
{
|
|
1951
|
+
"alg": "SHA-256",
|
|
1952
|
+
"content": "88bd501cf7716dec34435c6265033d6819ca30b65f8bbd3a991c984557fe139f"
|
|
1953
|
+
}
|
|
1954
|
+
]
|
|
1955
|
+
},
|
|
1856
1956
|
{
|
|
1857
1957
|
"type": "file",
|
|
1858
1958
|
"name": "tests/unit/check-ports.test.js",
|
|
1859
1959
|
"hashes": [
|
|
1860
1960
|
{
|
|
1861
1961
|
"alg": "SHA-256",
|
|
1862
|
-
"content": "
|
|
1962
|
+
"content": "3d927f6bece5bcf163f9fbbc599d77d74dd51fb0f2978e7f0b1dfe3a086a76c6"
|
|
1863
1963
|
}
|
|
1864
1964
|
]
|
|
1865
1965
|
},
|
|
@@ -1869,7 +1969,7 @@
|
|
|
1869
1969
|
"hashes": [
|
|
1870
1970
|
{
|
|
1871
1971
|
"alg": "SHA-256",
|
|
1872
|
-
"content": "
|
|
1972
|
+
"content": "9c652a4453b5812a3e8e021193a45a5e08571ba483b0b82cc80138fada4816a3"
|
|
1873
1973
|
}
|
|
1874
1974
|
]
|
|
1875
1975
|
},
|
|
@@ -1883,13 +1983,43 @@
|
|
|
1883
1983
|
}
|
|
1884
1984
|
]
|
|
1885
1985
|
},
|
|
1986
|
+
{
|
|
1987
|
+
"type": "file",
|
|
1988
|
+
"name": "tests/unit/detection-ladder-contract.test.js",
|
|
1989
|
+
"hashes": [
|
|
1990
|
+
{
|
|
1991
|
+
"alg": "SHA-256",
|
|
1992
|
+
"content": "8ff509273436f10432bed8d34568d88d3bcbf6d85c9e7e290310ab771b9785b0"
|
|
1993
|
+
}
|
|
1994
|
+
]
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"type": "file",
|
|
1998
|
+
"name": "tests/unit/detection-ladder-registry.test.js",
|
|
1999
|
+
"hashes": [
|
|
2000
|
+
{
|
|
2001
|
+
"alg": "SHA-256",
|
|
2002
|
+
"content": "22383f72a1d629e2bdfb3649350237751012cf9edc289af058d44f7a64d56a29"
|
|
2003
|
+
}
|
|
2004
|
+
]
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"type": "file",
|
|
2008
|
+
"name": "tests/unit/doctor-insight-flow.test.js",
|
|
2009
|
+
"hashes": [
|
|
2010
|
+
{
|
|
2011
|
+
"alg": "SHA-256",
|
|
2012
|
+
"content": "80da9e5aee65413d9cf72c49ee25d370c2a5a36ceebf1e061210cb7d22ce7219"
|
|
2013
|
+
}
|
|
2014
|
+
]
|
|
2015
|
+
},
|
|
1886
2016
|
{
|
|
1887
2017
|
"type": "file",
|
|
1888
2018
|
"name": "tests/unit/external-dependency-check.test.js",
|
|
1889
2019
|
"hashes": [
|
|
1890
2020
|
{
|
|
1891
2021
|
"alg": "SHA-256",
|
|
1892
|
-
"content": "
|
|
2022
|
+
"content": "37bcea52089d32a6a33fc5155f487be0b20dd050a63216af899e2562a786c7ba"
|
|
1893
2023
|
}
|
|
1894
2024
|
]
|
|
1895
2025
|
},
|
|
@@ -1953,13 +2083,23 @@
|
|
|
1953
2083
|
}
|
|
1954
2084
|
]
|
|
1955
2085
|
},
|
|
2086
|
+
{
|
|
2087
|
+
"type": "file",
|
|
2088
|
+
"name": "tests/unit/honest-failure-rules.test.js",
|
|
2089
|
+
"hashes": [
|
|
2090
|
+
{
|
|
2091
|
+
"alg": "SHA-256",
|
|
2092
|
+
"content": "22ad3d2196049fafbb549688c2506fd1883d592a1e563a93f8ffbf078c4c1891"
|
|
2093
|
+
}
|
|
2094
|
+
]
|
|
2095
|
+
},
|
|
1956
2096
|
{
|
|
1957
2097
|
"type": "file",
|
|
1958
2098
|
"name": "tests/unit/hooks-project-anchored.test.js",
|
|
1959
2099
|
"hashes": [
|
|
1960
2100
|
{
|
|
1961
2101
|
"alg": "SHA-256",
|
|
1962
|
-
"content": "
|
|
2102
|
+
"content": "c7b8e757190e1f88132f660394447d691a7915b77babb385b15ae5af7f94bb67"
|
|
1963
2103
|
}
|
|
1964
2104
|
]
|
|
1965
2105
|
},
|
|
@@ -1979,7 +2119,27 @@
|
|
|
1979
2119
|
"hashes": [
|
|
1980
2120
|
{
|
|
1981
2121
|
"alg": "SHA-256",
|
|
1982
|
-
"content": "
|
|
2122
|
+
"content": "b49143cc5c179b419c6aa2349b5a93824652ba89004bc8f026240293febe33fc"
|
|
2123
|
+
}
|
|
2124
|
+
]
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"type": "file",
|
|
2128
|
+
"name": "tests/unit/insights-dz-delegation.test.js",
|
|
2129
|
+
"hashes": [
|
|
2130
|
+
{
|
|
2131
|
+
"alg": "SHA-256",
|
|
2132
|
+
"content": "4d0943a66ffbbed3dfd1c44cc5d1165d8d9879bae59094cea052ea1d5af77bc2"
|
|
2133
|
+
}
|
|
2134
|
+
]
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"type": "file",
|
|
2138
|
+
"name": "tests/unit/insights-writer.test.js",
|
|
2139
|
+
"hashes": [
|
|
2140
|
+
{
|
|
2141
|
+
"alg": "SHA-256",
|
|
2142
|
+
"content": "e723a1fe9cd392196aae4f0c421915b6487f78ee213cfa1eab3f1b66106ec243"
|
|
1983
2143
|
}
|
|
1984
2144
|
]
|
|
1985
2145
|
},
|
|
@@ -2019,7 +2179,7 @@
|
|
|
2019
2179
|
"hashes": [
|
|
2020
2180
|
{
|
|
2021
2181
|
"alg": "SHA-256",
|
|
2022
|
-
"content": "
|
|
2182
|
+
"content": "181aefbb2e9c867471f62ce87989434f359ab58c5400f49fa6b3b10c1eb40583"
|
|
2023
2183
|
}
|
|
2024
2184
|
]
|
|
2025
2185
|
},
|
|
@@ -2083,13 +2243,33 @@
|
|
|
2083
2243
|
}
|
|
2084
2244
|
]
|
|
2085
2245
|
},
|
|
2246
|
+
{
|
|
2247
|
+
"type": "file",
|
|
2248
|
+
"name": "tests/unit/traceability-machine-ids.test.js",
|
|
2249
|
+
"hashes": [
|
|
2250
|
+
{
|
|
2251
|
+
"alg": "SHA-256",
|
|
2252
|
+
"content": "8160e026f485c43fb747b0089abe6c1e0f5bdd03223c3b7990e478c3aa386a5b"
|
|
2253
|
+
}
|
|
2254
|
+
]
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
"type": "file",
|
|
2258
|
+
"name": "tests/unit/traceability-negative-fixture.test.js",
|
|
2259
|
+
"hashes": [
|
|
2260
|
+
{
|
|
2261
|
+
"alg": "SHA-256",
|
|
2262
|
+
"content": "abc54e0e00138ecc6d75e0cbc496cbd888cd97b1ed567b7d23557f0674b5c161"
|
|
2263
|
+
}
|
|
2264
|
+
]
|
|
2265
|
+
},
|
|
2086
2266
|
{
|
|
2087
2267
|
"type": "file",
|
|
2088
2268
|
"name": "tests/unit/utils.test.js",
|
|
2089
2269
|
"hashes": [
|
|
2090
2270
|
{
|
|
2091
2271
|
"alg": "SHA-256",
|
|
2092
|
-
"content": "
|
|
2272
|
+
"content": "81ee9906aecc8419553a28c410883854a2009de9109ef1ffaafa2ea53b1ec2c7"
|
|
2093
2273
|
}
|
|
2094
2274
|
]
|
|
2095
2275
|
},
|