Deterministic spec governance for Git
-- Govern the specs your code is supposed to honor. -
-- SpecGov keeps requirements, ADRs, product docs, and spec folders - aligned with pull requests without API keys, hosted services, or - model calls. -
-Deterministic spec governance for Git
++ Govern the specs your code is supposed to honor. +
++ SpecGov keeps requirements, ADRs, product docs, and spec folders + aligned with pull requests without API keys, hosted services, or + model calls. +
+Framework folders
Searchable answers
+Spec governance without a new process.
+What does SpecGov check?
++ SpecGov checks whether changed code paths map to requirements, + ADRs, product docs, or spec folders. It reports missing spec + impact, stale artifacts, lifecycle gaps, and unmapped code. +
+Does SpecGov need API keys or model calls?
++ No. SpecGov runs locally and in CI with deterministic checks, so + it does not require API keys, hosted services, or model calls. +
+Can SpecGov work with existing spec formats?
++ Yes. SpecGov maps existing docs, ADRs, .specs folders, Kiro specs, + Spec Kit files, or custom paths through a small .specgov.yml + manifest. +
+