Skip to content

Commit eef64d4

Browse files
committed
Add CLAUDE.md and .claude/settings.json config files
1 parent b16772e commit eef64d4

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"attribution": {
3+
"commit": "",
4+
"pr": ""
5+
},
6+
"permissions": {
7+
"allow": [
8+
"Bash(git add:*)",
9+
"Bash(git commit:*)",
10+
"Bash(git push:*)",
11+
"Bash(git pull:*)",
12+
"Bash(git status:*)",
13+
"Bash(git diff:*)",
14+
"Bash(git log:*)"
15+
],
16+
"deny": [
17+
"mcp__github__create_or_update_file",
18+
"mcp__github__push_files",
19+
"mcp__github__create_or_update_files",
20+
"mcp__github__delete_file"
21+
]
22+
}
23+
}

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Git Rules — STRICT
2+
- ALWAYS use native git for ALL commits and pushes
3+
- NEVER use mcp__github__ tools for committing or pushing
4+
- Use mcp__github__ ONLY for: PRs, Issues, GitHub Actions
5+
- Write commit messages to a temp file, then: `git commit -F <file>`
6+
- NEVER use --no-gpg-sign flag
7+
8+
# Cycles strict rules
9+
- yaml API specs always the authority
10+
- always udated AUDIT.md files when making changes to server, admin, client repos
11+
- maintain at least 95% or higher test coverage for all code repos

0 commit comments

Comments
 (0)