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.5 KiB
| id | type | title | domain | repo | status | owner | topic_slug | created | updated |
|---|---|---|---|---|---|---|---|---|---|
| RAIL-FAB-WP-ADHOC-2026-05-25 | workplan | Ad Hoc Fixes 2026-05-25 | railiance | railiance-fabric | finished | codex | railiance | 2026-05-25 | 2026-05-25 |
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-25 - Ad Hoc Fixes
Add Zone Layout Algorithm Control
id: RAIL-FAB-WP-ADHOC-2026-05-25-T01
status: done
priority: medium
The graph explorer now lays zone subgraphs out as a grid inside each zone container. Add an operator-facing control that can switch the zone-local layout algorithm while keeping stable zone containers intact.
Expected result: the map controls expose a zone layout selector, the selected algorithm applies to each zone subgraph, and the setting persists in saved or copied view state.
Result: Added a Zone Layout selector with Grid and Circle algorithms. The
selected algorithm is stored in nested zone view state, reflected by the
zoneLayout URL alias for non-default layout, and reapplies zone-local node
placement without moving stable zone containers.
Verification:
python3 -m pytest tests/test_graph_explorer.py tests/test_zone_view.py -qpassed.- Generated graph explorer JavaScript passed
node --check. python3 -m railiance_fabric.cli validate .passed.python3 -m pytest -qpassed with 72 tests.- Headless Edge screenshots confirmed Grid and Circle zone layouts render.