From 8361a5b8e20bff96dd9a7d7d767f0c890cb96d17 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Mon, 27 Jul 2026 06:35:42 -0700 Subject: [PATCH] docs: describe project sharing as shipped on the settings page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Groups card still called sharing "the upcoming sharing feature". It has shipped — memory_visibility, groups, user_groups and project_shares are all live — so the card now describes what group membership actually does: read access for member groups, write access for read-write groups. Authored on the fix/memory-list-project-filter branch on 2026-07-05 and never committed; that branch is otherwise fully merged via PR #7. Co-Authored-By: Claude Opus 5 (1M context) --- apps/web/app/(authed)/settings/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/web/app/(authed)/settings/page.tsx b/apps/web/app/(authed)/settings/page.tsx index 6a4c23b..ea80a23 100644 --- a/apps/web/app/(authed)/settings/page.tsx +++ b/apps/web/app/(authed)/settings/page.tsx @@ -63,7 +63,9 @@ export default async function SettingsPage() { OIDC group memberships from your IdP, refreshed at sign-in. Used - by the upcoming sharing feature to scope project visibility. + to scope project sharing — memories and snippets in a shared + project are readable by member groups and editable by read-write + groups.