Small workflow runner for repeatable task flows and review steps.
It demonstrates a simple pattern Ligatrix uses when a task needs to move through clear steps:
- receive the request;
- choose the next action;
- run checks;
- write a short record;
- prepare a handoff note.
This is not a model wrapper and does not call external APIs by default. It is a plain example of workflow structure.
npm run checknode examples/run-workflow.mjs