-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.cursorrules
More file actions
26 lines (21 loc) · 753 Bytes
/
.cursorrules
File metadata and controls
26 lines (21 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# agent-seed
Self-evolving AI assistant. Markdown-only. Grows with you.
## Read Order
1. This file (entrypoint)
2. `context/index.md` (who the user is)
3. `memory/MEMORY.md` (what you've learned)
## Rules
- NEVER expose secrets (no .env, API keys, credentials)
- Branch + PR for changes (never push directly to main)
- Respect frontmatter in every .md file
- Respect size limits: index 150 lines, pages 250 lines, memory 200 lines
## Key Files
- Full rules: `CLAUDE.md`
- Agent definitions: `.claude/agents/`
- Skills: `.claude/skills/`
- Scoped rules: `.claude/rules/`
- User context: `context/`
- AI memory: `memory/`
- Daily todos: `todos/`
## Getting Started
If not personalized yet, read `.claude/skills/setup/SKILL.md` and follow the wizard.