@aimount/runtime
v0.1.0
Published
Compatibility runtime package for aimount protocol, wire, and codecs
Readme
@aimount/runtime
@aimount/runtime is the compatibility runtime package for aimount.
Role
It keeps the runtime package present while @aimount/core
owns the canonical runtime model contracts. This package now provides:
v1/protocolfor protocol-only execution contracts without runtime API DTOsv1/wirefor transport-safe wire contractsv1/codecfor parse and serialize boundaries between them
Owns
- runtime package entrypoints for protocol, wire, and codec during the transition
- protocol, wire, and codec contracts
Does not own
- transport implementations
- canonical ownership of runtime model contracts
- storage row shapes
- queueing or replay strategy
- framework bindings
