docs(roadmap): reflect live deploy and current sepolia funding blocker
This commit is contained in:
parent
3ad2a32c55
commit
889db8ea3b
@ -12,7 +12,7 @@ Status key:
|
||||
2. Freeze token taxonomy: `DONE`
|
||||
3. Finalize membership contract interface targets: `DONE`
|
||||
4. Lock signature + intent protocol: `DONE`
|
||||
5. Add membership mint transaction stage in web flow: `DONE` (frontend + local backend implementation complete; deploy pending credentials)
|
||||
5. Add membership mint transaction stage in web flow: `DONE` (frontend + backend deployed; full e2e confirm blocked only by test wallet balance below mint value)
|
||||
6. Implement membership gate in marketplace checkout: `IN_PROGRESS` (store scaffold + gate logic implemented; live API pending)
|
||||
7. Ship offer registry schema: `DONE`
|
||||
8. Ship entitlement purchase schema/pipeline contracts: `IN_PROGRESS`
|
||||
@ -49,7 +49,7 @@ Implemented now:
|
||||
20. Store UI now supports distinct payer wallet overrides with ownership-proof signing before quote requests.
|
||||
21. Public web store preview is noindex and disabled by default unless explicit internal preview mode is enabled.
|
||||
22. Catalog distribution and public-surface deployment guardrails are documented for launcher-only commerce.
|
||||
23. Local split repos (`launcher`, `governance`, `contracts`) are initialized with seed commits and a publish runbook.
|
||||
23. Split repos (`launcher`, `governance`, `contracts`) are published to Gitea with seed commits and runbook alignment.
|
||||
24. Boundary and availability model documented with deterministic state machine and conformance vectors.
|
||||
25. Owner-gated admin/support model documented in API contracts, terms, and conformance vectors.
|
||||
26. Local backend implementation (`web/backend/secretapi`) now serves membership endpoints, governance install/lease endpoints, sponsor-aware payer flow, and deterministic integration tests.
|
||||
@ -63,14 +63,13 @@ Remaining in this repo:
|
||||
1. Wire live store checkout flow to production marketplace APIs when available.
|
||||
2. Replace deployment templates with real contract addresses after chain deployment.
|
||||
3. Add launcher/governance install UI that consumes governance installer APIs.
|
||||
4. Publish `launcher`, `governance`, and `contracts` split repos to Gitea once PAT/credential-helper auth is available in this environment.
|
||||
|
||||
Cross-repo dependencies (kernel/backend/contracts):
|
||||
|
||||
1. Implement `/secret/membership/quote` and `/secret/membership/confirm`: `IN_PROGRESS` (local implementation in `web/backend/secretapi`; deployment pending credentials).
|
||||
2. Implement membership contract and membership status reads: `IN_PROGRESS` (contract + local status path implemented; chain deployment pending).
|
||||
1. Implement `/secret/membership/quote` and `/secret/membership/confirm`: `IN_PROGRESS` (live deployment active; strict chain verification enabled; full confirm proof pending additional Sepolia wallet funding).
|
||||
2. Implement membership contract and membership status reads: `IN_PROGRESS` (contract deployed on Base Sepolia; mainnet deployment pending).
|
||||
3. Implement checkout APIs and entitlement mint pipeline.
|
||||
4. Implement runtime entitlement gate and evidence receipts.
|
||||
5. Implement member app channel APIs and deterministic event stream storage: `IN_PROGRESS` (local implementation in `web/backend/secretapi`; deployment pending credentials).
|
||||
5. Implement member app channel APIs and deterministic event stream storage: `IN_PROGRESS` (live deployment active with sqlite-backed deterministic event store).
|
||||
6. Implement governance install token/confirm/status APIs and signed package delivery: `IN_PROGRESS` (local implementation in `web/backend/secretapi`; package signing/deploy wiring pending).
|
||||
7. Implement org-root boundary claims and access class state transitions in runtime/API responses: `IN_PROGRESS` (principal/access-class scaffolding implemented locally; full runtime integration pending).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user