Your codebase, understood by AI

Generate living context documentation that keeps AI agents in sync with your code

Terminal
$

AI assistants are flying blind

Without proper context, even the smartest AI makes avoidable mistakes

No Context

AI reads code but misses the 'why' — decisions, patterns, and architectural intent remain hidden.

Stale Docs

Documentation drifts from reality. By the time docs are updated, the code has moved on.

Manual Sync

Keeping context updated is tedious. Manual documentation becomes a chore nobody wants.

Three commands. Living documentation.

Simple workflow that fits naturally into your development process

1
CREATE
npx repowise create

Generate context from your codebase

2
SYNC
git commit

Auto-hook keeps docs fresh

3
VALIDATE
npx repowise validate

Ensure context matches code

Built for AI agents, not just humans

Every feature designed to make AI coding assistants more effective

AI-First Format

Context optimized for token efficiency. Structured for how AI agents actually read and process information.

Context Files

Comprehensive coverage: architecture, patterns, tech stack, conventions, testing strategy, and more.

Auto-Sync

Syncs on every merge to production. Works with GitHub, GitLab, and Bitbucket.

Validation Tests

Built-in tests ensure your context files stay accurate and aligned with actual code.

Human Readable

AI agent builds documentation that humans love to read. Clear, organized, always up-to-date.

Runs Locally

Your code never leaves your machine. Complete privacy and security by default.

What you get

Comprehensive context files covering every aspect of your codebase

.repowise/
architecture/
patterns/
conventions/
and more context files...

Start in 60 seconds

One command to generate AI-ready context for your entire codebase

bash
1# Install RepoWise
2npm install -g repowise
3
4# Generate context for your project
5cd your-project
6npx repowise create
7
8# That's it! Check _bmad-context/

Works with any codebase • No configuration required

TypeScriptPythonGo+ more