Documentation Index
Fetch the complete documentation index at: https://na-36-docs-v2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Source of Truth Policy
This document defines canonical source boundaries to prevent drift across README, docs-guide, tests docs, and Mintlify pages. Related policy:docs-guide/policies/generated-artifact-and-hook-governance.mdxdefines generated artifact classes, hook rules, and local-only report boundaries.
Canonical Boundaries
| Concern | Canonical source | Notes |
|---|---|---|
| Script/runtime behavior | Code + tests | Behavioral truth always lives in executable code and validation tests. |
| Script metadata and inventory | Script headers + generated indexes | Script headers feed script index generation. |
| AI-tools inventory + lifecycle | ai-tools/registry/ai-tools-registry.json | Canonical for AI-tools artifact inventory, lifecycle state, lane assignment, and generated inventory coverage. |
| Repo feature navigation map | docs-guide/*.mdx (manual canonical files) | Internal maintainer source of truth for repo feature navigation. |
| Codex skill portability | ai-tools/ai-skills/templates/*.template.md | Local installs are synced from templates via sync-codex-skills.js; preferred bootstrap path is bash lpd setup --yes. |
| Audit pipeline skill catalog | ai-tools/ai-skills/catalog/*.json | Canonical only for the repo-audit pipeline and cross-agent packager inputs, not for the full AI-tools inventory. |
| Public user-facing docs content | v2/** | Mintlify docs in docs.json navigation, with publishability constrained by the V2 folder-governance contract. |
| CI/test execution behavior | Workflow files + test runner scripts | Narrative summaries must link to these files. |
| Issue/PR intake behavior | .github/ISSUE_TEMPLATE/* + PR templates + workflows | Generated templates catalog summarizes usage. |
Required docs-guide Canonical Files
The following files must exist and be non-empty:docs-guide/source-of-truth-guide.mdxdocs-guide/features/feature-map.mdxdocs-guide/features/architecture-map.mdxdocs-guide/policies/v2-folder-governance.mdxdocs-guide/tooling/lpd-cli.mdxdocs-guide/policies/quality-gates.mdxdocs-guide/features/automations.mdxdocs-guide/frameworks/content-system.mdxdocs-guide/frameworks/component-governance.mdxdocs-guide/features/data-integrations.mdxdocs-guide/policies/ownerless-governance.mdxdocs-guide/policies/root-allowlist-governance.mdxdocs-guide/policies/agent-governance-framework.mdx
Generated Index Files
The following files are generated and should not be edited directly:docs-guide/catalog/scripts-catalog.mdxdocs-guide/catalog/workflows-catalog.mdxdocs-guide/catalog/templates-catalog.mdxdocs-guide/catalog/pages-catalog.mdxdocs-guide/catalog/components-catalog.mdx
Generated AI-Tools Inventory
The following AI-tools inventory surface is generated and should not be edited directly:ai-tools/registry/ai-tools-inventory.md
Generated File Banners
Generated and mixed generated files should include a standardized banner at the top that documents:- generator script(s)
- purpose
- when to rerun the generator
- a do-not-edit warning
- Use a full-file banner for files that are entirely generated.
- Use a mixed-file banner for files that contain generated sections only.
- Use
unknown/externalwhen the generator cannot be confirmed in-repo. - Do not edit generated JSON files directly; JSON artifacts should be inventoried/reported instead of commented.
Generated Artifact Governance
Generated artifacts must be governed explicitly, not by convention alone.- Hook-managed and CI-managed generated outputs must be declared in
operations/governance/config/generated-artifacts.json. - Authoritative generated artifacts may be committed only when runtime, tests, or repo contracts require them.
- Report-only or inspection-only outputs must not be hook-staged and should live in non-authoritative locations.
- Pre-commit should fail with a targeted regeneration command instead of auto-staging broad generated diffs.
README Contract
README.md is an orientation document, not a full operations manual.
It must include:
- what the repo is
- how to run quickly (
lpd setup,lpd dev, basic test) - high-level feature map
- links to docs-guide canonical files
docs-guide/tests/*.mddocs-guide/contributing/*.mdxv2/resources/documentation-guide/*.mdx
Change Management Rules
- Any meaningful process change must update the relevant docs-guide canonical file in the same PR.
- Any script/workflow/template change must regenerate indexes in the same PR.
- If README and docs-guide disagree, docs-guide canonical files are considered authoritative for operational navigation.
- Codex skill installs must be generated from templates using
node operations/scripts/dispatch/ai/agents/sync-codex-skills.jsor thebash lpd setup --yesbootstrap path (manual edits in local skill folders are non-canonical). - AI-tools inventory, lifecycle, or lane changes must update
ai-tools/registry/ai-tools-registry.jsonand regenerateai-tools/registry/ai-tools-inventory.mdin the same PR. v2/**contains both publishable docs and governed non-publishable material;docs.jsonplusdocs-guide/policies/v2-folder-governance.mdxdecide which paths are eligible to route.