1.3.1
What's Changed
Engineering
- Spec-Driven Development: Introduced a numbered spec system (
specs/) to replace the monolithic AGENTS.md. 11 specs organized by domain (constitution, architecture, DAG, testing, etc.) with automated validation pipeline (markdownlint + custom 8-check validator) in pre-commit hooks and GitHub Actions.
Bug Fixes
- Docker: Remapped database ports (MongoDB: 27018, MySQL: 3307) to avoid conflicts with locally running database services.
Dependencies
- Updated Python dependencies (pydantic v2.13.2, ruff v0.15.11, and others)
- Updated Python dev dependencies
- Updated frontend dependencies with lint fixes
Full Changelog: v1.3.0...v1.3.1