From 409e95f9f8b20b5258283800d1a64250b8d97aaf Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 11 Jan 2026 09:59:18 +0000 Subject: [PATCH] style: differentiate landing page from Vibe Kanban - Switch from Space Mono to JetBrains Mono font - Change warm beige background to cooler neutral (#fafafa) - Replace dashed border highlight with gradient underline marker - Add terminal prompt prefix (>) to logo - Dark terminal-style install box with $ prefix - Add colored top borders to mode cards (green/blue) - Use GitHub dark theme for code blocks - Add rounded corners and subtle hover effects - Introduce blue accent color system via CSS variables --- web/index.html | 271 +++++++++++++++++++++++++++++++------------------ 1 file changed, 173 insertions(+), 98 deletions(-) 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