Add investor demo acceptance gate

This commit is contained in:
2026-05-19 11:23:59 -07:00
parent 1ac7166942
commit f27f2f9969
4 changed files with 117 additions and 2 deletions
@@ -0,0 +1,52 @@
# Investor Demo Acceptance Gate
No packaged build should be called an investor visual MVP unless it passes the
0.1.O visual/menu acceptance gate and has a real-GPU visual QA evidence set.
## Hard Fail Conditions
The build fails investor visual MVP acceptance if any of these are true:
- menus are confusing, unfocused, unclickable, or do not support predictable
back/escape behavior;
- startup credits, character selection, server/join, loading, pause, save, or
quit feel like gameplay is running underneath an accidental overlay;
- character art is mannequin-only or ignores the selected young-adult male/
female archetype;
- terrain still reads as flat tan placeholder ground;
- foliage, shrubs, bushes, grass, and trees are absent, unreadable, or hide
gameplay-critical objects;
- water does not read as a collectable freshwater source;
- campfire, shelter, resources, pickups, or wildlife still read as primitive
debug shapes or primitive debug shapes;
- the non-ray-traced Default rendering path is not visually credible;
- required visual QA screenshots or clips are missing.
## Required Evidence
Before a package is marked investor visual MVP ready, capture and review the
evidence listed in `Docs/Ops/PackagedDemoVisualQAEvidence.md`.
Required pass/fail summary:
`Saved\VisualQA\InvestorDemo\<version-or-build>\visual-qa-summary.txt`
The summary must record the package path, version label, rendering preset,
capture method, tester, pass/fail result, visible defects, and final
investor-viewing decision.
## Allowed Build Language
If the acceptance gate has not passed, use:
```text
Agrarian systems-first investor prototype - visual MVP gate pending.
Not for public distribution.
```
If the gate passes with current evidence, use:
```text
Agrarian investor visual MVP preview - internal investor build.
Not for public distribution.
```
+3 -1
View File
@@ -27,7 +27,9 @@ visual/menu quality gate is complete and verified:
- optional ray tracing is reserved for cinematic/high-end presentation and is
never required for baseline visual credibility;
- packaged-demo visual QA screenshots or clips are captured from a real GPU
desktop path before the build is called visually ready.
desktop path before the build is called visually ready;
- the build passes `Docs/Investor/InvestorDemoAcceptanceGate.md` with no hard
fail conditions.
## Current Demo Language