Release Sandwich Hime v1 source and contribution policy

Signed-off-by: Cole Speelman <crspeelman@gmail.com>
This commit is contained in:
2026-09-09 09:33:44 -04:00
parent 7e89ebfaba
commit d978994b27
22 changed files with 636 additions and 104 deletions
+18
View File
@@ -4,6 +4,24 @@
`gamertan.com/sandwich-hime/sando` is the independent Apache-2.0 runtime ABI for Go generated by Sandwich Hime. It contains no compiler, router, HTTP server, middleware, reflection registry, project discovery, or development supervisor.
## Install
This is the source and documentation for runtime `sando/v1.0.0`, paired with
compiler `v1.0.0` without changing runtime ABI `sando.v1`. Canonical Gitea tags
and release announcements establish availability. In an application module,
add the runtime first, then install the compiler:
```sh
go get gamertan.com/sandwich-hime/sando@v1.0.0
go install gamertan.com/sandwich-hime/cmd/himesan@v1.0.0
```
The runtime-first order avoids parent/nested-module path-selection ambiguity.
The compiler is a development tool and is not a runtime dependency of the
generated application. Compiler and runtime remain independently versioned.
## API and licensing
The stable surface is:
```go