@@ -12,24 +12,7 @@ The `.claude/` folder contains embedded settings, skills, and agents that are av
1212
1313## Canonical commands
1414
15- | Command | Script | Description |
16- | ---------------- | ------------------------ | ---------------------------------------------- |
17- | ** Dev** | ` npm start ` | Start dev server at ` http://localhost:3000/ ` |
18- | ** Dev (alias)** | ` npm run dev ` | Alias for ` npm start ` |
19- | ** Debug** | ` npm run debug ` | Start with nodemon and inspector |
20- | ** Prod** | ` npm run prod ` | Start in production mode |
21- | ** Test** | ` npm test ` | Run all tests (one-shot) |
22- | ** Unit test** | ` npm run test:unit ` | Run unit tests once (alias of ` npm test ` ) |
23- | ** Watch** | ` npm run test:watch ` | Run tests in watch mode |
24- | ** Coverage** | ` npm run test:coverage ` | Generate test coverage |
25- | ** Lint** | ` npm run lint ` | Check code quality |
26- | ** Lint fix** | ` npm run lint:fix ` | Auto-fix linting issues |
27- | ** Format** | ` npm run format ` | Format with Prettier |
28- | ** Seed** | ` npm run seed:dev ` | Seed development database |
29- | ** Commit** | ` npm run commit ` | Commit with commitizen |
30- | ** Release** | ` npm run release ` | Manual release (standard-version) |
31- | ** Release (CI)** | ` npm run release:auto ` | Semantic release for CI |
32- | ** Docker** | ` docker-compose up ` | Start with docker-compose |
15+ Scripts: see ` package.json ` → ` scripts ` section.
3316
3417## Preflight
3518
@@ -75,13 +58,7 @@ Use `.claude/skills/*/SKILL.md` as the primary workflow source for Claude.
7558
7659## Stack merge workflow
7760
78- ``` bash
79- git remote add devkit-node https://github.com/pierreb-devkit/Node.git
80- git fetch devkit-node
81- git merge devkit-node/master
82- ```
83-
84- Resolve conflicts carefully to preserve downstream customizations and keep future merges clean.
61+ See README — stack merge workflow section.
8562
8663## Definition of done
8764
0 commit comments