20 lines
692 B
Markdown
20 lines
692 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
|
|
|
|
## [1.0.0] - 2026-03-14
|
|
|
|
### Added
|
|
- Initial release of the Python AI Dev Template
|
|
- Universal Python project structure using `src/`
|
|
- `pyproject.toml`-based project configuration
|
|
- Development tooling with `black`, `ruff`, `mypy`, and `pytest`
|
|
- `pre-commit` integration
|
|
- `Makefile` with development, quality, and diagnostic commands
|
|
- `instructions-agent.md` for AI coding agent guidance
|
|
- `.env.example` for environment-based configuration
|
|
- README with setup, workflow, and template reuse instructions
|
|
- MIT license
|