cluade II

This commit is contained in:
marcus hinz
2026-06-12 12:43:06 +02:00
parent 4a119eb4cb
commit a91261fc10
5 changed files with 31 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"autoMemoryDirectory": "~/claude-projects/limbach/memory"
}
+11
View File
@@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"mcp__outline__list_collections",
"mcp__outline__update_document",
"mcp__outline__create_document",
"mcp__outline__list_documents",
"mcp__outline__move_document"
]
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"autoMemoryDirectory": "~/claude-projects/robotunits/memory"
}
+13
View File
@@ -0,0 +1,13 @@
{
"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)"
]
}
}