Releases
v0.1.0
Initial public release of @clily/core and the new monorepo-backed documentation site.
Highlights
- Initial public release of
@clily/core - True monorepo structure with isolated example workspaces
- Cross-shell completion support for bash, zsh, fish, and PowerShell
- Standard Schema validation exercised with Valibot, Zod, and ArkType
- Runtime injection patterns for Deno-style flows, embedding, and deterministic tests
- Dedicated documentation site at
clily.dev
Repository shape at launch
packages/corecontains the publishable framework packageexamples/*contains real workspace packages with independent runtime configs and Dockerfilesapps/docscontains the Fumadocs-based documentation app
Documentation priorities after launch
- Expand reference coverage with deeper API examples.
- Add more cookbook-style guides for CI, packaging, and config naming conventions.
- Introduce versioned release notes and compatibility guidance as the public API grows.