step-4: add output formatting layer (output_formatter.py)

HomeFormatter parses JSON block stream from orchestrator tokens and emits
stream_start / stream_text / stream_block / stream_end frames.
PopupFormatter emits popup_domain then plain stream_text.
All 13 unit tests pass.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 21:51:20 +01:00
parent 2c08275934
commit 393b3befd6
3 changed files with 440 additions and 1 deletions

View File

@@ -212,7 +212,7 @@ pytest tests/test_output_formatter.py
```
**Status**:
- [ ] Step 4 complete
- [x] Step 4 complete
**Commit**: After tests pass, commit with:
```