Add configurable media-aware managed session reaping

This commit is contained in:
2026-09-15 22:58:16 +02:00
parent 05eacb3092
commit 274b85025c
14 changed files with 291 additions and 32 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ dotnet test dotnet/VoiceCat.slnx -c Release --no-build
See `dotnet/README.md` for C# conventions and required native voice/CLI conformance,
and `docs/api-dotnet.md` for managed interfaces. Phase 4 remains in progress;
server administration/reaping and audio/client/UI phases are still pending.
media-aware reaping is implemented; server administration and audio/client/UI phases remain pending.
The default development preset is **`dev`** — it builds everything (server + tools + tests)
with real vcpkg deps. The `skeleton` preset (no deps, stubs only) is a fast smoke check; see