UNPKG
creatrip-agent-rules-builder
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Unified converter for AI coding agent rules across Cursor, Windsurf, and Claude
creatrip-agent-rules-builder
/
tests
/
fixtures
/
test-rules.md
21 lines
(18 loc)
•
341 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Test AI Rules
## General Rules
- Use TypeScript - Write clean code
## Specific Guidelines
- Prefer functional components - Use hooks appropriately ```jsonc agent-rules-config {
// Test configuration
"cursor"
: {
"globs"
: [
"*.ts"
,
"*.tsx"
],
"description"
:
"Test rules for cursor"
},
"windsurf"
: {},
"claude"
: {} } ```