Objective
Add the dedicated wallet/operator proof command required by the final real-value pilot gate:
npm run flowchain:real-value-pilot:wallet
Acceptance Criteria
- Command exists at the repo root and runs wallet/operator pilot validation without committing secrets.
- Operator wallet signs pilot acknowledgement, bridge credit acknowledgement, withdrawal intent, release evidence, and emergency messages.
- Verification rejects wrong chain ID, wrong contract, wrong operator, mutated payload, replay nonce, expired message, and missing cap fields.
- Public metadata export excludes private keys, seed phrases, mnemonics, RPC credentials, API keys, and webhooks.
- Operator docs name exact next commands and no-secret boundaries.
- Records exact commands, reports, blockers, allowed folders, and forbidden folders in the PR.
Out Of Scope
- Custody claims, audited cryptography claims, or production wallet readiness claims.
Objective
Add the dedicated wallet/operator proof command required by the final real-value pilot gate:
Acceptance Criteria
Out Of Scope