Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 916 Bytes

File metadata and controls

18 lines (13 loc) · 916 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2026-04-06

Added

  • drafts init command — full 10-step project scaffold (create-next-app, shadcn, deps, configs, docs, agents, src overrides, Convex setup, package.json marker, git init)
  • drafts add feature [name] — generate a feature module with api, components, hooks, store, types, and index
  • drafts add page [name] — generate a new page/route
  • drafts add component [name] — generate a shared component
  • Interactive terminal UX with figlet intro, clack prompts, ora spinners, and gradient outro
  • Template engine with {{variable}} interpolation and case converters
  • Solithix project detection via package.json marker