# Maintainer Documentation

This folder is for people maintaining Nexamas UI itself. It is not the beginner SDK path.

Maintainer documentation explains release discipline, documentation rules, API boundary control, package proof, and Showcase integration policy.

## Reading order

| Step | Page | Purpose |
|---:|---|---|
| 1 | [Documentation rules](documentation-rules.md) | Keep docs aligned with source, package, and quality evidence. |
| 2 | [API boundary policy](api-boundary-policy.md) | Preserve the public/Friend split and the V1 stable surface. |
| 3 | [Quality gates](quality-gates.md) | Know which scripts prove source, build, runtime, package, and consumer behavior. |
| 4 | [Release process](release-process.md) | Move from source tree to package proof without mixing stale artifacts. |
| 5 | [Showcase integration policy](showcase-integration-policy.md) | Build Showcase from docs and recipes, not memory. |
| 6 | [Recipe build-verification ledger](../recipes/build-verification-ledger.md) | Promote recipes from source-verified to build-verified only with snippet compile evidence. |
| 7 | [Recipe build-verification Batch 1 preparation](../quality-proof/archive/recipe-build-verification-batch1-prep-2026-07-08.md) | Review the prepared public consumer sample before recording Batch 1 build results. |
| 8 | [Recipe build-verification Batch 2 preparation](../quality-proof/archive/recipe-build-verification-batch2-prep-2026-07-08.md) | Review the prepared public consumer sample before recording Batch 2 build results. |
| 9 | [Recipe build-verification Batch 1 + Batch 2 PASS](../quality-proof/recipe-build-verification-batch1-batch2-pass-2026-07-08.md) | Understand which recipes are now Build-verified and what still blocks Showcase-ready status. |
| 10 | [Recipe build-verification Batch 3 PASS](../quality-proof/recipe-build-verification-batch3-pass-2026-07-08.md) | Understand which Batch 3 product-identity recipes are now Build-verified and what still blocks Showcase-ready status. |
| 11 | [Final user-documentation closure](../_inventory/phase6-user-documentation-closure.md) | Review the 302-type/4,482-member baseline, 41 recipe proof, links, and validator closure. |
| 12 | [Documentation Recipes Windows PASS](../quality-proof/documentation-recipes-windows-pass-2026-07-10.md) | Review the five-batch runtime and Render Verification snapshot evidence. |

## Maintainer rule

A maintainer can read internal/proof documents, but must not promote internal routes into user docs, recipes, examples, or Showcase snippets unless the current public API surface supports them.

## Source of truth

- [Source of truth](../source-of-truth.md)
- [Documentation policy](../documentation-policy.md)
- [Documentation cleanup ledger](../_inventory/documentation-cleanup-ledger.md)
- [V1 Public API catalog](../reference/public-api-v1.md)
- [Quality proof guide](../quality-proof-guide.md)
