From 892a9631ed5380a150be307b9afab181244bc883 Mon Sep 17 00:00:00 2001 From: Scout Date: Fri, 17 Jul 2026 08:27:36 -0500 Subject: [PATCH] fix(docs): clarify local-only first audit Remove the redundant provider fallback from the already-local-only homepage command and refresh generated agent docs metadata. Agent-Actor: scout Agent-Run-Id: anvil-cycle-001 --- docs-site/public/llms-full.txt | 2 +- docs-site/src/content/docs/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-site/public/llms-full.txt b/docs-site/public/llms-full.txt index 0a1a092..f7cdfab 100644 --- a/docs-site/public/llms-full.txt +++ b/docs-site/public/llms-full.txt @@ -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 diff --git a/docs-site/src/content/docs/index.mdx b/docs-site/src/content/docs/index.mdx index 8bd4e12..9412088 100644 --- a/docs-site/src/content/docs/index.mdx +++ b/docs-site/src/content/docs/index.mdx @@ -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).