fix: enforce alpha versioning (0.0.x), delete erroneous 0.1.x releases
Some checks failed
ci/woodpecker/push/api Pipeline failed
ci/woodpecker/push/web Pipeline failed
ci/woodpecker/push/orchestrator Pipeline failed

Deleted v0.1.0, v0.1.1, v0.1.3 tags and Gitea releases — project is
alpha and should never have crossed 0.1.0. All package.json files
synced to 0.0.20. Added version-bump.sh script that hard-rejects any
version >= 0.1.0. Added versioning hard gate to AGENTS.md so agents
cannot repeat the mistake.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 19:21:36 -06:00
parent ad99cb9a03
commit 635fd7af73
12 changed files with 108 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/cli-tools",
"version": "0.0.1",
"version": "0.0.20",
"description": "CLI tools for Mosaic Stack orchestration - git operations for Gitea/GitHub",
"private": true,
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/config",
"version": "0.0.1",
"version": "0.0.20",
"private": true,
"type": "module",
"exports": {

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/shared",
"version": "0.0.1",
"version": "0.0.20",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/ui",
"version": "0.0.1",
"version": "0.0.20",
"private": true,
"type": "module",
"exports": {