diff --git a/web/index.html b/web/index.html index 621b3cb..824ab74 100644 --- a/web/index.html +++ b/web/index.html @@ -7,7 +7,7 @@ - + @@ -413,12 +338,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.
@@ -429,7 +354,7 @@

Pre-commit hooks for AI agents

How it works

-git commit
+git commit
|
v
.git/hooks/pre-commit # installed by apc
@@ -485,13 +410,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" @@ -500,7 +425,7 @@

Setup

Presets

-

Sensible defaults for common stacks.

+

Sensible defaults for common stacks.

python node