Skip to content

Commit 9ef371e

Browse files
feat: add ai agent support setup
1 parent 761c544 commit 9ef371e

File tree

6 files changed

+1112
-20
lines changed

6 files changed

+1112
-20
lines changed

.cursorrules

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Cursor AI Configuration
2+
3+
👉 **See [.github/copilot-instructions.md](.github/copilot-instructions.md) for complete AI context and coding conventions.**
4+
5+
This file redirects to the canonical AI instructions to maintain a single source of truth.
6+
7+
## Quick Reference
8+
9+
The main instructions file includes:
10+
- **Naming conventions**: Python (snake_case), Queries ($content_type), Events (camelCase)
11+
- **API return values**: create_entity() returns tuple, update/delete return receipt
12+
- **Common mistakes**: Wrong entity attributes, incorrect unpacking, query syntax errors
13+
- **Running examples**: Use `uv run python -m arkiv_starter.XX`
14+
- **Testing patterns**: Fixtures, local node limitations, parallel execution
15+
16+
When working with this codebase, always refer to the main instructions file for the most current conventions and patterns.

0 commit comments

Comments
 (0)