@dzhechkov/p-replicator 1.10.0 → 1.10.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "manifest": {
3
- "version": 1,
3
+ "version": 3,
4
4
  "pack": "p-replicator",
5
5
  "files": [
6
6
  {
@@ -109,7 +109,7 @@
109
109
  },
110
110
  {
111
111
  "path": "package.json",
112
- "sha256": "0cc3dc1f4a07a4e5f3ac3f3a1981dc1766302fbbe3ed5818b04c806d4c476059"
112
+ "sha256": "a9d084ba91bee163fe8a70baa6417b7b6a5d9403ffb815e9c518ca7ecba421bc"
113
113
  },
114
114
  {
115
115
  "path": "src/cli.js",
@@ -701,7 +701,7 @@
701
701
  },
702
702
  {
703
703
  "path": "tests/snapshot/baseline.json",
704
- "sha256": "333e554a3840fd02e0e230efe4852bb490beded41f6024c65849060780eebdee"
704
+ "sha256": "8215cb40b13954c4d651c28d2ee6f6a7a1d39fd3ff5bf8b0d31cdfb1970c3b37"
705
705
  },
706
706
  {
707
707
  "path": "tests/snapshot/templates.test.js",
@@ -841,5 +841,5 @@
841
841
  }
842
842
  ]
843
843
  },
844
- "signature": "ZKPYreIIzuZR6WoZ0J8IBCnwHmSC51tyVihIl3MfZKhVry+nKGokIl0bLu6eKxzGSI0rfDwKfBUPZKHv0iMbDg=="
844
+ "signature": "QbnhoWDB2Tekr90w1AMD+DTf9TzcxI+nTtPB1BMl4oDY1eSlPXgcFB/YeLqOOYBiuNbZGR55Pv1oNVE9jmhgCQ=="
845
845
  }
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 dzhechko
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/bin/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzhechkov/p-replicator",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
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": {
@@ -18,15 +18,6 @@
18
18
  ".dz-manifest.json",
19
19
  "sbom.json"
20
20
  ],
21
- "scripts": {
22
- "prepublishOnly": "node --test tests/snapshot/templates.test.js && node ../../../scripts/prepublish-gate.mjs",
23
- "test": "node --test tests/unit/utils.test.js tests/unit/adr-scanner-contract.test.js tests/unit/sparc-reconciliation.test.js tests/unit/pipeline-file-ownership.test.js tests/unit/validation-gate-teeth.test.js tests/unit/hooks-project-anchored.test.js tests/unit/statusline-two-roots.test.js tests/unit/external-dependency-check.test.js tests/unit/spec-pseudocode-traceability.test.js tests/unit/sync-templates-guard.test.js tests/unit/db-port-rule.test.js tests/unit/roadmap-one-schema.test.js tests/unit/hooks-report-failures.test.js tests/unit/growth-module-b2b-gate.test.js tests/unit/detect-parse-anchor.test.js tests/unit/statusline-honest-labels.test.js tests/unit/autocommit-deletion.test.js tests/unit/check-ports.test.js tests/unit/adr-decision-coverage.test.js tests/unit/growth-requirements-bridge.test.js tests/unit/check-growth-trace.test.js tests/unit/growth-gate-conditional.test.js tests/unit/module-copy-identity.test.js tests/unit/growth-axes-and-compliance.test.js tests/unit/skill-paths-prebaked.test.js tests/unit/check-docs-complete.test.js tests/unit/absence-is-not-emptiness.test.js tests/unit/guard-forms.test.js tests/unit/generated-guard-templates.test.js tests/unit/shipped-suite-context.test.js tests/unit/assess-scripts.test.js tests/unit/insights-docs-tell-the-truth.test.js tests/e2e/lifecycle.test.js tests/snapshot/templates.test.js",
24
- "test:unit": "node --test tests/unit/utils.test.js tests/unit/adr-scanner-contract.test.js tests/unit/sparc-reconciliation.test.js tests/unit/pipeline-file-ownership.test.js tests/unit/validation-gate-teeth.test.js tests/unit/hooks-project-anchored.test.js tests/unit/statusline-two-roots.test.js tests/unit/external-dependency-check.test.js tests/unit/spec-pseudocode-traceability.test.js tests/unit/sync-templates-guard.test.js tests/unit/db-port-rule.test.js tests/unit/roadmap-one-schema.test.js tests/unit/hooks-report-failures.test.js tests/unit/growth-module-b2b-gate.test.js tests/unit/detect-parse-anchor.test.js tests/unit/statusline-honest-labels.test.js tests/unit/autocommit-deletion.test.js tests/unit/check-ports.test.js tests/unit/adr-decision-coverage.test.js tests/unit/growth-requirements-bridge.test.js tests/unit/check-growth-trace.test.js tests/unit/growth-gate-conditional.test.js tests/unit/module-copy-identity.test.js tests/unit/growth-axes-and-compliance.test.js tests/unit/skill-paths-prebaked.test.js tests/unit/check-docs-complete.test.js tests/unit/absence-is-not-emptiness.test.js tests/unit/guard-forms.test.js tests/unit/generated-guard-templates.test.js tests/unit/shipped-suite-context.test.js tests/unit/assess-scripts.test.js tests/unit/insights-docs-tell-the-truth.test.js",
25
- "test:e2e": "node --test tests/e2e/lifecycle.test.js",
26
- "test:snapshot": "node --test tests/snapshot/templates.test.js",
27
- "test:doctor": "node bin/cli.js doctor",
28
- "snapshot:baseline": "node tests/snapshot/update-baseline.js"
29
- },
30
21
  "keywords": [
31
22
  "claude",
32
23
  "claude-code",
@@ -79,5 +70,13 @@
79
70
  },
80
71
  "publishConfig": {
81
72
  "access": "public"
73
+ },
74
+ "scripts": {
75
+ "test": "node --test tests/unit/utils.test.js tests/unit/adr-scanner-contract.test.js tests/unit/sparc-reconciliation.test.js tests/unit/pipeline-file-ownership.test.js tests/unit/validation-gate-teeth.test.js tests/unit/hooks-project-anchored.test.js tests/unit/statusline-two-roots.test.js tests/unit/external-dependency-check.test.js tests/unit/spec-pseudocode-traceability.test.js tests/unit/sync-templates-guard.test.js tests/unit/db-port-rule.test.js tests/unit/roadmap-one-schema.test.js tests/unit/hooks-report-failures.test.js tests/unit/growth-module-b2b-gate.test.js tests/unit/detect-parse-anchor.test.js tests/unit/statusline-honest-labels.test.js tests/unit/autocommit-deletion.test.js tests/unit/check-ports.test.js tests/unit/adr-decision-coverage.test.js tests/unit/growth-requirements-bridge.test.js tests/unit/check-growth-trace.test.js tests/unit/growth-gate-conditional.test.js tests/unit/module-copy-identity.test.js tests/unit/growth-axes-and-compliance.test.js tests/unit/skill-paths-prebaked.test.js tests/unit/check-docs-complete.test.js tests/unit/absence-is-not-emptiness.test.js tests/unit/guard-forms.test.js tests/unit/generated-guard-templates.test.js tests/unit/shipped-suite-context.test.js tests/unit/assess-scripts.test.js tests/unit/insights-docs-tell-the-truth.test.js tests/e2e/lifecycle.test.js tests/snapshot/templates.test.js",
76
+ "test:unit": "node --test tests/unit/utils.test.js tests/unit/adr-scanner-contract.test.js tests/unit/sparc-reconciliation.test.js tests/unit/pipeline-file-ownership.test.js tests/unit/validation-gate-teeth.test.js tests/unit/hooks-project-anchored.test.js tests/unit/statusline-two-roots.test.js tests/unit/external-dependency-check.test.js tests/unit/spec-pseudocode-traceability.test.js tests/unit/sync-templates-guard.test.js tests/unit/db-port-rule.test.js tests/unit/roadmap-one-schema.test.js tests/unit/hooks-report-failures.test.js tests/unit/growth-module-b2b-gate.test.js tests/unit/detect-parse-anchor.test.js tests/unit/statusline-honest-labels.test.js tests/unit/autocommit-deletion.test.js tests/unit/check-ports.test.js tests/unit/adr-decision-coverage.test.js tests/unit/growth-requirements-bridge.test.js tests/unit/check-growth-trace.test.js tests/unit/growth-gate-conditional.test.js tests/unit/module-copy-identity.test.js tests/unit/growth-axes-and-compliance.test.js tests/unit/skill-paths-prebaked.test.js tests/unit/check-docs-complete.test.js tests/unit/absence-is-not-emptiness.test.js tests/unit/guard-forms.test.js tests/unit/generated-guard-templates.test.js tests/unit/shipped-suite-context.test.js tests/unit/assess-scripts.test.js tests/unit/insights-docs-tell-the-truth.test.js",
77
+ "test:e2e": "node --test tests/e2e/lifecycle.test.js",
78
+ "test:snapshot": "node --test tests/snapshot/templates.test.js",
79
+ "test:doctor": "node bin/cli.js doctor",
80
+ "snapshot:baseline": "node tests/snapshot/update-baseline.js"
82
81
  }
83
- }
82
+ }
package/sbom.json CHANGED
@@ -272,10 +272,14 @@
272
272
  {
273
273
  "type": "file",
274
274
  "name": "package.json",
275
- "hashes": [
275
+ "properties": [
276
276
  {
277
- "alg": "SHA-256",
278
- "content": "0cc3dc1f4a07a4e5f3ac3f3a1981dc1766302fbbe3ed5818b04c806d4c476059"
277
+ "name": "dz:digest-basis",
278
+ "value": "package-json-ordered-conditions-v2"
279
+ },
280
+ {
281
+ "name": "dz:canonical-json-sha256-v2",
282
+ "value": "a9d084ba91bee163fe8a70baa6417b7b6a5d9403ffb815e9c518ca7ecba421bc"
279
283
  }
280
284
  ]
281
285
  },
@@ -1755,7 +1759,7 @@
1755
1759
  "hashes": [
1756
1760
  {
1757
1761
  "alg": "SHA-256",
1758
- "content": "333e554a3840fd02e0e230efe4852bb490beded41f6024c65849060780eebdee"
1762
+ "content": "8215cb40b13954c4d651c28d2ee6f6a7a1d39fd3ff5bf8b0d31cdfb1970c3b37"
1759
1763
  }
1760
1764
  ]
1761
1765
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-08-27T14:30:37.254Z",
2
+ "generatedAt": "2026-08-27T15:11:31.068Z",
3
3
  "totalFiles": 138,
4
4
  "files": {
5
5
  ".claude/agents/doc-validator.md": "e57950758cd4764b2cb54b3f1905567e9dbc1ed20ac6ecd30998614894689f4f",