M3b plan: every task's git add includes Cargo.lock
Task 04 added dependencies to toolkit and its git add line left out the lock file, so the driver stopped on an unclean tree. The lock change is folded into task 04's commit. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -54,6 +54,13 @@ it at that task's end state, then the reference was deleted so it cannot be read
|
||||
|
||||
At the end: `make gate` prints `gate: ok` with about 638 tests.
|
||||
|
||||
## Changes during the run
|
||||
|
||||
- 2026-09-23, after task 04: task 04 adds dependencies to `toolkit`, which changes `Cargo.lock`, but
|
||||
its `git add` line left the lock out, so the driver stopped on an unclean tree. The design model
|
||||
folded the lock into task 04's commit and added `Cargo.lock` to every task's `git add` (a no-op
|
||||
when it has not changed). The owner resumes from task 05.
|
||||
|
||||
## Running it
|
||||
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user