Move the Notion write-path health check and any future recurring Notion automations to a remote host so they are not gated on the laptop being awake.
mcp_servers entry.ANTHROPIC_API_KEY, Notion internal integration token (already stored in .credentials/vault.env).logs/notion-health/) so Sam has a remote audit trail.Create a new repo under Sam's GitHub (or add to an existing infra repo). Drop in a .github/workflows/notion-health.yml that runs weekly. The action body calls the Anthropic API with the Notion MCP server configured. Pull the exact prompt from the local scheduled task notion-write-path-health at /Users/samaguiar/Documents/Claude/Scheduled/notion-write-path-health/SKILL.md. Store ANTHROPIC_API_KEY and NOTION_INTEGRATION_TOKEN as repo secrets. Once the remote runs green twice, disable the local scheduled task so we do not double-fire.