Resolve the immutable Beta 1 runtime first, verify the exact compiler identity on Linux and Windows, and commit generated outputs from the released ABI. Material implementation and review were assisted by OpenAI Codex. Cole Speelman reviewed the public tutorial and accepts human responsibility. Signed-off-by: Cole Speelman <crspeelman@gmail.com>
13 lines
554 B
Markdown
13 lines
554 B
Markdown
<!-- SPDX-License-Identifier: 0BSD -->
|
|
|
|
# Generated code
|
|
|
|
Every `*.sando.go` file is an owned output of the neighboring `*.sando` source.
|
|
The exact generator is `himesan v1.0.0-beta.1`. 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
|
|
verification or CI. The generator records its version, runtime ABI, source
|
|
digest, and source mappings in each output.
|