Skip to content

Commit 8a02ce5

Browse files
committed
Symlink /commit-msg skill, tidy local settings
- Replace in-repo `SKILL.md` copy with symlink to global `~/.claude/skills/commit-msg/SKILL.md` - Reorg `settings.local.json` perms into grouped sections + add `uv run` entry - Ignore per-skill `conf.toml` in `.gitignore` (this commit msg was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code
1 parent 7592a9b commit 8a02ce5

File tree

3 files changed

+13
-241
lines changed

3 files changed

+13
-241
lines changed

.claude/settings.local.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,25 @@
99
"Bash(git log *)",
1010
"Bash(git status)",
1111
"Bash(git remote:*)",
12+
"Bash(git stash:*)",
13+
"Bash(git mv:*)",
1214
"Bash(test:*)",
1315
"Bash(ls:*)",
1416
"Bash(grep:*)",
15-
"Bash(git mv:*)",
1617
"Bash(python:*)",
17-
"Bash(find:*)",
1818
"Bash(python3:*)",
19-
"Bash(git stash:*)",
19+
"Bash(find:*)",
2020
"Bash(ln:*)",
21-
"Bash(UV_PROJECT_ENVIRONMENT=py313 uv sync:*)",
22-
"Bash(gh pr:*)",
2321
"Bash(cat:*)",
22+
"Bash(mkdir:*)",
23+
"Bash(gh pr:*)",
2424
"Bash(gh api:*)",
25-
"Skill(run-tests)",
26-
"Bash(git:*)",
2725
"WebFetch(domain:github.com)",
2826
"WebFetch(domain:datatracker.ietf.org)",
29-
"Bash(mkdir:*)",
27+
"Bash(UV_PROJECT_ENVIRONMENT=py313 uv sync:*)",
28+
"Bash(UV_PROJECT_ENVIRONMENT=py313 uv run:*)",
29+
"Skill(run-tests)",
30+
"Bash(echo EXIT:$?:*)"
3031
],
3132
"deny": [],
3233
"ask": []

.claude/skills/commit-msg/SKILL.md

Lines changed: 0 additions & 233 deletions
This file was deleted.

.claude/skills/commit-msg/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/home/goodboy/.claude/skills/commit-msg/SKILL.md

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ venv.bak/
118118
# XXX, for rn, so i can telescope this file.
119119
!/.claude/skills/pr-msg/pr_msg_LATEST.md
120120

121+
# per-skill session/conf (machine-local)
122+
.claude/skills/*/conf.toml
123+
121124
# nix develop --profile .nixdev
122125
.nixdev*
123126

0 commit comments

Comments
 (0)