Skip to content

Commit 54ec8ee

Browse files
author
FlowMemory HQ Agent
committed
Map pilot proof issues
1 parent d1198ff commit 54ec8ee

5 files changed

Lines changed: 34 additions & 20 deletions

File tree

docs/FLOWCHAIN_REAL_VALUE_PILOT.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,19 +140,32 @@ in committed files, or if any document presents the pilot as public readiness.
140140

141141
## Current Blockers
142142

143-
- Dedicated real-value contracts gate does not exist.
144-
- Dedicated real-value bridge relayer gate does not exist.
145-
- Dedicated real-value runtime gate does not exist.
146-
- Dedicated real-value wallet/operator gate does not exist.
147-
- Dedicated real-value control-plane/dashboard gate does not exist.
148-
- Dedicated real-value ops/installer gate does not exist.
143+
- Dedicated real-value contracts gate does not exist; tracked by issue #133.
144+
- Dedicated real-value bridge relayer gate does not exist; tracked by issue #138.
145+
- Dedicated real-value runtime gate does not exist; tracked by issue #134.
146+
- Dedicated real-value wallet/operator gate does not exist; tracked by issue #136.
147+
- Dedicated real-value control-plane/dashboard gate does not exist; tracked by issue #137.
148+
- Dedicated real-value ops/installer gate does not exist; tracked by issue #135.
149149
- GitHub issue #130 must define and be accepted as the release-gate boundary before
150150
any owner pilot work is treated as more than capped validation.
151151
- GitHub issue #131 has a branch-local policy fix in this HQ PR: default
152152
`contracts:hardening` skips optional Slither unless the audit gate is
153153
explicitly requested. The issue remains open until the fix is reviewed and
154154
merged.
155155

156+
## Tracking Issues
157+
158+
| Area | Issue | Required command |
159+
| --- | --- | --- |
160+
| Contracts | #133 | `npm run flowchain:real-value-pilot:contracts` |
161+
| Bridge relayer | #138 | `npm run flowchain:real-value-pilot:bridge` |
162+
| Chain runtime | #134 | `npm run flowchain:real-value-pilot:runtime` |
163+
| Wallet/operator | #136 | `npm run flowchain:real-value-pilot:wallet` |
164+
| Control plane/dashboard | #137 | `npm run flowchain:real-value-pilot:control-dashboard` |
165+
| Ops/installer | #135 | `npm run flowchain:real-value-pilot:ops` |
166+
| Release-gate boundary | #130 | `npm run flowchain:real-value-pilot:e2e -- -AllowIncomplete` until proofs land |
167+
| Static-analysis policy | #131 | `npm run contracts:hardening`; `npm run contracts:hardening:slither` |
168+
156169
## Required PR Evidence
157170

158171
Every real-value pilot PR must include:

docs/agent-runs/real-value-pilot-hq/CHECKLIST.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ Last updated: 2026-05-14.
2424

2525
## Gate Blocker Rows
2626

27-
- [ ] Contracts: chain ID `8453`, lockbox config, caps, allowlist, pause,
27+
- [ ] Contracts (#133): chain ID `8453`, lockbox config, caps, allowlist, pause,
2828
release/recovery, replay protections, dry-run deploy, and source instructions.
29-
- [ ] Bridge relayer: Base observation, confirmation depth, deterministic credit,
29+
- [ ] Bridge relayer (#138): Base observation, confirmation depth, deterministic credit,
3030
duplicate handling, local handoff, withdrawal/release evidence.
31-
- [ ] Runtime: apply pilot credit exactly once, receipt lookup, restart,
31+
- [ ] Runtime (#134): apply pilot credit exactly once, receipt lookup, restart,
3232
export/import, deterministic roots.
33-
- [ ] Wallet/operator: no-secret config, pilot message signing, negative vectors,
33+
- [ ] Wallet/operator (#136): no-secret config, pilot message signing, negative vectors,
3434
public metadata export, next-command UX.
35-
- [ ] Control plane/dashboard: pilot API, redaction, owner labels, live/degraded
35+
- [ ] Control plane/dashboard (#137): pilot API, redaction, owner labels, live/degraded
3636
state, next operator commands, browser no-secret boundary.
37-
- [ ] Ops/installer: env validation, tiny cap checks, explicit owner ack,
37+
- [ ] Ops/installer (#135): env validation, tiny cap checks, explicit owner ack,
3838
emergency stop, evidence export, restart recovery, troubleshooting.
3939

4040
These remain unchecked because they are not merged into `main` as dedicated

docs/agent-runs/real-value-pilot-hq/COMPLETION_AUDIT.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,9 @@ truth until the work lands in reviewed PRs and merges to `main`.
112112
- GitHub issue #131 is still open. This branch contains a policy fix and local
113113
product/L1 E2E now passes, but `main` is unchanged until PR #132 merges.
114114
- `flowchain:real-value-pilot:e2e` does not pass without `-AllowIncomplete`.
115-
- Dedicated subsystem proof commands do not exist yet:
116-
`flowchain:real-value-pilot:contracts`,
117-
`flowchain:real-value-pilot:bridge`,
118-
`flowchain:real-value-pilot:runtime`,
119-
`flowchain:real-value-pilot:wallet`,
120-
`flowchain:real-value-pilot:control-dashboard`, and
121-
`flowchain:real-value-pilot:ops`.
115+
- Dedicated subsystem proof commands do not exist yet and are tracked by:
116+
contracts issue #133, bridge issue #138, runtime issue #134, wallet issue
117+
#136, control-dashboard issue #137, and ops issue #135.
122118
- `flowchain:l1-e2e` is only a branch alias to `flowchain:full-smoke` in this
123119
HQ PR; it is not on `main`. It now passes locally after the branch static-
124120
analysis policy update.
@@ -133,6 +129,7 @@ truth until the work lands in reviewed PRs and merges to `main`.
133129
contracts-owned fix if the owner chooses to require Slither findings in the
134130
default gate.
135131
4. Merge or rebase the richer ops `flowchain:l1-e2e` wrapper when ready.
136-
5. Have each subsystem agent add its dedicated pilot proof command.
132+
5. Have each subsystem agent close its dedicated pilot proof issue:
133+
#133, #138, #134, #136, #137, and #135.
137134
6. Rerun `npm run flowchain:real-value-pilot:e2e` without
138135
`-AllowIncomplete` only after all dedicated proof commands exist.

docs/agent-runs/real-value-pilot-hq/EXPERIMENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Last updated: 2026-05-14.
4343
| `npm run flowchain:l1-e2e` | Passed | Current alias to `flowchain-full-smoke.ps1` passed and wrote `devnet/local/full-smoke/flowchain-full-smoke-report.json`. |
4444
| Post static-analysis docs checks | Passed | `node infra/scripts/check-unsafe-claims.mjs`, `git diff --check`, and `npm run flowchain:real-value-pilot:e2e -- -AllowIncomplete` passed after recording the static-analysis policy evidence. |
4545
| Post release-boundary docs checks | Passed | `node infra/scripts/check-unsafe-claims.mjs`, `git diff --check`, and `npm run flowchain:real-value-pilot:e2e -- -AllowIncomplete` passed after adding the issue #130 release-gate boundary. |
46+
| `gh issue create ...` for subsystem proof commands | Passed | Created contracts #133, runtime #134, ops #135, wallet #136, control-dashboard #137, and bridge #138. |
47+
| Post subsystem-issue mapping checks | Passed | `node infra/scripts/check-unsafe-claims.mjs`, `git diff --check`, and `npm run flowchain:real-value-pilot:e2e -- -AllowIncomplete` passed after mapping #133 through #138 into HQ docs. |
4648

4749
## Static Analysis Policy Update
4850

docs/agent-runs/real-value-pilot-hq/NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Last updated: 2026-05-14.
1717
release-gate boundary for observer reads, deposits, release/recovery, local
1818
credit application, dashboard display, and explicitly out-of-scope public
1919
readiness claims.
20+
- Missing subsystem proof commands are now tracked by GitHub issues #133
21+
through #138.
2022
- Issue #131 is the active contracts/static-analysis issue for reconciling
2123
local Slither findings that block product and L1 E2E evidence.
2224
- PR #132 now includes an allowed `infra/scripts/` fix for #131: the default

0 commit comments

Comments
 (0)