Skip to content

Commit 1a860bf

Browse files
Data-WiseTest Userclaude
authored
docs: post-merge sync for v6.7.0 — version footers + changelog (#371)
Co-authored-by: Test User <test@example.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1ba3e80 commit 1a860bf

5 files changed

Lines changed: 23 additions & 6 deletions

File tree

docs/CHANGELOG.md

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

77
---
88

9+
## [6.7.0] - 2026-02-10
10+
11+
### Added
12+
13+
- **Display math validation** — pure ZSH state machine (`_check_math_blanks`) detects blank lines and unclosed `$$` blocks in `.qmd` files (PR #368)
14+
- **Pre-commit gate** — lint-staged validates `.qmd` files at commit time via `scripts/check-math.zsh`
15+
- **Deploy preflight: math check** — display math validation runs as check 3 of 5 during `teach deploy`; CI mode blocks, interactive warns
16+
- **Quality Gates documentation** — new `docs/guides/QUALITY-GATES.md` mapping every validation layer from keystroke to production
17+
- **41 new test assertions** across 3 suites (unit, E2E with sandboxed repos, dogfood against demo course)
18+
19+
### Changed
20+
21+
- Deploy preflight checks renumbered: unpushed commits → check 4, production conflicts → check 5
22+
- Test suite: 42/42 passing (143 test files, up from 140)
23+
24+
---
25+
926
## [6.6.0] - 2026-02-09
1027

1128
### Added

docs/guides/QUALITY-GATES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ Areas where validation could be added in the future:
247247
---
248248

249249
**Last Updated:** 2026-02-10
250-
**Version:** v6.6.0
250+
**Version:** v6.7.0

docs/guides/TEACH-DEPLOY-GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,5 +1224,5 @@ The deployment summary box now includes a direct link to your GitHub Actions pag
12241224

12251225
---
12261226

1227-
**Last Updated:** 2026-02-09
1228-
**Version:** v6.6.0
1227+
**Last Updated:** 2026-02-10
1228+
**Version:** v6.7.0

docs/reference/REFCARD-DEPLOY-V2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,4 @@ teach deploy --ci -d -m "Auto-deploy from GitHub Actions"
303303

304304
---
305305

306-
*v6.6.0 - teach deploy v2 with safety enhancements*
306+
*v6.7.0 - teach deploy v2 with math preflight + quality gates*

docs/reference/REFCARD-TEACH-DISPATCHER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,6 @@ teach status --performance # Review metrics
449449

450450
---
451451

452-
**Version:** v6.6.0
453-
**Last Updated:** 2026-02-08
452+
**Version:** v6.7.0
453+
**Last Updated:** 2026-02-10
454454
**Commands:** 30 total (9 Scholar wrappers + 5 course mgmt + 6 content mgmt + 9 infrastructure + 1 discovery)

0 commit comments

Comments
 (0)