@dzhechkov/p-replicator 1.5.3 → 1.5.5
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/README.md +149 -77
- package/package.json +10 -7
- package/templates/.claude/settings.json +1 -1
package/README.md
CHANGED
|
@@ -1,57 +1,94 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
> Transform a product idea — or an existing project — into fully documented,
|
|
5
|
-
> validated, toolkit-equipped code with a 5-phase SPARC pipeline.
|
|
3
|
+
# 🚀 @dzhechkov/p-replicator
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
[](https://nodejs.org)
|
|
5
|
+
### **Claude Code toolkit for AI-assisted product development**
|
|
6
|
+
##### *Transform a product idea — or existing project — into fully documented, validated, toolkit-equipped code*
|
|
10
7
|
|
|
11
|
-
|
|
8
|
+
<br>
|
|
12
9
|
|
|
13
|
-
|
|
10
|
+
[](https://www.npmjs.com/package/@dzhechkov/p-replicator)
|
|
11
|
+
[](https://opensource.org/licenses/MIT)
|
|
12
|
+
[](https://nodejs.org)
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
[](#test-infrastructure)
|
|
15
|
+
[](#skills-reference)
|
|
16
|
+
[](#commands-reference)
|
|
17
|
+
[](#hooks-system)
|
|
18
|
+
[](#pipeline-overview--replicate-phases)
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
<br>
|
|
21
|
+
|
|
22
|
+
**[📦 npm](https://www.npmjs.com/package/@dzhechkov/p-replicator)** · **[💻 GitHub](https://github.com/dzhechko/pu-unicorn-replicate)** · **[🐛 Issues](https://github.com/dzhechko/pu-unicorn-replicate/issues)** · **[💬 Telegram](https://t.me/llm_notes)**
|
|
23
|
+
|
|
24
|
+
</div>
|
|
20
25
|
|
|
21
26
|
---
|
|
22
27
|
|
|
23
|
-
##
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
-
|
|
32
|
-
- [Pipeline overview — `/replicate` phases](#pipeline-overview--replicate-phases)
|
|
33
|
-
- [Skills Reference](#skills-reference)
|
|
34
|
-
- [Commands Reference](#commands-reference)
|
|
35
|
-
- [CLI Commands](#cli-commands)
|
|
36
|
-
- [Validation Cycle Details](#validation-cycle-details)
|
|
37
|
-
- [Feature Lifecycle — `/feature` command](#feature-lifecycle--feature-command)
|
|
38
|
-
- [Statusline Dashboard](#statusline-dashboard)
|
|
39
|
-
- [Hooks System](#hooks-system)
|
|
40
|
-
- [Roadmap & Insights](#roadmap--insights)
|
|
41
|
-
- [Architecture Highlights](#architecture-highlights)
|
|
42
|
-
- [Configuration](#configuration)
|
|
43
|
-
- [Update workflow](#update-workflow)
|
|
44
|
-
- [Troubleshooting](#troubleshooting)
|
|
45
|
-
- [Migration](#migration)
|
|
46
|
-
- [Test Infrastructure](#test-infrastructure)
|
|
47
|
-
- [Known Limitations](#known-limitations)
|
|
48
|
-
- [Changelog Highlights](#changelog-highlights)
|
|
49
|
-
- [Contributing](#contributing)
|
|
50
|
-
- [License](#license)
|
|
28
|
+
## 📚 Documentation in your language
|
|
29
|
+
|
|
30
|
+
| Language | Format | Description |
|
|
31
|
+
|---|---|---|
|
|
32
|
+
| 🇷🇺 Русский | [Markdown (8 sections)](./README/ru/README.md) | ~3000 строк deep-dive докуменации |
|
|
33
|
+
| 🇬🇧 English | [Markdown (8 sections)](./README/eng/README.md) | ~3000 lines deep-dive documentation |
|
|
34
|
+
| 🌐 Interactive | [HTML guide (RU)](./README/ru/html/index.html) | Single-page with search, theming, syntax highlighting |
|
|
35
|
+
|
|
36
|
+
> 📌 **This README is comprehensive and self-contained** — covers ~95% of what most users need. For deep dives (architecture internals, full troubleshooting, formal API schemas) see the eng/ folder.
|
|
51
37
|
|
|
52
38
|
---
|
|
53
39
|
|
|
54
|
-
##
|
|
40
|
+
## 📑 Table of Contents
|
|
41
|
+
|
|
42
|
+
<table>
|
|
43
|
+
<tr>
|
|
44
|
+
<td width="50%" valign="top">
|
|
45
|
+
|
|
46
|
+
**🌟 Getting Started**
|
|
47
|
+
- [📖 What is p-replicator?](#-what-is-p-replicator)
|
|
48
|
+
- [🚀 Quick Start](#-quick-start)
|
|
49
|
+
- [📑 Already have technical docs?](#-already-have-technical-documentation)
|
|
50
|
+
- [🔧 Adding features (Mode 2)](#-adding-features-to-an-existing-project-mode-2)
|
|
51
|
+
- [📦 Installation](#-installation)
|
|
52
|
+
- [📋 What Gets Installed](#-what-gets-installed)
|
|
53
|
+
- [✅ Verify the install](#-verify-the-install)
|
|
54
|
+
|
|
55
|
+
**🛠️ Reference**
|
|
56
|
+
- [🎯 Pipeline overview](#-pipeline-overview--replicate-phases)
|
|
57
|
+
- [🧠 Skills Reference](#-skills-reference)
|
|
58
|
+
- [⚡ Commands Reference](#-commands-reference)
|
|
59
|
+
- [💻 CLI Commands](#-cli-commands)
|
|
60
|
+
- [🎚️ Validation Cycle](#-validation-cycle-details)
|
|
61
|
+
- [🔄 Feature Lifecycle](#-feature-lifecycle--feature-command)
|
|
62
|
+
|
|
63
|
+
</td>
|
|
64
|
+
<td width="50%" valign="top">
|
|
65
|
+
|
|
66
|
+
**⚙️ Operations**
|
|
67
|
+
- [📊 Statusline Dashboard](#-statusline-dashboard)
|
|
68
|
+
- [🪝 Hooks System](#-hooks-system)
|
|
69
|
+
- [🗺️ Roadmap & Insights](#%EF%B8%8F-roadmap--insights)
|
|
70
|
+
- [🏛️ Architecture Highlights](#%EF%B8%8F-architecture-highlights)
|
|
71
|
+
- [⚙️ Configuration](#%EF%B8%8F-configuration)
|
|
72
|
+
- [🔄 Update workflow](#-update-workflow)
|
|
73
|
+
|
|
74
|
+
**🆘 Help & Meta**
|
|
75
|
+
- [🆘 Troubleshooting](#-troubleshooting)
|
|
76
|
+
- [📈 Migration](#-migration)
|
|
77
|
+
- [🧪 Test Infrastructure](#-test-infrastructure)
|
|
78
|
+
- [⚠️ Known Limitations](#%EF%B8%8F-known-limitations)
|
|
79
|
+
- [📜 Changelog Highlights](#-changelog-highlights)
|
|
80
|
+
- [🤝 Contributing](#-contributing)
|
|
81
|
+
- [📃 License](#-license)
|
|
82
|
+
|
|
83
|
+
</td>
|
|
84
|
+
</tr>
|
|
85
|
+
</table>
|
|
86
|
+
|
|
87
|
+
> 💡 **Quick navigation tip:** TOC items use emoji visual anchors instead of plain text — easier to scan than 26 dark-blue links.
|
|
88
|
+
|
|
89
|
+
<div align="center">━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</div>
|
|
90
|
+
|
|
91
|
+
## 📖 What is p-replicator?
|
|
55
92
|
|
|
56
93
|
`@dzhechkov/p-replicator` installs a ready-made `.claude/` toolkit into any project: **11 slash commands**, **10 skills**, **4 agents**, **5 rules**, **6 hook scripts**, and a `settings.json` with pre-configured hooks and a multi-line statusline dashboard.
|
|
57
94
|
|
|
@@ -83,7 +120,7 @@ Plus **`/feature`** for adding new features to a project with the same SPARC-min
|
|
|
83
120
|
|
|
84
121
|
---
|
|
85
122
|
|
|
86
|
-
## Quick Start
|
|
123
|
+
## 🚀 Quick Start
|
|
87
124
|
|
|
88
125
|
```bash
|
|
89
126
|
# 1. Install in any project
|
|
@@ -108,7 +145,7 @@ After `/replicate` completes:
|
|
|
108
145
|
|
|
109
146
|
---
|
|
110
147
|
|
|
111
|
-
## Already have technical documentation?
|
|
148
|
+
## 📑 Already have technical documentation?
|
|
112
149
|
|
|
113
150
|
If you already have tech specs, architecture notes, or API docs for the project, you can skip Phase 0 (Product Discovery) and feed your existing docs into Phase 1 as input:
|
|
114
151
|
|
|
@@ -137,7 +174,7 @@ Full recipe: see [User Guide](./README/eng/02_user_guide.md#starting-from-existi
|
|
|
137
174
|
|
|
138
175
|
---
|
|
139
176
|
|
|
140
|
-
## Adding features to an existing project (Mode 2)
|
|
177
|
+
## 🔧 Adding features to an existing project (Mode 2)
|
|
141
178
|
|
|
142
179
|
If you already have a working project (stack, PRD, CLAUDE.md, Specification defined) and want to **add new features** with the same SPARC-mini validation cycle that `/replicate` provides — use `/feature` (Mode 2):
|
|
143
180
|
|
|
@@ -183,17 +220,17 @@ cat > .claude/feature-roadmap.json << 'EOF'
|
|
|
183
220
|
EOF
|
|
184
221
|
```
|
|
185
222
|
|
|
186
|
-
**Mode 2 caveats:**
|
|
187
|
-
- DO NOT run `/start` — it expects a fresh scaffold
|
|
188
|
-
- `/feature-ent` unavailable in Mode 2 without DDD/ADR/C4 docs
|
|
189
|
-
- Auto-commit hooks may conflict with custom git workflows — edit `settings.json` after `init`
|
|
190
|
-
- No `--prd-path` flag for non-standard paths — one-time rename/symlink required (see [KNOWN_LIMITATIONS.md](./KNOWN_LIMITATIONS.md) M3)
|
|
223
|
+
> ⚠️ **Mode 2 caveats:**
|
|
224
|
+
> - DO NOT run `/start` — it expects a fresh scaffold
|
|
225
|
+
> - `/feature-ent` unavailable in Mode 2 without DDD/ADR/C4 docs
|
|
226
|
+
> - Auto-commit hooks may conflict with custom git workflows — edit `settings.json` after `init`
|
|
227
|
+
> - No `--prd-path` flag for non-standard paths — one-time rename/symlink required (see [KNOWN_LIMITATIONS.md](./KNOWN_LIMITATIONS.md) M3)
|
|
191
228
|
|
|
192
229
|
Full recipe: see [User Guide](./README/eng/02_user_guide.md#feature-workflow-in-an-existing-project-mode-2) ([RU](./README/ru/02_user_guide.md#feature-workflow-в-существующем-проекте-mode-2)).
|
|
193
230
|
|
|
194
231
|
---
|
|
195
232
|
|
|
196
|
-
## Installation
|
|
233
|
+
## 📦 Installation
|
|
197
234
|
|
|
198
235
|
### Prerequisites
|
|
199
236
|
|
|
@@ -219,7 +256,7 @@ This creates:
|
|
|
219
256
|
- `.claude/settings.json` — hooks + statusline configuration
|
|
220
257
|
- `.p-replicator.json` — install manifest
|
|
221
258
|
|
|
222
|
-
**Idempotency:** `init` will NOT overwrite existing files without `--force`. Your `CLAUDE.md`, custom commands, and modified settings are preserved.
|
|
259
|
+
> 📌 **Idempotency:** `init` will NOT overwrite existing files without `--force`. Your `CLAUDE.md`, custom commands, and modified settings are preserved.
|
|
223
260
|
|
|
224
261
|
### Common install scenarios
|
|
225
262
|
|
|
@@ -234,7 +271,7 @@ This creates:
|
|
|
234
271
|
|
|
235
272
|
---
|
|
236
273
|
|
|
237
|
-
## What Gets Installed
|
|
274
|
+
## 📋 What Gets Installed
|
|
238
275
|
|
|
239
276
|
| Component | Count | Description |
|
|
240
277
|
|-----------|-------|-------------|
|
|
@@ -258,7 +295,7 @@ After running `/replicate`, the toolkit also generates **project-specific** arti
|
|
|
258
295
|
|
|
259
296
|
---
|
|
260
297
|
|
|
261
|
-
## Verify the install
|
|
298
|
+
## ✅ Verify the install
|
|
262
299
|
|
|
263
300
|
After `/replicate`, run:
|
|
264
301
|
|
|
@@ -285,7 +322,7 @@ npx @dzhechkov/p-replicator doctor
|
|
|
285
322
|
|
|
286
323
|
---
|
|
287
324
|
|
|
288
|
-
## Pipeline overview — `/replicate` phases
|
|
325
|
+
## 🎯 Pipeline overview — `/replicate` phases
|
|
289
326
|
|
|
290
327
|
### Phase 0 — Product Discovery (optional)
|
|
291
328
|
|
|
@@ -353,7 +390,7 @@ Skill: `cc-toolkit-generator-enhanced` (9 modules with quality gates).
|
|
|
353
390
|
|
|
354
391
|
---
|
|
355
392
|
|
|
356
|
-
## Skills Reference
|
|
393
|
+
## 🧠 Skills Reference
|
|
357
394
|
|
|
358
395
|
| Skill | Purpose |
|
|
359
396
|
|-------|---------|
|
|
@@ -405,7 +442,7 @@ Claude Code resolves these references dynamically — when executing a skill, th
|
|
|
405
442
|
|
|
406
443
|
---
|
|
407
444
|
|
|
408
|
-
## Commands Reference
|
|
445
|
+
## ⚡ Commands Reference
|
|
409
446
|
|
|
410
447
|
| Command | Purpose | When to use |
|
|
411
448
|
|---|---|---|
|
|
@@ -473,7 +510,7 @@ Extract reusable patterns from a completed project into a knowledge base. Skill:
|
|
|
473
510
|
|
|
474
511
|
---
|
|
475
512
|
|
|
476
|
-
## CLI Commands
|
|
513
|
+
## 💻 CLI Commands
|
|
477
514
|
|
|
478
515
|
### Subcommands
|
|
479
516
|
|
|
@@ -508,7 +545,7 @@ Extract reusable patterns from a completed project into a knowledge base. Skill:
|
|
|
508
545
|
|
|
509
546
|
---
|
|
510
547
|
|
|
511
|
-
## Validation Cycle Details
|
|
548
|
+
## 🎚️ Validation Cycle Details
|
|
512
549
|
|
|
513
550
|
The same validation pipeline runs in **`/replicate` Phase 2** and **`/feature` Phase 2**. Skill: `requirements-validator`.
|
|
514
551
|
|
|
@@ -552,7 +589,7 @@ Output: `docs/features/<id>/review-report.md`.
|
|
|
552
589
|
|
|
553
590
|
---
|
|
554
591
|
|
|
555
|
-
## Feature Lifecycle — `/feature` command
|
|
592
|
+
## 🔄 Feature Lifecycle — `/feature` command
|
|
556
593
|
|
|
557
594
|
`/feature <id>` runs a 4-phase lifecycle: **PLAN → VALIDATE → IMPLEMENT → REVIEW**. Project-context-aware (reads `docs/`), checkpoint-driven, parallel where independent.
|
|
558
595
|
|
|
@@ -607,7 +644,7 @@ Severity-classified findings. Critical (`blocker` | `high`) MUST be fixed.
|
|
|
607
644
|
|
|
608
645
|
---
|
|
609
646
|
|
|
610
|
-
## Statusline Dashboard
|
|
647
|
+
## 📊 Statusline Dashboard
|
|
611
648
|
|
|
612
649
|
**6-line ANSI dashboard** above Claude Code's prompt with real-time pipeline + roadmap + toolkit + status metrics.
|
|
613
650
|
|
|
@@ -650,7 +687,7 @@ For internals, see [admin guide](./README/eng/03_admin_guide.md#statusline--dash
|
|
|
650
687
|
|
|
651
688
|
---
|
|
652
689
|
|
|
653
|
-
## Hooks System
|
|
690
|
+
## 🪝 Hooks System
|
|
654
691
|
|
|
655
692
|
`p-replicator` ships **6 cross-platform Node scripts** in `.claude/hooks/`:
|
|
656
693
|
|
|
@@ -705,7 +742,7 @@ Pipeline commands optionally call this script (via Bash tool) so statusline show
|
|
|
705
742
|
|
|
706
743
|
---
|
|
707
744
|
|
|
708
|
-
## Roadmap & Insights
|
|
745
|
+
## 🗺️ Roadmap & Insights
|
|
709
746
|
|
|
710
747
|
### Feature roadmap (`.claude/feature-roadmap.json`)
|
|
711
748
|
|
|
@@ -773,7 +810,7 @@ What fixed it (1-5 sentences with code if relevant).
|
|
|
773
810
|
|
|
774
811
|
---
|
|
775
812
|
|
|
776
|
-
## Architecture Highlights
|
|
813
|
+
## 🏛️ Architecture Highlights
|
|
777
814
|
|
|
778
815
|
### Two-tier model: Pre-shipped vs Project-generated
|
|
779
816
|
|
|
@@ -782,7 +819,7 @@ What fixed it (1-5 sentences with code if relevant).
|
|
|
782
819
|
| **Pre-shipped** | `npx p-replicator init` | `.claude/{skills,commands,agents,rules,hooks}/` + `settings.json` | On each package upgrade |
|
|
783
820
|
| **Project-generated** | `/replicate` Phase 3 (LLM execution) | `CLAUDE.md`, `.claude/agents/planner.md`, `docs/`, etc. | Only on regeneration |
|
|
784
821
|
|
|
785
|
-
This is **the main fix of v1.4.0** — previously `/replicate` Phase 3 tried to generate ALL artifacts (including generic commands like `/run`, `/feature`), which led to flaky outputs (LLM compression, missed templates). Post-v1.4.0, generic commands are pre-shipped, Phase 3 generates ONLY project-specific artifacts.
|
|
822
|
+
> 💡 **Key insight:** This is **the main fix of v1.4.0** — previously `/replicate` Phase 3 tried to generate ALL artifacts (including generic commands like `/run`, `/feature`), which led to flaky outputs (LLM compression, missed templates). Post-v1.4.0, generic commands are pre-shipped, Phase 3 generates ONLY project-specific artifacts.
|
|
786
823
|
|
|
787
824
|
### SSOT: `utils.COMPONENTS`
|
|
788
825
|
|
|
@@ -820,7 +857,7 @@ For complete internals, see [`README/eng/05_architecture.md`](./README/eng/05_ar
|
|
|
820
857
|
|
|
821
858
|
---
|
|
822
859
|
|
|
823
|
-
## Configuration
|
|
860
|
+
## ⚙️ Configuration
|
|
824
861
|
|
|
825
862
|
### `.claude/settings.json`
|
|
826
863
|
|
|
@@ -828,7 +865,7 @@ Default structure after `init`:
|
|
|
828
865
|
|
|
829
866
|
```json
|
|
830
867
|
{
|
|
831
|
-
"$schema": "https://
|
|
868
|
+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
832
869
|
"_comment": "Default hooks + statusline shipped by @dzhechkov/p-replicator init.",
|
|
833
870
|
"statusLine": {
|
|
834
871
|
"type": "command",
|
|
@@ -893,7 +930,7 @@ If `.keysarium.json` (from sibling `@dzhechkov/keysarium` package) is detected:
|
|
|
893
930
|
|
|
894
931
|
---
|
|
895
932
|
|
|
896
|
-
## Update workflow
|
|
933
|
+
## 🔄 Update workflow
|
|
897
934
|
|
|
898
935
|
```bash
|
|
899
936
|
# Safe upgrade with preserved customizations:
|
|
@@ -923,7 +960,14 @@ npx @dzhechkov/p-replicator verify
|
|
|
923
960
|
|
|
924
961
|
---
|
|
925
962
|
|
|
926
|
-
## Troubleshooting
|
|
963
|
+
## 🆘 Troubleshooting
|
|
964
|
+
|
|
965
|
+
> 💡 **Tip:** This section covers the 12 most common issues. For a comprehensive 15+ case troubleshooting reference with detailed diagnostics, see [`README/eng/06_troubleshooting.md`](./README/eng/06_troubleshooting.md).
|
|
966
|
+
|
|
967
|
+
<details>
|
|
968
|
+
<summary><b>👉 Click to expand 12 common issues + fixes</b></summary>
|
|
969
|
+
|
|
970
|
+
<br>
|
|
927
971
|
|
|
928
972
|
### `init` refuses: "P-Replicator is already installed"
|
|
929
973
|
|
|
@@ -1071,9 +1115,16 @@ Workaround: temporarily disable statusline by removing the `statusLine` field in
|
|
|
1071
1115
|
|
|
1072
1116
|
For full troubleshooting (15+ issues with detailed diagnostics), see [`README/eng/06_troubleshooting.md`](./README/eng/06_troubleshooting.md).
|
|
1073
1117
|
|
|
1118
|
+
</details>
|
|
1119
|
+
|
|
1074
1120
|
---
|
|
1075
1121
|
|
|
1076
|
-
## Migration
|
|
1122
|
+
## 📈 Migration
|
|
1123
|
+
|
|
1124
|
+
<details>
|
|
1125
|
+
<summary><b>👉 Click to expand per-version migration matrix</b></summary>
|
|
1126
|
+
|
|
1127
|
+
<br>
|
|
1077
1128
|
|
|
1078
1129
|
| From → To | What you get | Migration cost |
|
|
1079
1130
|
|---|---|---|
|
|
@@ -1085,7 +1136,7 @@ For full troubleshooting (15+ issues with detailed diagnostics), see [`README/en
|
|
|
1085
1136
|
| 1.5.0 → 1.5.1 | "Existing tech docs" workflow formalized | docs only — no migration |
|
|
1086
1137
|
| 1.5.1 → 1.5.2 | Mode 2 (existing project + /feature) formalized | docs only — no migration |
|
|
1087
1138
|
|
|
1088
|
-
**No breaking changes** between any versions. All upgrades are backward-compatible.
|
|
1139
|
+
> ✅ **No breaking changes** between any versions. All upgrades are backward-compatible.
|
|
1089
1140
|
|
|
1090
1141
|
After any upgrade — `verify` to confirm contract:
|
|
1091
1142
|
|
|
@@ -1093,9 +1144,16 @@ After any upgrade — `verify` to confirm contract:
|
|
|
1093
1144
|
npx @dzhechkov/p-replicator verify
|
|
1094
1145
|
```
|
|
1095
1146
|
|
|
1147
|
+
</details>
|
|
1148
|
+
|
|
1096
1149
|
---
|
|
1097
1150
|
|
|
1098
|
-
## Test Infrastructure
|
|
1151
|
+
## 🧪 Test Infrastructure
|
|
1152
|
+
|
|
1153
|
+
<details>
|
|
1154
|
+
<summary><b>👉 Click to expand test layer breakdown + meta-tests</b></summary>
|
|
1155
|
+
|
|
1156
|
+
<br>
|
|
1099
1157
|
|
|
1100
1158
|
**Suite:** 105 tests, 36 suites, ~25 sec runtime.
|
|
1101
1159
|
|
|
@@ -1118,9 +1176,11 @@ npm run test:e2e # e2e only
|
|
|
1118
1176
|
npm run test:snapshot # snapshot only
|
|
1119
1177
|
```
|
|
1120
1178
|
|
|
1179
|
+
</details>
|
|
1180
|
+
|
|
1121
1181
|
---
|
|
1122
1182
|
|
|
1123
|
-
## Known Limitations
|
|
1183
|
+
## ⚠️ Known Limitations
|
|
1124
1184
|
|
|
1125
1185
|
For currently-open improvement items — see [`KNOWN_LIMITATIONS.md`](./KNOWN_LIMITATIONS.md) (8 entries: 3 medium, 5 low priority).
|
|
1126
1186
|
|
|
@@ -1135,7 +1195,19 @@ For multiplatform support roadmap (Codex, OpenCode, KiloCode) — see [`MULTIPLA
|
|
|
1135
1195
|
|
|
1136
1196
|
---
|
|
1137
1197
|
|
|
1138
|
-
## Changelog Highlights
|
|
1198
|
+
## 📜 Changelog Highlights
|
|
1199
|
+
|
|
1200
|
+
> 📌 For full version history with migration notes — see [`CHANGELOG.md`](./CHANGELOG.md) (authoritative source).
|
|
1201
|
+
|
|
1202
|
+
<details>
|
|
1203
|
+
<summary><b>👉 Click to expand 9 versions: v1.3.0 → v1.5.3</b></summary>
|
|
1204
|
+
|
|
1205
|
+
<br>
|
|
1206
|
+
|
|
1207
|
+
### v1.5.3 — 2026-05-07 (Comprehensive README + visual polish)
|
|
1208
|
+
|
|
1209
|
+
- 📚 **Expanded `README.md`** from ~14.6 kB to ~50 kB (consolidating 8 eng/ files for npm registry visibility)
|
|
1210
|
+
- 🎨 Visual polish: hero banner, 8 badges, emoji TOC, collapsible sections, callout blocks, `<kbd>` for CLI commands
|
|
1139
1211
|
|
|
1140
1212
|
### v1.5.2 — 2026-05-07 (Mode 2 documentation)
|
|
1141
1213
|
|
|
@@ -1190,11 +1262,11 @@ Formalized **"Starting from existing technical documentation"** workflow for `/r
|
|
|
1190
1262
|
|
|
1191
1263
|
Initial published version. 10 skills, 2 commands (`/replicate`, `/harvest`), 4 agents, 2 rules.
|
|
1192
1264
|
|
|
1193
|
-
|
|
1265
|
+
</details>
|
|
1194
1266
|
|
|
1195
1267
|
---
|
|
1196
1268
|
|
|
1197
|
-
## Contributing
|
|
1269
|
+
## 🤝 Contributing
|
|
1198
1270
|
|
|
1199
1271
|
This package is part of the [`pu-unicorn-replicate`](https://github.com/dzhechko/pu-unicorn-replicate) monorepo.
|
|
1200
1272
|
|
|
@@ -1239,7 +1311,7 @@ Each significant improvement is persisted as a cross-session pattern (16+ entrie
|
|
|
1239
1311
|
|
|
1240
1312
|
---
|
|
1241
1313
|
|
|
1242
|
-
## License
|
|
1314
|
+
## 📃 License
|
|
1243
1315
|
|
|
1244
1316
|
MIT — see [LICENSE](./LICENSE).
|
|
1245
1317
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/p-replicator",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.5",
|
|
4
4
|
"description": "P-Replicator — Claude Code toolkit for AI-assisted product development (Vibe Coding). Full /replicate pipeline, 10 modular skills (194K+ chars), /harvest knowledge extraction, swarm agents, quality gates, security patterns, cross-project learning.",
|
|
5
5
|
"main": "src/cli.js",
|
|
6
6
|
"bin": {
|
|
@@ -17,8 +17,7 @@
|
|
|
17
17
|
"test:e2e": "node --test tests/e2e/lifecycle.test.js",
|
|
18
18
|
"test:snapshot": "node --test tests/snapshot/templates.test.js",
|
|
19
19
|
"test:doctor": "node bin/cli.js doctor",
|
|
20
|
-
"snapshot:baseline": "node tests/snapshot/update-baseline.js"
|
|
21
|
-
"prepublishOnly": "node scripts/sync-templates.js"
|
|
20
|
+
"snapshot:baseline": "node tests/snapshot/update-baseline.js"
|
|
22
21
|
},
|
|
23
22
|
"keywords": [
|
|
24
23
|
"claude",
|
|
@@ -55,18 +54,22 @@
|
|
|
55
54
|
},
|
|
56
55
|
"repository": {
|
|
57
56
|
"type": "git",
|
|
58
|
-
"url": "https://github.com/
|
|
57
|
+
"url": "https://github.com/djd1m/dz-harness-hub.git",
|
|
58
|
+
"directory": "packages/@dzhechkov/p-replicator"
|
|
59
59
|
},
|
|
60
|
-
"homepage": "https://github.com/
|
|
60
|
+
"homepage": "https://github.com/djd1m/dz-harness-hub/tree/main/packages/@dzhechkov/p-replicator#readme",
|
|
61
61
|
"bugs": {
|
|
62
|
-
"url": "https://github.com/
|
|
62
|
+
"url": "https://github.com/djd1m/dz-harness-hub/issues"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@dzhechkov/keysarium-core": "^1.
|
|
65
|
+
"@dzhechkov/keysarium-core": "^1.1.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependenciesMeta": {
|
|
68
68
|
"@dzhechkov/keysarium-core": {
|
|
69
69
|
"optional": true
|
|
70
70
|
}
|
|
71
|
+
},
|
|
72
|
+
"publishConfig": {
|
|
73
|
+
"access": "public"
|
|
71
74
|
}
|
|
72
75
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$schema": "https://
|
|
2
|
+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
3
3
|
"_comment": "Default hooks + statusline shipped by @dzhechkov/p-replicator init. Cross-platform Node scripts (no bash dependencies). Auto-commits roadmap/insights/plans on Stop, injects relevant insights on SessionStart. Statusline displays pipeline+roadmap+toolkit dashboard above the prompt. Project-specific hooks (DDD, fitness functions, etc.) are merged in by /replicate Phase 3.",
|
|
4
4
|
"statusLine": {
|
|
5
5
|
"type": "command",
|