mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
docs: record verify-md-wrap in the doc-sync source-of-truth docs
Adding verify-md-wrap to the shared doc-sync gate left its defining docs stale (Codex review): - ADR 0014 described doc-sync as two gates; add a dated amendment for the third (verify-md-wrap) and drop the "two checkable classes" wording. - CI step label/comment said "doc code blocks + event taxonomy"; include the markdown wrap check.
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -46,9 +46,9 @@ jobs:
|
||||
# Doc-sync gates (RFC 006). doc-typecheck compiles the fenced ts blocks in
|
||||
# the docs and resolves vendor packages via their built declarations, which
|
||||
# the typecheck step above emits — so it runs after typecheck. The event
|
||||
# taxonomy check only reads source. Same `doc-sync` script the pre-push
|
||||
# hook runs (ADR 0007: one source of truth).
|
||||
- name: Doc-sync gates (doc code blocks + event taxonomy)
|
||||
# taxonomy check and the markdown wrap check only read source. Same
|
||||
# `doc-sync` script the pre-push hook runs (ADR 0007: one source of truth).
|
||||
- name: Doc-sync gates (doc code blocks + event taxonomy + markdown wrap)
|
||||
run: pnpm run doc-sync
|
||||
|
||||
# Module-graph freshness: regenerate docs/module-graph.md from the
|
||||
|
||||
Reference in New Issue
Block a user