Silent resize Send failure
Platform spec ADR
Silent resize Send failure
Spec standingStandard
- Contracts and edge cases Resize polling and delivery requirements.
- Design model ConsoleMessage variants and resize notification surfaces.
- Examples Subscribing to resize via channel or event hub.
- Flow and algorithm PollResize and RunTick integration.
- Verification and traceability Resize channel tests and platform extern anchors.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
| Section id | Required | Found |
|---|---|---|
what-this-feature-specifies | yes | yes |
implementation-anchors | yes | yes |
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Context
Section titled “Context”UI loops should not crash when consumers drop resize messages.
Decision
Section titled “Decision”| Rule | Detail |
|---|---|
| EVT-002 | Failed Send on resize is silent in v1 |
| Future | May gain diagnostics in a later ADR |
Consequences
Section titled “Consequences”Poll loops continue after dropped resize notifications.
Verification anchors
Section titled “Verification anchors”ConsoleMessageChannelTests.bd; EVT-002 traceability.