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>
6 lines
167 B
C#
6 lines
167 B
C#
namespace AcDream.Headless;
|
|
|
|
/// <summary>
|
|
/// Identifies the presentation-free production host assembly.
|
|
/// </summary>
|
|
internal static class HeadlessAssemblyMarker;
|