Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2 upgra
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-wrap-up-251f54bb29b4 ,按照其中的说明把「wrap-up」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
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.