What problem does it solve?
This skill provides a structured, developer-oriented guide for building and maintaining the lemline-core module, the stateless workflow execution engine powering the Serverless Workflow DSL runtimes.
Core Features & Use Cases
- Project structure guidance: outlines module layout, key components, and best practices for extending the engine (parsers, orchestrators, processors, and state handling).
- Guided development tasks: practical steps for modifying core components, adding new TaskStates, or extending DSL parsing, with step-by-step examples.
- Quality and testing patterns: instructions for unit and integration tests using the FullOrchestrator and test utilities.
Quick Start
Start by reading the core overview and nodes documentation in lemline-core/docs, then implement a small feature in StepByStepOrchestrator and run the FullOrchestrator tests to validate behavior.