This example shows how MobileCodex gathers proof for a larger task.
Users should be able to ask:
- "Bundle this up."
- "Save the proof."
- "Make this resumable."
- "What changed and what proves it?"
- "I'm stepping away, leave me the state."
py .\skills\mobile-codex-dev\scripts\mobile_dev.py proof-bundle --root . --format markdown
py .\skills\mobile-codex-dev\scripts\mobile_dev.py final-flow --root . --test-result "<latest relevant command result>"- Snapshot output.
- Changed files.
- Detected project shape.
- Server registry state.
- Recent proof artifacts.
- Copied screenshots when safe and local.
- Optional log tails when provided.
- File sizes and absolute paths.
Result: Proof bundle created.
Preview: No public preview exposed.
Proof: `proof/mobilecodex-YYYYMMDD-HHMMSS/proof.md` contains snapshot, changed files, server state, artifacts, and log tails.
State: Bundle is local under `proof/` and can be referenced by future Codex Mobile sessions.
Next: Review the proof file or ask for a public preview if the app is safe to expose.
The user gets one durable proof folder instead of scattered screenshots, logs, and status snippets.