Skip to content

Commit 0ab5048

Browse files
committed
Adding a tech base restriction for Direct Neural Interface (DNI) cockpit modification.
1 parent 5cd3931 commit 0ab5048

File tree

2 files changed

+513
-0
lines changed

2 files changed

+513
-0
lines changed

.claude/settings.local.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git branch:*)",
5+
"Bash(git push:*)",
6+
"Bash(find:*)",
7+
"Bash(mvn compile:*)",
8+
"Bash(./gradlew compileJava:*)",
9+
"Bash(gradlew.bat compileJava:*)",
10+
"Bash(cd:*)",
11+
"Bash(git merge-base:*)",
12+
"Bash(findstr:*)",
13+
"Bash(git show:*)",
14+
"Bash(dir:*)",
15+
"WebFetch(domain:github.com)",
16+
"Bash(gh issue view:*)",
17+
"Bash(git checkout:*)",
18+
"Bash(git pull:*)"
19+
],
20+
"deny": [],
21+
"ask": []
22+
}
23+
}

0 commit comments

Comments
 (0)