6.1 KiB
6.1 KiB
EDUT Membership Roadmap Status
Status key:
DONE: committed in this repoIN_PROGRESS: partially implementedPENDING: specified but not yet built in this repo
Core Steps
- Lock core model (
membership required,membership != license):DONE - Freeze token taxonomy:
DONE - Finalize membership contract interface targets:
DONE - Lock signature + intent protocol:
DONE - Add membership mint transaction stage in web flow:
DONE(frontend + backend deployed; on-chain Base Sepolia quote/confirm flow validated end-to-end againstapi.edut.dev) - Implement membership gate in marketplace checkout:
IN_PROGRESS(store scaffold + gate logic implemented; live API pending) - Ship offer registry schema:
DONE - Ship entitlement purchase schema/pipeline contracts:
IN_PROGRESS - Bind entitlements to runtime activation:
PENDING - Add issuer layer interfaces and manifest schema:
DONE - Harden policy/legal surfaces for utility-access framing:
DONE - Add conformance vectors for fail-closed gating:
DONE - Freeze org-boundary + availability class model (
connected/sovereign):DONE - Freeze owner-gated admin/support plane (
org_root_ownervsworkspace_member):DONE
This Repo Specifically (web)
Implemented now:
- Wallet-first landing flow with intent + signature + membership tx hooks.
- Post-mint app delivery step (
download your platform) for immediate member value. - Membership-gated architecture spec.
- Step-based roadmap without timelines.
- Frozen v1 schemas and examples.
- Interface target document for contracts/APIs.
- Pricing policy with 100 USDC floor rule.
- Terms utility-only non-investment clause.
- Store page upgraded from static to live-state scaffold with membership gate behavior.
- OpenAPI contract + request/response examples for secret-system endpoints.
- Conformance vectors + failure matrix + release gate + security checklist.
- Deployment templates + invariants + chain operations runbook.
- Issuer onboarding pack, migration policy, trust page spec, and integration mapping docs.
- Public
/trustpage scaffold aligned with trust-page spec. - Dedicated marketplace OpenAPI contract and examples.
- Member app channel contract, examples, backend handoff checklist, and conformance vectors.
- Download endpoints now validate wallet membership status before authorizing channel messaging.
- Governance install API contract, examples, backend handoff checklist, and conformance vectors.
- Repo boundary blueprint and free launcher specification aligned with first paid governance model.
- Store UI now supports distinct payer wallet overrides with ownership-proof signing before quote requests.
- Public web store preview is noindex and disabled by default unless explicit internal preview mode is enabled.
- Catalog distribution and public-surface deployment guardrails are documented for launcher-only commerce.
- Split repos (
launcher,governance,contracts) are published to Gitea with seed commits and runbook alignment. - Boundary and availability model documented with deterministic state machine and conformance vectors.
- Owner-gated admin/support model documented in API contracts, terms, and conformance vectors.
- Local backend implementation (
web/backend/secretapi) now serves membership endpoints, governance install/lease endpoints, sponsor-aware payer flow, and deterministic integration tests. - Local backend member app channel endpoints now serve deterministic register/unregister, poll, idempotent ack, and owner-only support ticket flows with sqlite-backed event/audit state.
- Membership confirm now supports strict fail-closed mode (
SECRET_API_REQUIRE_ONCHAIN_TX_VERIFICATION) that requires chain receipt verification when enabled. secretapinow validates critical config at startup and fails fast on invalid deploy combinations.secretapinow ships an explicit.env.exampledeployment template aligned to current endpoint/runtime requirements.- Marketplace checkout confirm now validates on-chain tx sender/receipt and supports strict fail-closed verification mode.
- Wallet session issuance and validation are implemented (
session_tokenfrom/secret/wallet/verify) with optional fail-closed enforcement viaSECRET_API_REQUIRE_WALLET_SESSION. - Marketplace/member/governance OpenAPI contracts now declare wallet-session usage for launcher/app-channel calls.
- Offer catalogs and marketplace responses now carry execution pacing profiles (
governed_human_pacevslocal_hardware_speed) for connector/runtime policy alignment.
Remaining in this repo:
- Wire live store checkout flow to production marketplace APIs when available.
- Replace deployment templates with real contract addresses after chain deployment:
IN_PROGRESS(Base Sepolia addresses captured indocs/deployment/contract-addresses.base-sepolia.json; mainnet pending). - Keep cross-repo address parity with
/Users/vsg/Documents/VSG Codex/contracts/deploy/runtime-addresses.base-sepolia.json:IN_PROGRESS. - Add launcher/governance install UI that consumes governance installer APIs.
Cross-repo dependencies (kernel/backend/contracts):
- Implement
/secret/membership/quoteand/secret/membership/confirm:DONE(api.edut.devlive; typed-signature intent, quote, tx submit, confirm, and membership status read validated on Base Sepolia). - Implement membership contract and membership status reads:
IN_PROGRESS(membership contract deployed on Base Sepolia in ETH test mode; mainnet USDC deployment pending). - Implement checkout APIs and entitlement mint pipeline.
- Implement runtime entitlement gate and evidence receipts.
- Implement member app channel APIs and deterministic event stream storage:
IN_PROGRESS(live deployment active with sqlite-backed deterministic event store). - Implement governance install token/confirm/status APIs and signed package delivery:
IN_PROGRESS(local implementation inweb/backend/secretapi; package signing/deploy wiring pending). - 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).