Skip to main content

Documentation Index

Fetch the complete documentation index at: https://na-36-merge-docs-v2-dev-draft-into-docs-v2-clean-20260525.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Governance Compliance Pipeline

Gate: P3 (advisory on PR) + weekly staleness cron + manual repair dispatch Trigger: PR touching governance files, Monday 06:00 UTC cron, manual dispatch Workflow: validator-governance-check-governance-map.yml

What happens when governance files change

What happens every Monday at 06:00 UTC

What happens on manual repair dispatch


Validators

ScriptWhat it checks
check-governance-markers.jsGOVERNANCE.md exists in all 18 required folders, all links resolve
check-repo-governance-sync.jsRepo governance registry, outputs, and ownerless paths aligned
check-root-governance-sync.jsRoot governance allowlist matches root-governance.json
check-workflow-headers.jsAll workflow YAML files have type/concern/pipeline comments
check-jsdoc-headers.jsAll governed JS files have 11-tag JSDoc headers
check-mintlify-canonical-sync.jsMintlify consumer registry stays synced
check-agent-docs-freshness.jsAgent adapter docs match current governance
validate-ai-tools-registry.jsAI tools registry matches filesystem
validate-codex-task-contract.jsCodex task contract valid
check-governance-approvals.jsGovernance-sensitive PRs have required labels

Generators

ScriptWhat it produces
generate-governance-map.jsGOVERNANCE_MAP_LATEST.json — marker inventory, link validation, staleness flags
generate-root-governance-artifacts.js.allowlist, root governance map, sync reports
generate-repo-governance-status.jsREPO_GOVERNANCE_STATUS_LATEST.json — full surface status
generate-script-registry.jsscripts-catalog.mdx — script inventory

Remediators

ScriptWhat it fixes
repair-governance-artifacts.jsRegenerates governance map, updates lastVerified dates
add-workflow-governance-headers.jsAdds type/concern/pipeline headers to workflow YAML
update-jsdoc-headers.jsRepairs missing or incomplete JSDoc headers

Gaps

  • Advisory only on PR: Governance checks do not block merge (P3). Human review is the final gate
  • Weekly cron only: No continuous monitoring between Monday checks. A framework could go stale mid-week without detection until the next cycle
Last modified on May 26, 2026