acdream/src/AcDream.Headless/HeadlessAssemblyMarker.cs
Erik aada8a37c1 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>
2026-07-27 01:10:45 +02:00

6 lines
167 B
C#

namespace AcDream.Headless;
/// <summary>
/// Identifies the presentation-free production host assembly.
/// </summary>
internal static class HeadlessAssemblyMarker;