You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FLOWCHAIN_REAL_VALUE_PILOT.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,22 @@ pilot go. Until then, missing proof rows are blockers, not warnings.
79
79
| Ops path verifies required env, tiny caps, explicit owner ack, emergency stop, export evidence, restart recovery, and no-secret scans. | Ops/installer |`npm run flowchain:real-value-pilot:ops`| Missing dedicated pilot command. |
80
80
| Final pilot gate runs baseline commands plus every available dedicated proof command. | HQ/Ops |`npm run flowchain:real-value-pilot:e2e`| Added here; expected incomplete until subsystem commands land. |
81
81
82
+
## In-Flight Implementation Status
83
+
84
+
This HQ branch has inspected the active pilot worktrees and found branch-local
85
+
work that can feed future merges. None of the rows below is enough to mark the
86
+
owner pilot `go`, because the final proof commands still need to exist and pass
87
+
from `main`.
88
+
89
+
| Area | In-flight branch state | Required next step |
90
+
| --- | --- | --- |
91
+
| Contracts |`agent/real-value-pilot-contracts` reports passing contract tests, hardening, deploy dry-run, and product E2E after dependency install. | Merge reviewed contract work and expose a dedicated root pilot contracts proof command. |
92
+
| Bridge relayer |`agent/real-value-pilot-bridge` contains Base `8453` observer and mock pilot E2E work, with verification rows still pending. | Finish bridge verification, then expose a dedicated root bridge proof command. |
93
+
| Chain runtime |`agent/real-value-pilot-chain` contains bridge-credit runtime work in progress, with current pilot experiments still pending. | Finish runtime apply/replay/restart/export proof, then expose a dedicated root runtime proof command. |
94
+
| Wallet/operator |`agent/real-value-pilot-wallet` contains pilot signing, validation, schema, and operator-doc work with test rows still pending. | Finish wallet negative vectors and public metadata checks, then expose a dedicated root wallet proof command. |
95
+
| Control plane/dashboard |`agent/real-value-pilot-control-dashboard` contains pilot API/dashboard work and a service-local E2E, with checklist rows still incomplete. | Finish API/dashboard verification, then expose a dedicated root control-dashboard proof command. |
96
+
| Ops/installer |`agent/real-value-pilot-ops` contains root pilot wrappers, emergency stop, sanitized export, and a passing local checklist after an ops-side static-analysis wrapper change. | Reconcile product E2E hardening policy and merge a reviewed ops proof command. |
97
+
82
98
## Owner Go/No-Go Checklist
83
99
84
100
The owner should mark the pilot `go` only when all rows are true:
`missing-zero-check` and `low-level-calls` findings for
77
77
`contracts/bridge/BaseBridgeLockbox.sol`.
78
78
79
+
## In-Flight Worktree Evidence
80
+
81
+
The following evidence was inspected after PR #132 opened. It is not source of
82
+
truth until the work lands in reviewed PRs and merges to `main`.
83
+
84
+
| Area | Live branch evidence | Completion impact |
85
+
| --- | --- | --- |
86
+
| Contracts |`agent/real-value-pilot-contracts` reports `forge test`, `npm run contracts:hardening`, deploy dry-run, and `npm run flowchain:product-e2e` passing after local dependency install. | Candidate proof exists branch-locally, but no dedicated root pilot proof command is merged. |
87
+
| Bridge relayer |`agent/real-value-pilot-bridge` has Base `8453` observer and mock pilot E2E files, but the checklist still records observer, replay, local-credit, and product E2E proof rows as pending. | Still incomplete. |
88
+
| Chain runtime |`agent/real-value-pilot-chain` has bridge-credit runtime changes in progress; baseline cargo test passed before edits and current experiments remain pending. | Still incomplete. |
89
+
| Wallet/operator |`agent/real-value-pilot-wallet` has pilot signing, schemas, and docs in progress; all verification commands are still pending in its checklist. | Still incomplete. |
90
+
| Control plane/dashboard |`agent/real-value-pilot-control-dashboard` has pilot API/dashboard files and a service-local E2E, but its checklist still marks implementation and test rows incomplete. | Still incomplete. |
91
+
| Ops/installer |`agent/real-value-pilot-ops` has root pilot wrappers, emergency stop, sanitized export, and a passing checklist, including product E2E after an ops-side static-analysis wrapper change. | Candidate proof exists branch-locally, but not merged; it must reconcile with contracts hardening policy. |
92
+
79
93
## Uncovered Or Incomplete Requirements
80
94
81
95
- The new gates are not on `main`; PR #132 is still draft and unmerged.
Copy file name to clipboardExpand all lines: docs/agent-runs/real-value-pilot-hq/EXPERIMENTS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,8 @@ Last updated: 2026-05-14.
29
29
|`gh pr view 132 --repo FlowmemoryAI/FlowMemory --json ...`| Passed | PR #132 is open draft, merge state `CLEAN`, CI checks successful, not merged. |
30
30
|`npm run flowchain:real-value-pilot:e2e`| Failed as expected | Default gate failed clearly with six missing dedicated proof commands and wrote the report. |
31
31
|`npm run flowchain:l1-e2e`| Failed locally | Alias invoked full smoke and stopped in `contracts:hardening` because local Slither reported the same `BaseBridgeLockbox.releaseNative` findings. |
32
+
| Live pilot worktree inspection | Passed | Inspected `flowmemory-live-contracts`, `flowmemory-live-bridge`, `flowmemory-live-chain`, `flowmemory-live-wallet`, `flowmemory-live-control-dashboard`, and `flowmemory-live-ops` statuses, package scripts, and run notes. |
33
+
| Requested original worktree inspection refresh | Passed | Rechecked `flowmemory-chain`, `flowmemory-bridge-full`, `flowmemory-contracts`, `flowmemory-crypto`, `flowmemory-indexer`, `flowmemory-dashboard`, `flowmemory-review`, and `flowmemory-hq-review-loop` statuses and relevant package scripts. |
Copy file name to clipboardExpand all lines: docs/agent-runs/real-value-pilot-hq/PLAN.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,21 @@ GitHub source-of-truth state checked before edits:
85
85
|`E:\FlowMemory\flowmemory-hq-review-loop`|`agent/l1-loop-hq-review`| HQ review docs and `flowchain:l1-e2e` alias to full-smoke. | Reuse the baseline alias idea while documenting that a dedicated wrapper can replace it. |
86
86
|`E:\FlowMemory\flowchain-release`|`hq/real-value-pilot-goals`| Draft PR #129 goal prompts and launcher. | Treat as prompt source only; source of truth remains GitHub PR #129 until merged. |
87
87
88
+
## Live Pilot Worktree Snapshot
89
+
90
+
These branches contain the current real-value pilot implementation attempts.
91
+
They are useful coordination evidence only. The final gate still requires merged
92
+
root commands on `main`.
93
+
94
+
| Worktree | Branch | Current evidence | HQ state |
95
+
| --- | --- | --- | --- |
96
+
|`E:\FlowMemory\flowmemory-live-contracts`|`agent/real-value-pilot-contracts`| Checklist reports `forge test`, `npm run contracts:hardening`, deploy dry-run, and `npm run flowchain:product-e2e` passing after dependency install. Work is in `contracts/`, `script/`, and tests. | Useful contracts proof candidate; no dedicated root `flowchain:real-value-pilot:contracts` command exists on HQ/main yet. |
97
+
|`E:\FlowMemory\flowmemory-live-bridge`|`agent/real-value-pilot-bridge`| Adds bridge relayer pilot observer files, Base `8453` script, mock E2E code, and a branch-local `flowchain:real-value-pilot:e2e` script. Checklist still has implementation and verification rows unchecked. | Bridge proof remains in progress and unmerged. |
98
+
|`E:\FlowMemory\flowmemory-live-chain`|`agent/real-value-pilot-chain`| Runtime model/CLI/tests show pilot bridge-credit work in progress. Baseline cargo test passed before edits; current experiments are still pending. | Runtime proof remains in progress and unmerged. |
99
+
|`E:\FlowMemory\flowmemory-live-wallet`|`agent/real-value-pilot-wallet`| Adds pilot schemas, wallet/operator docs, and signing/validation code. Checklist still has implementation and test rows unchecked. | Wallet proof remains in progress and unmerged. |
100
+
|`E:\FlowMemory\flowmemory-live-control-dashboard`|`agent/real-value-pilot-control-dashboard`| Adds pilot control-plane API/dashboard files and a service-local `real-value-pilot:e2e` script. Checklist still shows API/dashboard/test rows unchecked. | Control-dashboard proof remains in progress and unmerged. |
101
+
|`E:\FlowMemory\flowmemory-live-ops`|`agent/real-value-pilot-ops`| Adds pilot ops/runbook scripts, emergency stop, sanitized export, and branch-local root `flowchain:real-value-pilot:e2e`; checklist reports unsafe-claims, diff check, and product E2E passing after an ops-side static-analysis wrapper change. | Ops proof candidate exists branch-locally, but it is not merged into HQ/main. |
102
+
88
103
## Implementation Plan
89
104
90
105
1. Create `docs/FLOWCHAIN_REAL_VALUE_PILOT.md` with the capped owner-pilot
0 commit comments