Scheduler Protocol
Pure bounded schedule validation and next-occurrence computation.
Scheduler Protocol
Pure bounded schedule validation and next-occurrence computation.
| Field | Value |
|---|---|
| Protocol ID | aster.scheduler |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.scheduler.require(settings?) via the protocol module |
| Provider helper | Available through Protocol.provide(...). |
Settings
DefaultProtocolSettingsSchema (Record<string, unknown> | null).
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
validate | Validate and normalize one bounded schedule. | Effect Schema (Objects) | Effect Schema (Objects) |
nextOccurrences | Compute bounded occurrences from schedule, cursor, timezone, and catch-up policy. | Effect Schema (Objects) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.schedulerat1.0.0inside^1.0.0. - Implement every operation:
validate,nextOccurrences. - 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.