@dzhechkov/p-replicator 1.5.13 → 1.5.14
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 +653 -0
- package/CHANGELOG.md +874 -0
- package/KNOWN_LIMITATIONS.md +327 -0
- package/MULTIPLATFORM_ROADMAP.md +239 -0
- package/README/eng/06_troubleshooting.md +1 -1
- package/README/eng/07_changelog.md +57 -0
- package/README/eng/README.md +2 -2
- package/README/ru/06_troubleshooting.md +1 -1
- package/README/ru/07_changelog.md +58 -0
- package/README/ru/README.md +2 -2
- package/README/ru/html/build.js +7 -7
- package/README/ru/html/index.html +31 -12
- package/README.md +59 -10
- package/package.json +10 -3
- package/sbom.json +1623 -0
- package/tests/e2e/lifecycle.test.js +973 -0
- package/tests/snapshot/baseline.json +125 -0
- package/tests/snapshot/templates.test.js +89 -0
- package/tests/snapshot/update-baseline.js +68 -0
- package/tests/unit/utils.test.js +636 -0
|
@@ -0,0 +1,653 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manifest": {
|
|
3
|
+
"version": 1,
|
|
4
|
+
"pack": "p-replicator",
|
|
5
|
+
"files": [
|
|
6
|
+
{
|
|
7
|
+
"path": ".gitignore",
|
|
8
|
+
"sha256": "32dae3052f331ee34d628ef535709b301259a45df7c7522c4d35dcf49873f00b"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"path": "CHANGELOG.md",
|
|
12
|
+
"sha256": "542dc8f6022012996f67733680d6e482ba485016c2ab439979a5ef50ad082253"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"path": "KNOWN_LIMITATIONS.md",
|
|
16
|
+
"sha256": "983200d843d2f4ac01f20d443219fe59cbc75ab1d1309395a3207fa4435c78d7"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"path": "MULTIPLATFORM_ROADMAP.md",
|
|
20
|
+
"sha256": "655097e8dc7d1506b0760ac60635325415b005abf2c97643d93577d9bd12c85b"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"path": "README.md",
|
|
24
|
+
"sha256": "2200c141323c375e968bdc053a866bb0be31ff2c1d4c06206729698a4dd57103"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"path": "README/eng/01_quickstart.md",
|
|
28
|
+
"sha256": "b63c09b54f5d5d01fdb2cf8552785eabf67ebecf648630e72ffc4fadcb30243e"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"path": "README/eng/02_user_guide.md",
|
|
32
|
+
"sha256": "85849a14aa46bd9e529bc2f84e53382b7515db4019fe9d0755761e657077b734"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"path": "README/eng/03_admin_guide.md",
|
|
36
|
+
"sha256": "d4b27da460ea8ac622aed4f684980373fd357b2edb203218e54718bb13f13c5c"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"path": "README/eng/04_api_reference.md",
|
|
40
|
+
"sha256": "0a4879f346ac965cb2011515545c3fca0d922b7b8fcb817cf74dddbb01448f01"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"path": "README/eng/05_architecture.md",
|
|
44
|
+
"sha256": "bacd91f3877c685c3b5ae2baf0cac2c43764e118887675c2671bf0c958756740"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"path": "README/eng/06_troubleshooting.md",
|
|
48
|
+
"sha256": "86795faa1c3db14b1ec535e848c7750013a0eb9c2188db3929c2b148132e878a"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"path": "README/eng/07_changelog.md",
|
|
52
|
+
"sha256": "ad568668d0d86d7402463178c9ad107cba74fae63e6d39296905456723523a92"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"path": "README/eng/README.md",
|
|
56
|
+
"sha256": "b14daf9cf17f384af11b803606af7d2a2df28f509b34674bf9d46ba27e8caee6"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"path": "README/ru/01_quickstart.md",
|
|
60
|
+
"sha256": "b66c24e6ab262fe55d4b897b0d9bf56787ef0ae07c8437ca7f21f8c934783e85"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"path": "README/ru/02_user_guide.md",
|
|
64
|
+
"sha256": "c9e00214b39a964d0d98a14b3d28b8d5313c24934c05f646cef32ae75242deb6"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"path": "README/ru/03_admin_guide.md",
|
|
68
|
+
"sha256": "e2d33b9637d2b6fcbf0cb5004cb00d8b625f4f5a2d5c357620cf229536c24678"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"path": "README/ru/04_api_reference.md",
|
|
72
|
+
"sha256": "6921d471039d970f132f2b451d5ae147f38e8064479a0774cd706a633fd4b527"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"path": "README/ru/05_architecture.md",
|
|
76
|
+
"sha256": "9a67023b60c9eb6a1bcbbb3b359da73463d903668c5425ed68494024eff0c356"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"path": "README/ru/06_troubleshooting.md",
|
|
80
|
+
"sha256": "f279004531d9e60566825e11ebde2def05bd5362ab2e9ef5e3a56edc62050af1"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"path": "README/ru/07_changelog.md",
|
|
84
|
+
"sha256": "755ef07ec4a959f7135ee444d644d8a8533913e18365a6eeb3b6326b47046909"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"path": "README/ru/README.md",
|
|
88
|
+
"sha256": "45cafce56e84483c8cb66d542ba9b1f6594a44d333bbc3b70a14f282874b8aa3"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"path": "README/ru/html/build.js",
|
|
92
|
+
"sha256": "836fa21c9f21803ee1ac2ddaa66e8290974eb855a3105f59956e33d6ea30494e"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"path": "README/ru/html/index.html",
|
|
96
|
+
"sha256": "36aea5a412f883049599882198845771c3c77092dd10f1fd1e93422117907d42"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"path": "README/ru/html/script.js",
|
|
100
|
+
"sha256": "26a118a203a7da7db8a3ecb2166808ed51f3819b4b44160656d043578654414d"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"path": "README/ru/html/style.css",
|
|
104
|
+
"sha256": "b6b4b91812aba28f679e340274b9b91c8f49f3622761ad50f55695ca3f970ab9"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"path": "bin/cli.js",
|
|
108
|
+
"sha256": "c565f672c8d25ed74462cee48e6aef5e80fce486d7b5246228144ada714d6d4f"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"path": "package.json",
|
|
112
|
+
"sha256": "1ac0141d8c9d46838bde096e45af3ad8e514195ae16daa64db87511d1b7a0f2e"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"path": "scripts/sync-templates.js",
|
|
116
|
+
"sha256": "4a94587201cc339668ab58f20fc2fc4a650a467d43805c2a4127ea97a06624ae"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"path": "sources.json",
|
|
120
|
+
"sha256": "787645f616702f008d70b85d47bd739ae6dc31298482cecc694dffb17fdd32e6"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"path": "src/cli.js",
|
|
124
|
+
"sha256": "31d9665d7b62aa07272a36bea5ada94a69b1eb36983ef556d94e0155308957c8"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"path": "src/commands/doctor.js",
|
|
128
|
+
"sha256": "0cbd703649882cca4e484bf696b384291780ba760b7895a3ed2bdc1005ef2e4c"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"path": "src/commands/init.js",
|
|
132
|
+
"sha256": "82647e8a20fe71eece44f8fc087ceb3f3a3b4f3fa0891c8ac9d98da90c134c92"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"path": "src/commands/list.js",
|
|
136
|
+
"sha256": "9502797ecd69d2fa11c22610a6f90ca54910681d29274a43b0d7fa24cd48a637"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"path": "src/commands/remove.js",
|
|
140
|
+
"sha256": "4acaf651dbf2e19d4675e2cf40db4842059ea7876f7c26504aa2a7fb1b0e9d9a"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"path": "src/commands/update.js",
|
|
144
|
+
"sha256": "478520e85e55de5447e6faaeaed724b705adb101f9a7918d16a3f3845565eba5"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"path": "src/commands/verify.js",
|
|
148
|
+
"sha256": "e6d56e7471825b1bacd0e9dbc85d6c9428547c08ea604c348247e258a607eca0"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"path": "src/utils.js",
|
|
152
|
+
"sha256": "96702826927362de5b2030da81a37589c7822e7582f58ae996d0eb5e7f3fdd57"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"path": "templates/.claude/agents/doc-validator.md",
|
|
156
|
+
"sha256": "a46651637239b4f078b5c3022ea2bf9ef4fb84ab2eb529cdc41273c42deaddf5"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"path": "templates/.claude/agents/harvest-coordinator.md",
|
|
160
|
+
"sha256": "70fa884057669902e18744915305705cf9e45e738a83d7bb5ab011a3b72d683c"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"path": "templates/.claude/agents/product-discoverer.md",
|
|
164
|
+
"sha256": "ea341407faa6f31a152508945b24e650c5a71459bbc9e1f91cdab7621660a54d"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"path": "templates/.claude/agents/replicate-coordinator.md",
|
|
168
|
+
"sha256": "e86060110ab188109cf908878206543f414993e14dad01f8dc19f041ee6497a7"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"path": "templates/.claude/commands/deploy.md",
|
|
172
|
+
"sha256": "27f5424ee217163c55e5e6b9322a1f0858159407bd24ebd6d6588d6c22a5f890"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"path": "templates/.claude/commands/docs.md",
|
|
176
|
+
"sha256": "be03592cb3f1d61b60dc96d3e26d71281ad4eb2d4626012c080ce609a32c96e4"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"path": "templates/.claude/commands/feature.md",
|
|
180
|
+
"sha256": "3b605c004ae6d794dee30892956dc0a9536195e828929bdaff134f3e952e87bb"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"path": "templates/.claude/commands/go.md",
|
|
184
|
+
"sha256": "655dc9cad37b61a9f283cef15e435c492ee7cbc88a6ce59295ac32c975dee858"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"path": "templates/.claude/commands/harvest.md",
|
|
188
|
+
"sha256": "c074fe7799f594dda44c5f8166da707f25cee51b12f758dea562a8c1e6ac5dcd"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"path": "templates/.claude/commands/myinsights.md",
|
|
192
|
+
"sha256": "2e73e822384f976383d9c3313940888b9853f1781d2c39a2fb89825f221149dc"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"path": "templates/.claude/commands/next.md",
|
|
196
|
+
"sha256": "c417f86626a91d716cb9b5ed98e1445a0820055b22947da33fc90fc65fe974b2"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"path": "templates/.claude/commands/plan.md",
|
|
200
|
+
"sha256": "6fef889f51168981bf4a98b8392a0d595e3d199e1cfaa8e08c0a181ec6c440e4"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"path": "templates/.claude/commands/replicate.md",
|
|
204
|
+
"sha256": "27fb978d1b4f19169d48795c5ce1a8ad4e5b6a03e9ae478b64857cdeb9d8b4bb"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"path": "templates/.claude/commands/run.md",
|
|
208
|
+
"sha256": "87144dfe8c56c15ba7c117daa544d8a08b84d7205f21dafcc48d27c6c3995059"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"path": "templates/.claude/commands/start.md",
|
|
212
|
+
"sha256": "8ebd4393caf6fb453bf607022e6209b963847dd61cb95a78e7bb5f98e039c774"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"path": "templates/.claude/hooks/autocommit-insights.cjs",
|
|
216
|
+
"sha256": "36fa95a1cfa74098f2f222ee7038d1bd22478a42070746614eb9e2d8514cad61"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"path": "templates/.claude/hooks/autocommit-plans.cjs",
|
|
220
|
+
"sha256": "ac831fa835557e268a73e7a039977194c638689c3c65ce8cba427535d88ec3b2"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"path": "templates/.claude/hooks/autocommit-roadmap.cjs",
|
|
224
|
+
"sha256": "ab78ae2f163400865bee520b73b7624094bf6c32c63478dfd5d6a1715ca7f135"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"path": "templates/.claude/hooks/session-insights.cjs",
|
|
228
|
+
"sha256": "cbb60842149fb90aaa968576f99d0695c92628377c3ca3120d28c5ff0bc692f2"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"path": "templates/.claude/hooks/state-update.cjs",
|
|
232
|
+
"sha256": "39a20e59278e457f4ec4eadd66f3699fee43c79695934a44a4cdca0c18f6cec2"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"path": "templates/.claude/hooks/statusline.cjs",
|
|
236
|
+
"sha256": "7e3e230f68b2ba76908127887e7f75428599dbd62826be62ed626fc054ca1e65"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"path": "templates/.claude/rules/feature-lifecycle.md",
|
|
240
|
+
"sha256": "f9ddc8c889ab7938a7207b36ae46c36be05e9b870956ef16617bf31b2f78c758"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"path": "templates/.claude/rules/git-workflow.md",
|
|
244
|
+
"sha256": "7d8d2ded47fcc0fb95da3dc226efa6cb3c80d6adf7296977588c181dfce20192"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"path": "templates/.claude/rules/insights-capture.md",
|
|
248
|
+
"sha256": "488d694caffe7a32915b0ec1beb7a84b223fe602722c5bb91ab8bf2785626387"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"path": "templates/.claude/rules/replicate-pipeline.md",
|
|
252
|
+
"sha256": "2eaa40ece405b506f0b94818013e2e235be6c9fb3bd73e964dd675afc34b6535"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"path": "templates/.claude/rules/skill-interface-protocol.md",
|
|
256
|
+
"sha256": "fe18fcb9217002572f462f3a7f38de22cdd7ba0dd4e906fdcd0c0e8cfed9f2aa"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"path": "templates/.claude/settings.json",
|
|
260
|
+
"sha256": "1afea754d42e3b2aa7cee0a17a8347ba594427b40daa293ce7b21f3dfd0607c3"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"path": "templates/.claude/skills/brutal-honesty-review/README.md",
|
|
264
|
+
"sha256": "2a026b4af50b21456e50424fbfa089cb983fbbaa0c68024c8c17c695bea25a57"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"path": "templates/.claude/skills/brutal-honesty-review/SKILL.md",
|
|
268
|
+
"sha256": "21e41129dac8e99485b501dcb3767d5f4461ce527782fa7bc71f89dabe5bd2bd"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"path": "templates/.claude/skills/brutal-honesty-review/evals/brutal-honesty-review.yaml",
|
|
272
|
+
"sha256": "855c155d55575e12aab23fb3a5fb2fada74d93974ff755dfedac6f2d5bd41f13"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"path": "templates/.claude/skills/brutal-honesty-review/resources/assessment-rubrics.md",
|
|
276
|
+
"sha256": "dac09c91c765e2211799cc230738fb72a966f47511edb872306a906e49640cbe"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"path": "templates/.claude/skills/brutal-honesty-review/resources/review-template.md",
|
|
280
|
+
"sha256": "95182c8605b1d821360257e1c5dbac4300bda333d861785de417cbb84090b25b"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"path": "templates/.claude/skills/brutal-honesty-review/schemas/output.json",
|
|
284
|
+
"sha256": "2e252a3497b86322e1a6e6bd1aca8708b44389db3a2d81a6f893d467b6351210"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"path": "templates/.claude/skills/brutal-honesty-review/scripts/assess-code.sh",
|
|
288
|
+
"sha256": "7e9722c1533f1b7d1a9d11a7add13ac12a2a5f0acfc0ed2cdede2bcf0dab788f"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"path": "templates/.claude/skills/brutal-honesty-review/scripts/assess-tests.sh",
|
|
292
|
+
"sha256": "8c6444bdb5ce97e49223cdaa6b1c58ac8fcec710cd6ee8d56de9bc677379bd88"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"path": "templates/.claude/skills/brutal-honesty-review/scripts/validate-config.json",
|
|
296
|
+
"sha256": "7418284839f89735d01f50eefdb488b013e0076f6003a67683062429c14984c6"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/SKILL.md",
|
|
300
|
+
"sha256": "26fb1a3c0961fbb1f5f7e81ec5134bbe49ba0f99175c394cdf0c6b8a35568be2"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/01-detect-parse.md",
|
|
304
|
+
"sha256": "45441d525ff5092766b9ab743e783dbf3b25e9f9515bdda888c8ca1cc3e0a6f0"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/02-analyze-map.md",
|
|
308
|
+
"sha256": "231ac3c42b800e26d035562633da79abd77ea90540e8d9245cc9360867dc91ab"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/03-generate-p0.md",
|
|
312
|
+
"sha256": "b093a5d66663e2dfd6415afef7c7444409f03379f857001b811685ded410038b"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/04-generate-p1.md",
|
|
316
|
+
"sha256": "081284d3858c5dd89b45fc8a2b83bbc0477843f864cbceb6d9f8c3629b198a0a"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/05-generate-p2p3.md",
|
|
320
|
+
"sha256": "9535eaa5fa1be0804369aa4e8ee6f6f580839ea2c3c7b7aa51584e298a928093"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/06-package-deliver.md",
|
|
324
|
+
"sha256": "d7d7effe411b6dc885f2cff04ccc931bed06c9245ebde34c5842d130b0f1e89d"
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/07-harvest-feedback.md",
|
|
328
|
+
"sha256": "2121fa2e93b0d0e01418d92ca12c2dd2831596ff11a1ec44b436b530198fca91"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/08-skill-composition.md",
|
|
332
|
+
"sha256": "1deedef5ee5c7ef1f7fd8a8fb84732d82f872724fc96697bf530c6dbd6d0850a"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/09-cross-project-learning.md",
|
|
336
|
+
"sha256": "c395bc42a40ed14c0b8fe274df516082db0490228c82aba6a56f23b8f41d3d43"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/modules/README.md",
|
|
340
|
+
"sha256": "9dbcc9c0978d06cbe31caffa909741fdb3a38d3cd1e6e98addf95628ec8394a0"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/claude-md-strategy.md",
|
|
344
|
+
"sha256": "88cdab1687096d58dc4450cdf81d24d00fdb493b2cc4960030b30fd57d1ca2da"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/enhanced-recommendations.md",
|
|
348
|
+
"sha256": "0a828ed5302a3436ab9c21cdeeb2ebf47329031106dfb242517ca04f226033dd"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/extended-mapping.md",
|
|
352
|
+
"sha256": "0c906fe8622ffa147a09af592ab75a8b1034b7634501e576da58e858477c3141"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/maturity-integration.md",
|
|
356
|
+
"sha256": "aa4e743bcd0281525336a298d0489c31481f69ff1a534e1ed1d262d888937deb"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/security-patterns-library.md",
|
|
360
|
+
"sha256": "5f1d650c426cbd2c9536b385306605ea62a5a520ee4566d23ca7254409c672a5"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/automation-commands.md",
|
|
364
|
+
"sha256": "23b8204fdc70b5afc5430cbe503af709a04b26716d2d2e07889283a755858fee"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/ddd-agents.md",
|
|
368
|
+
"sha256": "208619880fe6fea47b25f5f31a7fc5ef27f2a80b2235c2f8c1aa2b4140f48363"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/ddd-hooks-commands.md",
|
|
372
|
+
"sha256": "d70a0c4977d322602c35c53bf04880177b5dd8f0de2b339d68a0f55993903745"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/ddd-skills.md",
|
|
376
|
+
"sha256": "9cbdbc251026297ba30dca8b4311906a85ba7a8bf85fd35c41aa1dc358ec7574"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/enhanced-claude-md.md",
|
|
380
|
+
"sha256": "6121b4bec44fa726a8b70d6680c17ecf428fdf937bb3e13d9ee7e3b56ad33913"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-lifecycle-ent.md",
|
|
384
|
+
"sha256": "eb9025b687f0408b33280bf5fcc6c8be9b1670a544dd90b510557b89ae6cc123"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-lifecycle.md",
|
|
388
|
+
"sha256": "c537b47e7a4ff2d692767f4aac130e2ae9b1923782106750218696e87f515feb"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/feature-suggestions.md",
|
|
392
|
+
"sha256": "455fd4e4147f15175e1bb2dbfeda53d6ae0a4ac3f8d985544d0db5d24eba935d"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/insights-system.md",
|
|
396
|
+
"sha256": "244c2ef5f417c5d0097accf5ccfffd9de93d167efbfc6818cb9a8196139e096e"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/mcp.md",
|
|
400
|
+
"sha256": "63d1e6dabf5bb29534e6fa11d9dd531ec55a48cda661f0faf7a29dad6f49296f"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"path": "templates/.claude/skills/cc-toolkit-generator-enhanced/references/templates/start-command.md",
|
|
404
|
+
"sha256": "67cf259f8d22c1b94c5242c6fd48d557e97581beb162cf176eb2e6851bab1962"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"path": "templates/.claude/skills/explore/SKILL.md",
|
|
408
|
+
"sha256": "c755a7bcdfe97fb7cb0bcd7bf3b1fd8a2d238ef082967fbf87740fc808302542"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"path": "templates/.claude/skills/explore/references/questioning-techniques.md",
|
|
412
|
+
"sha256": "ec0dd00871d3abe950f9cf375216a43043827897166c4165c3fa581839851195"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"path": "templates/.claude/skills/explore/references/task-brief-templates.md",
|
|
416
|
+
"sha256": "4e9292479e120afce944b747bb7b4a7226c41e9880708d620de3ea4fa4ef0249"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"path": "templates/.claude/skills/goap-research-ed25519/SKILL.md",
|
|
420
|
+
"sha256": "e23770a81922103571eb2645fb82509f7046bc7dd407a33b06f67ad2e709b9b4"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"path": "templates/.claude/skills/goap-research-ed25519/references/ed25519-verification.md",
|
|
424
|
+
"sha256": "2742f14b472bff69c83f24d9bac5bf023bd7f9ecc3e659742ac3152a239dd68f"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"path": "templates/.claude/skills/goap-research-ed25519/references/research-actions.md",
|
|
428
|
+
"sha256": "156d2f8ce342f7013bc758fe7c0d3ad3041b4f67f30dbcf8d59e091cb70d9a9c"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"path": "templates/.claude/skills/goap-research-ed25519/references/source-evaluation.md",
|
|
432
|
+
"sha256": "d6a19abb6be64dc9e1f539903080029125d2d899da4de3063e75e1afb7e4906f"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/ed25519_verifier.py",
|
|
436
|
+
"sha256": "dc9edc4d7907d13b28dfa74cc86b30a27a41de707ce72f39aca0ae08f07b5703"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/goap_planner.py",
|
|
440
|
+
"sha256": "2ec359e1ddc52ca3118144532ed483dcc609e856a04b29bb191b875c60ff4260"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"path": "templates/.claude/skills/goap-research-ed25519/scripts/test_ed25519_verifier.py",
|
|
444
|
+
"sha256": "ea6d888ac53bac3a0fe236c101f90a984edbac044d787d73c8414f1c4fc540d3"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"path": "templates/.claude/skills/knowledge-extractor/SKILL.md",
|
|
448
|
+
"sha256": "ccfd23ead51b710c5197372e82522d17706a1a4e71143bc6f03d80f913bc0a67"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"path": "templates/.claude/skills/knowledge-extractor/examples/rate-limiting-extraction.md",
|
|
452
|
+
"sha256": "fab68772135532aaa7675dfca4ec068cfa68a847f964f872f201f08fb9ee4034"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"path": "templates/.claude/skills/knowledge-extractor/modules/01-agent-review.md",
|
|
456
|
+
"sha256": "53883f182c26c710190399a23193cddb4a94b0f35bb42169a353f354aae4083a"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"path": "templates/.claude/skills/knowledge-extractor/modules/02-classify.md",
|
|
460
|
+
"sha256": "3b6a59cde451fc89e2e683b7cd35f5535d12cc6072cd40ca35cf7d5f61eb78aa"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"path": "templates/.claude/skills/knowledge-extractor/modules/03-decontextualize.md",
|
|
464
|
+
"sha256": "ecb082116577cb86dfa4f43066d3c6d61b5d4a70964cb9ed4f15c6311d526347"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"path": "templates/.claude/skills/knowledge-extractor/modules/04-integrate.md",
|
|
468
|
+
"sha256": "15a31634dd52e87bcad78a2b612c821dcd11b91ed21f2ddb2cde741411aa287e"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"path": "templates/.claude/skills/knowledge-extractor/references/artifact-categories.md",
|
|
472
|
+
"sha256": "3f8c920f57476272dd4886a792c60d2439b2dabd3f9bbc3dbb3bafc731b46dfe"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"path": "templates/.claude/skills/knowledge-extractor/references/decontextualization-guide.md",
|
|
476
|
+
"sha256": "224ab90bfc6da35fc2bd17039e82f355eb8e1651ad89fd2b4667f7a7f41bd074"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"path": "templates/.claude/skills/knowledge-extractor/references/maturity-model.md",
|
|
480
|
+
"sha256": "d036d0f4d4ccbaab806f4a70a3297b7a9f0700b28f8ce9d32d43699029b814ce"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"path": "templates/.claude/skills/knowledge-extractor/templates/artifact-card.md",
|
|
484
|
+
"sha256": "61b77204be5099f5aa0b7179ef14409efc08873c32fb46df42069782c297521b"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"path": "templates/.claude/skills/knowledge-extractor/templates/harvest-report.md",
|
|
488
|
+
"sha256": "a112dde3d3fab90405ed89c1b4a665003ca70cfc995a8af6a0cf67b2476037c2"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"path": "templates/.claude/skills/knowledge-extractor/templates/toolkit-harvest.md",
|
|
492
|
+
"sha256": "71b4661956eb6dfb6860ff820b4a872bb243161ce4a18e03845b2bd54a70a2c8"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"path": "templates/.claude/skills/pipeline-forge/SKILL.md",
|
|
496
|
+
"sha256": "619e4fa03b9d289cfd143b1a0f5fe8e77ddbd48d6846dcaaad601ba4702f3787"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"path": "templates/.claude/skills/pipeline-forge/examples/replicate-analysis.md",
|
|
500
|
+
"sha256": "57e31a5bbf320f383e1a7fc665635ee3ad025d3825d4b1dc6c331bcd9270f146"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"path": "templates/.claude/skills/pipeline-forge/references/patterns-catalog.md",
|
|
504
|
+
"sha256": "94bca28d8df333005c2e8c3511586f05395a141c8c8c0225047f580cbee7e418"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"path": "templates/.claude/skills/pipeline-forge/references/quality-gates.md",
|
|
508
|
+
"sha256": "286a533eac25ca39429b200b66eb43b33092d3e85cd505bfa4c567f6e86b6eea"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"path": "templates/.claude/skills/pipeline-forge/references/self-extracted-patterns.md",
|
|
512
|
+
"sha256": "ad67e502d1b82efd646440d90a2781cf0db3732a1f94294ad0905d0f7338e0b4"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"path": "templates/.claude/skills/pipeline-forge/references/skill-anatomy.md",
|
|
516
|
+
"sha256": "ee91351ad53fdd924f358c4e30a291d5801e03c2c568b10e641edcb90a4ae10b"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"path": "templates/.claude/skills/pipeline-forge/templates/agent-template.md",
|
|
520
|
+
"sha256": "18ed69f9cce1cc4157f1e43895d6135eac3ff2a6ebd08fb2fb543658564bc3fd"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"path": "templates/.claude/skills/pipeline-forge/templates/command-template.md",
|
|
524
|
+
"sha256": "b91a4ef084ba542801154c8b1fb2a086a6b404c3f7ee809ceb6ea633e2b55245"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"path": "templates/.claude/skills/pipeline-forge/templates/pipeline-template.md",
|
|
528
|
+
"sha256": "952d2e1f050558dacbf86d2b2ad2c9bc671b1ce2809ce430593434998103a27c"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"path": "templates/.claude/skills/pipeline-forge/templates/skill-template.md",
|
|
532
|
+
"sha256": "b92775b4d181fc70ae393645999472ddb64f7419392c12d86b4182b49308df65"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"path": "templates/.claude/skills/problem-solver-enhanced/SKILL.md",
|
|
536
|
+
"sha256": "530623c986dee931d47314c22195ea9de50a75f2a0daecfc469fb015c3dd3415"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"path": "templates/.claude/skills/requirements-validator/SKILL.md",
|
|
540
|
+
"sha256": "baa5cf7257de711ad64d4233ff5a26eb4573fb75a3392fda9a75c2c2e5a73ef9"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
"path": "templates/.claude/skills/requirements-validator/assets/templates/bdd-feature-template.feature",
|
|
544
|
+
"sha256": "5b1e47f10447ce574d0eb3917b69e2613b6e3f9c48b30ff5f4cfb57758c99a1d"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"path": "templates/.claude/skills/requirements-validator/references/bdd-patterns.md",
|
|
548
|
+
"sha256": "04611a8c52c81f3a6d4fc2f9661ebc56159a125b6fb44a4d18b432e2b82de6e3"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"path": "templates/.claude/skills/requirements-validator/references/invest-criteria.md",
|
|
552
|
+
"sha256": "ac6976adf776b9b60c784e1a0f6a0d96dd3332b16f4c12b72d3e59f9325bb626"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"path": "templates/.claude/skills/requirements-validator/references/scoring-system.md",
|
|
556
|
+
"sha256": "79d421c79ab2cc594e685c27178368495774a1154e2b65cdbcd2a94cc28e9dbb"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"path": "templates/.claude/skills/requirements-validator/references/smart-criteria.md",
|
|
560
|
+
"sha256": "619a33fdb6bc336872fdf9f1fc91924f8ccd3c2ebef023912124756692b45aef"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/SKILL.md",
|
|
564
|
+
"sha256": "ad667aa11254dcd0612689efc3bccd95db537720f5e5846583efe21c631a9375"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/examples/noom-cjm-example.md",
|
|
568
|
+
"sha256": "01d33586e26bf093a57a7a1082bf3bdba3af801bb8348a685c0418f76987a0b0"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/examples/noom-module1-example.md",
|
|
572
|
+
"sha256": "7009cf2e2624a1254913ad2e1ff554e7ff675358b0b99bc0632f2e12132663a3"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/modules/01-intelligence.md",
|
|
576
|
+
"sha256": "4af16873637c26baba0d30728748108c79f5b96765de08d54fc65fe1008f4280"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/modules/02-product-customers.md",
|
|
580
|
+
"sha256": "b614e43359ffe88c07d6f45abdb2d3c523fc7779052757ed95bbd31b5ce9408d"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/modules/025-cjm-prototype.md",
|
|
584
|
+
"sha256": "0ca044b769a70bcc89bdb5af496471b59104428770d49735e8255fc22da48207"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/modules/03-market-competition.md",
|
|
588
|
+
"sha256": "6c5c802ee558b5e13c80eb05e64a8197bad34192416df81ea32f3b0e1b04b259"
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/modules/04-business-finance.md",
|
|
592
|
+
"sha256": "19d25e9fe9a732d963f2359748ef2c7793bd6282183f84b938351feccea88075"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/modules/05-growth-engine.md",
|
|
596
|
+
"sha256": "98e8577aa5a5472574ac9bac590b76a4a3d16f99bc67ebec2b09b604c7c1faab"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/modules/06-playbook-synthesis.md",
|
|
600
|
+
"sha256": "f72841226f929cea2c3a414f74b3f1e933e3952f1b55e6eea38081dd804a87cd"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/references/blue-ocean-canvas.md",
|
|
604
|
+
"sha256": "9256455b4b0f2c8c5aecb472e69cfbeda38bed8239120b45b46beec27571f8f9"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/references/industry-benchmarks.md",
|
|
608
|
+
"sha256": "d377f4d9e84b8b65860fb4d20ce67d928f8a8fc8ef333658f88c8c54674eed71"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"path": "templates/.claude/skills/reverse-engineering-unicorn/references/jtbd-canvas.md",
|
|
612
|
+
"sha256": "7938e657af631109ca7b4752002c21ac84a7dad3a35cc522be088f814d102773"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"path": "templates/.claude/skills/sparc-prd-mini/SKILL.md",
|
|
616
|
+
"sha256": "2555c4de0edce73f6c2f637db1d839900c7fa27a7d25ca88ec0cf5a70a47325d"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"path": "templates/.claude/skills/sparc-prd-mini/references/sparc-methodology.md",
|
|
620
|
+
"sha256": "9c93dafe8149590809ff6b27508d7df52c8efa7f31f8e8f8052b7124a6561fee"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"path": "templates/.claude/skills/sparc-prd-mini/templates/CLAUDE.md",
|
|
624
|
+
"sha256": "9eeb66752cc4dec5c3c3fa5a8f7cfc3dd282f75d245bd36835f690a945b534ed"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"path": "templates/.claude/skills/sparc-prd-mini/templates/prd.md",
|
|
628
|
+
"sha256": "7b4497bc76bb421fae7a07ecb46af01e021412180a394a5487a3c3c42dc004b6"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"path": "tests/e2e/lifecycle.test.js",
|
|
632
|
+
"sha256": "16213dcaf6b930a41bf2cb3329638fb032651083f0e497e0632f3d9920788c70"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"path": "tests/snapshot/baseline.json",
|
|
636
|
+
"sha256": "eea17d4b044121dcf5caa49893eb33a7ca45de69c63b93dbb674ef62226df4da"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
"path": "tests/snapshot/templates.test.js",
|
|
640
|
+
"sha256": "7a262bd459982aa9c2cbd9abd471ae05eca5fa1794e0ee30660164c17294ab59"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"path": "tests/snapshot/update-baseline.js",
|
|
644
|
+
"sha256": "cff277584cd8447e95e9a9cda47788a65243b2232acfa05516229df734c686e4"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"path": "tests/unit/utils.test.js",
|
|
648
|
+
"sha256": "6c33d6c3ed2406831dc00b228bcdb143636c39b3b967d42a04c53fb99a77170c"
|
|
649
|
+
}
|
|
650
|
+
]
|
|
651
|
+
},
|
|
652
|
+
"signature": "iMkku8fvUga4J4vXdx0onJvSWAGvEMW5GSOgQ1XSVKeCfgeF3rPfhSRo/mpk4frWQlJLtIhGB2hKDfaPJWavBw=="
|
|
653
|
+
}
|