Skip to content

[real-value/wallet] add pilot proof command#143

Merged
FlowmemoryAI merged 1 commit into
mainfrom
agent/real-value-pilot-wallet
May 14, 2026
Merged

[real-value/wallet] add pilot proof command#143
FlowmemoryAI merged 1 commit into
mainfrom
agent/real-value-pilot-wallet

Conversation

@FlowmemoryAI
Copy link
Copy Markdown
Owner

Summary

Closes #136.

  • Adds the root npm run flowchain:real-value-pilot:wallet command and wires it to the wallet/operator pilot E2E proof.
  • Adds wallet/operator pilot schemas, public envelope validation, signing/verification CLI paths, PowerShell helper wrappers, and operator docs for the capped owner pilot.
  • Updates the real-value pilot matrix to current main at c4959f8, marking the control-dashboard proof as merged and the wallet proof as branch-local pending this PR.

Scope

Worktree: E:\FlowMemory\flowmemory-live-wallet
Branch: agent/real-value-pilot-wallet

Allowed folders used: crypto/, schemas/flowmemory/, infra/scripts/flowchain-wallet*.ps1, docs/, root package.json.
Forbidden folders respected for manual edits: crates/, contracts/, services/, apps/dashboard/, hardware/.

Commands run

node -e "JSON.parse(require('fs').readFileSync('package.json','utf8')); console.log('package.json ok')"
npm run flowchain:real-value-pilot:wallet
npm test --prefix crypto
npm run wallet:product-smoke --prefix crypto
npm run flowchain:real-value-pilot:e2e -- -AllowIncomplete
node infra/scripts/check-unsafe-claims.mjs
git diff --check
npm run flowchain:product-e2e

Results:

  • npm run flowchain:real-value-pilot:wallet: passed, documents=5 envelopes=5 negativeCases=7.
  • npm test --prefix crypto: passed, 23 tests.
  • npm run wallet:product-smoke --prefix crypto: passed, 8 documents, 8 transactions, 9 negative transactions.
  • npm run flowchain:real-value-pilot:e2e -- -AllowIncomplete: exited 0 and wrote devnet/local/real-value-pilot/flowchain-real-value-pilot-e2e-report.json; remaining missing proofs are contracts, bridge, runtime, and ops.
  • node infra/scripts/check-unsafe-claims.mjs: passed.
  • git diff --check: passed with Windows CRLF warnings only.
  • npm run flowchain:product-e2e: passed and wrote devnet/local/product-e2e/flowchain-product-e2e-report.json.

Current blockers

Strict npm run flowchain:real-value-pilot:e2e remains blocked until these commands land and pass on main:

This PR does not claim public launch, open-validator readiness, tokenomics, broad bridge readiness, production custody, or audited cryptography.

@FlowmemoryAI FlowmemoryAI marked this pull request as ready for review May 14, 2026 03:03
@FlowmemoryAI FlowmemoryAI merged commit a16fb9a into main May 14, 2026
8 checks passed
@FlowmemoryAI FlowmemoryAI deleted the agent/real-value-pilot-wallet branch May 14, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[real-value/wallet] Add pilot wallet proof command

1 participant