LLMs.txt Governance Hub is a TypeScript control plane for managing llms.txt manifests, route exclusions, freshness windows, and answer-surface release posture.
It focuses on the release problem most teams ignore:
- which manifest sections should stay blocked
- which routes should remain excluded from public retrieval
- which surfaces are fresh enough to expose safely
- which changes need review before they widen AI-facing discovery
/overview dashboard/manifest-boardmanifest-by-manifest review lane/exclusionsroute exclusion register/release-lanerelease posture surface/verificationcurrent governance proof/docsroute and payload reference
llms.txtshould be governed like a release surface, not edited like a static text file- route exclusions only work when they stay owned, reviewed, and intentional
- freshness windows matter because AI-facing retrieval will happily amplify stale claims
- support-safe surfaces and volatile campaign surfaces should not share the same publication posture
cd llms-txt-governance-hub
npm install
npm run devnpm run buildnpm run testnpm run demonpm run smokenpm run render:assets



