📄️ Changelog
Record individual changes and release versioned changelogs with a guided flow that combines the record and release steps into a single beginner-friendly command.
📄️ Initialize Config
Interactive wizard that loads, edits, and saves the Nova config file with project details, entities, and canonical URLs straight from the terminal.
📄️ Run Recipes
Run all configured recipes in sequence.
📄️ Run Scripts
Run package.json scripts by pattern in sequential or parallel mode using a built-in Nova utility with no extra dependencies.
📄️ Transpile
Transpile TypeScript with filtered diagnostics, emitting compiled output while suppressing third-party errors so strict configs like skipLibCheck false remain practical.
📄️ Type Check
Run full TypeScript type checking scoped to project-owned files, filtering out third-party diagnostics so strict configs like skipLibCheck false remain practical.
📄️ Check Installed Versions
Standardized system version snapshot for OS, browsers, Node, package managers, and runtimes in a single run for reproducible diagnostics and documentation.