Repository manualdocs/README.md

Documentation Library

Canonical documentation rendered from the repository docs/ folder.

referenceSource file

Documentation Library

The documentation library explains how to operate, author, validate, secure, and extend the prompt suite. It is organized by reader task rather than file age or generation order.

Essential reading path

1. Getting Started 2. Installation and Project Integration Guide 3. User Manual 4. Operator Guide 5. Architecture Guide 6. Prompt Body Authoring Guide 7. Evaluation Manual 8. Root Agent Guidance and Keyword Routing Guide 9. Router Keyword Catalog and Scoring Guide 10. Installed Runtime Payload Guide 11. GitHub Actions Failure History and Pre-Push Guide

Repository contributors should also read the root Contributing Guide.

Install persistently with uv tool install mission-directives, pipx install mission-directives, or python -m pip install --user mission-directives. Use uvx mission-directives <command> for one-off execution or python -m mission_directives <command> after pip installation.

Prompt-body integrity manuals

The prompt-body contract is a first-class subsystem. These manuals define it in detail:

Proof and runtime manuals

Governance and integration

Rebuilding and verifying the documentation surface

Documentation references are checked by the suite validator. Prompt-body statistics are generated from the prompt files, not manually maintained:

Reference
python tools/audit_prompt_bodies.py
python tools/audit_prompt_bodies.py --check
python tools/validate_suite.py

BODY_QUALITY_AUDIT.json is machine-readable. BODY_QUALITY_AUDIT.md is the human summary.

Documentation website

The static Astro site is published at <https://manojpisini.github.io/mission-directives/>. Its top-level Getting Started, Installation, and Contributing pages reuse canonical repository Markdown. See the Documentation Site Guide.