mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
feat(notion-sync): one-way read-only pipeline view in Notion via MCP (#169)
Adds /notion-sync per the conditions agreed in discussion #166: tool-agnostic sync contract with Notion as the in-tree reference binding, silently optional (covers unconfigured, headless, and unauthenticated states), read-only toward the repo with the gitignored sync-state file as its only local write, write-once page bodies, documents sync as filenames only. Complements /html-report: deep local dashboard vs glanceable anywhere-view.
This commit is contained in:
@@ -21,6 +21,7 @@ venv/
|
||||
# Personal data (never commit these)
|
||||
salary_data.json
|
||||
job_scraper/seen_jobs.json
|
||||
job_scraper/notion_sync.json
|
||||
job_scraper/*.md
|
||||
*_BehavioralReport.pdf
|
||||
linkedin_Profile.pdf
|
||||
|
||||
Reference in New Issue
Block a user