The live-file pass missed these: archived ad-hocs carry a YYMMDD- filename prefix, so the ADHOC-* glob did not match them. They still derive from the forge, so they are live records rather than dead files. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 2583210@bnt-lap001 Assistant-Session: f2bff2d5-e9b2-4338-92ca-10282a927006
1.2 KiB
1.2 KiB
| id | type | title | domain | repo | status | owner | topic_slug | created | updated |
|---|---|---|---|---|---|---|---|---|---|
| RAIL-FAB-WP-ADHOC-2026-05-21 | workplan | Ad Hoc Fixes 2026-05-21 | railiance | railiance-fabric | finished | codex | railiance | 2026-05-21 | 2026-05-21 |
Terminology note: Historical text in this archived workplan may use the legacy term "workstream". The fleet term is workplan (
canon/standards/workplan-terminology-fleet_v0.1.md).
RAIL-FAB-WP-ADHOC-2026-05-21 - Ad Hoc Fixes
Collapse Duplicate Repository Icons
id: RAIL-FAB-WP-ADHOC-2026-05-21-T01
status: done
priority: medium
After projecting all discovery candidates into the local registry graph, the
graph explorer rendered each repository twice: once as the canonical registry
repository node and once as the discovered Repository candidate node.
The graph explorer now collapses discovered Repository nodes into the
canonical repo:<slug> node and rewires source graph edges to that canonical
node, preserving relationships without duplicate repo icons.
Verification:
python3 -m pytest tests/test_graph_explorer.py -qpassed.python3 -m pytestpassed with 34 tests.- Restarted the local registry and confirmed the graph explorer export now has 35 repository nodes instead of 69.