Skip to content

Commit 0643a25

Browse files
authored
Merge pull request #346 from Data-Wise/dev
Release: v6.4.2 site sync
2 parents 121fcdd + 0fc4de4 commit 0643a25

4 files changed

Lines changed: 58 additions & 43 deletions

File tree

.STATUS

Lines changed: 28 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,49 +4,44 @@
44
## Project: flow-cli
55
## Type: zsh-plugin
66
## Status: active
7-
## Phase: v6.4.1 Released & Deployed
7+
## Phase: v6.4.2 Released & Deployed
88
## Priority: 1
99
## Progress: 100
1010

11-
## Just Completed: v6.4.1 - Deploy Progress & Summary (2026-02-04)
11+
## Just Completed: v6.4.2 - Docs Cleanup & Reorganization (2026-02-04)
1212

13-
**Released:** v6.4.1Deploy Step Progress + Deployment Summary Box
14-
**Tag:** v6.4.1
15-
**Release:** https://github.com/Data-Wise/flow-cli/releases/tag/v6.4.1
13+
**Released:** v6.4.2Orphaned docs cleanup + internal/ reorganization
14+
**Tag:** v6.4.2
15+
**Release:** https://github.com/Data-Wise/flow-cli/releases/tag/v6.4.2
1616
**Docs:** https://data-wise.github.io/flow-cli/
1717

1818
**What shipped:**
19-
- **Deploy Step Progress** — `[1/5]..[5/5]` numbered steps during direct merge
20-
- **Deployment Summary Box** — Unicode box with files, duration, commit, URL
21-
- **Git checkout noise suppressed** — stderr redirected during deploy steps
22-
- **20 new tests** — 14 unit + 6 E2E assertions
23-
- **Documentation updated** — REFCARD, tutorial 31, deploy guide, CHANGELOG, API reference
24-
- **README consolidated** — 8 stale What's New sections → concise v6.4.1 summary
25-
- **CLAUDE.md updated** — All version references bumped to v6.4.1
26-
27-
**New functions:**
28-
- `_deploy_step()` — Step progress with done/active/fail states
29-
- `_deploy_summary_box()` — Post-deploy summary for both modes
30-
- 4 new exported variables: `DEPLOY_FILE_COUNT`, `DEPLOY_INSERTIONS`, `DEPLOY_DELETIONS`, `DEPLOY_SHORT_HASH`
31-
32-
**Session activity (9 commits):**
33-
- feat: deploy step progress and summary box
34-
- test: deploy step progress and summary box tests
35-
- chore: update CLAUDE.md for v6.4.1
36-
- fix: suppress git checkout noise during deploy
37-
- test: E2E deploy step progress assertions
38-
- docs: update deploy documentation for v6.4.1 output format
39-
- docs: update MASTER-API-REFERENCE with deploy functions
40-
- docs: update badges, index page, and consolidate README
41-
- docs: update CLAUDE.md with v6.4.1 version info
42-
43-
**PRs merged:** #338, #339, #340, #341
44-
**Docs deployed:** 2x (fixed stale gh-pages ref with `git fetch origin gh-pages`)
19+
- **54 orphaned doc pages removed** — planning archives, obsolete guides, duplicate tutorials, stale implementation notes
20+
- **docs/internal/ created** — conventions and contributor templates moved to internal/
21+
- **3 nav entries added** — Doctor Token Guide, Prompt Dispatcher Guide, Date Automation tutorial
22+
- **10 broken cross-references fixed** — testing/TESTING.md, TEACHING-QUICK-START.md, help/00-START-HERE.md
23+
- **mkdocs.yml exclude globs updated** — internal/ subdirectories properly excluded
24+
- **CLAUDE.md updated** — accurate file counts (62 lib, 31 commands, 126 test files, 2400+ test functions)
25+
- **Zero MkDocs warnings** — clean build verified
26+
27+
**Session activity:**
28+
- docs: clean up 54 orphaned pages, reorganize internal docs
29+
- docs: update CLAUDE.md with accurate file counts and docs/internal/
30+
31+
**PRs merged:** #344, #345
32+
**Docs deployed:** 2x
4533

4634
---
4735

4836
## Recent Releases
4937

38+
### v6.4.2 (2026-02-04) — Docs Cleanup & Reorganization
39+
- 54 orphaned doc pages removed (32,636 lines)
40+
- docs/internal/ for conventions and contributor templates
41+
- 3 new nav entries, 10 cross-reference fixes
42+
- CLAUDE.md synced with accurate file counts
43+
- Release: https://github.com/Data-Wise/flow-cli/releases/tag/v6.4.2
44+
5045
### v6.4.1 (2026-02-04) — Deploy Progress & Summary
5146
- Step-by-step progress `[1/5]..[5/5]` during direct deploy
5247
- Deployment summary box with files, duration, commit info
@@ -57,10 +52,6 @@
5752
- Direct merge mode (8-15s deploys), smart commits, history, rollback, dry-run, CI mode
5853
- Teaching style consolidation from `.flow/teach-config.yml`
5954
- 9-rule help compliance checker for all 12 dispatchers
60-
- Website reorganization (14 → 7 sections), 11 new teaching docs
61-
- Comprehensive chezmoi safety features
62-
- Token automation Phase 1 (isolated checks, smart caching, 20x faster)
63-
- AI prompt management, content analysis, template management
6455
- Release: https://github.com/Data-Wise/flow-cli/releases/tag/v6.4.0
6556

6657
---
@@ -69,7 +60,7 @@
6960

7061
| Worktree | Branch | Status |
7162
|----------|--------|--------|
72-
| Main repo | `dev` | Clean (v6.4.1 released) |
63+
| Main repo | `dev` | Clean (v6.4.2 released) |
7364

7465
---
7566

@@ -101,7 +92,7 @@ Session complete. Possible next steps:
10192
---
10293

10394
**Last Updated:** 2026-02-04
104-
**Status:** v6.4.1 Released | Docs deployed | All tests passing | 563+ total tests
95+
**Status:** v6.4.2 Released | Docs deployed | All tests passing | 2400+ test functions
10596
## wins: --category fix squashed the bug (2026-02-04), fixed the bug (2026-02-04), --category fix squashed the bug (2026-02-04), fixed the bug (2026-02-04), --category fix squashed the bug (2026-02-04)
10697
## streak: 0
10798
## last_active: 2026-02-04 15:49

docs/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ The format follows [Keep a Changelog](https://keepachangelog.com/), and this pro
66

77
---
88

9+
## [6.4.2] - 2026-02-04
10+
11+
### Removed
12+
13+
- **54 orphaned doc pages** — planning archives, obsolete guides, duplicate tutorials, stale implementation notes (32,636 lines removed)
14+
15+
### Added
16+
17+
- **`docs/internal/` directory** — conventions and contributor templates organized into internal/
18+
- **3 nav entries** — Doctor Token Guide, Prompt Dispatcher Guide, Date Automation tutorial
19+
20+
### Fixed
21+
22+
- 10 broken cross-references across testing, teaching, and help docs
23+
- `mkdocs.yml` exclude globs updated for internal/ subdirectories
24+
25+
### Documentation
26+
27+
- CLAUDE.md updated with accurate file counts (62 lib, 31 commands, 126 test files)
28+
- CHANGELOG.md rewritten to Keep a Changelog format (2442 → 576 lines)
29+
- Zero MkDocs build warnings
30+
31+
---
32+
933
## [6.4.1] - 2026-02-04
1034

1135
### Added

docs/help/QUICK-REFERENCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ tags:
88

99
**Purpose:** Single-page command lookup for all flow-cli features
1010
**Format:** Copy-paste ready with expected outputs
11-
**Version:** v6.4.0
12-
**Last Updated:** 2026-02-02
11+
**Version:** v6.4.2
12+
**Last Updated:** 2026-02-04
1313

1414
---
1515

@@ -1025,6 +1025,6 @@ mcp help
10251025

10261026
---
10271027

1028-
**Version:** v6.4.0
1029-
**Last Updated:** 2026-02-02
1028+
**Version:** v6.4.2
1029+
**Last Updated:** 2026-02-04
10301030
**Contributors:** See [CHANGELOG.md](../CHANGELOG.md)

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ tags:
2626
```
2727
**That's it!** No configuration required.
2828

29-
!!! success "🎉 What's New: v6.4.1 - Deploy Progress & Summary"
30-
Step-by-step progress `[1/5]..[5/5]` during direct deploy. Deployment summary box with files, duration, and commit info. Plus: deploy history, rollback, smart commits.
29+
!!! success "🎉 What's New: v6.4.2 - Docs Cleanup & Reorganization"
30+
Removed 54 orphaned doc pages. Created `docs/internal/` for conventions and contributor templates. Fixed 10 broken cross-references. Clean MkDocs build with zero warnings.
3131
[→ See what's new](CHANGELOG.md){ .md-button }
3232
[→ All releases](RELEASES.md){ .md-button }
3333

0 commit comments

Comments
 (0)