derive-prompt-round-trippable
IN premise
`write_proposals_file` output can be parsed back by `parse_proposals` with no data loss, enabling a write-review-accept cycle where humans edit proposals in the same format the parser reads
Summary
The derive prompt's proposal format is designed to survive a full round trip: the system writes proposals to a file, a human can review and edit them, and the parser reads them back without losing any information. This matters because it enables a safe human-in-the-loop workflow where derived beliefs can be inspected and approved before being committed to the system.
Details
| Source | entries/2026/05/11/reasons_lib-derive.md |