Skip to content

Commit 5255b26

Browse files
authored
Merge pull request #422 from Data-Wise/dev
chore: bump version to v7.5.0
2 parents 9699b6f + 36b36d6 commit 5255b26

21 files changed

+36
-35
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This file provides guidance to Claude Code when working with code in this reposi
77
**flow-cli** - Pure ZSH plugin for ADHD-optimized workflow management. Zero dependencies. Standalone (works without Oh-My-Zsh or any plugin manager).
88

99
- **Architecture:** Pure ZSH plugin (no Node.js runtime required)
10-
- **Current Version:** v7.4.2
10+
- **Current Version:** v7.5.0
1111
- **Install:** Homebrew (recommended), or any plugin manager
1212
- **Source:** `source /opt/homebrew/opt/flow-cli/flow.plugin.zsh` (via Homebrew)
1313
- **Optional:** Atlas integration for enhanced state management
@@ -289,8 +289,8 @@ export FLOW_DEBUG=1 # Debug mode
289289
290290
## Current Status
291291
292-
**Version:** v7.4.2 | **Tests:** 12000+ (46/46 suite) | **Docs:** https://Data-Wise.github.io/flow-cli/
292+
**Version:** v7.5.0 | **Tests:** 12000+ (47/47 suite) | **Docs:** https://Data-Wise.github.io/flow-cli/
293293
294294
---
295295
296-
**Last Updated:** 2026-02-22 (v7.4.2)
296+
**Last Updated:** 2026-02-26 (v7.5.0)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ Context-aware commands that adapt to your project:
212212

213213
Each dispatcher has built-in help: `cc help`, `dots help`, `r help`, `em help`, `at help`, etc.
214214

215-
**✨ New in v7.4.2:** Atlas bridge (`at`) — project intelligence, context parking, quick capture
215+
**✨ New in v7.5.0:** em v2.0 safety gate, ICS calendar, IMAP watch, folder CRUD + 8 integration test fixes
216+
**✨ v7.4.2:** Atlas bridge (`at`) — project intelligence, context parking, quick capture
216217
**✨ v7.4.0:** 31 email commands — organize, manage, AI, plus 10 tutorials
217218
**✨ v7.1.0:** Dispatcher split — `dot``dots` (dotfiles) + `sec` (secrets) + `tok` (tokens)
218219
**✨ 15 dispatchers + Atlas bridge** with unified grammar, built-in help, and fzf integration

docs/commands/at.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,5 @@ Or when not installed:
370370
---
371371

372372
**Last Updated:** 2026-02-22
373-
**Command Version:** v7.4.2
373+
**Command Version:** v7.5.0
374374
**Status:** Production ready (Atlas optional)

docs/commands/doctor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ flow doctor --verbose
228228
✓ completions
229229
230230
🌊 FLOW-CLI
231-
✓ Plugin loaded v7.4.2
231+
✓ Plugin loaded v7.5.0
232232
✓ Plugin directory ~/projects/dev-tools/flow-cli
233233
234234
────────────────────────────────────────────────
@@ -532,5 +532,5 @@ The `doctor` command follows these principles:
532532
---
533533

534534
**Last Updated:** 2026-02-12
535-
**Command Version:** v7.4.2 (doctor v2.0 — email integration)
535+
**Command Version:** v7.5.0 (doctor v2.0 — email integration)
536536
**Status:** ✅ Production ready with interactive install + email diagnostics

docs/commands/work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,5 @@ flow nvim-tutorial
263263
---
264264
265265
**Last Updated:** 2026-02-16
266-
**Command Version:** v7.4.2
266+
**Command Version:** v7.5.0
267267
**Status:** ✅ Production ready with session tracking and optional editor integration

docs/guides/ATLAS-INTEGRATION-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,4 @@ export FLOW_ATLAS_ENABLED=no
335335
---
336336

337337
**Last Updated:** 2026-02-22
338-
**Version:** v7.4.2
338+
**Version:** v7.5.0

docs/guides/EMAIL-COOKBOOK.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Copy-paste workflows for common email tasks.
44
>
5-
> **Dispatcher:** `em` | **Version:** v2.0 (flow-cli v7.4.2+)
5+
> **Dispatcher:** `em` | **Version:** v2.0 (flow-cli v7.5.0+)
66
> **Last Updated:** 2026-02-26
77
88
Each recipe follows the same structure: **Problem****Solution****Explanation****Pro tip**.
@@ -526,5 +526,5 @@ em h # em help
526526

527527
---
528528

529-
**Version:** v2.0 (em dispatcher) — flow-cli v7.4.2+
529+
**Version:** v2.0 (em dispatcher) — flow-cli v7.5.0+
530530
**Last Updated:** 2026-02-26

docs/guides/EMAIL-DISPATCHER-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Email Dispatcher Guide
22

3-
**Available Since:** v7.0.0 | **v2.0 Since:** v7.4.2
3+
**Available Since:** v7.0.0 | **v2.0 Since:** v7.5.0
44
**Status:** Production Ready
55
**Last Updated:** 2026-02-26
66

docs/guides/EMAIL-TUTORIAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2035,5 +2035,5 @@ After this tutorial, you should be able to:
20352035
---
20362036

20372037
*Last updated: 2026-02-26*
2038-
*flow-cli version: 7.4.2 (em dispatcher v2.0)*
2038+
*flow-cli version: 7.5.0 (em dispatcher v2.0)*
20392039
*Tutorial version: 2.0*

docs/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ tags:
8585

8686
---
8787

88-
**v7.4.2** | [Home](../index.md)
88+
**v7.5.0** | [Home](../index.md)

0 commit comments

Comments
 (0)