Skip to content

Commit 46aac57

Browse files
authored
ruler (#38)
* refactor: streamline command documentation and workflows - Updated /commit-push to simplify the commit and push process, removing unnecessary sections and focusing on essential commands. - Revised /issue-create to clarify labeling and assignment rules, enhancing the structure of issue creation. - Condensed /pr-create to focus on key steps for creating pull requests, improving clarity and usability. - Simplified /pr-label to provide a clear mapping of commit types to labels, ensuring consistency in labeling practices. - Overhauled /serena to enhance problem-solving capabilities, refining usage patterns and options for better user experience. * fix: add configVersion to bun.lock for improved compatibility * refactor: unify command argument formatting across MCP configuration files
1 parent 00e0107 commit 46aac57

32 files changed

Lines changed: 4203 additions & 26180 deletions

.augment/rules/ruler_augment_instructions.md

Lines changed: 241 additions & 1523 deletions
Large diffs are not rendered by default.

.clinerules

Lines changed: 241 additions & 1523 deletions
Large diffs are not rendered by default.

.crush.json

Lines changed: 9 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"mcp": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": [
6-
"-y",
7-
"xcodebuildmcp@latest"
8-
]
5+
"args": ["-y", "xcodebuildmcp@latest"]
96
},
107
"Serena": {
118
"command": "uvx",
@@ -18,55 +15,32 @@
1815
},
1916
"Linear": {
2017
"command": "npx",
21-
"args": [
22-
"-y",
23-
"mcp-remote",
24-
"https://mcp.linear.app/sse"
25-
]
18+
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
2619
},
2720
"GitHub": {
2821
"command": "npx",
29-
"args": [
30-
"-y",
31-
"mcp-remote",
32-
"https://api.githubcopilot.com/mcp/"
33-
]
22+
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
3423
},
3524
"Figma": {
3625
"command": "npx",
37-
"args": [
38-
"-y",
39-
"mcp-remote",
40-
"http://127.0.0.1:3845/sse"
41-
]
26+
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
4227
},
4328
"Beeper": {
4429
"command": "npx",
45-
"args": [
46-
"-y",
47-
"mcp-remote",
48-
"http://localhost:23373/v0/mcp"
49-
]
30+
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
5031
},
5132
"Codex": {
5233
"type": "stdio",
5334
"command": "codex",
54-
"args": [
55-
"mcp"
56-
]
35+
"args": ["mcp"]
5736
},
5837
"ChromeDevtools": {
5938
"command": "npx",
60-
"args": [
61-
"chrome-devtools-mcp@latest"
62-
]
39+
"args": ["chrome-devtools-mcp@latest"]
6340
},
6441
"Context7": {
6542
"command": "npx",
66-
"args": [
67-
"-y",
68-
"@upstash/context7-mcp@latest"
69-
]
43+
"args": ["-y", "@upstash/context7-mcp@latest"]
7044
}
7145
}
72-
}
46+
}

.cursor/mcp.json

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"mcpServers": {
33
"XcodeBuildMCP": {
44
"command": "npx",
5-
"args": [
6-
"-y",
7-
"xcodebuildmcp@latest"
8-
]
5+
"args": ["-y", "xcodebuildmcp@latest"]
96
},
107
"Serena": {
118
"command": "uvx",
@@ -18,55 +15,32 @@
1815
},
1916
"Linear": {
2017
"command": "npx",
21-
"args": [
22-
"-y",
23-
"mcp-remote",
24-
"https://mcp.linear.app/sse"
25-
]
18+
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
2619
},
2720
"GitHub": {
2821
"command": "npx",
29-
"args": [
30-
"-y",
31-
"mcp-remote",
32-
"https://api.githubcopilot.com/mcp/"
33-
]
22+
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
3423
},
3524
"Figma": {
3625
"command": "npx",
37-
"args": [
38-
"-y",
39-
"mcp-remote",
40-
"http://127.0.0.1:3845/sse"
41-
]
26+
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
4227
},
4328
"Beeper": {
4429
"command": "npx",
45-
"args": [
46-
"-y",
47-
"mcp-remote",
48-
"http://localhost:23373/v0/mcp"
49-
]
30+
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
5031
},
5132
"Codex": {
5233
"type": "stdio",
5334
"command": "codex",
54-
"args": [
55-
"mcp"
56-
]
35+
"args": ["mcp"]
5736
},
5837
"ChromeDevtools": {
5938
"command": "npx",
60-
"args": [
61-
"chrome-devtools-mcp@latest"
62-
]
39+
"args": ["chrome-devtools-mcp@latest"]
6340
},
6441
"Context7": {
6542
"command": "npx",
66-
"args": [
67-
"-y",
68-
"@upstash/context7-mcp@latest"
69-
]
43+
"args": ["-y", "@upstash/context7-mcp@latest"]
7044
}
7145
}
7246
}

0 commit comments

Comments
 (0)