A safety-first orchestration template for AI coding agents.
AI agents often mix planning, execution, and validation in a single step. GEO Control Plane separates them into explicit routes and requires gates before risky actions.
AUDIT- inspect without writingPLAN- propose changes without executingCODE- modify workspace files after authorizationVALIDATE- verify real resultsDIVERGE- generate unusual options without accepting themRED_REVIEW- challenge unsafe or incomplete proposals
- Read QUICKSTART.md.
- Run the AUDIT example.
- Review the gate model.
- Validate the YAML manifest:
cd geo-control-plane
python scripts/validate_yaml.pyExpected output:
YAML_PARSE_PASS 2
MANIFEST_INDEX_PASS
README_REGISTRATION_PASS
FILES_CHECKED 24
RESULT PASS
This public edition is documentation and validation only. It does not include runtime dumps, credentials, backups, private prompts, package logs, API keys, or machine-specific configuration.
geo-control-plane/
├── README.md
├── LICENSE
├── SECURITY.md
├── CONTRIBUTING.md
├── GEO-MANIFEST.yaml
├── MASTER_INDEX.md
├── QUICKSTART.md
├── docs/
├── examples/
└── scripts/
Repository-level files are also included: LICENSE, SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md, .gitignore, and .github/workflows/validate.yml.