docs(authoring): prepare site consumer, historical routes, and locale corrections (D2b/D3) - #176
Draft
777genius wants to merge 6 commits into
Draft
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scope
Stacked on the combined D1/D2a dependency base (
chore/authoring-doc-dependencies, itself merging #171 English use/build journeys and #175 CLI exporter). This PR adds the D2b/D3 preparation work on top:docs: prepare authoring site consumer and historical routes- site consumer wiring, generator, historical route preservation, immutable adapter pin at source SHA801f846c.fix(docs): preserve historical pages and require reproducible adapter assemblyfix(docs): restore pinned historical Claude event pagesdocs: prepare maintained locale fallbacks and preserve v1 contentdocs: compose locale preparation for sandbox validationfix(docs): preserve localized archives and verify locale navigation- resolves 4 correction findings (mandatory consumer mismatch/English-only sidebar, locale tests outside the mandatory graph, permanent fallback/archive classification, preservation depending on a private integration object).Why this shape
801f846cand everything after it depend on both #171 and #175 (verified:git merge-base --is-ancestortrue for both PR heads). Basing directly on either PR alone would either omit the other PR's prerequisite commits or re-include them as "new" diff noise.chore/authoring-doc-dependenciesis a plain merge of the two PR heads (no independent content of its own) pushed as a shared dependency branch, following this repo's existing stacked-base convention (comparefeat/authoring-private-npm-base, which is itself only a dependency branch and not a tracked PR).Evidence already gathered
Explicitly not claimed
mainauto-deploys, so this must not land ahead of the D3/D4/D5 and platform release gates (seedocs/AUTHORING_CAPABILITY_PRESERVATION.mdand the implementation plan's release gates). Kept as a draft for that reason.