railiance-fabric/workplans/archived/260702-ADHOC-2026-05-25.md
tegwick 0507b0861b
All checks were successful
CI Smoke / host-smoke (push) Successful in 2s
CI Smoke / container-smoke (push) Successful in 7s
CUST-WP-0055 T06/T07: workplan-first fabric source docs and archive notes
Update catalog, integration docs, and fabric capability declarations to
use workplan terminology. Add archive grandfather notes.
2026-07-08 20:26:24 +02:00

48 lines
1.6 KiB
Markdown

---
id: ADHOC-2026-05-25
type: workplan
title: "Ad Hoc Fixes 2026-05-25"
domain: railiance
repo: railiance-fabric
status: finished
owner: codex
topic_slug: railiance
created: "2026-05-25"
updated: "2026-05-25"
state_hub_workstream_id: "77e80432-9548-4ac8-9654-7beb931741e4"
---
> **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`).
# ADHOC-2026-05-25 - Ad Hoc Fixes
## Add Zone Layout Algorithm Control
```task
id: ADHOC-2026-05-25-T01
status: done
priority: medium
state_hub_task_id: "f0b4fdfa-9c26-4f8a-9372-90242eeec5d8"
```
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 -q`
passed.
- Generated graph explorer JavaScript passed `node --check`.
- `python3 -m railiance_fabric.cli validate .` passed.
- `python3 -m pytest -q` passed with 72 tests.
- Headless Edge screenshots confirmed Grid and Circle zone layouts render.