Skip to content

Commit 370bfb1

Browse files
authored
Merge pull request #236 from Data-Wise/dev
Release v5.5.1 - Documentation Cleanup
2 parents a83302a + 0099654 commit 370bfb1

17 files changed

+64
-51
lines changed

.STATUS

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,40 @@
88
## Priority: 1
99
## Progress: 100
1010

11-
## Focus: v5.5.0 Released! 🚀
11+
## Focus: v5.5.0 Released + Documentation Cleanup Complete
1212

1313
## 🚧 In Progress:
1414

1515
- Nothing currently in progress
1616

17+
## ✅ Just Completed (2026-01-13 - Documentation Cleanup):
18+
19+
### Documentation Validation Complete
20+
**Health Score:** 85/100 → 100/100
21+
22+
**Fixed:**
23+
- [x] Fixed broken SPEC reference links (3 files)
24+
- Updated `specs/SPEC-dotfile-integration-2026-01-08.md`
25+
- Updated `specs/SPEC-teach-init-migration-2026-01-12.md`
26+
- [x] Fixed broken file links (17 files)
27+
- Updated teach.md, BRANCH-WORKFLOW.md, im-stuck.md, choose-your-path.md
28+
- Updated PROJECT-CACHE.md, SECRET-MANAGEMENT.md, TEACHING-WORKFLOW.md
29+
- Updated TESTING.md, REFCARD-TEACHING.md, specs/README.md
30+
- Updated DOCUMENTATION-MAKING-GUIDE.md, EXAMARK-INTEGRATION.md
31+
- Updated EXISTING-SYSTEM-SUMMARY.md, SPEC-dot-secret-management-v2
32+
- [x] Verified: `mkdocs build --strict` with **0 warnings**
33+
34+
**Before:** 23 warnings (build aborted in strict mode)
35+
**After:** 0 warnings (build passes strict mode)
36+
37+
**Remaining (Low Priority):**
38+
- INFO-level anchor issues in legacy archive docs (non-blocking)
39+
1740
## ✅ Just Completed (2026-01-13 - Latest):
1841

1942
- **v5.5.0 RELEASED** 🎉
2043
- **Tag:** v5.5.0
44+
- **Release:** https://github.com/Data-Wise/flow-cli/releases/tag/v5.5.0
2145
- **PR:** #235
2246
- **New Features:**
2347
- macOS Keychain Secret Management
@@ -74,6 +98,12 @@
7498

7599
## 📋 Future Roadmap
76100

101+
### v5.5.1 (Minor Polish)
102+
- [x] Fix 23 mkdocs build warnings ✅ (completed 2026-01-13)
103+
- [ ] Organize orphaned spec files (optional)
104+
- [ ] Add CI documentation validation (optional)
105+
106+
### Future Releases
77107
- [ ] Remote state sync (optional cloud backup)
78108
- [ ] Multi-device support
79109
- [ ] Shared templates

docs/SECRET-MANAGEMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,4 +405,4 @@ Store multi-line secrets in secure notes:
405405

406406
- [Bitwarden CLI Documentation](https://bitwarden.com/help/cli/)
407407
- [Chezmoi Bitwarden Integration](https://www.chezmoi.io/user-guide/password-managers/bitwarden/)
408-
- [dot dispatcher reference](./DOT-DISPATCHER-REFERENCE.md)
408+
- [dot dispatcher reference](./reference/DOT-DISPATCHER-REFERENCE.md)

docs/commands/teach.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ branches:
193193
| Command | Purpose |
194194
|---------|---------|
195195
| [teach-init](teach-init.md) | Full initialization docs |
196-
| [teach-exam](teach-exam.md) | Create exams |
197196
| [work](work.md) | Start work session |
198197
| [finish](finish.md) | End work session |
199198
@@ -203,4 +202,4 @@ branches:
203202
204203
- [Teaching Workflow Guide](../guides/TEACHING-WORKFLOW.md)
205204
- [Teaching Reference Card](../reference/REFCARD-TEACHING.md)
206-
- [Dispatcher Reference](../reference/DISPATCHER-REFERENCE.md#10-teach---teaching-workflow)
205+
- [TEACH Dispatcher Reference](../reference/TEACH-DISPATCHER-REFERENCE.md)

docs/contributing/BRANCH-WORKFLOW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ Before any merge, verify:
609609

610610
- [PR Workflow Guide](PR-WORKFLOW-GUIDE.md) - Complete PR process
611611
- [Tutorial: Git Feature Workflow](../tutorials/08-git-feature-workflow.md) - Step-by-step guide
612-
- [G Dispatcher Reference](../reference/DISPATCHER-REFERENCE.md#g-git-workflows) - All g commands
612+
- [G Dispatcher Reference](../reference/G-DISPATCHER-REFERENCE.md) - All g commands
613613

614614
---
615615

docs/conventions/DOCUMENTATION-MAKING-GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ The `work` command is the **primary entry point** for flow-cli. It sets up your
677677
## See Also
678678

679679
- **Tutorial:** [First Session Tutorial](../tutorials/01-first-session.md)
680-
- **Command:** [finish](finish.md) - End work session
681-
- **Command:** [hop](hop.md) - Quick project switch
680+
- **Command:** [finish](../commands/finish.md) - End work session
681+
- **Command:** [hop](../commands/hop.md) - Quick project switch
682682

683683
---
684684

@@ -759,7 +759,7 @@ cc here # Explicit HERE target
759759

760760
- **Command:** [pick](../commands/pick.md) - Project picker
761761
- **Tutorial:** [CC Dispatcher Tutorial](../tutorials/10-cc-dispatcher.md)
762-
- **Reference:** [DISPATCHER-REFERENCE.md](DISPATCHER-REFERENCE.md) - All dispatchers
762+
- **Reference:** [DISPATCHER-REFERENCE.md](../reference/DISPATCHER-REFERENCE.md) - All dispatchers
763763

764764
---
765765

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ description: Find the right starting point for your goals
4343
### I need to...
4444

4545
=== "Track my work sessions"
46-
**Solution:** [Session Tracking Workflow](../guides/WORKFLOWS-QUICK-WINS.md#quick-test-cycle)
46+
**Solution:** [Session Tracking Workflow](../guides/WORKFLOWS-QUICK-WINS.md)
4747
```bash
4848
work my-project
4949
win "Completed feature X"

docs/getting-started/im-stuck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ tree ~/projects/ -L 2
153153
Use the search bar (top right) to find specific commands or concepts.
154154

155155
### Common Issues Database
156-
- [Installation Problems](troubleshooting.md#installation)
156+
- [Installation Problems](troubleshooting.md#installation-issues)
157157
- [Project Detection Issues](../reference/PROJECT-DETECTION-GUIDE.md)
158158
- [Command Reference](../reference/COMMAND-QUICK-REFERENCE.md)
159159

docs/guides/EXAMARK-INTEGRATION.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,5 +452,4 @@ examark:
452452
**Related:**
453453
- [Teaching Workflow Guide](TEACHING-WORKFLOW.md)
454454
- [Quick Reference Card](../reference/REFCARD-TEACHING.md)
455-
- [Exam Template](../../lib/templates/teaching/exam-template.md)
456455
- [examark Documentation](https://data-wise.github.io/examark/)

docs/guides/PROJECT-CACHE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,8 @@ echo 'export FLOW_CACHE_ENABLED=0' >> ~/.zshrc
428428

429429
## See Also
430430

431-
- [pick Command Reference](../reference/COMMAND-QUICK-REFERENCE.md#pick)
432-
- [Performance Tuning Guide](./PERFORMANCE-TUNING.md)
433-
- [Project Configuration](./PROJECT-CONFIGURATION.md)
434-
- [Enhancement Spec](../specs/SPEC-project-cache-auto-discovery.md)
431+
- [pick Command Reference](../reference/PICK-COMMAND-REFERENCE.md)
432+
- [flow doctor](../commands/doctor.md) - Verify project configuration
435433

436434
---
437435

docs/guides/TEACHING-WORKFLOW.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,11 +1243,9 @@ sed -i '' '/## Answer Key/,$d' exams/midterm1.md
12431243

12441244
## See Also
12451245

1246-
- [Test Coverage Report](../../tests/TEACHING-WORKFLOW-TEST-COVERAGE.md) - Comprehensive testing documentation
12471246
- [Quick Reference Card](../reference/REFCARD-TEACHING.md) - Command cheat sheet
1248-
- [Demo Walkthrough](../demos/teaching-workflow.tape) - Visual tutorial
1249-
- [Spec v2.0](../specs/SPEC-teaching-workflow-v2.md) - Implementation specification
1250-
- [CLAUDE.md](../../CLAUDE.md#teaching-workflow-support) - AI assistant context
1247+
- [TEACH Dispatcher Reference](../reference/TEACH-DISPATCHER-REFERENCE.md) - Full command reference
1248+
- [teach-init Command](../commands/teach-init.md) - Initialize teaching projects
12511249

12521250
---
12531251

0 commit comments

Comments
 (0)