Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(lsof -ti:3000,8001)",
"Bash(xargs kill:*)",
"Bash(netstat -ano)",
"Bash(taskkill /F /PID 40304)"
]
}
}
3 changes: 3 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Use the Task tool with these specialized subagents for appropriate tasks:
- **ALWAYS use Playwright MCP tools** (`mcp__playwright__*`) for browser testing
- Test against: `http://localhost:3000` (frontend), `http://localhost:8001` (API)

### Code Quality
- **Always document non-obvious logic changes with comments**

## Stack
- **Frontend**: Vue 3 + Composition API + Vite (port 3000)
- **Backend**: Python FastAPI (port 8001)
Expand Down
Loading