Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Data-Wise/flow-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.0
Choose a base ref
...
head repository: Data-Wise/flow-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.1
Choose a head ref
  • 13 commits
  • 396 files changed
  • 3 contributors

Commits on Feb 21, 2026

  1. docs: add flow.plugin.zsh to release version bump checklist

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    b14e607 View commit details
    Browse the repository at this point in the history
  2. docs: update test counts (195 files, 47/47 suites)

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    77eaa4e View commit details
    Browse the repository at this point in the history
  3. fix: reduce version badge cache from 1hr to 5min

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    5a08ec1 View commit details
    Browse the repository at this point in the history
  4. chore: update session status and test fixture

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    c7b93b0 View commit details
    Browse the repository at this point in the history
  5. 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>
    Test User and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    c8a9a5f View commit details
    Browse the repository at this point in the history
  6. chore: fix 4 remaining lint errors after prettier reformat

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Test User and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    650c63f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #406 from Data-Wise/dev

    Release: sync dev → main (lint cleanup + fixes)
    Data-Wise authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    b8d3580 View commit details
    Browse the repository at this point in the history
  8. 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>
    Test User and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    38eb7fb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #407 from Data-Wise/dev

    fix: resolve remaining markdownlint errors
    Data-Wise authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    7ebfaa1 View commit details
    Browse the repository at this point in the history
  10. 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>
    Test User and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    1d63957 View commit details
    Browse the repository at this point in the history
  11. 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>
    3 people authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    45de484 View commit details
    Browse the repository at this point in the history
  12. 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>
    Test User and claude committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    befaa33 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #409 from Data-Wise/dev

    Release: v7.4.1 — Homebrew Cleanup
    Data-Wise authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    06a5637 View commit details
    Browse the repository at this point in the history
Loading