Objective
Add the dedicated chain runtime proof command required by the final real-value pilot gate:
npm run flowchain:real-value-pilot:runtime
Acceptance Criteria
- Command exists at the repo root and exercises pilot bridge-credit intake against the local runtime.
- Applies each pilot credit exactly once and rejects or idempotently records replay with evidence.
- Exposes receipt lookup by local receipt id and Base event reference.
- Restart preserves bridge credit, local balance, token, DEX, and receipt state.
- Export/import preserves deterministic roots for the pilot state.
- Records exact commands, reports, blockers, allowed folders, and forbidden folders in the PR.
Out Of Scope
- Public validator, public L1/mainnet, or production appchain readiness claims.
Objective
Add the dedicated chain runtime proof command required by the final real-value pilot gate:
Acceptance Criteria
Out Of Scope