Skip to main content

the loop / 06

Findings

keep what lasts. Memory, ADR, or promoted record.

  1. Input
  2. Findings
  3. Output

step 06

The work here

Discard the transient. Save durable lessons to native memory, decisions to ADRs, behavior to tests, and discussion to the PR. Promote records that need a project home.

CLAUDE.md (native memory)

Findings example

findings
## Lessons

- Tailwind v4 custom keyframes: use plain CSS classes rather
  than escaped utility prefixes — PostCSS parse errors
  otherwise.

next handoff

Next change

Memory, ADR, or promoted record. If it lives in a file, pass its full path. Inline work stays inline.

Return to the loop