docs: purge chain-of-thought leakage from prose

Delete design-session citations (decision/audit/plan ordinals, stack
positions), change narration, review choreography, and reviewer-addressed
justification from comments, JSDoc, docs, READMEs, Agent Notes, tests, and
generator templates; restate every affected fact as current-state contract
prose. Fix generated docs at their sources and regenerate the catalogs and
cordis-surface regions; re-paste type-equiv blocks; update every bilingual
counterpart and re-record the pairs. Record the citation rule in the
committed-artifact-citations Agent Note.
This commit is contained in:
Tianyi Cui
2026-08-09 21:10:59 +08:00
parent 793f6f55df
commit 25dcd7293c
763 changed files with 2705 additions and 1710 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const PR_KINDS = new Set([
'kind/cleanup',
'kind/dependency',
])
// Aliases removed by the unified taxonomy migration remain reserved so they cannot be recreated.
// Retired label aliases stay reserved so they cannot be recreated.
const LEGACY_LABELS = new Set([
'kind/bug',
'kind/documentation',
+3 -4
View File
@@ -834,10 +834,9 @@ jobs:
all-checks-passed:
name: all checks passed
# This bookkeeping-only verdict must not depend on custom-pool
# provisioning (master's #734 moved it to ubuntu-latest) — and under
# failover it follows the same selector as the worker jobs it
# aggregates, so a standard-hosted outage cannot strand the
# branch-protection verdict either (observed 2026-07-27).
# provisioning — and under failover it follows the same selector as the
# worker jobs it aggregates, so a standard-hosted outage cannot strand
# the branch-protection verdict either.
runs-on: >-
${{ vars.DSH_CI_FAILOVER == 'selfhosted'
&& github.event.pull_request.user.login != 'dependabot[bot]'