Files
reuse-surface/workplans/REUSE-WP-0008-graph-explorer.md
tegwick 368fb156d4
Some checks failed
ci / validate-registry (push) Has been cancelled
Normalize agent instructions and workplan frontmatter (STATE-WP-0067)
- Align agent files with on-disk workplan prefixes (infer from workplan ids)
- Set workplan domain to registered domain_slug; add topic_slug where applicable
- Repair frontmatter delimiter formatting; migrate legacy task status literals
- Regenerate AGENTS.md, CLAUDE.md, and .claude/rules from State Hub templates
2026-06-22 23:16:28 +02:00

42 lines
1.0 KiB
Markdown

---
id: REUSE-WP-0008
type: workplan
title: "Interactive relation graph explorer"
domain: infotech
repo: reuse-surface
status: finished
owner: codex
topic_slug: helix-forge
created: "2026-06-15"
updated: "2026-06-15"
state_hub_workstream_id: "63f8a2da-d179-4875-8cff-40a0fa2ca067"
---
# Interactive relation graph explorer
Close gap analysis priority 16. Provide a browsable HTML view of
`docs/graph/capability-graph.mmd` for architects (UC-RS-016).
## Add Graph Explorer Page
```task
id: REUSE-WP-0008-T01
status: done
priority: high
state_hub_task_id: "2d08de47-d3c0-484f-a945-9691da9688e4"
```
Create `docs/graph/index.html` that renders the Mermaid graph in-browser with
node labels and a legend for relation types.
## Integrate Graph Generation
```task
id: REUSE-WP-0008-T02
status: done
priority: medium
state_hub_task_id: "ada96492-88d0-438e-8d2b-ae0fdd8abb06"
```
Ensure `reuse-surface graph` documents and regenerates both `.mmd` and the
explorer page dependency. Update `registry/README.md` and `AGENTS.md`.