Context
VERSION currently reads 0.1.0.dev0, but the roadmap target is 0.0.1-beta, which is
lower in semver. Nothing has been published, so this is a one-line fix — but it blocks
tagging any v0.0.1-alpha.N.
Deliverables
VERSION → 0.0.1.dev0.
- CONTRIBUTING section documenting the scheme: internal milestone tags
v0.0.1-alpha.N
(git tags only, never published), beta = 0.0.1b1 on PyPI (PEP 440) /
0.0.1-beta.1 on npm, lockstep across the monorepo.
- Verify
uv run visionset --version and the npm version-sync script both pick it up.
Acceptance criteria
Context
VERSIONcurrently reads0.1.0.dev0, but the roadmap target is0.0.1-beta, which islower in semver. Nothing has been published, so this is a one-line fix — but it blocks
tagging any
v0.0.1-alpha.N.Deliverables
VERSION→0.0.1.dev0.v0.0.1-alpha.N(git tags only, never published), beta =
0.0.1b1on PyPI (PEP 440) /0.0.1-beta.1on npm, lockstep across the monorepo.uv run visionset --versionand the npm version-sync script both pick it up.Acceptance criteria
uv run visionset --versionprints0.0.1.dev0