-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.cursorrules
More file actions
27 lines (23 loc) · 958 Bytes
/
.cursorrules
File metadata and controls
27 lines (23 loc) · 958 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
27
# Unbound Force — managed by uf init
This project follows coding conventions defined in
AGENTS.md and enforced through convention packs. Before
writing or reviewing code, read the applicable convention
pack(s) from .opencode/uf/packs/ and apply all rules
marked [MUST].
Available packs:
- .opencode/uf/packs/default.md
- .opencode/uf/packs/default-custom.md
- .opencode/uf/packs/severity.md
- .opencode/uf/packs/content.md
- .opencode/uf/packs/content-custom.md
- .opencode/uf/packs/go.md
- .opencode/uf/packs/go-custom.md
For engineering philosophy and coding principles, read
.opencode/agents/cobalt-crush-dev.md.
When reviewing code, consult the applicable reviewer
checklist from .opencode/agents/:
- divisor-guard.md — intent drift, constitution
- divisor-architect.md — structure, patterns, DRY
- divisor-adversary.md — security, error handling
- divisor-testing.md — test quality, assertions
- divisor-sre.md — operations, performance