From 41510750f57f2c16ae154fd42d8bbbadbf82556c Mon Sep 17 00:00:00 2001 From: Ryan Chang Date: Tue, 19 May 2026 12:33:24 -0700 Subject: [PATCH] fix(changeset): retarget compare-gate changeset at @anarchitecture/ghost MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #78's changeset still references the pre-unification package name ghost-drift, which no longer exists as a workspace package on main. The Release workflow on the #78 merge commit failed in 'changeset version' with: 'Found changeset add-compare-gate-mode for package ghost-drift which is not in the workspace'. Retarget at @anarchitecture/ghost (the unified package that ghost-drift folded into) so the next Release workflow run can produce a Version Packages PR. Verified locally with 'pnpm changeset status' — bumps @anarchitecture/ghost minor as intended. Also fix the changeset body to read 'ghost compare' instead of 'ghost-drift compare' to match the unified CLI surface. Refs https://github.com/block/ghost/actions/runs/26118777942/job/76814916209 Co-authored-by: Amp Amp-Thread-ID: https://ampcode.com/threads/T-019e2789-8b40-75ef-a9d0-adac2b13d89e --- .changeset/add-compare-gate-mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/add-compare-gate-mode.md b/.changeset/add-compare-gate-mode.md index 57b38c5..c51c03d 100644 --- a/.changeset/add-compare-gate-mode.md +++ b/.changeset/add-compare-gate-mode.md @@ -1,5 +1,5 @@ --- -"ghost-drift": minor +"@anarchitecture/ghost": minor --- -Add `--gate` mode to `ghost-drift compare` that reads `.ghost-sync.json` and reports per-dimension verdicts (aligned / covered / reconverging / uncovered). Exits 0 when no uncovered drift, 1 when uncovered, 2 on hard error. Versioned JSON output via `--format json` (schema: `ghost.compare.gate/v1`). Composes over existing `compareFingerprints`, `readSyncManifest`, and `checkBounds` — no new orchestration. +Add `--gate` mode to `ghost compare` that reads `.ghost-sync.json` and reports per-dimension verdicts (aligned / covered / reconverging / uncovered). Exits 0 when no uncovered drift, 1 when uncovered, 2 on hard error. Versioned JSON output via `--format json` (schema: `ghost.compare.gate/v1`). Composes over existing `compareFingerprints`, `readSyncManifest`, and `checkBounds` — no new orchestration.