diff --git a/web/index.html b/web/index.html index 7dc62fe..621b3cb 100644 --- a/web/index.html +++ b/web/index.html @@ -7,7 +7,7 @@ - + @@ -338,12 +413,12 @@

Pre-commit hooks for AI agents

-
+
Human commits
~3s
Fast checks on staged files. Lint, format, type-check. You get feedback instantly and keep your flow.
-
+
Agent commits
~5m
Full test suite, security scans, build verification. The agent waits. You get merge-ready code that passes CI.
@@ -354,7 +429,7 @@

Pre-commit hooks for AI agents

How it works

-git commit
+git commit
|
v
.git/hooks/pre-commit # installed by apc
@@ -410,13 +485,13 @@

TOML config

Setup

# install
-cargo install agent-precommit
+cargo install agent-precommit

# init config (detects your stack)
-apc init --preset=rust
+apc init --preset=rust

# install git hook
-apc install
+apc install

# add to your agent instructions (CLAUDE.md, .cursor/rules):
# "Use AGENT_MODE=1 git commit when committing" @@ -425,7 +500,7 @@

Setup

Presets

-

Sensible defaults for common stacks.

+

Sensible defaults for common stacks.

python node