Harden managed server deployment and authentication

This commit is contained in:
2026-09-15 23:24:11 +02:00
parent 653131b876
commit 5a226ba543
17 changed files with 615 additions and 15 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ 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;
media-aware reaping is implemented; server administration and audio/client/UI phases remain pending.
media-aware reaping and server administration are implemented. Server deployment hardening
and managed audio/client/Windows cutover are in progress; Apple GUI rewrites follow Windows.
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