Skip to content

Node.js Development Guidelines

Objective: Define standards for writing robust, secure, and maintainable Node.js applications, covering package management, environment setup, coding patterns, error handling, security, and quality tooling.

Source File

View the full rule: .agent/rules/node.md

Sections

    1. Package Management
    1. Environment Setup
    1. Tool Execution (Performance First)
    1. Coding Style
    1. Error Handling
    1. Security
    1. Performance
    1. Testing & Quality

Released under the MIT License.