Files
reuse-surface/workplans/REUSE-WP-0007-interactive-catalog.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

54 lines
1.2 KiB
Markdown

---
id: REUSE-WP-0007
type: workplan
title: "Interactive capability catalog"
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: "1afa1322-7d60-41aa-bf7e-3ef29bb4d3a5"
---
# Interactive capability catalog
Close gap analysis priority 13 (UC-RS-018 enhancement). Build a static,
searchable catalog UI over exported registry data.
## Add Catalog Site Generator
```task
id: REUSE-WP-0007-T01
status: done
priority: high
state_hub_task_id: "84c56268-2e0b-42e6-b20e-6fbf059dcc20"
```
Extend `reuse-surface catalog` (or add `catalog site`) to emit
`docs/catalog/registry.json` alongside existing MD/HTML outputs.
## Build Searchable Catalog UI
```task
id: REUSE-WP-0007-T02
status: done
priority: high
state_hub_task_id: "d587bc50-adb2-424a-a9d3-600a2ec5ba9b"
```
Create `docs/catalog/search.html` with client-side filter by name, summary, tags,
vector, and consumption mode. No backend required.
## Wire Catalog Into CI And Docs
```task
id: REUSE-WP-0007-T03
status: done
priority: medium
state_hub_task_id: "eca7438c-3c2f-4027-9b40-67df5f17aca7"
```
Update CI to regenerate catalog artifacts, document browsing in
`docs/CapabilityRegistryConcept.md` and `SCOPE.md`.