Skip to content

Commit 9b4682f

Browse files
authored
feat: enhance commands system and ruler integration (#11)
- Add commands:copy script to package.json for easy command file copying - Copy all command documentation to .ruler directory - Regenerate ruler instructions for multiple AI assistants (Cursor, Claude, Gemini, etc.) - Update various tool configurations (.vscode, .github, .idx, etc.) - Add new configuration files for additional AI tools (Goose, Junie, OpenHands) - Clean up deprecated ruler files (pr-creation.md, pr-labeling.md) 🤖 Generated with Claude
1 parent 07324b4 commit 9b4682f

35 files changed

Lines changed: 12980 additions & 3405 deletions

.augment/rules/ruler_augment_instructions.md

Lines changed: 1394 additions & 0 deletions
Large diffs are not rendered by default.

.clinerules

Lines changed: 462 additions & 271 deletions
Large diffs are not rendered by default.

.crush.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"mcp": {
3+
"XcodeBuildMCP": {
4+
"command": "npx",
5+
"args": [
6+
"-y",
7+
"xcodebuildmcp@latest"
8+
]
9+
},
10+
"Serena": {
11+
"command": "uv",
12+
"args": [
13+
"run",
14+
"serena",
15+
"mcp"
16+
]
17+
},
18+
"Linear": {
19+
"command": "npx",
20+
"args": [
21+
"-y",
22+
"mcp-remote",
23+
"https://mcp.linear.app/sse"
24+
]
25+
},
26+
"GitHub": {
27+
"command": "npx",
28+
"args": [
29+
"-y",
30+
"mcp-remote",
31+
"https://api.githubcopilot.com/mcp/"
32+
]
33+
},
34+
"figma-mcp": {
35+
"command": "npx",
36+
"args": [
37+
"-y",
38+
"mcp-remote",
39+
"http://127.0.0.1:3845/sse"
40+
]
41+
},
42+
"beeper": {
43+
"command": "npx",
44+
"args": [
45+
"-y",
46+
"mcp-remote",
47+
"http://localhost:23373/v0/mcp"
48+
]
49+
}
50+
}
51+
}

0 commit comments

Comments
 (0)