Cli / Generators / Must Haves
Agent Conventions
Generate agent convention files for the AI tools you select, like Claude Code and Codex, so agents follow project-specific rules.
Read articleCli / Generators / Must Haves
Generate agent convention files for the AI tools you select, like Claude Code and Codex, so agents follow project-specific rules.
Read articleCli / Generators / Must Haves
Generate .env and .env.sample files for managing local environment secrets with per-workspace key definitions from nova.config.json.
Read articleCli / Generators / Must Haves
Generate a .editorconfig file that enforces consistent coding styles across editors and IDEs including indentation and line endings.
Read articleCli / Generators / Must Haves
Generate a .gitignore file with common patterns for Node.js, macOS, editor artifacts, and monorepo build output directories.
Read articleCli / Generators / Must Haves
Generate a LICENSE file populated with license type, author, and year information from nova.config.json supporting MIT, Apache, and more.
Read articleCli / Generators / Must Haves
Generate a baseline README.md file populated with project metadata from nova.config.json including badges, credits, and documentation links.
Read article