chore: align tutorial with the v1.0.0 release

This commit is contained in:
2026-09-09 10:10:40 -04:00
parent bc9d0a7865
commit c578342637
6 changed files with 31 additions and 29 deletions
+5 -4
View File
@@ -3,10 +3,11 @@
# Generated code
Every `*.sando.go` file is an owned output of the neighboring `*.sando` source.
The committed neighbors were produced by `himesan v1.0.0-beta.1` and remain
byte-current under `himesan v1.0.0-rc.1`; the compiler intentionally preserves
an honest producer marker when generated semantics are unchanged. Commit both
files so production builds need only ordinary Go and the small `sando` runtime.
The committed neighbors were produced by `himesan v1.0.0-beta.1` and were
verified byte-current with both `himesan v1.0.0-rc.1` and final `himesan v1.0.0`.
The compiler intentionally preserves an honest producer marker when generated
semantics are unchanged. Commit both files so production builds need only
ordinary Go and the small `sando` runtime.
Never hand-edit a generated neighbor. Run `himesan generate internal/views`,
review the deterministic diff, and use `himesan check internal/views` in local