railiance-fabric/workplans/archived/260702-ADHOC-2026-05-25.md
repo-manager 18fabb37ce
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
repo.work.assign_missing_identifiers
source: repo-manager
reason: deterministic projection registration

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a053ff-1d6f-7fe2-ac1c-a6eb40a42a0c
2026-08-31 23:17:51 +02:00

1.7 KiB

id type title domain repo status owner topic_slug created updated state_hub_workstream_id
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 a18367e0-313b-5049-882e-c87f6d38a931

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
state_hub_task_id: "15d1dbb0-9327-5692-ae3b-9e2ee37aae8a"

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.