Mirror Local State To A Remote Account

An opt-in switch that mirrors a local flag onto a signed-in remote account — turning it on back-fills everything already flagged, turning it off stops mirroring and deliberately does not undo, and the per-item call is three-valued so "not attempted" is distinguishable from "failed". Covers writing locally first and unconditionally, which of the two paths is allowed to speak to the user, and why the back-fill is sequential. Use when a mirrored flag silently disagrees with the account, when the user cannot tell a failure from a no-op, or before wiring a settings switch to a remote write.

maxrave-dev Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/mirror-local-state-to-a-remote-account commit 3096f9676c

Frequently asked questions

npx skillmds@latest add maxrave-dev/mirror-local-state-to-a-remote-account