Skip to content

kernel: align VERSION with the beta target (0.0.1.dev0) and document the versioning scheme #2

Description

@JArmandoAnaya

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

  • VERSION0.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

  • uv run visionset --version prints 0.0.1.dev0
  • npm workspace packages report the synced version
  • CONTRIBUTING documents the tag/publish scheme

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kernelvisionset.kernel — domain, ports, adapters, servicesm1M1 — Living kernel (0.0.1-alpha.1)

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions