Files
Atomizer/.claude/settings.local.json
Anto01 73a7b9d9f1 feat: Add dashboard chat integration and MCP server
Major changes:
- Dashboard: WebSocket-based chat with session management
- Dashboard: New chat components (ChatPane, ChatInput, ModeToggle)
- Dashboard: Enhanced UI with parallel coordinates chart
- MCP Server: New atomizer-tools server for Claude integration
- Extractors: Enhanced Zernike OPD extractor
- Reports: Improved report generator

New studies (configs and scripts only):
- M1 Mirror: Cost reduction campaign studies
- Simple Beam, Simple Bracket, UAV Arm studies

Note: Large iteration data (2_iterations/, best_design_archive/)
excluded via .gitignore - kept on local Gitea only.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 15:53:55 -05:00

72 lines
2.3 KiB
JSON

{
"permissions": {
"allow": [
"Bash(dir:*)",
"Bash(powershell -Command:*)",
"Bash(python:*)",
"Bash(git:*)",
"Bash(npm:*)",
"Bash(conda:*)",
"Bash(pip:*)",
"Bash(cmd /c:*)",
"Bash(tasklist:*)",
"Bash(taskkill:*)",
"Bash(robocopy:*)",
"Bash(xcopy:*)",
"Bash(del:*)",
"Bash(type:*)",
"Bash(where:*)",
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(curl:*)",
"Read",
"Skill(dashboard:*)",
"Bash(C:/Users/antoi/anaconda3/envs/atomizer/python.exe:*)",
"Bash(C:\\Users\\antoi\\anaconda3\\envs\\atomizer\\python.exe:*)",
"Bash(\"C:\\Users\\antoi\\anaconda3\\envs\\atomizer\\python.exe\":*)",
"Bash(ls:*)",
"Bash(mkdir:*)",
"Bash(timeout:*)",
"Bash(sqlite3:*)",
"Bash(bash:*)",
"Bash(sh:*)",
"Skill(ralph-wiggum:ralph-loop)",
"Skill(ralph-wiggum:ralph-loop:*)",
"Skill(ralph-wiggum:help)",
"Skill(ralph-wiggum:help:*)",
"Skill(study-builder)",
"Skill(study-builder:*)",
"Bash(cat:*)",
"Bash(du:*)",
"Bash(for file in docs/protocols/operations/OP_*.md)",
"Bash(do basename \"$file\")",
"Bash(done)",
"Bash(for file in docs/protocols/system/SYS_*.md)",
"Bash(for file in docs/protocols/extensions/EXT_*.md)",
"Bash(grep:*)",
"Bash(wc:*)",
"Bash(.claude/skills/00_BOOTSTRAP.md )",
"Bash(.claude/skills/00_BOOTSTRAP_V2.md )",
"Bash(.claude/skills/archive/00_BOOTSTRAP_V2.0_archived.md )",
"Bash(.claude/skills/01_CHEATSHEET.md )",
"Bash(.claude/skills/modules/OPTIMIZATION_ENGINE_MIGRATION_PLAN.md )",
"Bash(.claude/skills/modules/insights-catalog.md )",
"Bash(CLAUDE.md )",
"Bash(docs/06_PHYSICS/ )",
"Bash(docs/api/CONTEXT_ENGINEERING_API.md )",
"Bash(docs/protocols/ )",
"Bash(knowledge_base/playbook.json )",
"Bash(docs/plans/RESTRUCTURING_PLAN.md)",
"Bash(.claude/skills/archive/ )",
"Bash(C:Usersantoianaconda3envsatomizerpython.exe -m uvicorn:*)",
"Bash(xargs -I{} git ls-tree -r -l HEAD {})",
"Bash(sort:*)",
"Bash(C:Usersantoianaconda3envsatomizerpython.exe introspect_model.py)",
"Bash(xargs:*)"
],
"deny": [],
"ask": []
},
"enableAllProjectMcpServers": true
}