derive-report-json-has-rounds-array
IN premise
The `reasons derive --auto --report-dir` command writes a JSON report containing a `rounds` array where each entry has `proposals_found` and `added` counts.
Summary
When you run the automated derivation process with reporting enabled, the output file tracks each round of reasoning separately, recording how many new proposals were discovered and how many were actually added to the system. This makes it possible to monitor derivation progress, detect diminishing returns across rounds, and verify that the process is converging rather than looping.
Details
| Source | entries/2026/05/08/tests-test_derive.md |