@kennethsolomon/shipkit 3.0.2 → 3.0.3
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/commands/sk/help.md +2 -1
- package/package.json +1 -1
package/commands/sk/help.md
CHANGED
|
@@ -19,6 +19,7 @@ Run these commands in order for a complete, quality-gated feature build.
|
|
|
19
19
|
| `/sk:schema-migrate` | Analyze schema changes *(skip if no DB changes)* |
|
|
20
20
|
| `/sk:write-tests` | TDD red: write failing tests first |
|
|
21
21
|
| `/sk:execute-plan` | TDD green: implement until tests pass |
|
|
22
|
+
| `/sk:change` | Requirements changed? Re-enter at the right step |
|
|
22
23
|
| `/sk:smart-commit` | Conventional commit with approval |
|
|
23
24
|
| `/sk:lint` | **GATE** — all linters must pass |
|
|
24
25
|
| `/sk:test` | **GATE** — 100% coverage on new code |
|
|
@@ -112,4 +113,4 @@ Config lives in `.shipkit/config.json` — per project, gitignored by default.
|
|
|
112
113
|
|
|
113
114
|
---
|
|
114
115
|
|
|
115
|
-
**ShipKit** by Kenneth Solomon · `
|
|
116
|
+
**ShipKit** by Kenneth Solomon · `npm install -g @kennethsolomon/shipkit` to install/update
|