Commit 7fff1f2
committed
chore(config): add read-only Claude Code settings allowlist + refresh STATE.a2ml metadata
Config update (no compiler/behaviour impact).
.claude/settings.json (new): project-scoped permission allowlist of strictly
read-only operations to cut permission prompts in repo sessions — Read/Glob/
Grep, read-only git (status/log/diff/branch/fetch/show/rev-parse/ls-files/
ls-tree/merge-base/remote -v), read-only shell (ls/cat/grep/wc/find/head/tail),
the three read-only tools/check-*.sh guard scripts, and read-only GitHub MCP
tools (issue_read/pull_request_read/list_*/get_*/search_*). Mutating operations
(git push/commit/merge, Write/Edit, deletes) deliberately omitted — they keep
prompting. No arbitrary-exec patterns (python3 -c / bash -n excluded).
STATE.a2ml: refresh stale [metadata] header — version 0.1.0 → 0.1.1 (matches
dune-project), last-updated 2026-05-23 → 2026-05-30. Content already current
(DOC-16/17 session-note landed via #475); DOC-05 mirror keys preserved so the
doc-truthing guard stays green.
https://claude.ai/code/session_01E3R1oZhGUKfTYeTSVJVTcn1 parent 4f3f8e2 commit 7fff1f2
2 files changed
Lines changed: 61 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments