Skip to content
AI Primer
release

Factory adds AutoWiki: /wiki generates repo docs on every push

Two days after Factory 2.0 launched, Factory added AutoWiki, which turns a repo into structured engineering docs that update on every push and can be generated from Droid with /wiki. The feature keeps architecture and request-path context aligned with the live codebase.

2 min read
Factory adds AutoWiki: /wiki generates repo docs on every push
Factory adds AutoWiki: /wiki generates repo docs on every push

TL;DR

Factory also published a longer write-up on the broader Software Factory idea, and the launch post shipped with a product video that shows the wiki flow in action. The most concrete detail is still the command surface: /wiki runs inside Droid, while the feature description frames the output as living documentation tied to each push.

AutoWiki

The core pitch is straightforward: AutoWiki converts a changing repository into browsable internal docs, then keeps them synced as the code changes. FactoryAI's thread says the generated pages cover four specific layers:

  • Architecture
  • Key flows
  • Systems
  • Request paths

That scope is narrower, and more useful, than a generic code summary. Factory is targeting the parts of a codebase that usually rot fastest in hand-written wikis.

/wiki command

Factory put the feature directly into Droid rather than hiding it in a settings page. FactoryAI's example post says running /wiki in any Droid session generates a wiki for the current repo.

The launch post also points to sample output across 100 open-source repositories. The named examples, per FactoryAI's repo list, are React, Kubernetes, Rust, and Grafana.

Software Factory

Two days after Factory 2.0, the company framed AutoWiki as one component of a bigger automation loop. FactoryAI's post describes that loop as a "24/7 system" that continuously produces software while humans stay in the governance layer.

That framing matters because it places documentation generation alongside the rest of Factory's agent workflow, not as a standalone docs tool. The linked official write-up is where Factory pushes that broader system story.

Further reading

Discussion across the web

Where this story is being discussed, in original context.

On X· 2 threads
TL;DR1 post
/wiki command1 post
Share on X