Releases: echopath-labs/openDomain
Releases · echopath-labs/openDomain
Release list
OpenDomain 0.1.0-alpha.9
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 validateStandalone executables and SHA256SUMS.txt are built and uploaded by the release workflow.
OpenDomain v0.1.0-alpha.8
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-expansionandfast-uridependencies to patched releases.
Install
npx --yes @echopath-labs/opendomain@0.1.0-alpha.8 --helpThe 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
Grounding Assurance v1
- Add explicit
required,not_required, andunclassifiedGrounding Request decisions while preserving Grounding Protocol1.0compatibility. - Add read-only
opendomain assurewith 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
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, andopendomain prepare --profile <id>. - Add Profile-aware initialization, ERP examples, installed-package smoke coverage, and complete usage documentation.
Security and compatibility
- Upgrade
minimatchto10.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@alphaThe npm alpha dist-tag points to 0.1.0-alpha.6; latest remains unchanged.
v0.1.0-alpha.4
What's Changed
- Codex/implement grounding protocol v1 by @chasechou007 in #1
New Contributors
- @chasechou007 made their first contribution in #1
Full Changelog: https://github.com/echopath-labs/openDomain/commits/v0.1.0-alpha.4