release: bump version to 0.4.6 and document /init skill#202
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
PR Review: release: bump version to 0.4.6SummaryThis is a clean release PR that bumps the version from 0.4.5 to 0.4.6 and updates the README to document the ✅ Code Quality and Best PracticesStrengths:
Minor observation:
✅ Potential Bugs or IssuesNo bugs identified. I verified that:
✅ Performance ConsiderationsNo performance concerns - this is purely a documentation and version update. ✅ Security ConcernsNo security issues identified. The changes are limited to:
✅ Test CoverageThe PR indicates all 943 tests pass and typecheck passes. Since this is a documentation-only change (plus version bump), no new tests are needed. Suggestions
VerdictApproved ✅ This is a well-structured release PR with accurate documentation updates. The changes are minimal, focused, and correctly document the new |
Summary
This release bumps the package version to 0.4.6 and updates documentation to reflect the new
/initskill workflow for generating project-specificCLAUDE.mdandAGENTS.mdfiles.Key Changes
/initcommand to the commands table with description/initafter starting a chat session/initexplores the codebase and generates context filesatomic initno longer createsCLAUDE.md/AGENTS.md/initinside a chat session insteadMigration Notes
The workflow for setting up
CLAUDE.mdandAGENTS.mdhas changed:atomic init --force/initinside a chat session to automatically generate populated context filesTest Plan