harb/planner/prerequisite-tree.md
johba 3176dddebd chore: planner run 2026-03-27
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 08:08:55 +00:00

110 lines
4.8 KiB
Markdown

# Prerequisite Tree
<!-- Last updated: 2026-03-27 -->
## Phase 1 — Quality gate & release pipeline
### Objective: E2E quality gate (#1099)
- [x] Core E2E test suite exists (tests/e2e/, 7 files)
- [x] Mobile viewport coverage (#1099 — closed, merged PR #1139)
- [x] Cross-browser matrix (#1099 — closed, merged PR #1139)
- [x] OptimizerV3 test coverage (#1054 — closed)
- [x] Floor ratchet attack defeated (#1067, #1082 — closed)
- [x] int256 overflow patched (#1031 — closed)
- [x] Overflow guard for slots 1-7 (#997 — closed, merged 29b8f7d)
Status: DONE
### Objective: Conversion funnel verification (#1100)
- [x] Landing page exists
- [x] Staking app exists
- [x] E2E quality gate passing (#1099 — closed)
- [x] Funnel test: landing → swap → stake (07-conversion-funnel.spec.ts exists, covers full flow with analytics events)
- [x] Cross-browser spec glob fix (#1154 — closed)
Status: DONE
### Objective: Release pipeline
- [x] CI pipeline (Woodpecker)
- [x] Docker images (registry.niovi.voyage)
- [x] E2E quality gate integrated into release (#1099 — closed)
Status: DONE
### Objective: Analytics (#1101)
- [x] Self-hosted Umami deployed (Docker service, documented in ENVIRONMENT.md)
- [x] Landing page instrumented (landing/src/views/HomeView.vue, landing/src/main.ts)
- [x] Staking app instrumented (web-app/src/composables/useStake.ts, useSwapKrk.ts, useWallet.ts)
- [x] @harb/analytics package with funnel events (packages/analytics/src/index.ts)
- [x] E2E quality gate passing (#1099 — closed)
Status: DONE
## Phase 2 — Coordinated launch
### Objective: Pitch deck (#1155)
- [x] Phase 1 complete (E2E quality gate, conversion funnel, analytics all DONE)
- [x] Pitch deck created (landing/public/pitch-deck.html — merged via PR #1175, #1155 closed)
- [ ] Brand identity defined (human decision — #1155 comment: "No brand identity/domain yet")
- [ ] Pitch deck reviewed with final branding (awaits brand identity)
Status: BLOCKED — awaiting human decision on brand identity
### Objective: Domain registration
- [ ] Brand identity defined
- [ ] Domain registered and DNS configured
Status: BLOCKED — prerequisite chain (brand identity first)
### Objective: Influencer outreach
- [x] Pitch deck exists (landing/public/pitch-deck.html)
- [ ] Pitch deck reviewed with final branding
- [ ] At least 3 influencers committed
Status: BLOCKED — prerequisite chain
### Objective: Launch day deployment
- [x] LiquidityManager contract
- [x] UUPS upgradeable optimizer
- [x] Conversion funnel verified (07-conversion-funnel.spec.ts)
- [ ] Domain registered and pointing to infrastructure
- [ ] Pitch deck reviewed
- [ ] Influencers committed
- [ ] Adversarial testing depth for launch confidence (#1178 in progress — 2 real red-team runs, 1 ghost run excluded per #1177; need 3+ real runs)
Status: BLOCKED — prerequisite chain
## Phase 3 — Operations
### Objective: Community channel
- [ ] Launch day scheduled
Status: BLOCKED — prerequisite chain
### Objective: Optimizer governance
- [ ] Protocol live with real users
- [ ] Evolution pipeline producing validated candidates (requires fitness JSON + holdout validation)
Status: BLOCKED — prerequisite chain
## Foundation (cross-cutting)
### Objective: Contract safety
- [x] Floor ratchet attack defeated (#1067 — closed)
- [x] int256 overflow patched (#1031 — closed)
- [x] Overflow guard for slots 1-7 (#997 — closed, merged 29b8f7d)
- [x] Catch block clamping fix (#1019 — closed)
- [x] OptimizerV3 tested (#1054 — closed)
Status: DONE
### Objective: Evidence pipeline
- [x] Red-team formula exists
- [x] Evolution formula exists
- [x] Red-team produces persistent evidence (evidence/red-team/, 2 real files + 1 ghost)
- [x] Evolution commits via PR (#1047 — closed)
- [ ] Evolution pipeline produces committed fitness evidence (best.push3 untracked on master, no JSON fitness data — per #1166)
- [x] Holdout produces data (evidence/holdout/2026-03-22-issue517-adversarial-lp.json)
- [x] User-test produces data (evidence/user-test/2026-03-25.json + 2026-03-26 post-wallet-fix)
- [ ] Resources/protocol formulas produce data (formulas exist, evidence dirs empty)
Status: BLOCKED — 2 prerequisites unresolved
### Objective: User funnel fix
- [x] Wallet connector renders at 1280x720 viewport (#1156 — closed, verified by user-test 2026-03-26: 5/5 personas connect)
- [x] Desktop connect button visible at standard viewports (#1156 — closed)
- [x] attemptStake helper navigation fix (#1168 — closed, merged via PR #1171)
- [ ] Post-fix staking verification (0/5 staking success in last user-test; #1180 dispatched to re-verify)
Status: BLOCKED — 1 prerequisite unresolved (awaiting #1180 user-test results)
### Objective: E2E test hygiene
- [x] Cross-browser spec glob fix (#1154 — closed)
- [x] Woodpecker evidence-only PR pipeline (#1153 — closed)
Status: DONE