review

review patchsets using your default editor
Log | Files | Refs

commit 863d5a9148eb9f5f8ea4f01b811fc00517ecb1bc
parent 3b8fd9865142638b461ec479094cf7ed9de10d38
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Thu, 24 Sep 2026 07:11:20 -0300

review: move the continuation brief out of the repository

The handover file was an agent's state — what was done, what comes next,
what to watch — and a repository holds code and the docs its users read.
It lives in the Brain now, under the repository's own folder, with the
rest of what an agent needs to pick the work up; the readme points there.

Diffstat:
Mreadme.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/readme.md b/readme.md @@ -424,7 +424,7 @@ it worth reading. The eval harness went with the Go implementation it was written in: `eval_test.go` held the cases with a known right answer and scored a reading against them, and porting it is -the open item in `handover.md`. Until then the measure of a reading is the side-by-side +the open item in the Brain's `review/handover.md`. Until then the measure of a reading is the side-by-side run the port was checked with: both tools on the same change, the reports diffed field by field, and the answer cache shared so a replayed answer is compared rather than re-asked.