config: repoint NOTION_SYNC_PARENT_PAGE_ID at "Claude" root (Memory Index is 404) - #71
Merged
Merged
Conversation
The old "Memory Index" page (3a045572-b580-81c5-a067-df834ca9ecc2) is now 404 -- deleted or unshared with the integration during a manual Notion reorg on 2026-08-01. Repointing new-page parenting at the "Claude" page (3a045572-b580-8007-b622-c120958557bf), which is being adopted as the new root going forward, mirroring the existing "Gemini" root page convention used by delegate_agent's log_to_notion option.
…eed to be set per-workspace Both "has a working default" descriptions were misleading for self-hosters: the defaults point to pages/databases in the original deployer's own Notion workspace, which a new user's own Notion integration has no access to. Spells out what to actually do (share a page/database with your integration, grab its ID from the URL, set the env var).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The old
NOTION_SYNC_PARENT_PAGE_IDpointed at the "Memory Index" page (3a045572-b580-81c5-a067-df834ca9ecc2), which went 404 during a manual Notion workspace reorg on 2026-08-01 — either deleted or unshared with the integration.The workspace is adopting the existing "Claude" page (
3a045572-b580-8007-b622-c120958557bf) as the new root going forward, mirroring the existing "Gemini" root-page convention already used bydelegate_agent'slog_to_notionoption.This updates the default so any future
sync_mem0_to_notioncalls parent new pages under "Claude" instead of the dead page. No other references to the old page ID exist elsewhere in the codebase (verified via full-repo content search).Also included: README clarification for
NOTION_SYNC_PARENT_PAGE_IDandNOTION_INDEX_DATABASE_ID. Both were documented as "has a working default," which is misleading for anyone self-hosting this server — the defaults point to pages/databases in the original deployer's own Notion workspace, invisible to a new user's own Notion integration. Now spells out that self-hosters need to share their own page/database with their integration and set these explicitly.