the marketplace · compatibility by contract

The granary of the milpa

Donde se guarda la cosecha.

Bundles of plugins that form applications — installed and composed by developers and agents alike. Every bundle declares what it provides and what it requires — so compatibility is a fact you can check, not a promise you have to trust. Metadata only: the registry points, it doesn't hold.

bundle.json json
{  "bundle": "acme/shop",  "forms": "an application",  "provides": ["catalog", "cart", "checkout"],  "requires": ["database", "mail"],  "status": "germinating"}

$ coa siembra acme/shop · when the field is ready

When requires doesn't match provides, the error will teach you why coming · → the lesson, at the Academy

germinating metadata only foundations first, scale after