Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.22 KB

File metadata and controls

26 lines (16 loc) · 1.22 KB

SteerSpec

AI configuration as code — versioned, templated, and synchronized across your entire org.

Your CLAUDE.md drifts. .claude/agents/ mutates. New repos miss critical setup. SteerSpec fixes this by treating AI configuration files like infrastructure: 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.


What's here

Repo Description
strspc-rules Canonical rule format — self-referential rule definitions and schemas (Python)
strspc-manager Core enforcement engine — rule-lint, rule-diff, rule-eval, rule-resolve (Go)
strspc-sync GitHub Action & CLI for template distribution via PR (Go)
strspc-CLI User-facing CLI tooling (Go)

Website: steerspec.dev


Status

SteerSpec is under active development. The rule format is defined, the core engine and sync action are functional, and the CLI is taking shape. Things will change. Feedback welcome.