Skip to content

Commit 9751498

Browse files
authored
docs: mention AGENTS.md in /onboard section (#306)
1 parent d0cb51b commit 9751498

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ The plugin wraps the [agent-analyzer](https://github.com/agent-sh/agent-analyzer
885885

886886
**What happens when you run it:**
887887

888-
1. **Collect** (68ms median) - Pure JavaScript scans manifest, structure, README, CI, git, repo-intel (no LLM tokens)
888+
1. **Collect** (68ms median) - Pure JavaScript scans manifest, structure, README, CLAUDE.md/AGENTS.md, CI, git, repo-intel (no LLM tokens)
889889
2. **Synthesize** - Opus agent produces a structured overview: tech stack, key files, active areas, conventions
890890
3. **Guide** - Interactive Q&A: ask about specific files, areas, or patterns
891891

@@ -896,7 +896,7 @@ The plugin wraps the [agent-analyzer](https://github.com/agent-sh/agent-analyzer
896896
| Level | Time | Data |
897897
|-------|------|------|
898898
| quick | ~2s | Manifest + README + structure |
899-
| normal | ~5s | + CLAUDE.md + CI + repo-intel |
899+
| normal | ~5s | + CLAUDE.md/AGENTS.md + CI + repo-intel |
900900
| deep | ~15s | + repo-map AST symbols |
901901

902902
**Supported manifests:** package.json, Cargo.toml, go.mod, pyproject.toml, deno.json, CMakeLists.txt, meson.build, setup.py, pom.xml, build.gradle. Detects monorepos (npm/pnpm/lerna/Cargo workspaces, Python libs/, Deno workspaces).

0 commit comments

Comments
 (0)