Skip to content

Replace dormant Bluesky model with isolated local accounts - #688

Open
micahflee wants to merge 1 commit into
mainfrom
issue-673-bluesky-local-accounts
Open

Replace dormant Bluesky model with isolated local accounts#688
micahflee wants to merge 1 commit into
mainfrom
issue-673-bluesky-local-accounts

Conversation

@micahflee

Copy link
Copy Markdown
Member

Closes #673

Summary

  • replace the dormant Bluesky schema with UUID-keyed local-account metadata and immutable unique DIDs
  • add private per-account runtime databases, durable job state, content-addressed media, and staging roots
  • initialize local storage on creation/reopen and require UUID-confirmed cleanup of the account partition and resources
  • add forward-migration, controller lifecycle/isolation, IPC cleanup, and renderer transition coverage

Verification

  • npm run lint
  • npx vitest run src --silent=true

The repository test wrapper could not launch in this Linux execution environment because the installed Electron artifact is the macOS binary; the complete src test set passed through direct Vitest.

(This was written by an LLM.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace the dormant Bluesky model with isolated local accounts

1 participant