mirror of
https://github.com/wassname/pi-goals.git
synced 2026-09-25 14:01:03 +08:00
- /goals new writes the goals skeleton (with the user's default loop statement) into the file, as main did; the planning prompt points at it instead of repeating the shape. - The ## headings at Ready are the approved structure. A write/edit of the goals file that drops one is undone, and the tool result says why. - turn_end also checks the file, to catch shell edits: it restores removed Interview entries and reports a lost heading once. The Interview snapshot is taken at turn start, so the user's own edits between turns (for example deleting a pasted secret) are respected. Co-Authored-By: Claude <288921227+claudypoo@users.noreply.github.com>