AutoWiki generates comprehensive, structured Wikis for your repositories. It analyzes each codebase and produces browsable documentation with architecture overviews, module breakdowns, and cross-linked pages — then keeps each Wiki current as your code changes.Documentation Index
Fetch the complete documentation index at: https://factory-changelog-may14.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Generate
Run
/wiki in the Droid CLI to produce a Wiki for any repoAuto-refresh
Run
/install-wiki to refresh Wikis on every pushBrowse
Read, search, and export Wikis in the Factory App
How it works
Generate from the Droid CLI
Run
/wiki inside a Droid session. Droid analyzes the codebase and produces
a set of structured markdown pages covering architecture, modules, APIs,
and conventions.Store in the Factory App
Cloud Sync stores the generated Wiki in the Factory App, where it becomes
browsable at app.factory.ai/wiki. Each
sync is versioned so you can compare changes over time.
Sync to GitHub Wiki
For GitHub-hosted repositories, AutoWiki can push generated Wikis to the
repo’s built-in GitHub Wiki tab. Internal links are rewritten, a sidebar is
generated, and the content is pushed to
{repo}.wiki.git.GitHub Wiki sync
When AutoWiki generates a Wiki for a GitHub-hosted repository, Factory can optionally sync the content to GitHub Wiki. Your team can browse the same documentation directly from the repository page without visiting the Factory App. For details on how the sync works, see Generate a Wiki.GitHub requires GitHub Wiki to be initialized before Factory can sync to it.
If you haven’t used GitHub Wiki before, create the first page manually at
https://github.com/{owner}/{repo}/wiki, then re-run /wiki.Enterprise controls
AutoWiki Cloud Sync
Organizations that need to prevent AutoWiki content from being stored in the Factory App can disable AutoWiki Cloud Sync. This is an org-level enterprise control available at app.factory.ai under Settings > Enterprise Controls > AutoWiki. When AutoWiki Cloud Sync is disabled:- All AutoWiki API endpoints return 403 for your organization
- The
/wikicommand will not store content in the Factory App - GitHub Wiki sync is also skipped from the Droid CLI
- The AutoWiki page in the Factory App shows no content
What’s next
Generate a Wiki
Step-by-step guide to producing your first Wiki
Set Up AutoWiki Refresh
Install a CI action that keeps Wikis current
Browse in the Factory App
Search, read, and export Wikis
Enterprise Settings
Learn how org-level controls govern AutoWiki and other features
