Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 827 Bytes

File metadata and controls

19 lines (14 loc) · 827 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.0] - 2026-04-12

Added

  • 5 rule files: core FastAPI, anti-patterns, Pydantic v2 migration, async patterns, and security
  • /fastapi-endpoint skill for generating complete CRUD endpoints
  • /fastapi-model skill for SQLAlchemy model + Pydantic schemas
  • /fastapi-validate skill for scanning projects for v1 leftovers and async issues
  • /fastapi-settings skill for pydantic-settings configuration
  • fastapi-reviewer subagent for automated code review
  • Test fixtures with anti-pattern and correct-pattern samples
  • Plugin validation script and CI workflow