Merge remote-tracking branch 'origin/master' into split/session-persistence

This commit is contained in:
Tianyi Cui
2026-06-16 23:16:59 +08:00
7 changed files with 196 additions and 2 deletions

View File

@@ -51,6 +51,12 @@ jobs:
- name: Doc-sync gates (doc code blocks + event taxonomy)
run: pnpm run doc-sync
# Module-graph freshness: regenerate docs/module-graph.md from the
# packages' peerDependencies and fail if it differs from the committed
# file. Only reads source package.json — no build needed.
- name: Module-graph freshness
run: pnpm run verify-module-graph
- name: Tests with coverage gate (per-file 100%)
run: pnpm run test:coverage