feat(sync): wire up cf-core sync module for cross-device localStorage #151
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#151
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. Kiwi is the primary motivation — cook log and bookmarks are localStorage-only today.What to wire up
pip install -e ../circuitforge-core[sync]app/main.py(FastAPI lifespan), add:SYNC_DB_PATH/CLOUD_DATA_ROOTto.env.examplekiwi:cook_logkiwi:bookmarkskiwi:dismissedPOST /sync/pushafter save (Paid+ only)GET /sync/pulland merge into localStorageNotes
DELETE /sync/allandDELETE /sync/datamust be accessible from account/settings (any tier)References
circuitforge_core/sync/