Acknowledgements
openworkflow
Section titled “openworkflow”openworkflow
(Apache-2.0)
is the durable-execution substrate underneath every Thodare run.
Every step is one step.run() call against openworkflow’s worker;
replay determinism, crash recovery, and signal-driven waits are its
contributions, not ours. We’re a thin DSL + control-plane layer on
top.
We vendor it as @thodare/openworkflow for version pinning and patch
capability — see
Why we vendor openworkflow.
If you use Thodare, please star openworkflow too.
Standards we lean on
Section titled “Standards we lean on”- Hono. The HTTP framework. Tiny, fast, runs on every JS runtime. hono.dev.
- better-auth. The auth library. Plugin architecture, organization
- apiKey out of the box. better-auth.com.
- Zod. Schemas everywhere; the LLM-facing surface couldn’t exist without it. zod.dev.
- Astro + Starlight. This documentation site.
- Diataxis. This site’s structural discipline. diataxis.fr.
- Changesets. Per-package versioning + changelog.
@tsconfig/strictest. The TypeScript strictness baseline.
License
Section titled “License”Thodare workspace: MIT.
Vendored components retain their original licenses; see NOTICE.