Composer Protocol
Contributes schema-validated entries to the host composer registry.
Composer Protocol
Contributes schema-validated entries to the host composer registry.
| Field | Value |
|---|---|
| Protocol ID | aster.composer |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.composer.require(settings?) via the protocol module |
| Provider helper | Available through Protocol.provide(...). |
Settings
Effect Schema (Union) exported by the protocol module.
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
query | Queries entries from one composer source. | Effect Schema (Objects) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.composerat1.0.0inside^1.0.0. - Implement every operation:
query. - Decode requests and responses against the operation schemas listed above.
- Run the protocol conformance kit where one exists: No named kit yet; providers are still expected to satisfy the registry schemas..
Declared Authority
None declared. This protocol grants no authority by itself.