English-only mirror: agentstack_repo/docs/. Internal authoring: monorepo docs/ per PUBLIC_DOCS_MANIFEST.md (monorepo only).
From monorepo root:
node scripts/audit-public-docs-pipeline.mjsRuns MCP matrix check, OpenAPI check, policy + links, stats placeholders, capability lockfile, plugin versions, Claude skill stubs, and docs-site build.
- Regenerate the MCP capability matrix (monorepo generator + public redact step).
- Regenerate the OpenAPI bundle if routes changed.
- Refresh platform stats snapshot and patch
<!-- stats:* -->placeholders. - Refresh the plugin capability lockfile.
npm run audit:public-docs --prefix agentstack-frontend
See monorepo docs/PRE_PUBLISH_CHECKLIST.md for exact command names.
.\scripts\sync_agentstack_repo.ps1Manifest-driven allowlist — the sync never copies the monorepo MCP matrix stub (regenerates instead).
npm run build --prefix docs-siteprebuild syncs this mirror and generates MCP domain reference stubs.
node provided_plugins/scripts/audit-cursor-plugin.mjs
node provided_plugins/scripts/sync-claude-skill-stubs.mjsCI: .github/workflows/public-docs-parity.yml, .github/workflows/plugin-audit.yml.
Public doc owners: genetic tags docs.public.*.gen1 (engineering genes in the monorepo).