arch-design-agent-skill-das.../backend/app/modules
openclaw 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
..
design feat(design): add DesignValidationService — file status detection and constraint rules 2026-03-23 15:55:13 +00:00
editor feat(editor): add EditorService and REST API — file read/write and impact analysis 2026-03-23 17:02:04 +00:00
graph feat(graph): add document nodes, parent refs, and fixed doc edges (GAP-B3) 2026-03-24 08:27:06 +00:00
impl_tracker feat(impl_tracker): add ImplTrackerService and REST API — progress evaluation and manual override 2026-03-23 17:05:11 +00:00
project feat(project): add REST API — CRUD endpoints with FastAPI 2026-03-23 16:06:58 +00:00
scanner feat(scanner): add REST API — scan trigger, entity query endpoints 2026-03-23 16:37:10 +00:00
__init__.py Initial commit: arch-design-agent-skill-dashboard 2026-03-23 13:36:42 +00:00