|
4 | 4 | ## Project: flow-cli |
5 | 5 | ## Type: zsh-plugin |
6 | 6 | ## Status: active |
7 | | -## Phase: v6.4.1 Released & Deployed |
| 7 | +## Phase: v6.4.2 Released & Deployed |
8 | 8 | ## Priority: 1 |
9 | 9 | ## Progress: 100 |
10 | 10 |
|
11 | | -## Just Completed: v6.4.1 - Deploy Progress & Summary (2026-02-04) |
| 11 | +## Just Completed: v6.4.2 - Docs Cleanup & Reorganization (2026-02-04) |
12 | 12 |
|
13 | | -**Released:** v6.4.1 — Deploy 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.2 — Orphaned docs cleanup + internal/ reorganization |
| 14 | +**Tag:** v6.4.2 |
| 15 | +**Release:** https://github.com/Data-Wise/flow-cli/releases/tag/v6.4.2 |
16 | 16 | **Docs:** https://data-wise.github.io/flow-cli/ |
17 | 17 |
|
18 | 18 | **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 |
45 | 33 |
|
46 | 34 | --- |
47 | 35 |
|
48 | 36 | ## Recent Releases |
49 | 37 |
|
| 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 | + |
50 | 45 | ### v6.4.1 (2026-02-04) — Deploy Progress & Summary |
51 | 46 | - Step-by-step progress `[1/5]..[5/5]` during direct deploy |
52 | 47 | - Deployment summary box with files, duration, commit info |
|
57 | 52 | - Direct merge mode (8-15s deploys), smart commits, history, rollback, dry-run, CI mode |
58 | 53 | - Teaching style consolidation from `.flow/teach-config.yml` |
59 | 54 | - 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 |
64 | 55 | - Release: https://github.com/Data-Wise/flow-cli/releases/tag/v6.4.0 |
65 | 56 |
|
66 | 57 | --- |
|
69 | 60 |
|
70 | 61 | | Worktree | Branch | Status | |
71 | 62 | |----------|--------|--------| |
72 | | -| Main repo | `dev` | Clean (v6.4.1 released) | |
| 63 | +| Main repo | `dev` | Clean (v6.4.2 released) | |
73 | 64 |
|
74 | 65 | --- |
75 | 66 |
|
@@ -101,7 +92,7 @@ Session complete. Possible next steps: |
101 | 92 | --- |
102 | 93 |
|
103 | 94 | **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 |
105 | 96 | ## 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) |
106 | 97 | ## streak: 0 |
107 | 98 | ## last_active: 2026-02-04 15:49 |
0 commit comments