chore(ci): prune unnecessary CI workflows#27
Open
LeonTing1010 wants to merge 1 commit into
Open
Conversation
Remove the version/marketing-hygiene + redundant-smoke layer that does
not gate merges, ship releases, or guard against leaks — pure overhead
at current scale (single-digit installs):
- marketing-grep.yml — dead scaffolding; never ran once, self-gated off
by its own header ("MUST NOT be enabled until …")
- cli-drift.yml — version-string consistency across npm/brew/gh/docs;
thin value, daily false-red on benign release lag.
Drops the now-orphaned scripts/lint-cli-drift.ts.
- brew-smoke.yml — nightly brew-install smoke; brew path effectively
unused; same drift red as cli-drift
- capture-smoke.yml — nightly capture compile smoke; redundant with the
golden-replay determinism radar (kept)
Kept: merge gates (ci, packages, fence, extension-e2e), publish pipelines
(jsr-publish, publish-executor, publish-extension), release-smoke,
golden-replay (the one nightly sensor that maps to the deterministic-replay
thesis), post-deploy, sync-tap-skills.
Branch protection requires none of the removed checks; updated the two
docs that referenced the deleted workflows (release-smoke.yml header,
extension/TESTING.md).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deletes the version/marketing-hygiene + redundant-smoke CI layer. None of these gate merges, ship releases, or guard against leaks — they're pure maintenance overhead at current scale, and two of them generate a daily false-red on benign post-release version lag.
Removed (4 workflows + 1 orphaned script)
marketing-grep.ymlcli-drift.ymlcli.yml/npm sat at 0.18.0 — a benign lag, not a CI failure.scripts/lint-cli-drift.tscli-drift.ymlinvoked it.brew-smoke.ymlbrew installsmoke. The brew path is effectively unused at single-digit installs; same drift red.capture-smoke.ymltap capturecompile smoke — redundant withgolden-replay(kept).Kept (and why)
ci,packages,fence(leak guard — public MIT must not leak private core),extension-e2e(real-Chromium popup gate).jsr-publish,publish-executor,publish-extension.release-smoke(on-release npx install check, no cron noise),golden-replay(the one nightly sensor that maps to the deterministic-replay thesis),post-deploy(manual),sync-tap-skills.Safety
mainrequires none of the removed checks (required_status_checksis empty) — no PRs will hang on a missing check.release-smoke.ymlheader comment +extension/TESTING.mdrow 1.extension/background.js) deliberately left out of this commit.🤖 Generated with Claude Code