docs(plans): add direction plans 014-015 with execution index#218
Merged
Conversation
…oard web flasher) Third /improve next run. Plan 014 persists emitState values (last-known + history + watch replay + dashboard charts); plan 015 adds browser-based ESP32 flashing over WebSerial plus patched UF2 download to the dashboard. Index updated with dependency notes and the round's not-selected findings (alerting egress, script editor, Pico OTA). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Third
/improve next(direction audit) run, planned againste6d6454. Adds two selected direction plans and reconciles the execution index.emitStateis currently broadcast-only (deviceSession.ts:574) - nothing is stored, so sensor readings are invisible unless a watcher is open. Adds a history table with retention + write coalescing (mirroring thedevice_logspattern), a last-known-value table that survives retention, watcher replay of last-known state on attach,GET .../state+.../state/historyendpoints, and a dashboard State tab with echarts history charts. Best landed before plan 001 (HA integration) executes so HA gets state restore on reconnect from day one.Plans only - no source code changes, hence no changeset (same as #215-#217).
🤖 Generated with Claude Code