diff --git a/docs/favicon.svg b/docs/favicon.svg new file mode 100644 index 0000000..ed37b45 --- /dev/null +++ b/docs/favicon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/docs/index.html b/docs/index.html index bef1457..db50cb7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,18 +8,139 @@ /> + + + - + + - SpecGov | Spec governance for Git repositories + + + + + + + + SpecGov - Spec Governance for Git Pull Requests + + + @@ -30,39 +151,65 @@ SpecGov
- SpecGov pull request report showing an advisory warning for a code change without related spec impact. -
-

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. -

-
- Start using SpecGov - - View source - +
+
+

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. +

+
+
+ SpecGov pull request report showing an advisory warning for a code change without related spec impact. +
@@ -312,6 +459,38 @@

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. +

+
+
+