feat(sync): wire up cf-core sync module for cross-device localStorage #120
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#120
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
circuitforge_core.sync(cf-core #56 + #57) ships a shared opt-in localStorage sync module. Peregrine stores dismissed jobs and draft state in localStorage only — lost on browser clear, invisible on other devices.What to wire up
pip install -e ../circuitforge-core[sync]SYNC_DB_PATH/CLOUD_DATA_ROOTto.env.exampleperegrine:dismissed— dismissed job IDsperegrine:drafts— local draft cover letter statePOST /sync/pushafter save (Paid+ only)GET /sync/pulland merge into localStorageNotes
DELETE /sync/allmust be accessible from account settings (any tier)References
circuitforge_core/sync/