diff --git a/.github/README.md b/.github/README.md index e9c9f7c..1c120df 100644 --- a/.github/README.md +++ b/.github/README.md @@ -15,7 +15,7 @@ > 💡 **Quick Start**: New to this version? Check [VERSION](VERSION) for commit details and [FEATURES.md](FEATURES.md) for the complete list of 15 workflows, 23 tools, and all integrations available at this version. ### Migration Summary -- ✅ **Phase 1:** 13 Workflows migrated (fsl-*) +- ✅ **Phase 1:** 15 Workflows migrated (14 fsl-*, 1 continuum-orchestrator.yml) - ✅ **Phase 2:** 23 Tools organized (fsl-pipelines/) - ✅ **Phase 3:** 18 Documentation files organized - ✅ **Phase 4:** 8 Integrations tested and documented diff --git a/.github/VERSION b/.github/VERSION index 7aec88d..af8e503 100644 --- a/.github/VERSION +++ b/.github/VERSION @@ -6,7 +6,7 @@ ## Commit Information - **Commit Hash**: 4a45732e38841dd1c68df51ec8ee20000012cdd2 - **Short Hash**: 4a45732 -- **Date**: October 24, 2025 +- **Date**: January 22, 2025 - **Branch**: copilot/understand-context-awareness-features ## SPEC Version diff --git a/.github/scripts/version-info.sh b/.github/scripts/version-info.sh index cc4ff33..04fb0a2 100755 --- a/.github/scripts/version-info.sh +++ b/.github/scripts/version-info.sh @@ -33,8 +33,7 @@ show_summary() { # Extract version from VERSION file if [ -f "$GITHUB_DIR/VERSION" ]; then - VERSION=$(grep "^**v" "$GITHUB_DIR/VERSION" | head -1 | sed 's/\*\*//g') - COMMIT=$(grep "^- \*\*Commit Hash\*\*" "$GITHUB_DIR/VERSION" | cut -d: -f2 | xargs) + VERSION=$(grep "\*\*v" "$GITHUB_DIR/VERSION" | head -1 | sed 's/\*\*//g') SHORT_COMMIT=$(grep "^- \*\*Short Hash\*\*" "$GITHUB_DIR/VERSION" | cut -d: -f2 | xargs) echo "Version: $VERSION"