This public sidecar repository stores the durable planning state for its SASE-managed source repository. SASE automatically clones it into each workspace and keeps plan files, their original prompt snapshots, and bead state available to humans and agents.
<YYYYMM>/*.mdstores plan files. Every plan declares a non-emptytitleand eithertier: taleortier: epicin YAML frontmatter.<YYYYMM>/prompts/*.mdstores the original prompts or expanded snapshots that produced that month's plans.beads/stores SASE bead events and compatibility projections. SQLitebeads.db*files are local-only.assets/stores generated explanatory media used by this README.
Plans and prompts use clickable top-of-body Markdown bullets with stable labels and file-relative hrefs. For example,
202607/example.md links back with
- **PROMPT:** [202607/prompts/example.md](prompts/example.md), while its prompt snapshot uses
- **PLAN:** [../202607/example.md](../example.md). YAML frontmatter, when present, begins at byte zero; the bullet is
the first Markdown body element and has exactly one blank line after it.
sase plan listandsase plan searchinspect plans.sase repo path plansprints this clone's root.sase plan links validatechecks prompt and plan artifact links.sase plan links repairpreviews legacy or stale links; add--writefor a one-time canonical-bullet migration.sase beadmanages bead work stored underbeads/.
Historical plain-path and inline-Markdown frontmatter values remain readable and valid. Search, validation,
initialization, and upgrades do not rewrite them automatically; conflicting representations are reported instead of
silently selected. Use sase plan links repair --write for explicit migration.
