docs(plan): record what Phase 4 landed and the one error it leaves

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UDCbcCZQepnpSQYJ6SxxZm
This commit is contained in:
2026-08-14 17:49:42 -04:00
co-authored by Claude Opus 5
parent 162c68769f
commit 04114eabae
2 changed files with 108 additions and 14 deletions
+4 -4
View File
@@ -31,10 +31,10 @@ pre-commit:
fi
# frontend/bindings is generated by `wails3`, not `go generate`, so
# the check above does not cover it. ~20s: v3's generator is a
# static analyser over the whole package graph, where v2's built the
# app with a `bindings` tag and ran it. Slower than v2's ~1.5s and
# still the cheapest place to catch a renamed field.
# the check above does not cover it. ~3.5s warm, ~20s on a cold
# build cache: v3's generator is a static analyser over the whole
# package graph, where v2's built the app with a `bindings` tag and
# ran it.
bindings-check:
glob: "*.go"
run: ./scripts/bindings-check.sh