aboutsummaryrefslogtreecommitdiff
path: root/docs/design/2026-06-02-flush-promotion.org
Commit message (Collapse)AuthorAgeFilesLines
* feat(flush): read notes.org before the anchor on resumeCraig Jennings2026-06-021-0/+24
| | | | | | On a flush resume, the SessionStart(clear) hook now reads .ai/notes.org key sections before the session-context anchor. The anchor carries session state. notes.org carries the project's standing knowledge (code-repo paths, conventions, key contacts) that a resumed session needs to act correctly. A resume with the anchor alone floundered on context notes.org already documents, hunting for a repo whose path notes.org records. The hook guards on notes.org presence: when it's absent, the resume reads the anchor alone. flush/SKILL.md documents the same read order so the skill and the hook agree. The handoff rationale is preserved in docs/design/2026-06-02-flush-promotion.org.
* docs(flush): preserve flush promotion handoff bundle as provenanceCraig Jennings2026-06-021-0/+209