From a711ba36b694efd3ed7ef4a28d457eb53cdc2277 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 18 Feb 2026 20:32:03 -0800 Subject: [PATCH] Update roadmap status for session and pacing profile delivery --- docs/roadmap-status.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/roadmap-status.md b/docs/roadmap-status.md index 383ea46..d0665ee 100644 --- a/docs/roadmap-status.md +++ b/docs/roadmap-status.md @@ -58,6 +58,9 @@ Implemented now: 29. `secretapi` now validates critical config at startup and fails fast on invalid deploy combinations. 30. `secretapi` now ships an explicit `.env.example` deployment template aligned to current endpoint/runtime requirements. 31. Marketplace checkout confirm now validates on-chain tx sender/receipt and supports strict fail-closed verification mode. +32. Wallet session issuance and validation are implemented (`session_token` from `/secret/wallet/verify`) with optional fail-closed enforcement via `SECRET_API_REQUIRE_WALLET_SESSION`. +33. Marketplace/member/governance OpenAPI contracts now declare wallet-session usage for launcher/app-channel calls. +34. Offer catalogs and marketplace responses now carry execution pacing profiles (`governed_human_pace` vs `local_hardware_speed`) for connector/runtime policy alignment. Remaining in this repo: