generated from hack-ink/vibe-mono
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
area:apiHTTP API service and request/response contracts.HTTP API service and request/response contracts.area:serviceRetrieval logic, ranking, and request orchestration.Retrieval logic, ranking, and request orchestration.kind:featNew capability or product behavior that is not primarily a refactor or cleanup.New capability or product behavior that is not primarily a refactor or cleanup.theme:governanceApproval workflows, review queues, policy, and auditability.Approval workflows, review queues, policy, and auditability.
Description
Summary
Add explicit multi-agent memory spaces and sharing grants.
Problem
Multi-agent collaboration needs explicit permissioned sharing; implicit visibility is unsafe.
In Scope
- Define spaces:
private,team_shared,org_shared. - Add publish/grant actions for controlled sharing.
- Enforce read/write permissions in list/search/details APIs.
- Record who shared what and when.
Out of Scope
- Organization-wide RBAC redesign.
- Cross-tenant sharing.
Deliverables
- Space and grant model.
- API permission checks.
- Audit fields and logs.
- Tests for access control boundaries.
Acceptance Criteria
- Private memory is hidden by default.
- Sharing requires explicit publish/grant operations.
- Access checks are enforced consistently.
- Audit trail captures sharing actor and timestamp.
Dependencies
Implementation Checklist
- Space model and migration.
- Grant APIs.
- Enforcement in search and detail endpoints.
- Audit and integration tests.
Done When
- Multi-agent sharing is explicit, auditable, and safe by default.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:apiHTTP API service and request/response contracts.HTTP API service and request/response contracts.area:serviceRetrieval logic, ranking, and request orchestration.Retrieval logic, ranking, and request orchestration.kind:featNew capability or product behavior that is not primarily a refactor or cleanup.New capability or product behavior that is not primarily a refactor or cleanup.theme:governanceApproval workflows, review queues, policy, and auditability.Approval workflows, review queues, policy, and auditability.