Evolver Evolve Checkpoint
Execute a manual checkpoint in the evolution lifecycle of the current task.
Execution Guide
When triggered, guide yourself through these three steps:
Recall. Look at the evolution memory the SessionStart hook injected (or read the tail of the memory graph at
~/.evolver/memory/evolution/memory_graph.jsonl, or the project's localmemory/evolution/memory_graph.jsonlif present). Summarize any recent outcome — success or failure — that is relevant to what is currently being worked on.Reflect. Given the current diff or task state, formulate a concise reflection:
- What worked so far?
- What didn't work?
- What is the durable lesson?
Record. Remind the user that the
Stophook records outcomes automatically at task/session end. If they want to run the full engine now, and@evomap/evolveris onPATH, run:evolver runIf it is not installed, inform them that the outcome will still be captured automatically by the Stop hook, and that running
npm install -g @evomap/evolverunlocks the full review-and-solidify cycle.
Keep the process lightweight and focused on generating a durable lesson.