docs: drop the stale allowlisted-path count from verify-surface - #4
Merged
Merged
Conversation
The header said the checker inlines 'the 13 runtime paths'. Its ALLOW list
holds 18 since the Codex manifest, the agents marketplace index and the
three additional logo assets were added, so the comment has been wrong
since those landed. State no number: a count in prose goes stale exactly
this way, and the checker's own output already reports the real figure
('OK — 22 path(s)').
Verified: node .github/workflows/verify-surface.mjs --dir . passes.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
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.
The header comment in
.github/workflows/verify-surface.mjssays the checker inlines "the 13 runtime paths". ItsALLOWlist actually holds 18 — it gained.codex-plugin/plugin.json,.agents/plugins/marketplace.jsonand three logo assets when the Codex listing work landed (#1, #2, #3), so the comment has been wrong since then.Rather than correct the number, this states none. A count in prose goes stale exactly this way, and the checker already prints the real figure at runtime (
OK — 22 path(s)).Verified locally:
node .github/workflows/verify-surface.mjs --dir .passes.Why this lands here first. deriv-com/deriv-api-plugin-specs#129 backports the Codex/listing surface into the working repo, and its plan copies this file into
promotion/public-repo-scaffold/byte-for-byte so the scaffold stays a faithful mirror. Fixing the comment here before that copy means both sides end up correct with no divergence introduced — the alternative was carrying a knowingly false comment in the private tree.