v0.6.3 — robust recovery + full skill test pass
Patch release from a full end-to-end test of all 10 commands on agy 1.0.6 — every command verified working (research, report, ask, review, rescue, record, scrape, doc-to-md, design-review, setup; review correctly flagged two seeded bugs).
Fixed
- Transcript recovery resolved the conversation id unreliably. The #76 Plan B looked up the cid in
last_conversations.json[cwd]first, but that file is written with a delay and on 1.0.6 often lacks the invoking cwd entry — so immediate recovery returned empty though the response was on disk. Now resolves the cid from the cli log (Print mode: conversation=<cid>) → most-recentbrain/<cid>dir →last_conversations.json[cwd]last. Verified live.
No happy-path behavior change; this only hardens the fallback that fires when agy --print drops stdout (still common on 1.0.6).