Versions in this module Expand all Collapse all v0 v0.17.0 Aug 17, 2026 v0.16.0 Aug 16, 2026 Changes in this version + type Actor string + const ActorAI + const ActorHuman + const ActorHumanAI + type GateAuthority string + const AuthorityHuman + const AuthorityPolicy + type Loop struct + Description string + ID string + Name string + Owner string + Question string + Stations []Station + type Seam struct + Artifact string + Description string + From string + To string + type Station struct + Actor Actor + AutonomyNote string + Description string + Gate bool + GateAuthority GateAuthority + ID string + Integrations []string + Name string + SpecTypes []string + Workflows []string + type System struct + Description string + ID string + Loops []Loop + Name string + Reference string + Seams []Seam + Vendor string + func ParseYAML(data []byte) (*System, error) + func (s *System) Validate() error