Must-Haves
Agent Conventions
Generate agent convention files for coding assistants like Claude and Cursor.
Dotenv (.env)
Generate .env and .env.sample files for managing local environment secrets.
EditorConfig (.editorconfig)
Generate a .editorconfig file that enforces consistent coding styles across editors and IDEs.
Gitignore (.gitignore)
Generate a .gitignore file with common patterns for Node.js, macOS, and editor artifacts.
License (LICENSE)
Generate a LICENSE file populated with license type, author, and year information from nova.config.json.
README (README.md)
Generate a baseline README.md file populated with project metadata from nova.config.json.