Releases: JasonCoate/xurgo-atlas
Releases · JasonCoate/xurgo-atlas
Xurgo Atlas v0.2.1
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.1package reflects the current public instructions accurately.
Xurgo Atlas v0.2.0
Release prep for root-safe workflows, project identity, and validation hardening.
Features
- Added stable
xurgo-atlas -vandxurgo-atlas --versionoutput 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_proposalsanddocs.discard_proposalfor stale uncommitted work.
Workflow
- Expanded
xurgo-atlas mcp-config --jsonanddocs.statuswith 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:fullbuilds 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
Xurgo Atlas v0.1.2
- Added
docs.capabilitiesMCP tool for clients to inspect Atlas support. - Added
docs.searchMCP 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_documentnow supports guarded creation fordocs/spec/*.mdas well asdocs/atlas/*.md.- Added Node 22 /
nvm use --silent 22validation guidance. - Improved guarded docs lifecycle UX for
docs.commit_patch,docs.status, anddocs.export, includingexportRequired,workingTreeOutOfSync,outOfSyncPaths, andnextStepguidance.
Xurgo Atlas v0.1.1
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
npxusage as secondary options for pinned or no-install use. - Fixed managed-document repair for
docs.propose_documentwhen a manifest entry exists but the managed file is missing. - Clarified Atlas managed-docs governance expectations for agents and project documentation.
v0.1.0
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.