docs: promote v45 standalone artifact and add root README routing guard test - #208
Open
MontrealAI wants to merge 1 commit into
Open
docs: promote v45 standalone artifact and add root README routing guard test#208MontrealAI wants to merge 1 commit into
MontrealAI wants to merge 1 commit into
Conversation
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.
Motivation
ui/agijobmanager_genesis_job_mainnet_2026-03-05-v45.html), remove stale v39 routing drift while preserving v44 and historical snapshots, and add a regression check so root-level documentation cannot silently revert to an older artifact.Description
README.mdto point the repo-pinned standalone artifact toui/agijobmanager_genesis_job_mainnet_2026-03-05-v45.htmland added an explicit note documentingv44as the previous canonical snapshot, without removing any existing UI artifacts; and extendedui/tests/standaloneV44DocsPromotion.test.tswith a new assertion that the rootREADME.mdreferencesv45, documentsv44as previous, and does not containv39.Testing
cd ui && npm test -- --run tests/standaloneV45.test.ts tests/standaloneV44DocsPromotion.test.tsand confirmed all targeted tests passed (2 test files, 26 tests total passed).Codex Task