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
8
src/AcDream.Headless/HeadlessExitCode.cs
Normal file
8
src/AcDream.Headless/HeadlessExitCode.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace AcDream.Headless;
|
||||
|
||||
internal enum HeadlessExitCode
|
||||
{
|
||||
Success = 0,
|
||||
UsageError = 2,
|
||||
ConfigurationError = 3,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue