Skip to content

Commit 16b8f43

Browse files
authored
Merge pull request #333 from Data-Wise/dev
chore: update CLAUDE.md to v6.2.1
2 parents c38fdd4 + 2fcf4ed commit 16b8f43

1 file changed

Lines changed: 38 additions & 7 deletions

File tree

CLAUDE.md

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This file provides guidance to Claude Code when working with code in this reposi
88

99
- **Architecture:** Pure ZSH plugin (no Node.js runtime required)
1010
- **Dependencies:** **ZERO** - No dependencies on Oh-My-Zsh, antidote, or any framework
11-
- **Current Version:** v6.2.0
12-
- **Latest Release:** v6.2.0 (2026-02-02)
11+
- **Current Version:** v6.2.1
12+
- **Latest Release:** v6.2.1 (2026-02-03)
1313
- **Install:** Homebrew (recommended), or any plugin manager (antidote, zinit, oh-my-zsh, manual)
1414
- **Optional:** Atlas integration for enhanced state management
1515
- **Health Check:** `flow doctor` for dependency verification
@@ -707,11 +707,11 @@ export FLOW_DEBUG=1
707707

708708
## Current Status
709709

710-
**Version:** v6.2.0
711-
**Latest Release:** v6.2.0 (2026-02-02)
710+
**Version:** v6.2.1
711+
**Latest Release:** v6.2.1 (2026-02-03)
712712
**Status:** Production
713713
**Branch:** `dev`
714-
**Release (latest):** https://github.com/Data-Wise/flow-cli/releases/tag/v6.2.0
714+
**Release (latest):** https://github.com/Data-Wise/flow-cli/releases/tag/v6.2.1
715715
**Performance:** Sub-10ms for core commands, 3-10x speedup from optimization
716716
**Documentation:** https://Data-Wise.github.io/flow-cli/
717717
**Tests:** 107 tests (62 unit + 33 E2E + 12 interactive) for teach prompt + 462 total tests
@@ -730,6 +730,37 @@ export FLOW_DEBUG=1
730730

731731
## Recent Releases
732732

733+
### v6.2.1 - Help Compliance System (2026-02-03)
734+
735+
**Released:** 2026-02-03
736+
**PR #332:** https://github.com/Data-Wise/flow-cli/pull/332 (MERGED)
737+
**Release:** https://github.com/Data-Wise/flow-cli/releases/tag/v6.2.1
738+
**Changes:** Help compliance system, dispatcher standardization, infrastructure fixes
739+
740+
**Major Features:**
741+
742+
- **Help Compliance Checker** — 9-rule automated validator for all 12 dispatcher help functions
743+
- `flow doctor --help-check` validates against CONVENTIONS.md
744+
- `lib/help-compliance.zsh` — reusable compliance engine
745+
- Rules: box header/footer, MOST COMMON, QUICK EXAMPLES, categorized actions, TIP, See Also, color codes, function naming
746+
747+
- **Dispatcher Help Standardization** — All 12 dispatchers brought to full compliance
748+
- cc, dot, obs, prompt, teach, tm, v dispatchers updated
749+
- `teach help` expanded with 26-alias shortcuts table and workflow examples
750+
- Color fallback pattern standardized (global `if [[ -z "$_C_BOLD" ]]` block)
751+
752+
- **Infrastructure Fixes**
753+
- `mkdocs.yml`: removed deprecated `tags_file` option (Material 9.6+)
754+
- `package.json`: version synced to 6.2.0
755+
- `doctor --help-check` header migrated from `FLOW_COLORS[]` to `_C_*`
756+
- Color fallback canonical pattern documented in CONVENTIONS.md
757+
758+
**Testing:** 356 new tests (14 core + 342 dogfooding suite with negative tests)
759+
760+
**Stats:** 18 files changed, +1,653 / -422 lines
761+
762+
---
763+
733764
### v6.2.0 - Docs Overhaul + Website Reorganization (2026-02-02)
734765

735766
**Released:** 2026-02-02
@@ -1025,5 +1056,5 @@ git push origin main && git push origin v6.2.0
10251056

10261057
---
10271058

1028-
**Last Updated:** 2026-02-02
1029-
**Status:** Production Ready (v6.2.0)
1059+
**Last Updated:** 2026-02-03
1060+
**Status:** Production Ready (v6.2.1)

0 commit comments

Comments
 (0)