claude_version 1.6.1

Claude Code version manager: install, upgrade, and session lifecycle
Documentation
# Algorithm Test Spec Operations

- **Actor:** Developer
- **Trigger:** An algorithm doc instance is created or revised in `docs/algorithm/`.
- **Emits:**
## Add Algorithm Test Spec

1. Identify the corresponding `docs/algorithm/NNN_*.md` doc instance
2. Assign the matching ordinal ID
3. Create `NN_{snake_case_name}.md` in this directory with AC- prefixed test cases (min 4)
4. Include: behavioral divergence pair, GWT-format test cases, source cross-references
5. Register in `readme.md` Overview Table: add row with name, purpose, and status ⏳
6. Update status to ✅ when all AC- cases have corresponding passing Rust tests

## Update Algorithm Test Spec

1. Edit the target `NN_*.md` file
2. If test cases added/removed: update the test case index and coverage summary
3. If algorithm scope changed: verify alignment with `docs/algorithm/NNN_*.md`