Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,28 @@ <h1>commit-guard</h1>
</div>
</section>

<section id="why">
<h2>Why commit-guard? <a href="#why" class="anchor">#</a></h2>
<ul>
<li>
<strong>NLP imperative detection.</strong> Descriptions must start
with an imperative verb, verified via nltk POS tagging — not a
hand-coded regex of "bad" words.
</li>
<li>
<strong>Signature verification without a local keyring.</strong>
Resolves the commit author via the GitHub API and verifies GPG/SSH
against their published <code>.gpg</code>/<code>.keys</code> — no
per-runner key management.
</li>
<li>
<strong>Strict by default.</strong> Subject format, body, trailers,
<code>Signed-off-by</code>, and signature all enforced out of the
box; opt out with <code>--disable</code>.
</li>
</ul>
</section>

<section id="install">
<h2>Install <a href="#install" class="anchor">#</a></h2>
<div class="install-tabs">
Expand Down
Loading