---
title: "Every run leaves the repo smarter than it found it."
description: "AutoWiki patches the wiki, appends the changelog, and promotes durable rules after each run. The next run starts with what the last one learned."
url: "https://ara.so/product/autowiki"
section: "Automations"
---

# Every run leaves the repo smarter than it found it.

AutoWiki patches the wiki, appends the changelog, and promotes durable rules after each run. The next run starts with what the last one learned.

## Three artifacts, kept current automatically.

### Repo wiki

Architecture and how-it-works pages get patched to match the code that just shipped.

### Changelog

Each verified pull request appends one human-readable entry: the what and the why.

### Durable rules

Conventions learned mid-run become persistent rules the next run is bound by.

## The write-back closes out every run.

### Run ships a verified pull request

A signal becomes a reviewed, tested change. The diff and transcript are the source of truth for what moved.

_Pull request_

### AutoWiki reconciles memory

It diffs the merge against existing pages, appends the changelog, and promotes new conventions into durable rules.

_Write-back_

### Next run starts smarter

The following run loads the updated wiki and rules as context. Fewer repeated mistakes, fewer questions.

_Compounding_

## Stop maintaining docs by hand.

Let every run update the wiki, changelog, and rules, so the next run starts ahead of the last.
