title: “Governance Evaluation Orchestration” description: “Orchestration of machine-readable governance evaluation within AIGO.”
Governance Evaluation Orchestration
The AIGO Orchestration layer coordinates governance evaluation across rules, inputs, evaluation processes, and results.Purpose
Orchestration provides the structured flow required to execute governance evaluations consistently.Orchestration flow
A simplified flow is: governance input → orchestration → rule evaluation → validation → evaluation result Orchestration may determine: * which evaluations are applicable * which inputs are required * which rules should be evaluated * how evaluations are sequenced * how results are collected * whether further governance action is requiredSeparation of responsibilities
The architecture separates: * Rules — define governance logic * Evaluation — applies rules to structured inputs * Orchestration — coordinates evaluation activities * Validation — verifies structural and semantic correctnessMachine-readable source
The orchestration specification is maintained in:rules/evaluation/AIGO-Governance-Evaluation-Orchestration-Specification-v0.1.md
The orchestration input schema is maintained in:
rules/evaluation/AIGO-Governance-Evaluation-Orchestration-Input-Schema-v0.1.json
Validation
Orchestration validation is maintained under:validation/11-orchestration-validation/
The repository also contains orchestration test fixtures under:
validation/tests/fixtures/