docs: update plan backlog after Phase B-2 completion
Some checks failed
CI / build-and-test (push) Failing after 32s
Some checks failed
CI / build-and-test (push) Failing after 32s
This commit is contained in:
parent
368920734d
commit
c6f23e1885
1 changed files with 4 additions and 5 deletions
|
|
@ -3,12 +3,11 @@
|
||||||
## Completed phases
|
## Completed phases
|
||||||
|
|
||||||
- **Phase A — Engine Foundation** (tag: `phase-a-complete`) — domain model, parsers, participant tracker, frame processor, config persistence, fakes, CI with 80% coverage gate.
|
- **Phase A — Engine Foundation** (tag: `phase-a-complete`) — domain model, parsers, participant tracker, frame processor, config persistence, fakes, CI with 80% coverage gate.
|
||||||
- **Phase B-1 — Pipeline Orchestration** (tag: `phase-b-1-complete`) — `NdiReceiver`, `NdiSender`, `ExponentialBackoff`, `NdiRuntimeProbe`, `IsoPipeline` (with restart supervisor), `IsoController` (top-of-engine API). All testable on Linux against `FakeNdiInterop`.
|
- **Phase B-1 — Pipeline Orchestration** (tag: `phase-b-1-complete`) — `NdiReceiver`, `NdiSender`, `ExponentialBackoff`, `NdiRuntimeProbe`, `IsoPipeline` (with restart supervisor), `IsoController`. All testable on Linux.
|
||||||
|
- **Phase B-2 — Real NDI Interop** (tag: `phase-b-2-complete`) — production `NdiInteropPInvoke` against NDI 6 SDK, managed BGRA scaler with aspect modes, `TeamsISO.Console` headless smoke runner, `NdiVersion` constants. **Compiles on Linux; runs only on Windows with the NDI Runtime installed.**
|
||||||
|
|
||||||
## Next
|
## Next
|
||||||
|
|
||||||
1. **Phase B-2 — Real NDI Interop & libyuv** (Windows + NDI runtime required) — production P/Invoke implementation of `INdiInterop` in the `TeamsISO.Engine.NdiInterop` assembly. Real `IFrameScaler` against libyuv. NDI runtime version constant. Console smoke runner that exercises real Teams NDI streams. Integration tests against an `NDI Test Pattern` source. After this phase the engine can drive real ISO outputs end-to-end.
|
1. **Phase C — UI & Packaging** (Windows) — WPF MVVM app on top of `IIsoController`. Participant list (DataGrid bound to `Participants` observable), global settings view (framerate, resolution, aspect, audio mode), engine alert banner, system health indicators. WiX MSI installer, release pipeline on tag, About dialog.
|
||||||
|
|
||||||
2. **Phase C — UI & Packaging** (Windows) — WPF MVVM app on top of `IIsoController`. Participant list (DataGrid bound to `Participants` observable), global settings view (framerate, resolution, aspect, audio mode), engine alert banner, system health indicators. WiX MSI installer, release pipeline on tag, About dialog.
|
2. **First Windows validation** — once on a Windows machine: install NDI Runtime, run `dotnet build`, run `dotnet test --filter "requires=ndi"` against an NDI Test Pattern source, run `TeamsISO.Console --enable-all` against a real Teams meeting.
|
||||||
|
|
||||||
Each phase gets its own `YYYY-MM-DD-teamsiso-phase-X-<topic>.md` plan written by `superpowers:writing-plans` once the previous phase is shipped.
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue