What problem does it solve?
Ingesting or editing Twoweeks wiki memory from project context can be error-prone, inconsistent, or lead to unintended corruption of durable pages.
Core Features & Use Cases
- Mode-based wiki mutation: Choose ingest, lint, direct-update, or save-output to match the user’s intent.
- Required neutral read order: Follow the specified page-reading sequence and fallbacks to avoid stale-cache mistakes.
- Write guardrails: Enforce minimal, surgical updates to
wiki/index.md, wiki/log.md, and (when needed) wiki/hot.md, while preserving existing conventions.
Example use case: You have staged edits ready to become durable wiki pages and want the system to ingest only what’s staged, update the index and logs, and keep cache as non-canonical.
Quick Start
Use the ingest-wiki flow in ingest mode to process staged files under wiki/rawinput/ and update the durable wiki pages accordingly.