Make weekly briefing routine-ready: drop X, Notion-authoritative dedup, phone notification#1
Draft
Katherine-Peng wants to merge 7 commits into
Draft
Make weekly briefing routine-ready: drop X, Notion-authoritative dedup, phone notification#1Katherine-Peng wants to merge 7 commits into
Katherine-Peng wants to merge 7 commits into
Conversation
…p, phone notification - Remove X/Twitter scan + reporting (no X access; runs logged 'X not checked') - Add STEP 1d + STEP 5 note so dedup reads from Notion (durable across cloud fresh-clones) instead of relying on committing previously-recommended.md - Add STEP 7: notify via Notion @mention (reliable phone push) + best-effort PushNotification - Fix stale source count wording; document cloud Routine scheduling in README
- Re-add Benedict Evans as WebSearch-only source (author disabled RSS; site 403s bots) - STEP 7: make Google Calendar the primary phone-notification channel (Notion mention secondary), since Notion mentions aren't reaching the user and email can't auto-send - Add .gitignore; stop tracking .DS_Store (.DS_Store + logs/.DS_Store) - Refresh sources.md cache header (now manually maintained)
…); mention both Notion accounts
…ulleted summaries, Source Health as collapsed toggle; mention only katherinepeng.uk on the individual page
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.
What & why
Prepares the weekly briefing so it can run unattended as a Claude Code cloud Routine every Sunday 7pm, write to the existing Notion Learning Agent Recommendation page, and notify the phone. The briefing logic and Notion target already existed — this adds the missing pieces and removes a capability the agent doesn't actually have (X).
Changes —
prompts/weekly-briefing.mdXfields in the Sources-checked header and Source Health line so briefings honestly report what was scanned.previously-recommended.mdis a best-effort seed, not the source of truth (cloud runs start from a fresh clone and can only push toclaude/branches, so the file can't be relied on).PushNotification.Changes —
README.mdmain— routines clone the default branch, so the updated prompt only takes effect after merge.Notification channel verified live via a Notion @mention test comment on the Learning Agent Recommendation page.
Generated by Claude Code