Skip to content

[real-value/ops] add pilot ops proof command#144

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

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

Conversation

@FlowmemoryAI
Copy link
Copy Markdown
Owner

Summary

Closes #135.

  • Adds root npm run flowchain:real-value-pilot:ops as the dedicated ops/installer proof command.
  • Adds guarded owner-pilot action, emergency-stop, evidence-export, and ops dry-run E2E PowerShell wrappers.
  • Updates the pilot matrix, second-computer docs, operator checklist, troubleshooting, and README with the capped owner ops path while preserving the merged HQ final gate at npm run flowchain:real-value-pilot:e2e.

Scope

Worktree used for integration: E:\FlowMemory\flowmemory-live-wallet
Source worktree inspected/reused: E:\FlowMemory\flowmemory-live-ops
Branch: agent/real-value-pilot-ops-proof

Allowed folders used: docs/, infra/scripts/, package.json, README.md.
Forbidden folders respected: crates/, contracts/, services/, crypto/, 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:ops
npm run flowchain:real-value-pilot:e2e -- -AllowIncomplete
node infra/scripts/check-unsafe-claims.mjs
git diff --check
npm run flowchain:product-e2e
git diff --cached --check

Results:

  • npm run flowchain:real-value-pilot:ops: passed and wrote devnet/local/real-value-pilot/ops-e2e/flowchain-real-value-pilot-ops-e2e-report.json.
  • npm run flowchain:real-value-pilot:e2e -- -AllowIncomplete: exited 0; ops, wallet, and control-dashboard are present, with only contracts, bridge, and runtime still missing.
  • node infra/scripts/check-unsafe-claims.mjs: passed.
  • git diff --check / git diff --cached --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 approve live public operation, production bridge behavior, broad bridge readiness, production custody, tokenomics, or public launch.

@FlowmemoryAI FlowmemoryAI force-pushed the agent/real-value-pilot-ops-proof branch from 815f4cb to ecf7652 Compare May 14, 2026 03:16
@FlowmemoryAI FlowmemoryAI marked this pull request as ready for review May 14, 2026 03:17
@FlowmemoryAI FlowmemoryAI merged commit 6272bf1 into main May 14, 2026
8 checks passed
@FlowmemoryAI FlowmemoryAI deleted the agent/real-value-pilot-ops-proof branch May 14, 2026 03:17
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/ops] Add pilot ops proof command

1 participant