# MVP runtime

<h2 align="center"><sub>This page means</sub></h2>

| The factory warrants (when gates pass)                                                                            | The factory does not warrant                             |
| ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| <sub>Objects that moved through persisted spec, compile, proofs, and deploy evidence as the product defines</sub> | <sub>Arbitrary natural language you never compiled</sub> |

## Three habits

{% stepper %}
{% step %} <sub>**Read**</sub> [<sub>**`MVP`**</sub> ](/workspace/mvp.md)<sub>**once if you own MVP outcomes**</sub>

<sub>It is short and blunt.</sub>
{% endstep %}

{% step %} <sub>**If the UI hides Build MVP until the buildability gate passes**</sub>

<sub>That is intentional, not a bug.</sub>
{% endstep %}

{% step %} <sub>**When scope changes**</sub>

<sub>Treat it as a</sub> <sub></sub><sub>**new contract**</sub><sub>, not a silent tweak to an old ship.</sub>
{% endstep %}
{% endstepper %}

***

<h2 align="center"><sub>Ask a question</sub></h2>

<p align="center"><sub><strong>Which slide in your deck still promises behavior the persisted spec does not contain?</strong></sub> <br><sub>Delete the slide or update the spec before the demo.</sub></p>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ariaagi.com/ownership-and-responsibility/mvp-runtime.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
