Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs-site/public/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> AI rules audit engine — score, detect drift, and improve rules in any AI-assisted codebase.

> Source: https://lambda-curry.github.io/anvil/
> Generated: 2026-07-09
> Generated: 2026-07-17

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs-site/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bunx @lambdacurry/anvil audit \
--ci
```

This local-only lane gives new users a real report on the first try with just Bun. If you are one directory above the target repo instead, swap `--target .` for `--target ./my-repo`. For the full AI-backed lane or alternate launchers, continue to [Installation](/anvil/getting-started/installation) or [First Audit](/anvil/getting-started/first-audit). If no working provider is available, rerun with `--ci` for deterministic local-only structural lint.
This local-only lane gives new users a real report on the first try with just Bun. If you are one directory above the target repo instead, swap `--target .` for `--target ./my-repo`. For the full AI-backed lane or alternate launchers, continue to [Installation](/anvil/getting-started/installation) or [First Audit](/anvil/getting-started/first-audit).

<CardGrid stagger>
<Card title="Audit rules" icon="pencil">
Expand Down