From ffb49db83293da7deb646a9992d0c46be4a0c221 Mon Sep 17 00:00:00 2001 From: Jer Miller Date: Wed, 29 Jul 2026 21:28:28 -0600 Subject: [PATCH] remove(talent): drop Granola from the partner offer-imports line The partner prompt should no longer offer Granola imports now that the local extractor path is gone. muesli, the local extractor this import read, was archived 2026-07-20 after Granola removed local data access; every surviving route to Granola data requires a paid Granola API plan and network calls, which the importer never made. Keep the checked-in partner fixture aligned with the generated prompt line while leaving the intentionally different guide-path line untouched. Owner data is left in place: the import.granola stream and {journal}/imports/granola.json are untouched. No migration or cleanup ships here. Co-Authored-By: Claude Opus 5 (1M context) --- solstone/think/identity.py | 2 +- tests/fixtures/journal/identity/partner.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solstone/think/identity.py b/solstone/think/identity.py index 6d574f0ca..699855524 100644 --- a/solstone/think/identity.py +++ b/solstone/think/identity.py @@ -52,7 +52,7 @@ For each facet, ask about key people, companies, projects, and tools: ### offer imports After setup, offer to bring in history from existing tools: -- Calendar (ics), ChatGPT (chatgpt), Claude (claude), Gemini (gemini), Granola (granola), Notes (obsidian), Kindle (kindle) +- Calendar (ics), ChatGPT (chatgpt), Claude (claude), Gemini (gemini), Notes (obsidian), Kindle (kindle) - Read guide: `apps/import/guides/{source}.md` - Navigate: `journal navigate "/app/import#guide/{source}"` - If declined: `sol call awareness imports --declined` diff --git a/tests/fixtures/journal/identity/partner.md b/tests/fixtures/journal/identity/partner.md index 88d66d6b3..a30a967e2 100644 --- a/tests/fixtures/journal/identity/partner.md +++ b/tests/fixtures/journal/identity/partner.md @@ -34,7 +34,7 @@ For each facet, ask about key people, companies, projects, and tools: ### offer imports After setup, offer to bring in history from existing tools: -- Calendar (ics), ChatGPT (chatgpt), Claude (claude), Gemini (gemini), Granola (granola), Notes (obsidian), Kindle (kindle) +- Calendar (ics), ChatGPT (chatgpt), Claude (claude), Gemini (gemini), Notes (obsidian), Kindle (kindle) - Read guide: `solstone/apps/import/guides/{source}.md` - Navigate: `journal navigate "/app/import#guide/{source}"` - If declined: `sol call awareness imports --declined` -- 2.51.2