Entry Points
| Import | Contents |
|---|---|
openlinear | Re-exports everything below |
openlinear/types | Zod schemas, TypeScript types, and validation functions for execution metadata |
openlinear/validation | Payload sanitization and forbidden-field enforcement |
openlinear/config | Feature flag parsing and execution mode helpers |
Package Exports
Dependencies
The library has a single runtime dependency: Zod for schema validation.Sections
Types
ExecutionMetadataSync schema and validation functions.
Validation
Forbidden fields and payload sanitization.
Feature Flags
Execution mode control and rollout phases.

