Evolver Solidify
Solidify the current working-tree changes into a durable, reusable Evolver asset.
Execution Guide
When requested, follow these steps:
Verify environment — ensure we are in a git repository (
git rev-parse --is-inside-work-tree) and showgit diff --statso the user sees what changes are being captured.Formulate summary — if the user didn't specify a summary or note, infer a concise one-line description of the change from the diff and use it for the
--summaryflag.Resolve CLI and execute:
EVOLVER="evolver" command -v evolver >/dev/null 2>&1 || EVOLVER="npx -y @evomap/evolver"Run the solidify command with inferred or specified arguments:
$EVOLVER solidify --summary="[Insert summary here]"(Pass
--dry-runfirst if the user requested a dry run/preview).Report outcome — print details about the gene/capsule that was created or updated, and whether a rollback point was successfully recorded.