Skip to main content
Reference — generated from the toolkit

Source of truth: toolkit/scaffold/memory/README.md. Edit it there; this page is regenerated on build.

Memory (gotchas)

Hard-won fixes and non-obvious traps — one fact per file. Agents read this directory at session start; anything that cost more than ~30 minutes to solve is captured here before the ticket closes. Pruned in Flow-state when it goes stale.

See the repo context & memory standard.

Format (one file per gotcha)

---
name: short-kebab-slug
description: one line so its relevance is obvious at recall
date: YYYY-MM-DD
author: name
---

**Symptom:** what you observe.
**Root cause:** why it happens.
**Fix:** what to do.
**Verification:** how to confirm it's fixed.

Example

See example-timezone-boundary.md for the shape.