diff --git a/docs/index.html b/docs/index.html
index 0df2c52..bbe0f01 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -305,6 +305,28 @@
commit-guard
+
+ Why commit-guard? #
+
+ -
+ NLP imperative detection. Descriptions must start
+ with an imperative verb, verified via nltk POS tagging — not a
+ hand-coded regex of "bad" words.
+
+ -
+ Signature verification without a local keyring.
+ Resolves the commit author via the GitHub API and verifies GPG/SSH
+ against their published
.gpg/.keys — no
+ per-runner key management.
+
+ -
+ Strict by default. Subject format, body, trailers,
+
Signed-off-by, and signature all enforced out of the
+ box; opt out with --disable.
+
+
+
+