clean / centralize

This commit is contained in:
marcus hinz
2026-06-20 12:15:26 +02:00
parent 0b159bcefc
commit 6b6f49e820
19 changed files with 1469 additions and 27 deletions
+12 -1
View File
@@ -1,3 +1,14 @@
{
"autoMemoryDirectory": "~/claude-projects/robotunits/memory"
"autoMemoryDirectory": "~/claude-projects/robotunits/memory",
"permissions": {
"allow": [
"Edit(~/projects/geko-core/**)",
"Edit(~/projects/adesso-cpq/**)",
"Edit(~/claude-projects/robotunits/**)"
],
"additionalDirectories": [
"~/projects/geko-core",
"~/projects/adesso-cpq"
]
}
}
+1 -9
View File
@@ -1,13 +1,5 @@
{
"permissions": {
"allow": [
"Bash(xargs -I {} find {} -type f \\\\\\( -name \"*.ts\" -o -name \"*.tsx\" -o -name \"*.js\" -o -name \"*.vue\" \\\\\\))",
"Bash(xargs cat)",
"Bash(xargs ls -la)",
"Bash(xargs -I {} sh -c 'echo \"=== {} ===\" && cat {}')",
"Bash(xargs -I {} bash -c 'echo \"=== {} ===\" && cat {}')",
"Bash(xargs ls -lh)",
"Bash(PATH=/home/marcuh/git/adesso-cpq/packages/blast/node_modules/.bin:__TRACKED_VAR__ tsup)"
]
"allow": []
}
}