# StratoFusion Documentation Index

`public/docs/` is the canonical documentation tree for StratoFusion. Use this page as the main navigation hub for `/dev/docs`.

## Category Hubs

- [Project Overview](./PROJECT_OVERVIEW.md)
- [User Guide Hub](./user-guide/INDEX.md)
- [Developer Hub](./developer/INDEX.md)
- [Operations Hub](./operations/INDEX.md)
- [Security And Compliance Hub](./security/INDEX.md)
- [Prompt Catalog](./prompts/INDEX.md)
- [Documentation Consolidation Plan](./CONSOLIDATION_PLAN.md)

## High-Value References

- [Architecture](./ARCHITECTURE.md)
- [Architecture Evolution And Runtime Status](./ARCHITECTURE_EVOLUTION.md)
- [API Reference](./API_REFERENCE.md)
- [Landing Page](./LANDING_PAGE.md)
- [Deployment](./DEPLOYMENT.md)
- [Subscription Management](./SUBSCRIPTION_MANAGEMENT.md)
- [Google OAuth Verification Video](./operations/GOOGLE_OAUTH_VERIFICATION_VIDEO_2026-04-07.md)
- [Google OAuth Verification Response Package](./security/GOOGLE_OAUTH_VERIFICATION_RESPONSE_2026-08-27.md)
- [Testing](./TESTING.md)
- [Rclone Service](./RCLONE_SERVICE.md)
- [Production VM Runbook](./operations/VM_PRODUCTION_RUNBOOK.md)
- [AI Search Architecture](./developer/modules/AI_SEARCH_ARCHITECTURE.md)
- [System Logs](./SYSTEM_LOGS.md)
- [Security Overview](./SECURITY.md)
- [CASA Tier 2 Readiness Evidence Pack](./security/CASA_TIER_2_READINESS.md)
- [Privacy Architecture](./PRIVACY_ARCHITECTURE.md)
- [Fair Use Policy](./fair-use-policy.md)

## AI/Codex Workflow Docs

- [AI Operating Protocol](./developer/AI_OPERATING_PROTOCOL.md)
- [AI Search Architecture](./developer/modules/AI_SEARCH_ARCHITECTURE.md)
- [AI Search Infra Ports](./developer/modules/AI_SEARCH_INFRA_PORTS.md)
- [AI Search Indexing Adapters](./developer/modules/AI_SEARCH_INDEXING_ADAPTERS.md)
- [AI Search Grounded Answers](./developer/modules/AI_SEARCH_RAG.md)
- [Prompt Catalog](./prompts/INDEX.md)
- [ChatGPT Project Sources Upload Manifest](./chatgpt-project-sources/UPLOAD_MANIFEST.md)

The AI workflow, feature intake template, implementation patterns, review checklist, and StratoFusion ubiquitous language are consolidated in the AI Operating Protocol. Repo-local agent skills live in `docs/ai-skills/` and summarize focused task guidance for coding agents. Reusable prompt text is consolidated in the Prompt Catalog. AI Search architecture and runtime module guidance lives under the developer module guides.

## Consolidation Artifacts

- [Consolidation Plan](./CONSOLIDATION_PLAN.md)
- [Consolidation Record](./consolidation-history/complete-consolidation-2026-04-01.md)

`/dev/docs` uses the filesystem-backed docs route and reads from `public/docs/`.
Nested Markdown files remain addressable by their relative path, while curated
aliases and sidebar entries point to the maintained canonical pages.

Architecture statements use four explicit statuses: current, legacy,
transitional, and planned. Dated bugfixes, prompts, migration reports, and
consolidation records preserve the state at the time they were written; use
[Architecture Evolution](./ARCHITECTURE_EVOLUTION.md) and
[Deployment](./DEPLOYMENT.md) to interpret their runtime references today.

## Legacy Collections

- `archive/`
- `bugfixes/`
- `consolidation-history/`
- `diagrams/`
- `migrations/`

Generated copies under `storybook-static/` are not part of the canonical docs set.
