Work Verifier Protocol
Evaluates declared Work criteria over one frozen evidence packet and returns strict verification evidence.
Work Verifier Protocol
Evaluates declared Work criteria over one frozen evidence packet and returns strict verification evidence.
| Field | Value |
|---|---|
| Protocol ID | aster.work-verifier |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.work-verifier.require(settings?) via the protocol module |
| Provider helper | Available through Protocol.provide(...). |
Settings
DefaultProtocolSettingsSchema (Record<string, unknown> | null).
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
observe | Perform one exactly granted read observation and return bounded structured material for host Evidence admission. | Effect Schema (Objects) | Effect Schema (Objects) |
evaluate | Evaluate one Work claim without settlement, repair, or effect authority. | Effect Schema (Objects) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.work-verifierat1.0.0inside^1.0.0. - Implement every operation:
observe,evaluate. - 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.