Epic: Window Registry and Layout Engine #121

Open
opened 2026-03-15 04:13:24 +00:00 by freemo · 0 comments
Owner

Metadata

  • Commit Message: feat(ui): implement window registry and layout engine
  • Branch: feature/window-layout

Background and Context

The specification describes a WindowRegistry for declarative window definitions and a
LayoutConstraintEngine that resolves window positions and sizes using a 5-pass
constraint satisfaction algorithm.

Acceptance Criteria

  • WindowDefinition data model with layout tier membership
  • WindowRegistry for registering and querying window definitions
  • LayoutConstraint data model with min/max/preferred dimensions and weights
  • 5-pass resolution algorithm (tier selection, enumeration, fixed allocation, flex distribution, position assignment)
  • Adaptive resizing on NAWS terminal dimension changes
  • BDD test coverage

Subtasks

  • Implement WindowDefinition and WindowRegistry
  • Implement LayoutConstraint and 5-pass algorithm
  • Define tier constraint sets
  • Implement adaptive resizing

Definition of Done

This Epic is complete when all child issues are closed.

## Metadata - **Commit Message**: `feat(ui): implement window registry and layout engine` - **Branch**: `feature/window-layout` ## Background and Context The specification describes a `WindowRegistry` for declarative window definitions and a `LayoutConstraintEngine` that resolves window positions and sizes using a 5-pass constraint satisfaction algorithm. ## Acceptance Criteria - WindowDefinition data model with layout tier membership - WindowRegistry for registering and querying window definitions - LayoutConstraint data model with min/max/preferred dimensions and weights - 5-pass resolution algorithm (tier selection, enumeration, fixed allocation, flex distribution, position assignment) - Adaptive resizing on NAWS terminal dimension changes - BDD test coverage ## Subtasks - [ ] Implement WindowDefinition and WindowRegistry - [ ] Implement LayoutConstraint and 5-pass algorithm - [ ] Define tier constraint sets - [ ] Implement adaptive resizing ## Definition of Done This Epic is complete when all child issues are closed.
freemo added this to the (deleted) milestone 2026-03-15 04:13:24 +00:00
freemo self-assigned this 2026-03-15 04:25:25 +00:00
freemo modified the milestone from (deleted) to v1.1.0 2026-03-16 00:28:19 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: aethyr/Aethyr#121
No description provided.