Commit Graph

6 Commits

Author SHA1 Message Date
hykocx 7779f529ea docs: update README with scoped registry configuration
Separate the registry setup step from the CLI usage command,
making it clearer that the `@zen` registry only needs to be
configured once via `npm config set` before running `npx @zen/start`.
2026-04-12 17:01:21 -04:00
hykocx dd4abeda85 docs: add usage instructions with npx command to README 2026-04-12 16:59:53 -04:00
hykocx 4b02e5d51a chore: bump version from 1.0.0 to 1.3.0 2026-04-12 16:57:42 -04:00
hykocx e9d2f4d5d1 refactor(cli): improve output formatting and simplify init logic
Replace step-numbered logging with minimal ANSI-styled output
using `step`, `done`, and `fail` helpers. Consolidate redundant
README and package.json updates into a single block, remove
verbose inline comments, and simplify file creation by eliminating
unnecessary variable assignments.
2026-04-12 16:57:21 -04:00
hykocx fe84ec6a43 Initial commit 2026-04-12 16:53:58 -04:00
hykocx 48c2356383 Initial commit 2026-04-12 16:45:57 -04:00