Skip to content

Commit 9c62d17

Browse files
authored
Merge pull request #398 from Data-Wise/dev
Release: v7.2.0
2 parents 9b32f29 + 590dc99 commit 9c62d17

29 files changed

Lines changed: 1558 additions & 411 deletions

.STATUS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
|----------|--------|--------|
8181
| Main repo | `dev` | v7.1.0 + workflow hardening, synced with main |
8282
| feature-code-workspace | `feature/code-workspace` | Spec committed, not started |
83+
| feature-work-editor-flag | `feature/work-editor-flag` | Implemented, tests passing, needs PR to dev |
84+
| feature-testing-overhaul | `feature/testing-overhaul` | ORCHESTRATE committed, ready to implement |
8385

8486
---
8587

CLAUDE.md

Lines changed: 5 additions & 4 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.1.0
10+
- **Current Version:** v7.2.0
1111
- **Install:** Homebrew (recommended), or any plugin manager
1212
- **Optional:** Atlas integration for enhanced state management
1313
- **Health Check:** `flow doctor` for dependency verification
@@ -107,7 +107,8 @@ flow-cli is Layer 1 of a 3-layer stack: **flow-cli** (pure ZSH, <10ms) < **aiter
107107
### Core Commands
108108

109109
```bash
110-
work <project> # Start session
110+
work <project> # Start session (cd + context, no editor)
111+
work <proj> -e # Start session + open $EDITOR
111112
finish [note] # End session (optional commit)
112113
hop <project> # Quick switch (tmux)
113114
dash [category] # Project dashboard
@@ -283,8 +284,8 @@ export FLOW_DEBUG=1 # Debug mode
283284

284285
## Current Status
285286

286-
**Version:** v7.1.0 | **Tests:** 8000+ (45/45 suite) | **Docs:** https://Data-Wise.github.io/flow-cli/
287+
**Version:** v7.2.0 | **Tests:** 8000+ (45/45 suite) | **Docs:** https://Data-Wise.github.io/flow-cli/
287288

288289
---
289290

290-
**Last Updated:** 2026-02-14 (v7.1.0)
291+
**Last Updated:** 2026-02-16 (v7.2.0)

ORCHESTRATE.md

Lines changed: 0 additions & 249 deletions
This file was deleted.

0 commit comments

Comments
 (0)