ai-project-boilerplate 1.5.1 → 1.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-project-boilerplate",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "CLI to scaffold AI-collaborated projects with stage-based AI instruction files",
5
5
  "bin": {
6
6
  "ai-project": "bin/cli.js"
@@ -46,7 +46,9 @@ If multiple workflows apply to the current action, read all of them.
46
46
  2. Do not read other stage files unless explicitly asked.
47
47
  3. After completing work, append a summary to `CHANGELOG.md`.
48
48
  4. When the stage changes, update `.ai-stage` on the current branch.
49
- 5. Before any code management action: check `.ai-workflow`, read the relevant `docs/workflows/*.md`, and follow it exactly.
49
+ 5. Before any code management action:
50
+ a. Update `CHANGELOG.md` first — include it in the same commit.
51
+ b. Check `.ai-workflow`, read the relevant `docs/workflows/*.md`, and follow it exactly.
50
52
 
51
53
  ## First-Time Setup (AI tools other than Claude Code)
52
54
  If your tool uses a dedicated instructions file (e.g. `.cursorrules` for Cursor,