comparison .claude/settings.local.json @ 76:35b1abc37969

Updating my website to use seobeo library.
author June Park <parkjune1995@gmail.com>
date Wed, 31 Dec 2025 14:11:21 -0800
parents 4532ce6d9eb8
children
comparison
equal deleted inserted replaced
75:ae6a88e6e484 76:35b1abc37969
1 { 1 {
2 "permissions": { 2 "permissions": {
3 "allow": [ 3 "allow": [
4 "Bash(ls:*)", 4 "Bash(ls:*)",
5 "Bash(hg status:*)" 5 "Bash(hg status:*)",
6 "Bash(hg:*)",
7 "Bash(sqlite3:*)",
8 "Bash(bazel build:*)"
6 ] 9 ]
7 } 10 }
8 } 11 }