The explicit close-out. Confirm what's live, regenerate the shareable overview,
and name the next 1–2 upgrades so the founder leaves with a clear roadmap. The
./my-agent/ folder keeps working after the session ends.
python3 scripts/primitives_inventory.py \
--sheet ./my-agent/build-sheet.json --goal ./my-agent/goal.json
Tables agent / environment / session / memory / outcome / deployment and the
phases completed.python3 scripts/overview_page.py \
--sheet ./my-agent/build-sheet.json --out-dir ./my-agent \
--status live --loop-shape cron-loop --last-verdict satisfied
Self-contained agent-overview.html (inline CSS, theme-aware, no external
assets) — shareable as-is.python3 scripts/upgrade_suggester.py --sheet ./my-agent/build-sheet.json --top 2
Ranks recorded deferrals (v1 before v2, real-integration first) plus standing
hardening (tighten networking, pin the agent version, nest an outcome).NEXT-DIRECTIONS.md is current (Phase-4 tool), then
goal_state.py advance → phase=done.scripts/primitives_inventory.py — recap every owned primitive.scripts/overview_page.py — regenerate single-file agent-overview.html.scripts/upgrade_suggester.py — next 1–2 upgrades with mechanisms.