Commit Graph

15 Commits

Author SHA1 Message Date
09167cfe82 feat(editor): add EditorService and REST API — file read/write and impact analysis
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 17:02:04 +00:00
4bf8a85660 feat(graph): add REST API — panorama and neighbor query endpoints
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:51:39 +00:00
4226ba8707 feat(graph): add GraphService — panorama construction and neighbor query
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:49:50 +00:00
602e69b56e feat(scanner): add REST API — scan trigger, entity query endpoints
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:37:10 +00:00
a39cbcb766 feat(scanner): add ScanService — orchestrates parsers, file status, and entity collection
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:33:49 +00:00
699e2ad919 feat(scanner): add YAML and OpenAPI parsers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:32:11 +00:00
51c6ba97fc feat(scanner): add Markdown parser — frontmatter extraction and specialized entity mapping
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:25:15 +00:00
b64eb8aa06 feat(scanner): add CSV parser — maps 20 CSV file types to Design entities
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:22:21 +00:00
50db453ec9 feat(project): add REST API — CRUD endpoints with FastAPI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:06:58 +00:00
ab3dd6da1c feat(project): add ProjectService with CRUD and path validation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:05:23 +00:00
42ee2859d6 feat(project): add JsonProjectRepository with JSON file persistence
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:04:06 +00:00
c4b33850fb feat(design): add DesignValidationService — file status detection and constraint rules
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 15:55:13 +00:00
58800a01d8 feat(design): add 31 design entity dataclasses
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 15:52:45 +00:00
d2494dda2e feat(design): add value objects — FileStatus, ArchitectureLayer, ModuleLayer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 15:50:50 +00:00
e40c2edb8c build: add backend pyproject.toml and test infrastructure 2026-03-23 15:42:42 +00:00