Commit 4c45d8b
Sync latest template improvements (#14)
* fix: sync shared-commands package.json version with published npm version (#253)
The package.json is at 1.0.1 but npm already has 1.0.2 published,
causing the workflow to skip publishing since the calculated next version
(1.0.2) already exists on npm.
This syncs package.json to 1.0.2 so the next change will correctly
increment to 1.0.3 and publish successfully.
Resolves the frustrating publish loop issue.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
* style: improve complexity assessment emoji in analyze-issue (#251)
Change emoji from ⚡ to 🎯 for better visual clarity and consistency
in the complexity assessment section output.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
* fix: handle 'none' bump type in shared-commands publish workflow (#250)
The workflow was failing when BUMP_TYPE was set to 'none' because:
1. The case statement didn't handle the 'none' case
2. The 'Calculate next version' step was running even when SKIP_PUBLISH=true
Fixed by:
- Adding 'none' case to the bump type case statement
- Adding conditional check to skip version calculation when SKIP_PUBLISH=true
- Setting NEXT_VERSION to current version for 'none' bump type
This resolves GitHub Actions run #16239044912 failure.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
* docs: improve analyze-issue command description (#249)
Add clarification that the analyze-issue command provides comprehensive
analysis including complexity assessment to help users understand its capabilities.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
* fix: add AI assistant config files to gitignore
- Add .gemini/settings.json to gitignore
- Add .mcp.json to gitignore
- Remove tracked AI config files from repository
- Consolidate AI assistant settings under single comment
These configuration files should be local to each developer's
environment and not shared in the repository.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent c6876d6 commit 4c45d8b
6 files changed
+3836
-1140
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
0 commit comments