Skip to content

Commit d5ac0a2

Browse files
authored
refactor: streamline commit-lint documentation (#34)
* refactor: streamline commit-lint documentation - Remove hard-coded implementation code that confused LLMs - Replace with clean chainset entry generation approach - Focus on LLM prompt structure for consistent chainset creation - Maintain conventional commit standards and quality guidelines * chore: update * chore: update * chore: update
1 parent 2a9f83e commit d5ac0a2

29 files changed

Lines changed: 2421 additions & 11892 deletions

.augment/rules/ruler_augment_instructions.md

Lines changed: 129 additions & 643 deletions
Large diffs are not rendered by default.

.clinerules

Lines changed: 129 additions & 643 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)