Skip to content

Releases: JasonCoate/xurgo-atlas

Xurgo Atlas v0.2.1

21 Jun 01:14

Choose a tag to compare

v0.2.1 (2026-06-20)

README and release-facing documentation recovery.

  • Restored the packaged README and related release-facing documentation guidance so the published 0.2.1 package reflects the current public instructions accurately.

Xurgo Atlas v0.2.0

20 Jun 06:06

Choose a tag to compare

Release prep for root-safe workflows, project identity, and validation hardening.

Features

  • Added stable xurgo-atlas -v and xurgo-atlas --version output for clean consumer CLI version checks.
  • Added optional atlas.project_identity, a read-only MCP tool for project/root binding, Git identity, and root-safety visibility.
  • Added docs.preview_export, a read-only preview of managed-doc export drift, overwrite risk, and next-step guidance.
  • Added proposal cleanup surfaces with docs.list_proposals and docs.discard_proposal for stale uncommitted work.

Workflow

  • Expanded xurgo-atlas mcp-config --json and docs.status with root/worktree context, safeForWrites, and recovery guidance for safer managed-doc lifecycle decisions.
  • Hardened guarded write/export behavior so ambiguous or unsafe root contexts fail closed while supported safe-root workflows stay compatible.
  • Clarified install, first-run, daemon/MCP, and contributor workflow guidance, including live discovery and managed-doc drift handling.
  • Hardened Node 22 clean-checkout validation so validate:full builds before tests and release-style checks exercise real built CLI artifacts.

Notes

  • Remediated the transitive Hono advisory in the published dependency set without changing intended package behavior.
  • This release remains backward-compatible for normal initialized Atlas workflows; the new root/worktree guardrails mainly affect ambiguous or mismatched checkouts.

Xurgo Atlas v0.1.2

16 Jun 10:32

Choose a tag to compare

Xurgo Atlas v0.1.2

  • Added docs.capabilities MCP tool for clients to inspect Atlas support.
  • Added docs.search MCP tool using local SQLite FTS lexical search over Atlas-managed docs/context only.
  • Semantic search remains unavailable and reported as false.
  • External vector/cloud backends are not required.
  • docs.propose_document now supports guarded creation for docs/spec/*.md as well as docs/atlas/*.md.
  • Added Node 22 / nvm use --silent 22 validation guidance.
  • Improved guarded docs lifecycle UX for docs.commit_patch, docs.status, and docs.export, including exportRequired, workingTreeOutOfSync, outOfSyncPaths, and nextStep guidance.

Xurgo Atlas v0.1.1

11 Jun 22:57

Choose a tag to compare

What's Changed

  • Cleaned up the public README/package-page install guidance.
  • Made the global CLI install the primary README path for the normal workflow.
  • Documented project-local and npx usage as secondary options for pinned or no-install use.
  • Fixed managed-document repair for docs.propose_document when a manifest entry exists but the managed file is missing.
  • Clarified Atlas managed-docs governance expectations for agents and project documentation.

v0.1.0

10 Jun 11:20

Choose a tag to compare

Initial public release of Xurgo Atlas.

Xurgo Atlas is a local project context server for AI-assisted development. It initializes and serves curated project documentation through CLI and MCP, with guarded write workflows and a daemon HTTP MCP endpoint.

Private RC validation passed through v0.1.0-rc.5, including installed-package smoke tests, daemon/MCP verification, stable mcp-config JSON contract checks, and private RC artifact gate validation.