-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Data-Wise/flow-cli
base: v7.4.0
head repository: Data-Wise/flow-cli
compare: v7.4.1
- 13 commits
- 396 files changed
- 3 contributors
Commits on Feb 21, 2026
-
docs: add flow.plugin.zsh to release version bump checklist
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for b14e607 - Browse repository at this point
Copy the full SHA b14e607View commit details -
docs: update test counts (195 files, 47/47 suites)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 77eaa4e - Browse repository at this point
Copy the full SHA 77eaa4eView commit details -
fix: reduce version badge cache from 1hr to 5min
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 5a08ec1 - Browse repository at this point
Copy the full SHA 5a08ec1View commit details -
chore: update session status and test fixture
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c7b93b0 - Browse repository at this point
Copy the full SHA c7b93b0View commit details -
docs: fix all markdownlint errors across 331 files (10295 → 0)
- Update .markdownlint.yaml: disable 12 inapplicable rules (MD060 table column style, MD013 line length, MD036 emphasis-as-heading, MD046 indented code in MkDocs admonitions, MD033 placeholder syntax, etc.) - Add language tags to 7,355 bare code fences via automated detection (zsh, bash, text, json, yaml, python, etc.) - Auto-fix MD031 (blank lines around fences), MD022 (heading spacing), MD029 (ordered list prefix), MD026 (trailing punctuation), MD049 (emphasis style) - Fix nested fence issues (upgrade to 4-backtick fences where needed) - Fix indented bare fences in MkDocs content Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for c8a9a5f - Browse repository at this point
Copy the full SHA c8a9a5fView commit details -
chore: fix 4 remaining lint errors after prettier reformat
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 650c63f - Browse repository at this point
Copy the full SHA 650c63fView commit details -
Merge pull request #406 from Data-Wise/dev
Release: sync dev → main (lint cleanup + fixes)
Configuration menu - View commit details
-
Copy full SHA for b8d3580 - Browse repository at this point
Copy the full SHA b8d3580View commit details -
fix: resolve remaining markdownlint errors (204 → 7)
- Add text/bash language tags to 53 bare code fences missed in prior fix - Auto-fix MD022/MD031/MD029/MD049 spacing and style issues - Add .markdownlintignore to exclude node_modules and .archive - 7 remaining errors are structural false positives (MD031 in list items) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 38eb7fb - Browse repository at this point
Copy the full SHA 38eb7fbView commit details -
Merge pull request #407 from Data-Wise/dev
fix: resolve remaining markdownlint errors
Configuration menu - View commit details
-
Copy full SHA for 7ebfaa1 - Browse repository at this point
Copy the full SHA 7ebfaa1View commit details -
chore: remove merged ORCHESTRATE files from dev
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>
Configuration menu - View commit details
-
Copy full SHA for 1d63957 - Browse repository at this point
Copy the full SHA 1d63957View commit details -
fix: Homebrew cleanup + v7.4.1 (#408)
* 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>
Configuration menu - View commit details
-
Copy full SHA for 45de484 - Browse repository at this point
Copy the full SHA 45de484View commit details -
docs: sync version references and test counts for v7.4.1
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>
Configuration menu - View commit details
-
Copy full SHA for befaa33 - Browse repository at this point
Copy the full SHA befaa33View commit details -
Merge pull request #409 from Data-Wise/dev
Release: v7.4.1 — Homebrew Cleanup
Configuration menu - View commit details
-
Copy full SHA for 06a5637 - Browse repository at this point
Copy the full SHA 06a5637View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.4.0...v7.4.1