Documentation
¶
Overview ¶
Command a-novel is the A-Novel storyverse build tool: a single, branded CLI for local development. It runs standalone capabilities (test, build, publish) and fronts a long-lived background daemon that supervises run targets — `a-novel core start` brings it up, and the daemon-backed verbs (`ps`, `start`, `kill`, `logs`, `env`, `volume`, ...) talk to it over a unix socket via connect-rpc.
Dispatch is Cobra-based: every subcommand is a *cobra.Command attached to the root. The existing `test` / `build` / `run` commands are wrapped via internal/cli's LegacyHandlers so they keep working unchanged through the transition; `run` is removed in phase 12 once parity is reached.
Click to show internal directories.
Click to hide internal directories.