Commit Graph

8 Commits

Author SHA1 Message Date
e386a59336 feat(graph): pass design_dir from router to build_panorama
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 08:30:27 +00:00
50e38c64a6 feat(graph): add document nodes, parent refs, and fixed doc edges (GAP-B3)
- Create document nodes from scan_result.design_documents with type="document" and group_id="cross-layer"
- Set parent field on entity nodes (capability/module/entity/runtime_component) pointing to their containing document via directory-based lookup
- Replace dead-code Step 9 with path-based resolution of downstream refs and edge deduplication
- Add helper functions _to_rel_path and _resolve_ref_path for absolute→relative path conversion and ../  resolution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 08:27:06 +00:00
4d70df76fc feat(graph): map node status from FileStatus via source_file (GAP-B1)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 08:19:40 +00:00
4cf039e029 feat(graph): add parent field to GraphNode domain entity
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 08:09:29 +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
aa892ede19 feat(graph): add GraphNode, GraphEdge, GraphGroup, GraphView domain entities
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 16:48:24 +00:00
09203a989c Initial commit: arch-design-agent-skill-dashboard 2026-03-23 13:36:42 +00:00