Skip to content

Release: v7.4.1 — Homebrew Cleanup#409

Merged
Data-Wise merged 3 commits intomainfrom
dev
Feb 21, 2026
Merged

Release: v7.4.1 — Homebrew Cleanup#409
Data-Wise merged 3 commits intomainfrom
dev

Conversation

@Data-Wise
Copy link
Owner

Summary

v7.4.1 — Homebrew formula fix, repo cleanup, CI version guard.

Fixed

  • Homebrew formula: selective install replaces blanket Dir["*"] — reduces Cellar from 74MB to ~4MB
  • Repo cleanup: deleted 62 stale root-level files (planning docs, debug scripts, old test scripts)
  • Markdownlint: resolved remaining lint errors across docs

Added

  • CI version guard: new workflow that blocks releases when FLOW_VERSION in flow.plugin.zsh doesn't match the release tag
  • Portable grep: version guard uses POSIX grep -oE instead of GNU-only grep -oP

Docs

  • Synced all 14 version reference files to v7.4.1
  • Added v7.4.1 CHANGELOG entry
  • Corrected test count: 45/45 (was incorrectly 47/47)

Test plan

  • Plugin loads cleanly (source flow.plugin.zsh exits 0)
  • Test suite: 45 passed, 0 failed, 1 expected timeout
  • After merge + tag: brew upgrade data-wise/tap/flow-cli
  • Verify Cellar size < 5MB
  • Verify flow --version reports 7.4.1

🤖 Generated with Claude Code

Test User and others added 3 commits February 21, 2026 11:27
Cleanup working artifacts from completed feature branches:
- ORCHESTRATE-nvim-himalaya-2026-02-11.md
- ORCHESTRATE-testing-overhaul.md
- ORCHESTRATE-em-dispatcher.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: add orchestration plan + spec for homebrew release fix

- ORCHESTRATE-homebrew-release-fix.md (4-phase implementation plan)
- SPEC-homebrew-release-fix-2026-02-21.md (full spec from brainstorm)
- BRAINSTORM-homebrew-release-fix-2026-02-21.md (deep feat brainstorm)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* chore: delete 62 stale root-level files

Remove 54 planning/summary docs and 8 old test scripts, debug helpers,
VS Code workspace, and eslint config from repo root.

These files inflate the Homebrew tarball (74MB) but are not needed at
runtime. Keeping package.json (husky/lint-staged) and essential docs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: Homebrew formula selective install — reduce 74MB to ~4MB

Replace `prefix.install Dir["*"]` with explicit allowlist of runtime
directories and essential docs. Excludes tests/, docs/, .github/,
node_modules artifacts, and planning docs from the Cellar.

Installed: lib/, commands/, completions/, hooks/, setup/, scripts/,
config/, plugins/, zsh/, flow.plugin.zsh, README, CHANGELOG, LICENSE

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* ci: add version guard — block release on FLOW_VERSION mismatch

New workflow triggers on release creation. Extracts tag version and
FLOW_VERSION from flow.plugin.zsh, fails with clear error message
if they don't match. Uses env vars for injection-safe expression handling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* chore: bump version to 7.4.1

Update FLOW_VERSION, package.json, CLAUDE.md, CHANGELOG, and .STATUS
for the Homebrew cleanup release.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* chore: remove orchestration plan (merge cleanup)

ORCHESTRATE files are working artifacts for feature branches,
removed before merge to dev per workflow convention.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: portable grep in version guard, clarify formula SHA256, fix test count

- Replace grep -oP (GNU-only) with grep -oE (POSIX) in version-guard workflow
- Add comment explaining placeholder SHA256 in local Formula
- Fix test count in .STATUS: 45/45 (not 47/47)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Test User <test@example.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Update 14 files: version footers v7.4.0 → v7.4.1, test count 47 → 45,
add v7.4.1 CHANGELOG entry (Homebrew fix, version guard, repo cleanup).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Data-Wise Data-Wise merged commit 06a5637 into main Feb 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant