Skip to content

release: bump version to 0.4.6 and document /init skill#202

Merged
lavaman131 merged 1 commit intomainfrom
release/v0.4.6
Feb 15, 2026
Merged

release: bump version to 0.4.6 and document /init skill#202
lavaman131 merged 1 commit intomainfrom
release/v0.4.6

Conversation

@lavaman131
Copy link
Collaborator

@lavaman131 lavaman131 commented Feb 15, 2026

Summary

This release bumps the package version to 0.4.6 and updates documentation to reflect the new /init skill workflow for generating project-specific CLAUDE.md and AGENTS.md files.

Key Changes

  • Version bump: Update package version from 0.4.5 to 0.4.6
  • Documentation updates:
    • Add /init command to the commands table with description
    • Update "Getting started" section to instruct users to run /init after starting a chat session
    • Add detailed explanation of how /init explores the codebase and generates context files
    • Update troubleshooting section to clarify that atomic init no longer creates CLAUDE.md/AGENTS.md
    • Explain that users should use /init inside a chat session instead

Migration Notes

The workflow for setting up CLAUDE.md and AGENTS.md has changed:

  • Old workflow: Manual creation or generation via atomic init --force
  • New workflow: Run /init inside a chat session to automatically generate populated context files

Test Plan

  • All 943 tests pass
  • Typecheck passes
  • Verify README renders correctly on GitHub

- 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
@lavaman131 lavaman131 merged commit 8e0489f into main Feb 15, 2026
5 of 6 checks passed
@lavaman131 lavaman131 deleted the release/v0.4.6 branch February 15, 2026 08:44
@claude claude bot changed the title release: bump version to 0.4.6 release: bump version to 0.4.6 and document /init skill Feb 15, 2026
@claude
Copy link

claude bot commented Feb 15, 2026

PR Review: release: bump version to 0.4.6

Summary

This is a clean release PR that bumps the version from 0.4.5 to 0.4.6 and updates the README to document the /init command. The changes are straightforward and well-scoped.


✅ Code Quality and Best Practices

Strengths:

  • The version bump follows semantic versioning (patch release for documentation updates)
  • README changes are clear and well-written
  • The commands table formatting is consistent with the existing style
  • Documentation accurately describes the /init command functionality

Minor observation:

  • Line 346 in the commands table has a slightly different spacing pattern in the Arguments column (empty cell), but this doesn't affect rendering. The table renders correctly.

✅ Potential Bugs or Issues

No bugs identified. I verified that:

  • The /init skill exists in the codebase at src/ui/commands/skill-commands.ts:1106
  • The description in the README matches the actual skill description: "Generate CLAUDE.md and AGENTS.md by exploring the codebase"
  • The documentation flow is accurate (run atomic init, then atomic chat, then /init)

✅ Performance Considerations

No performance concerns - this is purely a documentation and version update.


✅ Security Concerns

No security issues identified. The changes are limited to:

  • Version string update in package.json
  • Documentation text in README.md

✅ Test Coverage

The 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

  1. Optional: Consider verifying the README renders correctly on GitHub before merging (as noted in the PR's test plan checklist).

  2. Minor formatting: The empty Arguments cell for /init could optionally include a dash (-) or (none) for consistency, but this is purely a style preference and the current approach is also valid.


Verdict

Approved

This is a well-structured release PR with accurate documentation updates. The changes are minimal, focused, and correctly document the new /init workflow for generating CLAUDE.md and AGENTS.md files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant