release: v0.4.6 with /init skill documentation and CI fix#203
release: v0.4.6 with /init skill documentation and CI fix#203lavaman131 merged 2 commits intomainfrom
Conversation
- Bump package version from 0.4.5 to 0.4.6 - Update README getting started section to document the /init command for generating CLAUDE.md and AGENTS.md - Add /init to the commands table - Update troubleshooting section to reflect that atomic init no longer creates CLAUDE.md/AGENTS.md
These files were removed from the repo in 88f0415 but the publish workflow still tried to copy them into the config archive, causing the release CI to fail.
PR Review: release: v0.4.6SummaryThis is a clean release PR that bumps the version to 0.4.6 and addresses a CI issue. The changes are minimal and well-scoped. ✅ Code Quality and Best PracticesGood:
No issues identified. ✅ Potential Bugs or IssuesCI Fix Analysis: # Removed (correct)
cp CLAUDE.md config-staging/
cp AGENTS.md config-staging/The files were removed in commit 88f0415, so the workflow was rightfully failing. The fix is straightforward and appropriate. Documentation Consistency:
No bugs identified. ✅ Performance ConsiderationsNo performance implications — this PR contains only documentation updates, a version bump, and CI workflow fixes. ✅ Security ConcernsNo security concerns:
✅ Test CoveragePer the PR description:
The changes don't introduce any new testable functionality — they're documentation and CI configuration updates. 📋 Checklist for Reviewer
🎯 RecommendationApprove — This is a well-structured release PR. The CI fix is necessary and correct, and the documentation updates properly reflect the Minor note: The PR title could include both objectives for clarity (e.g., |
Summary
Release version 0.4.6 featuring updated documentation for the
/initskill and a critical CI fix for the publish workflow.Key Changes
Documentation Updates
/initcommand for generatingCLAUDE.mdandAGENTS.mdfiles/initto commands table with description: "GenerateCLAUDE.mdandAGENTS.mdby exploring the codebase"atomic initno longer createsCLAUDE.md/AGENTS.mdfiles - users should run/initin a chat session insteadCI/CD Fix
CLAUDE.mdandAGENTS.mdfrom.github/workflows/publish.ymlcp: cannot stat 'CLAUDE.md': No such file or directoryImpact
/initskill to generate project-specific agent context filesTest Plan