An ontology language for AI systems.
One versioned YAML file declaring what exists in a domain, how it connects, and what may be done to it, by whom, with what trace. A compiler turns it into tool contracts: a neutral intermediate form from which the artifacts AI systems consume are generated. The spec is a contract, never a runtime.
actions:
grant_production_use:
target: FinancialModel
guard: months_since(last_validated) <= 12
authority: head_of_model_risk
audit: mandatory
Early development. v0.1: the spec, a validator, the tool contracts, one emitter.