Skip to content

Commit ce5e920

Browse files
authored
Merge pull request #432 from Data-Wise/dev
Merge dev: docs cleanup and broken link fixes
2 parents c7599f8 + 3e0d3f9 commit ce5e920

File tree

10 files changed

+31
-31
lines changed

10 files changed

+31
-31
lines changed

.STATUS

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,20 @@
99
## Priority: 2
1010
## Progress: 100
1111

12-
## Current Session (2026-02-27)
12+
## Previous Session (2026-02-27, evening)
1313

1414
**Session activity:**
15-
- docs: PR #427 (docs gap fix) — 7-phase documentation overhaul
16-
- 4 new refcards: g, wt, dots, sec dispatchers
17-
- help files updated to v7.6.0 (TROUBLESHOOTING, WORKFLOWS)
18-
- stale version sweep: v5.x/v6.x → v7.6.0 across 7 guides
19-
- teach dispatcher refcard: +4 Scholar commands, config subcommands
20-
- tutorial renaming: 27→45 (lint-quickstart), 37→46 (em-v2-features)
21-
- broken anchor fixes: 5 anchors across 5 files
22-
- test suite: 53/53 passing (205 files, 1 expected timeout)
23-
- docs: Scholar wrappers refcard, integration guide expansion
24-
- docs: site update — index.md What's New, stale test counts, README Teaching section
25-
- merged: PR #425 (Scholar Config Sync), PR #424 (em --prompt), PR #427 (docs gap fix)
26-
- cleanup: worktree removed, stale branches deleted
27-
- release: v7.6.0 — full pipeline (PR #428, CI green, merge, retag, GitHub release)
28-
- Homebrew tap updated, docs deployed, all downstream verified
29-
- Stale remote branches deleted (atlas-integration, em-v2, homebrew-release-fix, swarm-em-v2-dispatcher)
30-
31-
## Previous Session (2026-02-27, earlier)
15+
- docs: teaching docs refresh — 30 files updated (v5.x/v6.x → v7.6.0 version refs + dates)
16+
- docs: content gaps fixed — teach.md commands table + subsections (solution, sync, validate-r, style, config check/diff/show/scaffold), teaching hub features table (+5 entries), tutorial 14 branch naming (production → main)
17+
- docs: CHANGELOG sync — root v7.6.0 entry synced with docs/ (Scholar Config Sync, fixes, 53/53)
18+
- docs: lint fixes — MD031, MD029, MD040 across 7 teaching files
19+
- docs: consolidation — merged duplicate TEACHING-SYSTEM-ARCHITECTURE, archived 11 orphaned files to docs/.archive/, simplified mkdocs exclude list
20+
- docs: moved 2 BRAINSTORM-*.md from repo root to docs/specs/
21+
- fix: broken relative links in TEACHING-SYSTEM-ARCHITECTURE after file move
22+
- merged: PR #429 (docs update) to main, dev synced
23+
- deploy: docs site deployed (CI auto-deploy)
24+
25+
## Previous Session (2026-02-27)
3226

3327
**Session activity:**
3428
- feat: Scholar Config Sync (#423) — config injection, teach config/solution/sync/validate-r
@@ -149,6 +143,13 @@
149143

150144
## Recent Releases
151145

146+
### v7.6.0 (2026-02-27) — em --prompt + Scholar Config Sync
147+
- em --prompt/--backend flags, em forward, smart TTY detection
148+
- Scholar Config Sync: teach config check/diff/show/scaffold, teach solution/sync/validate-r
149+
- Help guards on all 34 em subcommands, doctor config sync section
150+
- 53/53 tests passing, 205 test files, 1 expected timeout
151+
- PR #428, Release: https://github.com/Data-Wise/flow-cli/releases/tag/v7.6.0
152+
152153
### v7.5.0 (2026-02-26) — em v2.0 Safety Gate
153154
- em v2.0: two-phase safety gate for send/reply, ICS calendar, IMAP watch, folder CRUD
154155
- Enhanced attachments, `em send --confirm`, `em calendar`, `em watch`, `em create-folder`
@@ -220,13 +221,15 @@
220221

221222
## Next Action
222223

224+
Taking a break — pick up tomorrow.
225+
223226
1. API documentation push (50% → 80%)
224227
2. Code workspace manager — spec ready on dev
225-
3. Release v7.7.0 (Scholar Config Sync + em --prompt already on dev)
228+
3. Consider next feature work (all docs current, site clean)
226229

227230
---
228231

229-
**Last Updated:** 2026-02-27
232+
**Last Updated:** 2026-02-27 (evening)
230233
**Status:** v7.6.0 | 53/53 tests passing (1 expected timeout) | 15 dispatchers + at bridge | 205 test files | 12000+ test functions | 0 lint errors | 0 broken anchors
231234
## wins: Fixed the regression bug (2026-02-27), --category fix squashed the bug (2026-02-27), fixed the bug (2026-02-27), Fixed the regression bug (2026-02-27), --category fix squashed the bug (2026-02-27)
232235
## streak: 1

docs/architecture/DOCTOR-TOKEN-ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ Cache Performance:
676676

677677
- [API Reference](../reference/MASTER-API-REFERENCE.md#doctor-cache)
678678
- [User Guide](../guides/DOCTOR-TOKEN-USER-GUIDE.md)
679-
- [Test Suites](../../tests/)
679+
- [Test Suites](https://github.com/Data-Wise/flow-cli/tree/main/tests)
680680

681681
---
682682

docs/contributing/DOCUMENTATION-STYLE-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docs/
7575
├── reference/ # Technical reference
7676
│ ├── COMMAND-EXPLORER.md
7777
│ ├── ALIAS-REFERENCE-CARD.md
78-
│ └── WORKFLOW-QUICK-REFERENCE.md
78+
│ └── QUICK-REFERENCE.md
7979
8080
├── testing/ # Testing guides
8181
│ └── TESTING.md

docs/demos/tutorials/TEACHING-V3-GIFS-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This directory contains VHS tapes and generated GIF demos for Teaching Workflow
3636
-**Validation:** All tapes pass `scripts/validate-vhs-tapes.sh`
3737
-**Optimization:** All GIFs optimized with `gifsicle -O3`
3838

39-
**Style Guide:** See [`docs/contributing/VHS-TAPE-STYLE-GUIDE.md`](../../contributing/VHS-TAPE-STYLE-GUIDE.md)
39+
**Style Guide:** See [`docs/internal/VHS-TAPE-STYLE-GUIDE.md`](../../internal/VHS-TAPE-STYLE-GUIDE.md)
4040

4141
---
4242

docs/getting-started/choose-your-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ description: Find the right starting point for your goals
9898
**Perfect if you:** Want to know *why* Flow CLI works this way
9999

100100
[→ Design Philosophy](../PHILOSOPHY.md){ .md-button }
101-
[→ ADHD-Optimized Design](../internal/conventions/adhd/){ .md-button }
101+
[→ ADHD-Optimized Design](../internal/conventions/adhd/README.md){ .md-button }
102102

103103
---
104104

docs/guides/DOCTOR-TOKEN-USER-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ doctor --dot=github,npm,pypi # Specific tokens
616616
### Learn More
617617

618618
- [API Reference](../reference/MASTER-API-REFERENCE.md#doctor-cache) - Complete API documentation
619-
- [Test Suites](../../tests/) - Usage examples in tests
619+
- [Test Suites](https://github.com/Data-Wise/flow-cli/tree/main/tests) - Usage examples in tests
620620

621621
### Related Commands
622622

docs/guides/WORKFLOW-TUTORIAL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,5 +586,4 @@ dash
586586

587587
---
588588

589-
*For detailed docs, see: WORKFLOW-IMPLEMENTATION-SUMMARY.md*
590-
*For quick reference: WORKFLOW-QUICK-REFERENCE.md*
589+
*For detailed docs, see the [Quick Reference](../help/QUICK-REFERENCE.md)*

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
# Flow CLI
99

1010
[![Version](https://img.shields.io/github/v/release/Data-Wise/flow-cli?label=version&color=blue&cacheSeconds=300)](https://github.com/Data-Wise/flow-cli/releases/latest)
11-
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
11+
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/Data-Wise/flow-cli/blob/main/LICENSE)
1212
[![Tests](https://img.shields.io/github/actions/workflow/status/Data-Wise/flow-cli/test.yml?label=tests&branch=main&cacheSeconds=300)](https://github.com/Data-Wise/flow-cli/actions/workflows/test.yml)
1313
[![Docs](https://img.shields.io/github/actions/workflow/status/Data-Wise/flow-cli/docs.yml?label=docs&branch=main&cacheSeconds=300)](https://github.com/Data-Wise/flow-cli/actions/workflows/docs.yml)
1414
[![Pure ZSH](https://img.shields.io/badge/pure-ZSH-1f425f)](https://www.zsh.org/)

docs/internal/conventions/adhd/HELP-PAGE-TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,7 @@ echo $FZF_DEFAULT_OPTS
669669
## See Also
670670

671671
- **Tutorial:** [Tutorial 2: Multiple Projects](../../tutorials/02-multiple-projects.md)
672-
- **Workflow:** [Project Navigation Workflow](../../workflows/project-navigation.md)
673672
- **Reference:** [Pick Command Reference](../../reference/MASTER-DISPATCHER-GUIDE.md)
674-
- **Guide:** [Project Detection Guide](../../guides/PROJECT-DETECTION-GUIDE.md)
675673

676674
---
677675

docs/internal/conventions/adhd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ worktree-workflow.md
362362
```text
363363
COMMAND-QUICK-REFERENCE.md
364364
CC-DISPATCHER-REFERENCE.md
365-
WORKFLOW-QUICK-REFERENCE.md
365+
QUICK-REFERENCE.md
366366
```
367367

368368
### GIFs

0 commit comments

Comments
 (0)