Merged
Conversation
- 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>
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>
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>
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>
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>
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>
… 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>
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.
Summary
prefix.install Dir["*"]with explicit allowlist of runtime directories. Reduces Cellar from 74MB to ~4MBFLOW_VERSIONinflow.plugin.zshdoesn't match the release tagTest plan
source flow.plugin.zshexits 0)brew upgrade data-wise/tap/flow-clidu -sh $(brew --prefix flow-cli)/flow --versionreports 7.4.1🤖 Generated with Claude Code