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.
- add Makefile for automation and template verification
- Initial project scaffolding for Python CLI + Web Dashboard.
- Support for
uvdependency management. FastAPI+HTMX+Tailwind CSSdashboard optionality.TyperCLI scaffolding.- Architecture Decision Records (ADRs) and Coding Conventions.
- Standardized documentation:
README.md,CONTRIBUTING.md,CHANGELOG.md.
- add automatic changelog updates to root and template
- add GitHub Copilot instructions to template and boilerplate
- initial cookiecutter template for Python CLI + Web projects
- standardize dependency versions, ruff config, and add template tests
- ignore template directory in root pytest configuration
- add Makefile for automation and template verification
- finalize changelog and ruff configuration
- add missing httpx dependency and fix TemplateResponse deprecation
- ignore template directory in root pytest configuration
- add automatic changelog updates to root and template
- add GitHub Copilot instructions to template and boilerplate
- initial cookiecutter template for Python CLI + Web projects
- standardize dependency versions, ruff config, and add template tests