unified app plan

This commit is contained in:
2025-12-22 01:01:58 +02:00
parent ee239eb3f3
commit 215fd72ac2
6 changed files with 2637 additions and 0 deletions

32
.claude_settings.json Normal file
View File

@@ -0,0 +1,32 @@
{
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": true
},
"permissions": {
"defaultMode": "acceptEdits",
"allow": [
"Read(./**)",
"Write(./**)",
"Edit(./**)",
"Glob(./**)",
"Grep(./**)",
"Bash(*)",
"mcp__puppeteer__puppeteer_connect_active_tab",
"mcp__puppeteer__puppeteer_navigate",
"mcp__puppeteer__puppeteer_screenshot",
"mcp__puppeteer__puppeteer_click",
"mcp__puppeteer__puppeteer_fill",
"mcp__puppeteer__puppeteer_select",
"mcp__puppeteer__puppeteer_hover",
"mcp__puppeteer__puppeteer_evaluate",
"mcp__context7__resolve-library-id",
"mcp__context7__get-library-docs",
"mcp__graphiti-memory__search_nodes",
"mcp__graphiti-memory__search_facts",
"mcp__graphiti-memory__add_episode",
"mcp__graphiti-memory__get_episodes",
"mcp__graphiti-memory__get_entity_edge"
]
}
}