For people
A searchable place to learn the codebase, save context, and understand why files are organized the way they are.
Product workflow
Set up in minutes. Then Moxie runs on your cadence: every PR checked, every merge re-indexed, every Friday cleaned up.
The cadence
Connect, start the trial, run the first index.
Advisory PR checks, drift detection, re-index.
One reviewable docs-only PR - never auto-merged.
Phase 1 · Once
Install the GitHub App on the repos you choose.
Never commits your code · scoped to the repos you pick
Add payment details to unlock indexing.
Moxie reads source, tests, docs, and history, then writes architecture pages, conventions, gap reports, and MCP context.
reading source · tests · docs · history
Phase 2 · Every merge
Each PR description is rewritten against your template and conventions.
before
added search tool, misc fixes
after
Adds the search_docs MCP tool. Queries hit the doc index and return cited matches. Why: agents needed scoped search…
Advisory check runs call out stale or missing docs on the PR while fixing is cheap. Require Moxie Docs / Documentation in branch protection if you want a hard gate.
Advisory PR check. Fix now or let Friday Cleanup catch it
When code lands, affected docs are re-checked and refreshed, cited back to source. RFCs citing never-built paths are not treated as deletions. Repo doc PRs wait for Friday.
- Search runs against raw file chunks.
+ Search queries the doc index via the search_docs MCP tool.
Re-indexed 4m after merge · cited to source
Phase 3 · Every Friday
Moxie recaps the week's merges and opens a single reviewable PR for anything documentation missed.
moxie/friday-cleanup · docs-only · awaiting your review
Merge it, edit it, or close it. Your call.
Human and AI use
A searchable place to learn the codebase, save context, and understand why files are organized the way they are.
A compact context layer with conventions, commands, boundaries, and citations before AI tools edit the repo.
Connect a repo and the first index runs in minutes.