Design and implement per-user tenancy #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add a tenancy model so AMCS can safely separate data by user, tenant, or workspace instead of assuming a single shared memory space.
Why
Per-user tenancy is listed as a deferred feature in the implementation plan. It becomes important if AMCS is used by multiple users, agents, or client applications that should not share the same thought/project namespace.
Scope ideas
Acceptance criteria
Source
Deferred feature from
llm/plan.md: per-user tenancy.