SteerSpec
Specs-driven AI configuration synchronization for GitHub organizations.
Your CLAUDE.md drifts. .claude/agents/ mutates. Teams patch configs manually and drift goes undetected until it breaks something. Reconciling AI configuration files across dozens of repos is pure toil.
SteerSpec is a formal specification and toolset that treats AI configuration files the same way you treat infrastructure—as code, versioned, templated, and automatically synchronized. Define once in a central manifest. Propagate everywhere via pull request. Detect drift on a schedule.
Because vibe coding without a spec is just vibing.
A project by Consulare, Switzerland.
// spec endpoints
- /schemas/entity/v1.json Entity schema — full
- /schemas/entity/bootstrap.json Entity schema — bootstrap
- /rules/latest/index.json Rules manifest — current
- /rules/v1.1.1/index.json Rules manifest — v1.1.1
// implementation status
- [✓] Specification — core, config, versioning, actions, conflicts
- [~] Sync GitHub Action
- [·] Monitor GitHub Action
- [·] Conflict detection
- [·] CLI tool