diff --git a/.gitea/conventional_commits/generate-version.sh b/.gitea/conventional_commits/generate-version.sh index 5fae981..91bc144 100755 --- a/.gitea/conventional_commits/generate-version.sh +++ b/.gitea/conventional_commits/generate-version.sh @@ -87,7 +87,7 @@ start() { gitchangelog | grep -v "[rR]elease:" > HISTORY.md echo $new_version > ai_test/VERSION - git add ai_test/VERSION HISTORY.md + git add ai_software_factory/VERSION HISTORY.md git commit -m "release: version $new_version 🚀" echo "creating git tag : $new_version" git tag $new_version diff --git a/HISTORY.md b/HISTORY.md index 6dd9650..9c6a657 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,29 +1,23 @@ Changelog ========= -## [0.0.1] - 2026-03-14 -### Added -- Initial commit with AI Software Factory service -- FastAPI backend for software generation -- Telegram integration via n8n webhook -- Ollama LLM integration for code generation -- Gitea API integration for commits and PRs -- Web UI dashboard for monitoring progress -- Docker and docker-compose configuration for Unraid -- Environment configuration templates -- Makefile with development utilities +(unreleased) +------------ +- Feat: initial release, refs NOISSUE. [Simon Diesenreiter] +- ✅ Ready to clone and code. [simon] + + +0.0.1 (2026-03-14) +------------------ + +Fix +~~~ +- Second initial commit refs NOISSUE. [Simon Diesenreiter] + +Other +~~~~~ +- Chore: initial commit refs NOISSUE. [Simon Diesenreiter] +- Initial commit. [Projects <>] -### Features -- Automated software generation from Telegram requests -- Iterative code generation with Ollama -- Git commit automation -- Pull request creation for user review -- Real-time progress monitoring via web UI -- n8n workflow integration -### Infrastructure -- Alpine-based Docker image -- GPU support for Ollama -- Persistent volumes for git repos and n8n data -- Health check endpoints