loop_ledger
Record each loop pass: changes made, actions taken, and outcomes. Use this log to recover the thread after compaction, avoid retrying dead ends, and identify the best pass for user sign-off.
Instructions
The append-only loop log: every pass, what changed, what it did.
Read it after a context compaction to recover the thread — what the brief was, what's already been tried (so you don't retry a dead end), and which pass is best. This is also the log you hand the user at sign-off; it's the story of how the result got good.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |