Skip to content

Releases: SylphxAI/groundatlas

GroundAtlas v0.1.3

Choose a tag to compare

@shtse8 shtse8 released this 04 Jul 10:37
bcd8278

GroundAtlas v0.1.3

This release adds first-class human-readable fleet scorecards to the reusable GitHub Action while preserving machine-readable JSON as the automation contract.

Added

  • fleet-markdown-report-path action input/output for a Markdown fleet adoption scorecard.
  • Automatic GITHUB_STEP_SUMMARY scorecard publishing when GitHub provides a step summary file.
  • Action smoke coverage proving both successful and strict-failing gates preserve JSON, Markdown, and step-summary evidence.

Release proof

GroundAtlas v0.1.2

Choose a tag to compare

@shtse8 shtse8 released this 03 Jul 21:43
38ce903

GroundAtlas v0.1.2

Patch release that makes the release evidence path fully machine-parseable and publishes the post-0.1.1 documentation/control-plane truth cleanup.

Published package

  • npm: https://www.npmjs.com/package/groundatlas/v/0.1.2
  • CLI binaries: groundatlas, ga
  • Library exports: groundatlas, groundatlas/manifest, and groundatlas/schemas/project.manifest.schema.json
  • Release commit / npm gitHead: 38ce903733901cd2954a01aa4d31d7968de00ead

Evidence

Boundary

Generated .groundatlas/** output is navigation-only. Canonical truth remains in source, schemas, tests, manifests, ADRs, workflows, runbooks, release evidence, and downstream project CI gates.

Follow-up

  • Keep issue #3 open until npm trusted publishing/OIDC replaces the bounded NPM_TOKEN bootstrap fallback.
  • Keep issue #27 open for fleet-wide package/action rollout beyond Doctrine.

GroundAtlas v0.1.1

Choose a tag to compare

@shtse8 shtse8 released this 03 Jul 21:34
686ad2f

GroundAtlas v0.1.1

First public npm release of GroundAtlas: a source-grounded repository control plane for humans and agents.

Published package

  • npm: https://www.npmjs.com/package/groundatlas/v/0.1.1
  • CLI binaries: groundatlas, ga
  • Library exports: groundatlas, groundatlas/manifest, and groundatlas/schemas/project.manifest.schema.json
  • Release commit / npm gitHead: 686ad2fd86df283038ff311e4b3df28a94eb8eb2

Evidence

  • Release workflow: https://github.com/SylphxAI/groundatlas/actions/runs/28683590973
  • npm publish --access public --provenance succeeded.
  • Registry readback succeeded for groundatlas@0.1.1 with immutable tarball and integrity metadata.
  • Post-publish package dogfood succeeded with groundatlasPackageSource: "npm-registry", selected project.manifest.json, Doctrine adapter reporting, adopted fleet status, and no source-repo mutation.

Boundary

Generated .groundatlas/** output is navigation-only. Canonical truth remains in source, schemas, tests, manifests, ADRs, workflows, runbooks, release evidence, and downstream project CI gates.

Follow-up

  • Keep issue #3 open until npm trusted publishing/OIDC replaces the bounded NPM_TOKEN bootstrap fallback.
  • Keep issue #5 open until the standalone vendor-neutral manifest/control-plane library is extracted from the current bridge surfaces.