clilyruntime-aware CLI docs
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/core contains the publishable framework package
  • examples/* contains real workspace packages with independent runtime configs and Dockerfiles
  • apps/docs contains the Fumadocs-based documentation app

Documentation priorities after launch

  1. Expand reference coverage with deeper API examples.
  2. Add more cookbook-style guides for CI, packaging, and config naming conventions.
  3. Introduce versioned release notes and compatibility guidance as the public API grows.

On this page