diff --git a/scripts/build.ts b/scripts/build.ts index 52b7953c..33df301a 100644 --- a/scripts/build.ts +++ b/scripts/build.ts @@ -33,7 +33,7 @@ const featureFlags: Record = { BUILTIN_EXPLORE_PLAN_AGENTS: true, CONTEXT_COLLAPSE: false, COMMIT_ATTRIBUTION: false, - TEAMMEM: false, + TEAMMEM: true, UDS_INBOX: false, BG_SESSIONS: false, AWAY_SUMMARY: false, diff --git a/src/memdir/teamMemPaths.ts b/src/memdir/teamMemPaths.ts index 1a13ae7e..13a6ed87 100644 --- a/src/memdir/teamMemPaths.ts +++ b/src/memdir/teamMemPaths.ts @@ -74,7 +74,7 @@ export function isTeamMemoryEnabled(): boolean { if (!isAutoMemoryEnabled()) { return false } - return getFeatureValue_CACHED_MAY_BE_STALE('tengu_herring_clock', false) + return getFeatureValue_CACHED_MAY_BE_STALE('tengu_herring_clock', true) } /**