What
This repo has no version tags. We should tag the current state as v0.1.0 after CI is fixed.
Why
Consistency across the project - 11/12 repos lack version tags (only cognitive-os.org has v0.1.0). Tags enable dependency pinning and release tracking.
How
After CI issues are resolved:
git tag -a v0.1.0 -m Initial release
git push origin v0.1.0
What
This repo has no version tags. We should tag the current state as v0.1.0 after CI is fixed.
Why
Consistency across the project - 11/12 repos lack version tags (only cognitive-os.org has v0.1.0). Tags enable dependency pinning and release tracking.
How
After CI issues are resolved:
git tag -a v0.1.0 -m Initial release
git push origin v0.1.0