chore: bump api submodule + untrack settings.local.json
- api: folder agent pagination/search + PDF/DOCX extract, WS frame casing compat, Langfuse traces - .gitignore: add .claude/settings.local.json - graphify-out: refresh after 166-file incremental update
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"mcp__langfuse__createTextPrompt",
|
||||
"mcp__langfuse-docs__searchLangfuseDocs",
|
||||
"Bash(python -m ruff check . --fix)",
|
||||
"Bash(ruff check *)",
|
||||
"Bash(powershell -Command \"cd 'c:\\\\\\\\_temp\\\\\\\\_adiuvai_workspace\\\\\\\\api'; .venv\\\\\\\\Scripts\\\\\\\\pytest.exe tests/test_memory_relations.py -v 2>&1 | Out-File -FilePath 'C:\\\\\\\\Users\\\\\\\\musso\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\pytest_phase3.txt' -Encoding UTF8; Get-Content 'C:\\\\\\\\Users\\\\\\\\musso\\\\\\\\AppData\\\\\\\\Local\\\\\\\\Temp\\\\\\\\pytest_phase3.txt'\")",
|
||||
"mcp__postgres__execute_sql",
|
||||
"mcp__langfuse__listPrompts",
|
||||
"mcp__langfuse__getPrompt"
|
||||
]
|
||||
"allow": []
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"caveman@caveman": true
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Skill(shadcn)",
|
||||
"Bash(npm run *)",
|
||||
"Bash(node -e \"const d = require\\('date-fns'\\); console.log\\(typeof d.eachDayOfInterval, typeof d.eachWeekOfInterval, typeof d.eachMonthOfInterval, typeof d.startOfMonth\\)\")",
|
||||
"Bash(export LANGFUSE_PUBLIC_KEY=pk-lf-0e62a9eb-0978-4e2e-b3ad-bb36194701b8)",
|
||||
"Bash(export LANGFUSE_SECRET_KEY=sk-lf-286c165f-1c84-4a36-b0b0-cfe5b680897d)",
|
||||
"Bash(export LANGFUSE_HOST=https://langfuse.muticolturano.com)",
|
||||
"Bash(npx langfuse-cli *)",
|
||||
"mcp__langfuse-docs__getLangfuseDocsPage",
|
||||
"Bash(python -c ' *)",
|
||||
"WebFetch(domain:ui.shadcn.com)"
|
||||
]
|
||||
},
|
||||
"enabledMcpjsonServers": [
|
||||
"langfuse-docs",
|
||||
"langfuse",
|
||||
"postgres"
|
||||
]
|
||||
}
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,4 +12,5 @@ tmp/
|
||||
.superpowers/
|
||||
graphify-out/cache/
|
||||
graphify-out/manifest.json
|
||||
graphify-out/cost.json
|
||||
graphify-out/cost.json
|
||||
.claude/settings.local.json
|
||||
|
||||
2
api
2
api
Submodule api updated: 956fa88853...cc0e258e8c
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
41409
graphify-out/graph.json
41409
graphify-out/graph.json
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user