Skip to content

Releases: echopath-labs/openDomain

OpenDomain 0.1.0-alpha.9

Pre-release

Choose a tag to compare

@chasechou007 chasechou007 released this 04 Aug 07:18
bb74839

Agent-driven installation

  • Adds the canonical Agent Installation Contract so Codex can install and initialize OpenDomain from natural-language intent.
  • Uses an explicit npm alpha channel without adding host project package metadata.
  • Documents a checksum-verified, user-local standalone fallback.
  • Adds CI evidence for global installation, Codex integration, diagnostics, validation, and generated workflow routing.

Install with npm:

npm install --global @echopath-labs/opendomain@alpha
opendomain init --tools codex
opendomain doctor
opendomain validate

Standalone executables and SHA256SUMS.txt are built and uploaded by the release workflow.

OpenDomain v0.1.0-alpha.8

Pre-release

Choose a tag to compare

@chasechou007 chasechou007 released this 04 Aug 04:35
787a350

Highlights

  • Add Node SEA standalone CLI builds for macOS arm64/x64, Linux x64, and Windows x64 so projects can initialize OpenDomain without installing Node.js or adding package metadata.
  • Add a shared packaged-resource boundary and exact CLI version reporting so npm and standalone channels use the same schemas, examples, and package version.
  • Add native executable smoke coverage, deterministic SHA-256 manifests, and a least-privilege four-platform GitHub Actions release workflow.
  • Refresh transitive brace-expansion and fast-uri dependencies to patched releases.

Install

npx --yes @echopath-labs/opendomain@0.1.0-alpha.8 --help

The standalone assets and SHA256SUMS.txt will be uploaded by the release workflow after this prerelease is published.

Platform Notes

  • The macOS binaries are ad-hoc signed but not notarized and require macOS 13.5 or newer.
  • The Windows binary is unsigned and requires Windows 10 or Windows Server 2016 or newer.
  • Linux x64 requires kernel 4.18 or newer, glibc 2.28 or newer, and libstdc++ with GLIBCXX_3.4.25; Alpine/musl is not supported in this release.

v0.1.0-alpha.7

v0.1.0-alpha.7 Pre-release
Pre-release

Choose a tag to compare

@chasechou007 chasechou007 released this 03 Aug 09:23
f669225

Grounding Assurance v1

  • Add explicit required, not_required, and unclassified Grounding Request decisions while preserving Grounding Protocol 1.0 compatibility.
  • Add read-only opendomain assure with advisory and enforced modes, deterministic findings, and brownfield domain-model gap handling.
  • Add the packaged Assurance Result Schema and align repository validation with Grounding Request decision rules.
  • Harden external Grounding Pack trust boundaries for evidence coverage, type matching, canonical IDs, Candidate separation, normalized paths, and safe diagnostics.
  • Keep maintainer OpenSpec and narrative process records outside the public repository and npm package.

Published to npm as @echopath-labs/opendomain@0.1.0-alpha.7 using the alpha dist-tag. The latest dist-tag remains unchanged.

See CHANGELOG.md for the complete change list.

v0.1.0-alpha.6

v0.1.0-alpha.6 Pre-release
Pre-release

Choose a tag to compare

@chasechou007 chasechou007 released this 27 Jul 09:18
3af0824

Highlights

  • Add repository-local declarative Integration Profile v1 for structured planning sources beyond the built-in OpenSpec adapter.
  • Add safe file and bundle Source Units, Native Mapping, strict Sidecar Domain Declaration, and deterministic explicit or automatic Profile selection.
  • Add opendomain integrations list, opendomain integrations validate, and opendomain prepare --profile <id>.
  • Add Profile-aware initialization, ERP examples, installed-package smoke coverage, and complete usage documentation.

Security and compatibility

  • Upgrade minimatch to 10.2.5, resolving the newly reported brace-expansion DoS advisory.
  • Support Node.js 20 or Node.js 22 and newer, with CI coverage for Node.js 20 and 22.
  • Add a project-specific release and rollback runbook.

Validation

  • 107 tests passed on Node.js 20 and Node.js 22.
  • OpenDomain validation passed for 24 documents.
  • Installed-package and npm registry consumer smoke tests passed.
  • npm audit reports 0 vulnerabilities.
  • Package contains 56 files; published shasum: 341d37dc4bc2479d277f7e05ea38dfabff10d9f8.

Install

npm install @echopath-labs/opendomain@alpha

The npm alpha dist-tag points to 0.1.0-alpha.6; latest remains unchanged.

v0.1.0-alpha.4

v0.1.0-alpha.4 Pre-release
Pre-release

Choose a tag to compare

@chasechou007 chasechou007 released this 15 Jul 02:39

What's Changed

New Contributors

Full Changelog: https://github.com/echopath-labs/openDomain/commits/v0.1.0-alpha.4