Skip to content

docs: drop the stale allowlisted-path count from verify-surface - #4

Merged
vaibhavkumar-deriv merged 1 commit into
masterfrom
fix/verify-surface-stale-path-count
Sep 3, 2026
Merged

docs: drop the stale allowlisted-path count from verify-surface#4
vaibhavkumar-deriv merged 1 commit into
masterfrom
fix/verify-surface-stale-path-count

Conversation

@vaibhavkumar-deriv

Copy link
Copy Markdown
Collaborator

The header comment in .github/workflows/verify-surface.mjs says the checker inlines "the 13 runtime paths". Its ALLOW list actually holds 18 — it gained .codex-plugin/plugin.json, .agents/plugins/marketplace.json and 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.

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>
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@vaibhavkumar-deriv
vaibhavkumar-deriv merged commit a401b82 into master Sep 3, 2026
5 checks passed
@vaibhavkumar-deriv
vaibhavkumar-deriv deleted the fix/verify-surface-stale-path-count branch September 3, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant