worclaude 1.3.8 → 1.3.9

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": "worclaude",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "CLI tool that scaffolds a comprehensive Claude Code workflow into any project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,8 +1,15 @@
1
1
  1. Update docs/spec/PROGRESS.md with what was completed this session
2
- 2. Stage all changes: git add -A
3
- 3. Write a clear, conventional commit message
4
- 4. Push to the current branch
5
- 5. Create a PR with:
2
+ 2. **Version bump (only when on `develop` targeting `main`):**
3
+ - Check what changed since last version using the versioning policy in git-conventions.md
4
+ - Template or CLI behavior changes → patch bump
5
+ - New command/feature minor bump
6
+ - Breaking change → major bump
7
+ - Only docs/CI/tests/PROGRESS.md → no bump needed
8
+ - If bump needed: update `version` in package.json
9
+ 3. Stage all changes: git add -A
10
+ 4. Write a clear, conventional commit message
11
+ 5. Push to the current branch
12
+ 6. Create a PR with:
6
13
  - Clear title matching conventional commit format
7
14
  - Description of changes
8
15
  - Testing done