@anna-ai/app-schema
v0.4.0
Published
Versioned schema bundle for the Anna App platform (manifest, host RPC table, SSE event union).
Readme
@anna-ai/app-schema (v0.4.0)
Versioned schema bundle for the Anna App platform. Generated by
scripts/export_app_schema.py in matrix-nexus; do not edit by hand.
Contents
manifest/AppManifest.json— JSON Schema for the app manifest.manifest/UiManifestSection.json— JSON Schema for theuiblock.host_api/methods.json— Flat(namespace, method)table mirroring the dispatcher's_DISPATCHmap.no_auth=truemethods skip thehost_apiACL gate.events/AnnaAppEvent.json— SSE event union (thekindenum).dispatcher_version.txt— Single source-of-truth bundle version; harnesses must refuse to start when their copy disagrees.
Regenerate
uv run python scripts/export_app_schema.py # write
uv run python scripts/export_app_schema.py --check # CI gate