| 1 | --- |
| 2 | model: Claude Fable 5 |
| 3 | wh: 10 |
| 4 | co2_g: 4 |
| 5 | comparison: A minute of a hairdryer |
| 6 | prompt: >- |
| 7 | “Can you update the prompt ledger to include the model, and update |
| 8 | instructions for pi to include the model if it adds to it too? Should we |
| 9 | use Markdown for each ledger entry and compile it with Eleventy?” |
| 10 | --- |
| 11 | Added the Model column, and yes: the ledger is now one small Markdown file |
| 12 | per entry in `src/ledger/`, compiled by Eleventy. Appending an entry can no |
| 13 | longer corrupt the ones before it, two agents adding entries can't conflict, |
| 14 | and there's no JSON quote-escaping to trip over. `AGENTS.md` updated to |
| 15 | match. |
| 16 | |