Skip to content

USF-4124 Move audit-docs script from dropins-mcp to microsite-commerce-storefront#905

Draft
OscarMerino wants to merge 11 commits into
may-releasefrom
USF-4124
Draft

USF-4124 Move audit-docs script from dropins-mcp to microsite-commerce-storefront#905
OscarMerino wants to merge 11 commits into
may-releasefrom
USF-4124

Conversation

@OscarMerino
Copy link
Copy Markdown
Contributor

@OscarMerino OscarMerino commented May 27, 2026

Description
The audit-docs.ts script diffs the dropin registry against the microsite MDX documentation and generates a gap report. It currently lives in dropins-mcp but it is an internal tooling concern that has no value for external developers. Publishing the MCP as a public package would ship this script unnecessarily.

Moving it to the microsite puts it closer to the team that owns and fixes the documentation gaps.

Ticket
USF-4124

Related PR
https://github.com/adobe-commerce/dropins-mcp/pull/24

🚨 Depends on publish MCP PR https://github.com/adobe-commerce/dropins-mcp/pull/27

@OscarMerino OscarMerino changed the base branch from release to may-release May 27, 2026 15:35
Comment thread scripts/audit-docs.ts Outdated
lines.push("| Key | Default Value |");
lines.push("|---|---|");
for (const { key, value } of gaps.missingI18nKeys) {
const escaped = (value ?? "").replace(/\|/g, "\\|");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants