# V3 Console And Desktop Store Size Budgets

Manifest version: `v3-console-desktop-store-size-budget.v1`

This release gate locks the §67.1 console and desktop install-size budgets. PS5
and Win64 store-submitted builds must pass at or below 8 GB. Steam Deck must
pass at or below 6 GB.

## Store Submissions

| Platform   | Store                     | Package        | Observed size | Budget |   Delta |
| ---------- | ------------------------- | -------------- | ------------: | -----: | ------: |
| PS5        | Sony PlayStation Partners | `.pkg`         |       7.62 GB |   8 GB | 0.38 GB |
| Win64      | Steamworks                | depot manifest |       7.42 GB |   8 GB | 0.58 GB |
| Steam Deck | Steamworks                | depot manifest |       5.72 GB |   6 GB | 0.28 GB |

The build evidence is
`V3/ue/Build/StoreSubmissions/console-desktop-size-budget.json`. It ties the
store package, signing profile, store submission id, cook profile, optional
asset preset, readiness checklist, and cook-size CI report together for each
console or desktop surface.

The verifier is `pnpm verify:v3 console-desktop-store-size-budget`. It checks
that each store-submitted build is signed, has a passed store precheck, stays
within its platform budget, matches the cook-size CI report, keeps day-0 patch
headroom at 1 GB or less, and is referenced from the PS5, Win64, and Steam Deck
readiness checklists. The gate fails closed for missing platforms, over-budget
packages, failed prechecks, package-type drift, signing gaps, cook-size report
drift, or readiness checklist drift.
