Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions scripts/check-srv-qa-route-drift.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,21 @@ const ALLOWLIST_ONLY_ON_SRV: Record<string, string> = {
'Concept-detail publish rendering (#1327 Task 3) — renders concept pages into a publish ' +
'session for the same public prod concept surface as GET /content/concepts/:slug. Not ' +
'a tutorial-draft author-preview endpoint; the QA channel has no concept publish flow.',
'GET /content/topics/:slug':
'KG topic landing pages (tag-tree-topics, #2099) — a public prod content surface that ' +
'mirrors GET /content/concepts/:slug (topic- prefixed BLOBs, legacy-slug 301 resolution), ' +
'not tutorial-draft author preview. The QA channel serves in-flight tutorials from ' +
'-Contribution repos; topic pages are out of its scope and srv-qa wires no topic serve flow.',
'GET /content/topics-index':
'CAP-served /topics/ LIST page (tag-tree-topics, #2099) — the index companion to ' +
'GET /content/topics/:slug above, same public prod content surface as the concepts-index ' +
'entry it mirrors, not tutorial-draft author preview. The QA channel serves in-flight ' +
'tutorials; topic pages are out of its scope and srv-qa wires no topicsIndexHandler.',
'POST /content/publish/render-topics':
'Topic-detail publish rendering (tag-tree-topics, #2099) — renders topic pages into a ' +
'publish session for the same public prod topic surface as GET /content/topics/:slug, ' +
'mirroring render-concepts exactly. Not a tutorial-draft author-preview endpoint; the QA ' +
'channel has no topic publish flow.',
'POST /content/orphan-purge':
'CI-only batched soft-delete for prod content maintenance (#823). Not an author-preview ' +
'endpoint — the QA channel has no orphan-purge maintenance flow.',
Expand Down
Loading