Skip to content

Pages

Source-Backed Pages

Understand how Origin turns atomic captures into readable pages with source memory IDs, revision state, and refresh paths.

Qi-Xuan LuUpdated 5 min read

At a glance

01

Atomic memories are good for recall, but repeated work eventually needs a readable synthesis.

02

Origin pages are Markdown artifacts backed by source memories so the synthesized view is inspectable instead of anonymous.

01

Why pages exist

Raw captures are intentionally small. That makes them easy to search, deduplicate, correct, and cite, but a mature project needs more than a long list of fragments.

Distilled pages compose related captures into a wiki-style record. They are for concepts, projects, decisions, workflows, and recurring lessons that deserve a stable surface.

02

Provenance is mandatory

Origin tracks which memories contributed to a page. That source backing is part of the trust model: a page should not read like it appeared from nowhere.

When a page feels wrong, inspect the source memories and either correct the memory, refresh the page, or capture the missing context.

03

Distill and read

/distill asks Origin to synthesize or refresh pages from related memories. /read previews a page inside the agent session without forcing you to leave the tool.

Use distillation before a new project phase, after a long sprint, or when recall keeps surfacing the same cluster of memories.

Claude Code

/distill
/read <page>

04

Staleness and revision state

Pages can become stale when new memories contradict them, extend them, or show that an old summary is no longer enough. Origin tracks stale_reasons so refresh work has a concrete cause.

Origin also tracks revision_state so refreshes can be deliberate. The point is not to overwrite human-readable records casually; it is to keep them improving as the project changes.

05

Edit carefully

The Markdown files are readable and can be inspected with normal tools. If you hand-edit a page, treat it like a human-owned artifact.

When you need the system to learn something new, prefer capturing the atomic fact or correction too. That keeps search, provenance, and future pages aligned.

Next

Import and Portability

Bring existing Markdown vault context into Origin and keep Origin's readable artifacts portable outside the daemon.

Read next