Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions .github/scripts/version-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down