You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename atomic flags for clarity and remove atomic-apply
- Rename --atomic to --atomic-identifiers for clarity
- Rename --no-atomic to --no-atomic-identifiers
- Remove --atomic-apply flag (always atomic by default)
- Keep --atomic-search and --atomic-replace unchanged
- Update all CLI handlers, docs, MCP server, and tests
- All tests passing (536 tests in Rust, 63 in MCP, VS Code clean)
This prevents confusion between identifier atomicity (treating compound
words as single units) and transactional apply operations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments