mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
feat(commands): add /gmail-sync - confirm-before-write status sync from Gmail (#170)
Scans Gmail (via the claude.ai Gmail connector) for status signals on open tracked applications - interview invites, assessments, offers, rejections - and proposes them as a sourced batch the user must approve before anything is written to job_search_tracker.csv or outcome.md. Never proposes hired/offer_declined (user's real-world decision), routes conflicting signals to manual /outcome, appends-only to Notes, idempotent by message ID, read-only against the mailbox, and degrades to one message + clean exit without the connector (the /notion-sync precedent). State is gitignored personal data. By @chenyuan99, who raised the connector-dependency tension himself and restructured classification and writing into separate approval-gated steps.
This commit is contained in:
@@ -66,6 +66,9 @@ documents/postings/**
|
||||
# Personal job search tracking
|
||||
job_search_tracker.csv
|
||||
|
||||
# Gmail sync state (message IDs, subjects - personal data)
|
||||
gmail_sync/
|
||||
|
||||
# Generated reports (personal output from /html-report)
|
||||
reports/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user