@dzhechkov/p-replicator 1.5.16 → 1.5.18
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 +51 -23
- package/README.md +5 -3
- package/package.json +1 -1
- package/sbom.json +106 -36
- package/templates/.claude/skills/goap-research-ed25519/SKILL.md +340 -47
- package/templates/.claude/skills/goap-research-ed25519/scripts/check_report_evidence.py +359 -3
- package/templates/.claude/skills/goap-research-ed25519/scripts/ed25519_verifier.py +386 -13
- package/templates/.claude/skills/goap-research-ed25519/scripts/fixture_legacy_v2_fact.json +23 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/fixtures_field_cases.json +133 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/goap_planner.py +314 -44
- package/templates/.claude/skills/goap-research-ed25519/scripts/learning_bridge.py +891 -280
- package/templates/.claude/skills/goap-research-ed25519/scripts/population_match.py +591 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/risk_statement.py +289 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_ed25519_verifier.py +57 -2
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_evidence_provenance.py +970 -306
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_goap_planner.py +420 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_population_match.py +544 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_risk_absolute.py +239 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_signature_v3.py +554 -0
- package/templates/.claude/skills/goap-research-ed25519/scripts/test_suite_completeness.py +90 -0
- package/tests/snapshot/baseline.json +24 -9
package/.dz-manifest.json
CHANGED
|
@@ -3,10 +3,6 @@
|
|
|
3
3
|
"version": 1,
|
|
4
4
|
"pack": "p-replicator",
|
|
5
5
|
"files": [
|
|
6
|
-
{
|
|
7
|
-
"path": ".gitignore",
|
|
8
|
-
"sha256": "32dae3052f331ee34d628ef535709b301259a45df7c7522c4d35dcf49873f00b"
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
"path": "CHANGELOG.md",
|
|
12
8
|
"sha256": "542dc8f6022012996f67733680d6e482ba485016c2ab439979a5ef50ad082253"
|
|
@@ -15,13 +11,17 @@
|
|
|
15
11
|
"path": "KNOWN_LIMITATIONS.md",
|
|
16
12
|
"sha256": "983200d843d2f4ac01f20d443219fe59cbc75ab1d1309395a3207fa4435c78d7"
|
|
17
13
|
},
|
|
14
|
+
{
|
|
15
|
+
"path": "LICENSE",
|
|
16
|
+
"sha256": "3b93f7070f6843f37e0cae255f7caff22b466a4017fd2020d7d3216237e5a701"
|
|
17
|
+
},
|
|
18
18
|
{
|
|
19
19
|
"path": "MULTIPLATFORM_ROADMAP.md",
|
|
20
20
|
"sha256": "655097e8dc7d1506b0760ac60635325415b005abf2c97643d93577d9bd12c85b"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"path": "README.md",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "8be51476830ef5fdd3125b4884c323547fdb96428e21aac52a7907d338fa0f70"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"path": "README/eng/01_quickstart.md",
|
|
@@ -109,15 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"path": "package.json",
|
|
112
|
-
"sha256": "
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"path": "scripts/sync-templates.js",
|
|
116
|
-
"sha256": "4a94587201cc339668ab58f20fc2fc4a650a467d43805c2a4127ea97a06624ae"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"path": "sources.json",
|
|
120
|
-
"sha256": "787645f616702f008d70b85d47bd739ae6dc31298482cecc694dffb17fdd32e6"
|
|
112
|
+
"sha256": "8ba9dc6c39fd9eebb793a3b7ed7e6baee80222ae6dc5d33a02efc7d4d670b382"
|
|
121
113
|
},
|
|
122
114
|
{
|
|
123
115
|
"path": "src/cli.js",
|
|
@@ -417,7 +409,7 @@
|
|
|
417
409
|
},
|
|
418
410
|
{
|
|
419
411
|
"path": "templates/.claude/skills/goap-research-ed25519/SKILL.md",
|
|
420
|
-
"sha256": "
|
|
412
|
+
"sha256": "404cb696d537d29585ec35f97a86173a582cd6fcf8d5f172a4f5bbd75ec971a8"
|
|
421
413
|
},
|
|
422
414
|
{
|
|
423
415
|
"path": "templates/.claude/skills/goap-research-ed25519/references/ed25519-verification.md",
|
|
@@ -433,11 +425,11 @@
|
|
|
433
425
|
},
|
|
434
426
|
{
|
|
435
427
|
"path": "templates/.claude/skills/goap-research-ed25519/scripts/check_report_evidence.py",
|
|
436
|
-
"sha256": "
|
|
428
|
+
"sha256": "5053e677f11d00b4dd8365a81eafa1d2c961eebd25c33f72b02455573a934a32"
|
|
437
429
|
},
|
|
438
430
|
{
|
|
439
431
|
"path": "templates/.claude/skills/goap-research-ed25519/scripts/ed25519_verifier.py",
|
|
440
|
-
"sha256": "
|
|
432
|
+
"sha256": "f4a2ac9e6473201583643fe8abf47560863cec600344dad5c9df06091b4298f5"
|
|
441
433
|
},
|
|
442
434
|
{
|
|
443
435
|
"path": "templates/.claude/skills/goap-research-ed25519/scripts/evidence_fetch.py",
|
|
@@ -447,13 +439,29 @@
|
|
|
447
439
|
"path": "templates/.claude/skills/goap-research-ed25519/scripts/fixture_legacy_v1_fact.json",
|
|
448
440
|
"sha256": "e613de4737145cbfb5f349fbf9f1122801ce3508b62c3a18e2e0cba26b9da5b0"
|
|
449
441
|
},
|
|
442
|
+
{
|
|
443
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/fixture_legacy_v2_fact.json",
|
|
444
|
+
"sha256": "3f552b47c3864e4ff7ae8c72516e98c188592c7f4f7703d09ce88b39f586ad9d"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/fixtures_field_cases.json",
|
|
448
|
+
"sha256": "e2ee619732ab4a1b57285e57b4349f96b4158b231a5624e5264fadf69edb8983"
|
|
449
|
+
},
|
|
450
450
|
{
|
|
451
451
|
"path": "templates/.claude/skills/goap-research-ed25519/scripts/goap_planner.py",
|
|
452
|
-
"sha256": "
|
|
452
|
+
"sha256": "f5cbf4784106710b363e7f29bfa538b75f488cb25e1c273ae40de9f4c2a6710b"
|
|
453
453
|
},
|
|
454
454
|
{
|
|
455
455
|
"path": "templates/.claude/skills/goap-research-ed25519/scripts/learning_bridge.py",
|
|
456
|
-
"sha256": "
|
|
456
|
+
"sha256": "74f8842978ba945ff78c2bd54702415dd87122e61919571e12a19c3cf1e56131"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/population_match.py",
|
|
460
|
+
"sha256": "bbd1d3346a6fb75d0e8526cb5d2fc8bc8613bb31ab63ffb0958d436d5e009054"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/risk_statement.py",
|
|
464
|
+
"sha256": "320ffece816e875f65624583846f44dc99461f672a0de7cda42be5ddf29d6de5"
|
|
457
465
|
},
|
|
458
466
|
{
|
|
459
467
|
"path": "templates/.claude/skills/goap-research-ed25519/scripts/source_tiers.py",
|
|
@@ -461,11 +469,31 @@
|
|
|
461
469
|
},
|
|
462
470
|
{
|
|
463
471
|
"path": "templates/.claude/skills/goap-research-ed25519/scripts/test_ed25519_verifier.py",
|
|
464
|
-
"sha256": "
|
|
472
|
+
"sha256": "dcba1ce538ff946d6928f30a7c5cbcc37fddf712b6181f91f94c76e20c117ac5"
|
|
465
473
|
},
|
|
466
474
|
{
|
|
467
475
|
"path": "templates/.claude/skills/goap-research-ed25519/scripts/test_evidence_provenance.py",
|
|
468
|
-
"sha256": "
|
|
476
|
+
"sha256": "292bfcdcc086934905c77f1543d8400ee483166ff3ce26c79bb526c204320dbb"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/test_goap_planner.py",
|
|
480
|
+
"sha256": "7942ada069048b7e97bf2b6e920898a58517ccec090069f347399dbf1fc37731"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/test_population_match.py",
|
|
484
|
+
"sha256": "f33f72c0ba6305af1644e6b1a7f7635d3f33273344f19c14e7dbd2f819af0e7f"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/test_risk_absolute.py",
|
|
488
|
+
"sha256": "ab353db189650551c374cb772ba4a3a6929e3a2618f2f5c112eca4c3f69e46b6"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/test_signature_v3.py",
|
|
492
|
+
"sha256": "a04259296df104c9497c7b31d29556cb9a7ad4dd3339cbe3d8d32a4f53950d25"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/test_suite_completeness.py",
|
|
496
|
+
"sha256": "727c5d5b0dad215957012276ebc146397178255077e762ed7b88a60d8178d2ab"
|
|
469
497
|
},
|
|
470
498
|
{
|
|
471
499
|
"path": "templates/.claude/skills/knowledge-extractor/SKILL.md",
|
|
@@ -657,7 +685,7 @@
|
|
|
657
685
|
},
|
|
658
686
|
{
|
|
659
687
|
"path": "tests/snapshot/baseline.json",
|
|
660
|
-
"sha256": "
|
|
688
|
+
"sha256": "1c3d036235c8bc167b173a38f86ef49bc0769596cacd301813adf6f87ce0f628"
|
|
661
689
|
},
|
|
662
690
|
{
|
|
663
691
|
"path": "tests/snapshot/templates.test.js",
|
|
@@ -673,5 +701,5 @@
|
|
|
673
701
|
}
|
|
674
702
|
]
|
|
675
703
|
},
|
|
676
|
-
"signature": "
|
|
704
|
+
"signature": "B2xxu/6qfq8cnKMX0dlV4cVX8oZYmMaxGJz6BrIcFlUwgbXwtm90lp4AyYkiEmzEBSbFMnt2o0vqSTJ7lcOOBg=="
|
|
677
705
|
}
|
package/README.md
CHANGED
|
@@ -30,9 +30,11 @@
|
|
|
30
30
|
> [`@dzhechkov/harness-cli`](https://www.npmjs.com/package/@dzhechkov/harness-cli) is on PATH, the
|
|
31
31
|
> bundled research skill recalls prior METHOD lessons at the start of an investigation and records new
|
|
32
32
|
> ones at four named moments. Without it the skill behaves exactly as before and says so once — it is
|
|
33
|
-
> detected, never required.
|
|
34
|
-
>
|
|
35
|
-
>
|
|
33
|
+
> detected, never required. Lessons go to a SEPARATE store (`<project>/.health-brain/.dz`) and never
|
|
34
|
+
> to the shared one; recall reads both, so engineering lessons transfer in and medical ones do not
|
|
35
|
+
> leave. A format check refuses identifier shapes (email, phone, record numbers) — it does NOT judge
|
|
36
|
+
> whether a lesson describes a method or a person, and says so: that judgement is the agent's, per
|
|
37
|
+
> the teach protocol. See `skills/goap-research-ed25519/SKILL.md`.
|
|
36
38
|
|
|
37
39
|
## 📚 Documentation in your language
|
|
38
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/p-replicator",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.18",
|
|
4
4
|
"description": "P-Replicator — Claude Code toolkit for AI-assisted product development (Vibe Coding). Full /replicate pipeline, 10 modular skills (880K+ chars), /harvest knowledge extraction, swarm agents, quality gates, security patterns, cross-project learning.",
|
|
5
5
|
"main": "src/cli.js",
|
|
6
6
|
"bin": {
|
package/sbom.json
CHANGED
|
@@ -11,31 +11,31 @@
|
|
|
11
11
|
"components": [
|
|
12
12
|
{
|
|
13
13
|
"type": "file",
|
|
14
|
-
"name": ".
|
|
14
|
+
"name": "CHANGELOG.md",
|
|
15
15
|
"hashes": [
|
|
16
16
|
{
|
|
17
17
|
"alg": "SHA-256",
|
|
18
|
-
"content": "
|
|
18
|
+
"content": "542dc8f6022012996f67733680d6e482ba485016c2ab439979a5ef50ad082253"
|
|
19
19
|
}
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
23
|
"type": "file",
|
|
24
|
-
"name": "
|
|
24
|
+
"name": "KNOWN_LIMITATIONS.md",
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "983200d843d2f4ac01f20d443219fe59cbc75ab1d1309395a3207fa4435c78d7"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"type": "file",
|
|
34
|
-
"name": "
|
|
34
|
+
"name": "LICENSE",
|
|
35
35
|
"hashes": [
|
|
36
36
|
{
|
|
37
37
|
"alg": "SHA-256",
|
|
38
|
-
"content": "
|
|
38
|
+
"content": "3b93f7070f6843f37e0cae255f7caff22b466a4017fd2020d7d3216237e5a701"
|
|
39
39
|
}
|
|
40
40
|
]
|
|
41
41
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"hashes": [
|
|
56
56
|
{
|
|
57
57
|
"alg": "SHA-256",
|
|
58
|
-
"content": "
|
|
58
|
+
"content": "8be51476830ef5fdd3125b4884c323547fdb96428e21aac52a7907d338fa0f70"
|
|
59
59
|
}
|
|
60
60
|
]
|
|
61
61
|
},
|
|
@@ -275,27 +275,7 @@
|
|
|
275
275
|
"hashes": [
|
|
276
276
|
{
|
|
277
277
|
"alg": "SHA-256",
|
|
278
|
-
"content": "
|
|
279
|
-
}
|
|
280
|
-
]
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"type": "file",
|
|
284
|
-
"name": "scripts/sync-templates.js",
|
|
285
|
-
"hashes": [
|
|
286
|
-
{
|
|
287
|
-
"alg": "SHA-256",
|
|
288
|
-
"content": "4a94587201cc339668ab58f20fc2fc4a650a467d43805c2a4127ea97a06624ae"
|
|
289
|
-
}
|
|
290
|
-
]
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"type": "file",
|
|
294
|
-
"name": "sources.json",
|
|
295
|
-
"hashes": [
|
|
296
|
-
{
|
|
297
|
-
"alg": "SHA-256",
|
|
298
|
-
"content": "787645f616702f008d70b85d47bd739ae6dc31298482cecc694dffb17fdd32e6"
|
|
278
|
+
"content": "8ba9dc6c39fd9eebb793a3b7ed7e6baee80222ae6dc5d33a02efc7d4d670b382"
|
|
299
279
|
}
|
|
300
280
|
]
|
|
301
281
|
},
|
|
@@ -1045,7 +1025,7 @@
|
|
|
1045
1025
|
"hashes": [
|
|
1046
1026
|
{
|
|
1047
1027
|
"alg": "SHA-256",
|
|
1048
|
-
"content": "
|
|
1028
|
+
"content": "404cb696d537d29585ec35f97a86173a582cd6fcf8d5f172a4f5bbd75ec971a8"
|
|
1049
1029
|
}
|
|
1050
1030
|
]
|
|
1051
1031
|
},
|
|
@@ -1085,7 +1065,7 @@
|
|
|
1085
1065
|
"hashes": [
|
|
1086
1066
|
{
|
|
1087
1067
|
"alg": "SHA-256",
|
|
1088
|
-
"content": "
|
|
1068
|
+
"content": "5053e677f11d00b4dd8365a81eafa1d2c961eebd25c33f72b02455573a934a32"
|
|
1089
1069
|
}
|
|
1090
1070
|
]
|
|
1091
1071
|
},
|
|
@@ -1095,7 +1075,7 @@
|
|
|
1095
1075
|
"hashes": [
|
|
1096
1076
|
{
|
|
1097
1077
|
"alg": "SHA-256",
|
|
1098
|
-
"content": "
|
|
1078
|
+
"content": "f4a2ac9e6473201583643fe8abf47560863cec600344dad5c9df06091b4298f5"
|
|
1099
1079
|
}
|
|
1100
1080
|
]
|
|
1101
1081
|
},
|
|
@@ -1119,13 +1099,33 @@
|
|
|
1119
1099
|
}
|
|
1120
1100
|
]
|
|
1121
1101
|
},
|
|
1102
|
+
{
|
|
1103
|
+
"type": "file",
|
|
1104
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/fixture_legacy_v2_fact.json",
|
|
1105
|
+
"hashes": [
|
|
1106
|
+
{
|
|
1107
|
+
"alg": "SHA-256",
|
|
1108
|
+
"content": "3f552b47c3864e4ff7ae8c72516e98c188592c7f4f7703d09ce88b39f586ad9d"
|
|
1109
|
+
}
|
|
1110
|
+
]
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"type": "file",
|
|
1114
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/fixtures_field_cases.json",
|
|
1115
|
+
"hashes": [
|
|
1116
|
+
{
|
|
1117
|
+
"alg": "SHA-256",
|
|
1118
|
+
"content": "e2ee619732ab4a1b57285e57b4349f96b4158b231a5624e5264fadf69edb8983"
|
|
1119
|
+
}
|
|
1120
|
+
]
|
|
1121
|
+
},
|
|
1122
1122
|
{
|
|
1123
1123
|
"type": "file",
|
|
1124
1124
|
"name": "templates/.claude/skills/goap-research-ed25519/scripts/goap_planner.py",
|
|
1125
1125
|
"hashes": [
|
|
1126
1126
|
{
|
|
1127
1127
|
"alg": "SHA-256",
|
|
1128
|
-
"content": "
|
|
1128
|
+
"content": "f5cbf4784106710b363e7f29bfa538b75f488cb25e1c273ae40de9f4c2a6710b"
|
|
1129
1129
|
}
|
|
1130
1130
|
]
|
|
1131
1131
|
},
|
|
@@ -1135,7 +1135,27 @@
|
|
|
1135
1135
|
"hashes": [
|
|
1136
1136
|
{
|
|
1137
1137
|
"alg": "SHA-256",
|
|
1138
|
-
"content": "
|
|
1138
|
+
"content": "74f8842978ba945ff78c2bd54702415dd87122e61919571e12a19c3cf1e56131"
|
|
1139
|
+
}
|
|
1140
|
+
]
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"type": "file",
|
|
1144
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/population_match.py",
|
|
1145
|
+
"hashes": [
|
|
1146
|
+
{
|
|
1147
|
+
"alg": "SHA-256",
|
|
1148
|
+
"content": "bbd1d3346a6fb75d0e8526cb5d2fc8bc8613bb31ab63ffb0958d436d5e009054"
|
|
1149
|
+
}
|
|
1150
|
+
]
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"type": "file",
|
|
1154
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/risk_statement.py",
|
|
1155
|
+
"hashes": [
|
|
1156
|
+
{
|
|
1157
|
+
"alg": "SHA-256",
|
|
1158
|
+
"content": "320ffece816e875f65624583846f44dc99461f672a0de7cda42be5ddf29d6de5"
|
|
1139
1159
|
}
|
|
1140
1160
|
]
|
|
1141
1161
|
},
|
|
@@ -1155,7 +1175,7 @@
|
|
|
1155
1175
|
"hashes": [
|
|
1156
1176
|
{
|
|
1157
1177
|
"alg": "SHA-256",
|
|
1158
|
-
"content": "
|
|
1178
|
+
"content": "dcba1ce538ff946d6928f30a7c5cbcc37fddf712b6181f91f94c76e20c117ac5"
|
|
1159
1179
|
}
|
|
1160
1180
|
]
|
|
1161
1181
|
},
|
|
@@ -1165,7 +1185,57 @@
|
|
|
1165
1185
|
"hashes": [
|
|
1166
1186
|
{
|
|
1167
1187
|
"alg": "SHA-256",
|
|
1168
|
-
"content": "
|
|
1188
|
+
"content": "292bfcdcc086934905c77f1543d8400ee483166ff3ce26c79bb526c204320dbb"
|
|
1189
|
+
}
|
|
1190
|
+
]
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"type": "file",
|
|
1194
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/test_goap_planner.py",
|
|
1195
|
+
"hashes": [
|
|
1196
|
+
{
|
|
1197
|
+
"alg": "SHA-256",
|
|
1198
|
+
"content": "7942ada069048b7e97bf2b6e920898a58517ccec090069f347399dbf1fc37731"
|
|
1199
|
+
}
|
|
1200
|
+
]
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"type": "file",
|
|
1204
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/test_population_match.py",
|
|
1205
|
+
"hashes": [
|
|
1206
|
+
{
|
|
1207
|
+
"alg": "SHA-256",
|
|
1208
|
+
"content": "f33f72c0ba6305af1644e6b1a7f7635d3f33273344f19c14e7dbd2f819af0e7f"
|
|
1209
|
+
}
|
|
1210
|
+
]
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"type": "file",
|
|
1214
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/test_risk_absolute.py",
|
|
1215
|
+
"hashes": [
|
|
1216
|
+
{
|
|
1217
|
+
"alg": "SHA-256",
|
|
1218
|
+
"content": "ab353db189650551c374cb772ba4a3a6929e3a2618f2f5c112eca4c3f69e46b6"
|
|
1219
|
+
}
|
|
1220
|
+
]
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"type": "file",
|
|
1224
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/test_signature_v3.py",
|
|
1225
|
+
"hashes": [
|
|
1226
|
+
{
|
|
1227
|
+
"alg": "SHA-256",
|
|
1228
|
+
"content": "a04259296df104c9497c7b31d29556cb9a7ad4dd3339cbe3d8d32a4f53950d25"
|
|
1229
|
+
}
|
|
1230
|
+
]
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
"type": "file",
|
|
1234
|
+
"name": "templates/.claude/skills/goap-research-ed25519/scripts/test_suite_completeness.py",
|
|
1235
|
+
"hashes": [
|
|
1236
|
+
{
|
|
1237
|
+
"alg": "SHA-256",
|
|
1238
|
+
"content": "727c5d5b0dad215957012276ebc146397178255077e762ed7b88a60d8178d2ab"
|
|
1169
1239
|
}
|
|
1170
1240
|
]
|
|
1171
1241
|
},
|
|
@@ -1645,7 +1715,7 @@
|
|
|
1645
1715
|
"hashes": [
|
|
1646
1716
|
{
|
|
1647
1717
|
"alg": "SHA-256",
|
|
1648
|
-
"content": "
|
|
1718
|
+
"content": "1c3d036235c8bc167b173a38f86ef49bc0769596cacd301813adf6f87ce0f628"
|
|
1649
1719
|
}
|
|
1650
1720
|
]
|
|
1651
1721
|
},
|