8d9d55356c
docs: Archive stale docs and create Atomizer-HQ agent documentation
...
Archive Management:
- Moved RALPH_LOOP, CANVAS, and dashboard implementation plans to archive/review/ for CEO review
- Moved completed restructuring plan and protocol v1 to archive/historical/
- Moved old session summaries to archive/review/
New HQ Documentation (docs/hq/):
- README.md: Overview of Atomizer-HQ multi-agent optimization team
- PROJECT_STRUCTURE.md: Standard KB-integrated project layout with Hydrotech reference
- KB_CONVENTIONS.md: Knowledge Base accumulation principles with generation tracking
- AGENT_WORKFLOWS.md: Project lifecycle phases and agent handoffs (OP_09 integration)
- STUDY_CONVENTIONS.md: Technical study execution standards and atomizer_spec.json format
Index Update:
- Reorganized docs/00_INDEX.md with HQ docs prominent
- Updated structure to reflect new agent-focused organization
- Maintained core documentation access for engineers
No files deleted, only moved to appropriate archive locations.
2026-02-09 02:48:35 +00:00
a3f18dc377
chore: Project cleanup and Canvas UX improvements (Phase 7-9)
...
## Cleanup (v0.5.0)
- Delete 102+ orphaned MCP session temp files
- Remove build artifacts (htmlcov, dist, __pycache__)
- Archive superseded plan docs (RALPH_LOOP V2/V3, CANVAS V3, etc.)
- Move debug/analysis scripts from tests/ to tools/analysis/
- Archive redundant NX journals to archive/nx_journals/
- Archive monolithic PROTOCOL.md to docs/archive/
- Update .gitignore with missing patterns
- Clean old study files (optimization_log_old.txt, run_optimization_old.py)
## Canvas UX (Phases 7-9)
- Phase 7: Resizable panels with localStorage persistence
- Left sidebar: 200-400px, Right panel: 280-600px
- New useResizablePanel hook and ResizeHandle component
- Phase 8: Enable all palette items
- All 8 node types now draggable
- Singleton logic for model/solver/algorithm/surrogate
- Phase 9: Solver configuration
- Add SolverEngine type (nxnastran, mscnastran, python, etc.)
- Add NastranSolutionType (SOL101-SOL200)
- Engine/solution dropdowns in config panel
- Python script path support
## Documentation
- Update CHANGELOG.md with recent versions
- Update docs/00_INDEX.md
- Create examples/README.md
- Add docs/plans/CANVAS_UX_IMPROVEMENTS.md
2026-01-24 15:17:34 -05:00
ea437d360e
docs: Major documentation overhaul - restructure folders, update tagline, add Getting Started guide
...
- Restructure docs/ folder (remove numeric prefixes):
- 04_USER_GUIDES -> guides/
- 05_API_REFERENCE -> api/
- 06_PHYSICS -> physics/
- 07_DEVELOPMENT -> development/
- 08_ARCHIVE -> archive/
- 09_DIAGRAMS -> diagrams/
- Replace tagline 'Talk, don't click' with 'LLM-driven optimization framework' in 9 files
- Create comprehensive docs/GETTING_STARTED.md:
- Prerequisites and quick setup
- Project structure overview
- First study tutorial (Claude or manual)
- Dashboard usage guide
- Neural acceleration introduction
- Rewrite docs/00_INDEX.md with correct paths and modern structure
- Archive obsolete files:
- 01_PROTOCOLS.md -> archive/historical/01_PROTOCOLS_legacy.md
- 03_GETTING_STARTED.md -> archive/historical/
- ATOMIZER_PODCAST_BRIEFING.md -> archive/marketing/
- Update timestamps to 2026-01-20 across all key files
- Update .gitignore to exclude docs/generated/
- Version bump: ATOMIZER_CONTEXT v1.8 -> v2.0
2026-01-20 10:03:45 -05:00
e3bdb08a22
feat: Major update with validators, skills, dashboard, and docs reorganization
...
- Add validation framework (config, model, results, study validators)
- Add Claude Code skills (create-study, run-optimization, generate-report,
troubleshoot, analyze-model)
- Add Atomizer Dashboard (React frontend + FastAPI backend)
- Reorganize docs into structured directories (00-09)
- Add neural surrogate modules and training infrastructure
- Add multi-objective optimization support
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-25 19:23:58 -05:00