cesjavi commited on
Commit
d817259
·
1 Parent(s): da5f2da

Roadmap: Phase 8 Complete

Browse files
Files changed (1) hide show
  1. ROADMAP.md +2 -2
ROADMAP.md CHANGED
@@ -60,12 +60,12 @@ This document tracks the practical evolution of Aubm from a working multi-agent
60
  - [x] Real-Time Logs: Backend SSE stream for `agent_logs`, frontend console integration, project/task stream filters, and Supabase-token authorization are implemented.
61
  - [x] Collaborative Editing: Manual output editing and human review sessions for generated outputs; implemented via `PATCH /tasks/{id}/output`.
62
 
63
- ## Phase 8: Enterprise Multi-Tenancy & Governance (In Progress)
64
  - [x] Team Management UI: Full interface for creating teams, inviting members, and assigning roles (admin, editor, viewer).
65
  - [x] Team-Aware Project Creation: Select team workspaces during project setup to enable shared context and RLS-enforced collaboration.
66
  - [x] Audit Explorer: Searchable and filterable UI for system-wide audit logs, including metadata inspection and deep links.
67
  - [x] Bulk Audit Export: Download audit logs as CSV for compliance and external reporting.
68
- - [ ] Role-Based Marketplace: (Next) Allow teams to publish and share internal agent templates within their own workspace.
69
 
70
  ---
71
 
 
60
  - [x] Real-Time Logs: Backend SSE stream for `agent_logs`, frontend console integration, project/task stream filters, and Supabase-token authorization are implemented.
61
  - [x] Collaborative Editing: Manual output editing and human review sessions for generated outputs; implemented via `PATCH /tasks/{id}/output`.
62
 
63
+ ## Phase 8: Enterprise Multi-Tenancy & Governance (Complete)
64
  - [x] Team Management UI: Full interface for creating teams, inviting members, and assigning roles (admin, editor, viewer).
65
  - [x] Team-Aware Project Creation: Select team workspaces during project setup to enable shared context and RLS-enforced collaboration.
66
  - [x] Audit Explorer: Searchable and filterable UI for system-wide audit logs, including metadata inspection and deep links.
67
  - [x] Bulk Audit Export: Download audit logs as CSV for compliance and external reporting.
68
+ - [x] Role-Based Marketplace: Teams can publish and share internal agent templates within their own workspace; implemented via `team_id` on templates and AgentsView sharing.
69
 
70
  ---
71