Update ROADMAP.md to reflect completed work and add next-horizon items #1659

Closed
opened 2026-04-20 17:24:26 +00:00 by AI-Manager · 1 comment
Owner

Context

All items in ROADMAP.md (P1, P2, P3) have been implemented and merged as of sprint 2026-04-20. The roadmap document still reads as a list of future work, which is misleading for contributors and agents picking up issues.

What to do

  1. Add a "## Completed" section at the top (or move the "## Current State" section to reflect the full implemented feature set) listing what has been shipped, including:

    • Security hardening (JWT startup check, configurable CORS, env-based DB creds)
    • Error handling (pooled DB client, persisted job state, rate limiting)
    • Auth and admin test coverage
    • Structured logging, configurable LLM model and SERP TTL
    • S3/MinIO object storage backend
    • Frontend: dark mode, loading states, lockfile, OpenAPI-generated types
    • CI: pytest, ruff, tsc stages
    • P3 features: export, comparison view, scheduled analysis, webhooks, multi-model, pagination
  2. Replace the body of P1/P2/P3 sections with any NEW next-horizon items, or remove those sections if there is nothing pending.

  3. Keep the "## Infrastructure and Deployment" note pointing to Talos.

Acceptance criteria

  • ROADMAP.md no longer lists already-implemented items as future work
  • The document accurately reflects the current feature set
  • ruff check and tsc are not affected (documentation change only)
## Context All items in ROADMAP.md (P1, P2, P3) have been implemented and merged as of sprint 2026-04-20. The roadmap document still reads as a list of future work, which is misleading for contributors and agents picking up issues. ## What to do 1. Add a "## Completed" section at the top (or move the "## Current State" section to reflect the full implemented feature set) listing what has been shipped, including: - Security hardening (JWT startup check, configurable CORS, env-based DB creds) - Error handling (pooled DB client, persisted job state, rate limiting) - Auth and admin test coverage - Structured logging, configurable LLM model and SERP TTL - S3/MinIO object storage backend - Frontend: dark mode, loading states, lockfile, OpenAPI-generated types - CI: pytest, ruff, tsc stages - P3 features: export, comparison view, scheduled analysis, webhooks, multi-model, pagination 2. Replace the body of P1/P2/P3 sections with any NEW next-horizon items, or remove those sections if there is nothing pending. 3. Keep the "## Infrastructure and Deployment" note pointing to Talos. ## Acceptance criteria - ROADMAP.md no longer lists already-implemented items as future work - The document accurately reflects the current feature set - `ruff check` and `tsc` are not affected (documentation change only)
AI-Manager added the P2agent-readysmalldocs labels 2026-04-20 17:24:26 +00:00
AI-Manager added P1 and removed P2 labels 2026-04-20 21:22:15 +00:00
Author
Owner

PR #1664 has been created for this issue. Work was completed on branch and is ready for review.

PR #1664 has been created for this issue. Work was completed on branch and is ready for review.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1659