From e60cf86a057fd4fe194a3cb40020b9f95940571c Mon Sep 17 00:00:00 2001 From: Jeffrey Smith Date: Fri, 27 Mar 2026 14:10:59 +0000 Subject: [PATCH] Add settings audit milestones to roadmap (v0.2.7-v0.2.9) - v0.2.7: Admin settings E2E audit + packages surface verification - v0.2.8: User settings E2E audit + visibility gating - v0.2.9: Team admin audit pass 1 (pre-workflow baseline) - v0.3.x: Settings audit pass 2 (focused on workflow/team-role changes) Co-Authored-By: Claude Opus 4.6 (1M context) --- ROADMAP.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index f9b404a..77707d8 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -95,6 +95,27 @@ SDK stabilization, and the first rebuilt extension (tasks). |------|--------|-------------| | Extension lifecycle | ⬚ | Define permanent vs PoC extensions. Package graduation criteria. Dependency policy. What ships with core vs what's installed separately. | +### v0.2.7 — Admin Settings Audit + +| Step | Status | Description | +|------|--------|-------------| +| Admin settings E2E | ⬚ | Verify all surviving admin settings work end-to-end: default surface, registration, banner, message bar, footer, vault, email. Remove any handler/store vestiges of deleted settings (search, compaction, memory). | +| Packages surface | ⬚ | Verify packages page correctly shows installed vs available. Enable/disable works. Broken post-fork surfaces identified and either fixed or marked. | + +### v0.2.8 — User Settings Audit + +| Step | Status | Description | +|------|--------|-------------| +| User settings E2E | ⬚ | Verify all user settings sections: General (default surface), Appearance (theme, scale, font), Profile (display name, avatar, handle), Connections, Notifications. Remove dead features, fix broken states. | +| Visibility gating | ⬚ | Ensure settings sections only show features that are actually available. Hide empty sections. Respect `user_overridable` flag from extension manifests. | + +### v0.2.9 — Team Admin Settings Audit (Pass 1) + +| Step | Status | Description | +|------|--------|-------------| +| Team admin E2E | ⬚ | Verify team member management, team settings cascade, role assignment (admin/member). Audit for dead code from pre-fork team features. First pass — validates current functionality before v0.3.x adds team roles. | +| User settings team tab | ⬚ | Verify the Teams section in user settings — team list, join/leave, team-scoped settings. | + ## v0.3.x — Workflow Architecture Workflows are the core platform capability. This series implements the @@ -107,6 +128,7 @@ full multi-step automation system with team role integration. | Workflow design session | ⬚ | Define what "workflow" means in the extension-first model. Determine if the existing `workflows` table/handler survives, gets rebuilt, or gets removed. Document the Starlark contract for multi-step automation. See `docs/DESIGN-WORKFLOW-REDESIGN-0.2.6.md`. | | Team roles | ⬚ | Different roles per team responsible for different workflow stages. Role-based stage assignment, multi-party validation (2-party sign-off at stage boundaries). | | Trigger composition model | ⬚ | How do triggers, schedules, and workflows compose? Event chains, conditional branching, error handling. Design doc before code. | +| Settings audit pass 2 | ⬚ | Focused audit of team admin + user settings for workflow/team-role changes applied in this series. Validates new team role UI, stage assignment settings, workflow preferences. | ## v0.4.0 — Notes Surface