contractcore
v0.0.2
Published
Small shared contract primitives for Mosa products and integrations.
Maintainers
Readme
Contract Core
Small shared contract primitives for Mosa products and integrations.
contractcore is a very small home for shared contracts between Mosa
products, services, and integrations. It is intentionally framework-agnostic
and starts as a shell while the useful boundaries emerge.
npm i contractcoreThe direction is simple, composable contracts:
import { mcp } from "contractcore";
import { deployS3 } from "contractcore";Those are illustrative examples for now, not a promise of the initial API.
