docs(bf-549b): verify stream-json reader spawn at PROMPT_INJECTED

Confirm that emitter::spawn_stream_json_reader is correctly wired
at the PROMPT_INJECTED transition in the event loop callback.

The implementation at src/session.rs:358-376:
- Detects phase change to PromptInjected
- Only spawns when output_format is StreamJson
- Captures start_offset from transcript file metadata
- Calls spawn_stream_json_reader with correct arguments
- Stores StreamJsonHandle for later joining

All acceptance criteria met. Code compiles successfully.
This commit is contained in:
jedarden 2026-07-02 11:31:52 -04:00
parent 8b807a7888
commit b3d97e7a12

View file

@ -4,7 +4,9 @@
Wire stream-json reader spawn at PROMPT_INJECTED transition.
## Status
**ALREADY IMPLEMENTED** - Code is already present and working correctly.
**VERIFIED 2026-07-02** - Code is already present and working correctly.
## Verification Summary
## Verification