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
3
src/AcDream.Headless/Program.cs
Normal file
3
src/AcDream.Headless/Program.cs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
using AcDream.Headless;
|
||||
|
||||
return HeadlessEntryPoint.Run(args, Console.Out, Console.Error);
|
||||
Loading…
Add table
Add a link
Reference in a new issue