Record which model did each task

The implementer log gains a Model column, filled by the owner. Tasks so
far: M1 and M2a 01 to 06 by Laguna S 2.1, M2a 07 by GLM-5.3. The commit
trailer no longer names a model.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-18 02:56:38 -07:00
co-authored by Claude Fable 5.1
parent 3d876d4fa9
commit cce1c99570
2 changed files with 21 additions and 19 deletions
+2 -1
View File
@@ -72,7 +72,7 @@ Useful while working: `cargo test -p <crate> --test <file>` runs one test file,
- Stage only the paths the task lists: `git add <path> ...`. Never `git add -A` or `git add .`.
- Never push, amend, rebase, reset, or switch to another branch.
- Commit message: the subject line the task gives, a blank line, then this trailer:
`Implemented-By: Laguna S 2.1 (OpenCode)`
`Implemented-By: OpenCode session (model recorded in docs/implementer-log.md)`
## The implementer log
@@ -89,3 +89,4 @@ bad one.
| First gate | `pass` or `fail` for the first run |
| Deviations | Anything you did that the task did not say, or `none` |
| Notes | Problems you hit and how you solved them, in one or two sentences |
| Model | Write `?`. The owner fills this in. |