Skip to content

Document snippets and bump to 0.2.0 for release#31

Merged
saramaebee merged 1 commit into
feature/snippetsfrom
snippets-docs
Jun 12, 2026
Merged

Document snippets and bump to 0.2.0 for release#31
saramaebee merged 1 commit into
feature/snippetsfrom
snippets-docs

Conversation

@saramaebee

Copy link
Copy Markdown
Collaborator

Summary

Release-prep for the 0.2.0 release that ships snippet support. Adds the snippet surface to the docs and bumps the version.

  • README.md (user-facing): new Snippets CLI section (list snippets / snippet-paths / snippet-locations --with-lines, get snippet / snippet-match); MCP Available Tools table updated (snippet on list, the snippet_match tool, note that snippets are list/drill-in only — no get/update); Snippet locator form.
  • CLAUDE.md (contributor-facing): ERD (Revision → Snippet → SnippetMatch), architecture tree, the four snippet API endpoints, the Snippet model entry with its documented API quirks (string id, matchPercentage 0–100 vs 0–1 elsewhere, trailing-blank-EOF off-by-one), and Future Work (reject/unreject + cross-revision compare, out of scope for v1).
  • Cargo.toml + Cargo.lock: version 0.1.00.2.0.

Test plan

  • cargo build succeeds.
  • Every documented CLI command token verified against the clap variants in src/cli/mod.rs.

Release path

Merge this into feature/snippets, then PR feature/snippetsmain, then tag v0.2.0 on main to trigger the cargo-dist release workflow.

🤖 Generated with Claude Code

Adds the snippet surface to user- and contributor-facing docs ahead of
the 0.2.0 release that ships snippet support:

- README: new Snippets CLI section (list snippets/snippet-paths/
  snippet-locations, get snippet/snippet-match), MCP tools table updated
  (snippet on `list`, the `snippet_match` tool, no get/update), and the
  Snippet locator form
- CLAUDE.md: ERD (Revision->Snippet->SnippetMatch), architecture tree,
  the four snippet endpoints, the Snippet model entry with its API
  quirks, and Future Work (reject/unreject + cross-revision compare)
- Bump version 0.1.0 -> 0.2.0 (Cargo.toml + Cargo.lock)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@saramaebee saramaebee merged commit 66a2c22 into feature/snippets Jun 12, 2026
1 check failed
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