Releases: handong66/Evidoc
Releases · handong66/Evidoc
Release list
v0.3.2
@evidoc/repo@0.3.2 release:notes
node scripts/release-notes.mjs
Evidoc 0.3.2 - 2026-07-11
- Added conventional
evidoc --versionandevidoc -voutput backed by the shared runtime version. - Hardened Trusted Publishing recovery against npm registry propagation races after a publish response fails.
- Made GitHub Release assets byte-identical to npm by downloading and integrity-checking the published registry tarballs before attachment.
Evidoc 0.3.1
@evidoc/repo@0.3.1 release:notes
node scripts/release-notes.mjs
Evidoc 0.3.1 - 2026-07-11
- Replaced the registry-blocked unscoped launcher with the umbrella package
@evidoc/evidoc, while keeping the installed executable namedevidocand@evidoc/clias an implementation module. - Updated generated commands, onboarding, reports, MCP guidance, Local App copy, GitHub Action feedback, release verification, and tarball smoke tests to use
npx @evidoc/evidocas one shared public entrypoint. - Bumped the lockstep workspace release because npm package versions are immutable, and prepared the verified
v0.3.1plus floating Actionv0release path.
v0.2.1
@handong66/evidoc-repo@0.2.1 release:notes
node scripts/release-notes.mjs
Evidoc 0.2.1 - 2026-07-10
- Upgraded every bundled and generated GitHub Action dependency to an immutable Node 24 release, eliminating GitHub's Node 20 runtime deprecation warning for CI, releases, and the packaged Evidoc Action.
v0.2.0
@handong66/evidoc-repo@0.2.0 release:notes
node scripts/release-notes.mjs
Evidoc 0.2.0 - 2026-07-10
- Fixed false-green gates for invalid fail policies/config files, changed-source coverage in the GitHub Action, nested Markdown links, and generated pre-push baselines.
- Hardened the Local App against DNS rebinding and cross-origin writes, added explicit deterministic safe-fix application with rescan, and exposed the shared Agent Runtime Contract in Local App and GitHub Action results.
- Consolidated configuration, fail policy, changed-impact, frontmatter, review-log, MCP tool, and safe-fix contracts into shared implementations instead of entrypoint-specific truth.
- Prepared synchronized 0.2.0 release artifacts with exact Action tags, version/tag verification, package README/LICENSE files, tarball identity checks, and fail-before-publish registry preflight.
- Renamed the project from DriftGuard to Evidoc across the CLI, npm package names,
.evidocconfiguration directory, MCP tools, GitHub Action examples, Local App, and public documentation. - Added compatibility detection for pre-rename
handong66/DriftGuard/packages/github-action@...workflows so existing GitHub redirect users are still recognized bydoctor, setup warnings, and Local App checks instead of getting duplicate Evidoc gates. - Redesigned the local Web app as the bilingual Evidoc Command Center with a system folder picker, fleet health, repository cockpit, triage queue, repair console, and copyable agent prompts.
- Fixed
doctorreadiness detection so source-checkout GitHub Actions workflows that run Evidoc through npm, pnpm, Yarn, Bun, or direct CLI commands count as valid Evidoc gates, without emitting packaged-action PR comment warnings or comment-only advisory fail-on warnings. - Hardened the release workflow so npm pack/publish steps use explicit local package paths and public tarballs include runtime
dist/srcplus package README/LICENSE files, but not source tests or build metadata. - Synchronized onboarding, architecture, and planning docs with the published
npx repo-evidocpackage path and current local GUI behavior.
v0.1.0
@handong66/evidoc-repo@0.1.0 release:notes
node scripts/release-notes.mjs
Evidoc Unreleased
- Renamed the project from DriftGuard to Evidoc across the CLI, npm package names,
.evidocconfiguration directory, MCP tools, GitHub Action examples, Local App, and public documentation. - Added compatibility detection for pre-rename
handong66/DriftGuard/packages/github-action@...workflows so existing GitHub redirect users are still recognized bydoctor, setup warnings, and Local App checks instead of getting duplicate Evidoc gates. - Redesigned the local Web app as the bilingual Evidoc Command Center with a system folder picker, fleet health, repository cockpit, triage queue, repair console, and copyable agent prompts.
- Fixed
doctorreadiness detection so source-checkout GitHub Actions workflows that run Evidoc through npm, pnpm, Yarn, Bun, or direct CLI commands count as valid Evidoc gates, without emitting packaged-action PR comment warnings or comment-only advisory fail-on warnings. - Hardened the release workflow so npm pack/publish steps use explicit local package paths and public package tarballs only include runtime
dist/srcoutput. - Synchronized onboarding, architecture, and planning docs with the scoped
npx evidocpackage path and current local GUI behavior.