Skip to content

feat: persist additional repo configs in vault file for cross-device sync#22

Merged
rhoades-brown merged 2 commits into
mainfrom
feat/vault-repo-config
May 30, 2026
Merged

feat: persist additional repo configs in vault file for cross-device sync#22
rhoades-brown merged 2 commits into
mainfrom
feat/vault-repo-config

Conversation

@rhoades-brown

Copy link
Copy Markdown
Owner

Store additional repository configurations in a vault file so they sync across devices via the primary repo. Tokens remain in encrypted SecretStorage.

Changes

  • Vault config file (.github-sync-repos.json): Stores repo configs (owner, repo, branch, localPath, etc.) without tokens
  • Load/save integration: loadSettings merges vault configs; saveSettings writes back via vault.create/vault.modify so the file is indexed and synced
  • README update: Title matches manifest.json, all features documented, community plugin install instructions added, placeholder text removed
  • Test mock: DataAdapter mock with exists/read/write and adapter property on Vault

@rhoades-brown rhoades-brown merged commit 1ef918e into main May 30, 2026
5 checks passed
@rhoades-brown rhoades-brown deleted the feat/vault-repo-config branch May 30, 2026 20:28
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.

1 participant