Index your codebase once. Your agent stops greping, your team stops guessing
which PR is dangerous, and both get their answers from the same place.
New here? Quickstart gets you indexed and connected to
your agent in under five minutes, with no API key.
| Doc | What it covers |
|---|
| agent/INTEGRATIONS.md | Which agents are supported at what depth, generated from the code, plus the recipe for adding one |
| agent/MCP_TOOLS.md | The ten task-shaped tools, what each answers, and worked multi-tool examples |
| agent/HOOKS.md | Proactive delivery: context and warnings that arrive without the agent asking |
| agent/DISTILL.md | repowise distill: compress noisy command output before your agent reads it |
| agent/VSCODE.md | The VS Code extension: health in the gutter, risk before you push, dashboards in the editor |
| agent/CODEX.md | Wiring repowise into the Codex CLI |
| agent/OPENCODE.md | Wiring repowise into opencode |
| Doc | What it covers |
|---|
| layers/INTELLIGENCE_LAYERS.md | Overview of the five layers: graph, git, docs, decisions, code health |
| layers/CODE_HEALTH.md | Defect risk, maintainability, and performance from 49 deterministic detectors |
| layers/REFACTORING.md | Concrete, graph-aware refactoring plans (Extract Class, Move Method, Break Cycle) |
| layers/CHANGE_RISK.md | Score any commit or base..HEAD range 0-10 for defect risk |
| layers/BUG_HISTORY.md | Which files and symbols actually get bug-fixed, and how recently |
| layers/TEST_INTELLIGENCE.md | Coverage ingestion, untested hotspots, and running only the tests a diff touches |
| layers/GRAPH.md | The dependency graph: what is in it, how every edge is resolved, and how much to trust each one |
| layers/DECISIONS.md | Architectural decisions mined from your repo and from your own agent sessions |
| layers/DEAD_CODE.md | Unreachable files, unused exports, and zombie packages by confidence tier |
| layers/SECURITY.md | The local pattern scan: what the sixteen patterns catch, what they do not, and how far to trust the result |
| layers/LANGUAGE_SUPPORT.md | What works per language: 25 parsed to a full AST, 39 on the five-rung ladder |
| layers/WIKI.md | The generated wiki: page types, what update re-renders, styles, output language |
| Doc | What it covers |
|---|
| BENCHMARKS.md | Every published number with its sample size and its test: call-graph precision judged by a compiler we do not control, retrieval against the agent-context field, defect prediction against CodeScene, distillation, and the rows we lose |
| Doc | What it covers |
|---|
| business/COMMERCIAL.md | Hosted tier, enterprise (on-prem, SSO/SCIM), and commercial licensing |
| business/SECURITY_COMPLIANCE.md | What leaves your machine, what gets stored, and the answers your security team wants |
| ROADMAP.md | What we are building next, what we are not building, and why there are no dates on it |
How repowise is built, for contributors and the curious.