Skip to content

Flask Development Guidelines

Objective: Define standards for building maintainable, secure, and production-ready Flask applications, covering application structure, configuration, extensions, security, testing, and deployment.

Source File

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

Sections

    1. Application Structure & Blueprints
    1. Configuration
    1. Extensions, Patterns & API Design
    1. Security
    1. Testing, Tooling & Observability

Released under the MIT License.