Skip to content

Commit 251dd01

Browse files
committed
fix: restore CLAUDE.md content after deletion
1 parent b58ad12 commit 251dd01

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CLAUDE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ uv run flake8 .
5252
uv run mypy .
5353
```
5454

55+
## Version Management
56+
57+
- To bump the version use uv version --bump <patch|minor|major> commit (only the changes to pyproject.toml) push, and monitor the workflow run to verify it actually gets deployed.
58+
5559
## Architecture Overview
5660

5761
This is an MCP (Model Context Protocol) server that provides precise code extraction using tree-sitter parsing. The codebase has a **clean package structure**:
@@ -183,4 +187,5 @@ get_signature("src/api.py", "handle_request", "HEAD^2") # Merge parent
183187
- Git command must be available in PATH
184188
- Revision must exist in the repository
185189
- File must exist at the specified revision
186-
- **Note**: `git_revision` parameter is NOT supported when using URLs
190+
- **Note**: `git_revision` parameter is NOT supported when using URLs
191+
```

0 commit comments

Comments
 (0)