feat(headless): establish portable Linux host boundary
Add the presentation-free acdream-headless executable, strict no-connect configuration validation, dependency and assembly guards, and a Windows/Ubuntu CI lane that builds and tests only the portable runtime closure. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
953c469cac
commit
aada8a37c1
14 changed files with 613 additions and 8 deletions
6
src/AcDream.Headless/HeadlessAssemblyMarker.cs
Normal file
6
src/AcDream.Headless/HeadlessAssemblyMarker.cs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
namespace AcDream.Headless;
|
||||
|
||||
/// <summary>
|
||||
/// Identifies the presentation-free production host assembly.
|
||||
/// </summary>
|
||||
internal static class HeadlessAssemblyMarker;
|
||||
Loading…
Add table
Add a link
Reference in a new issue