Get this layer's alignment manifest
Returns the platform-scope alignment spec as authored.
Authorizations
Supabase JWT token in Authorization: Bearer header
Headers
Response format. YAML is canonical; JSON is returned only on explicit application/json. The ?include=sources envelope is JSON-only.
text/yaml, application/yaml, application/json Path Parameters
Always default — the platform scope is a singleton; any other value returns 400 with care-framed guidance pointing at default.
default Query Parameters
Include the _composition metadata block on the response body.
When sources, returns the scope-resolution envelope for this scope (the contributing layers + the composed result); the envelope shape is scope-specific (see ADR-053). The envelope is JSON-only.
sources Response
Alignment manifest at this scope.
Unified alignment card (ADR-008). Authored in YAML or JSON; composed server-side with platform defaults, org template, and active exemptions before storage.
Card schema version (e.g. 0.5.0).
Target agent id. On PUT, server overwrites to match the URL path.
Card row id. Server-assigned on PUT (ac-{uuid}).
System-managed block describing which scope sources merged into the canonical card. Only returned when ?include_composition=true.