Generated projects must be usable as native TinyBus integrations and distributable without also shipping the TinyBus host runtime.
- The library builds as both an
rliband a nativecdylib. - The
cdylibexports TinyBus module ABI v1, an embedded manifest, and the initialization entrypoint. - The example module provides
ai.tinyhumans.template.Greeting.Greetat/ai/tinyhumans/template/Greeting. - Each release archive is named
template-<version>-<platform>.<extension>and contains only this module, its SHA-256modules.toml, license, and installation documentation. - Each GitHub release publishes a separate
checksum.tomlmapping every archive filename to its SHA-256 digest for TinyBus's release loader. - Release builds cover the stable native Ubuntu, macOS, and Windows runners, Fedora 43/44 containers, and rolling Arch Linux where official runners or images exist for the architecture.
- TinyBus itself remains a pinned SDK submodule and is not shipped as a release asset from this repository.
CI exercises the bus interface through TinyBus's in-memory transport, enforces
90% line coverage in every source file, and builds the cdylib. The release
workflow builds each native module from the tagged source and records its exact
digest in the adjacent allowlist. After publishing, it downloads the Ubuntu
x86_64 archive through TinyBus's GitHub release API and calls Greet over an
in-memory bus.