What's New in v1.2.3
Documentation Automation System ✨
Automated version synchronization to prevent documentation drift:
- Enhanced
.bumpversion.cfgto auto-update AGENTS.md and ARCHITECTURE.md - Created
scripts/update-docs-version.shfor manual version synchronization - Added GitHub Actions CI workflow for documentation validation
- Comprehensive automation guide in
.github/AUTOMATION.md
Benefits:
- No more version number inconsistencies
- CI validates docs on every PR
- Single command updates all documentation
Community Standards Documentation 📚
Professional contributor and security guidelines:
- CONTRIBUTING.md (500 lines): Complete contributor guide with Code of Conduct
- SECURITY.md (316 lines): Security policy and vulnerability reporting process
- Development workflow and coding standards documented
- Testing requirements and PR guidelines clearly defined
Documentation Updates 📖
Synchronized all documentation to v1.2.2:
- Updated AGENTS.md and ARCHITECTURE.md version footers (1.1.0 → 1.2.2)
- Documented structured outputs feature (v1.2.0)
- Documented Ollama API key authentication (v1.2.2)
- Added JSON schema validation to tech stack description
- Enhanced testing requirements with structured output validation
Fixes 🔧
- Fixed repository URL placeholder in README.md
- Removed outdated RELEASE_NOTES.md file
Documentation Improvements 📝
- Updated RELEASING.md with automated version update procedures
- Added comprehensive automation troubleshooting guide
- Documented security best practices for API key handling
- Added pre-deployment security checklist
Full Changelog: v1.2.2...v1.2.3
Automation Guide: .github/AUTOMATION.md
Contribution Guide: CONTRIBUTING.md
Security Policy: SECURITY.md