File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
99992 . ** Pre-commit** : Hooks configured for ruff and mypy - run on all commits
1001003 . ** Python Version** : Requires Python >=3.11
1011014 . ** 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 `
You can’t perform that action at this time.
0 commit comments