agent-team/.claude/settings.local.json
scorpio 972c822338 feat: complete remaining features
- SkillsPage: skill list, detail view, create new skill
- App.tsx: add Skills nav (4 tabs total)
- RoomSidebar: agent dropdown multi-select for members
- ChatView: workspace file preview modal, load message history on room open
- room.go: message history persistence to history/YYYY-MM-DD.md, auto memory update after task
- api/server.go: add createSkill, getWorkspaceFile, getMessages endpoints
- Clean up unused Vite default files
- Update plan.md with completed items and remaining tasks

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 22:08:56 +08:00

15 lines
274 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"WebFetch(domain:support.claude.com)",
"Bash(git:*)",
"Bash(go:*)",
"Bash(npm create:*)",
"Bash(npm install:*)",
"Bash(node:*)",
"Bash(npm run:*)"
]
}
}