Skip to content

Commit c35d22d

Browse files
committed
fix: use consistent @./ syntax for all file references
- Updated all references to use @./.cursor/rules/ pattern - Ensures consistency throughout the document
1 parent 24047c3 commit c35d22d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ toolset = StackOneToolSet(
9191
### Testing
9292
- Snapshot testing for tool parsing (`tests/snapshots/`)
9393
- Async tests use `pytest-asyncio`
94-
- Example validation: See @.cursor/rules/examples-standards
94+
- Example validation: See @./.cursor/rules/examples-standards
9595

9696
## Important Considerations
9797

98-
1. **Dependencies**: See @.cursor/rules/package-installation for uv dependency management
98+
1. **Dependencies**: See @./.cursor/rules/package-installation for uv dependency management
9999
2. **Pre-commit**: Hooks configured for ruff and mypy - run on all commits
100100
3. **Python Version**: Requires Python >=3.11
101101
4. **Error Handling**: Custom exceptions (`StackOneError`, `StackOneAPIError`)
@@ -115,6 +115,6 @@ toolset = StackOneToolSet(
115115
- Response handling in `_process_response()`
116116

117117
### Updating Documentation
118-
- Examples requirements: See @.cursor/rules/examples-standards
118+
- Examples requirements: See @./.cursor/rules/examples-standards
119119
- Run `make docs-serve` to preview changes
120120
- MkDocs config in `mkdocs.yml`

0 commit comments

Comments
 (0)