Merge pull request #29 from outis1one/claude/read-repo-wA3y1

Claude/read repo w a3y1
This commit is contained in:
Outis
2026-03-27 13:10:53 -04:00
committed by GitHub
7 changed files with 64 additions and 42 deletions
+11
View File
@@ -201,6 +201,17 @@ const messageHandlers = {
await setupAutoSyncAlarm();
},
async 'get:decrypted-config'(_message, _sender, sendResponse) {
try {
const mappings = await Storage.getMappings();
const identity = await Storage.getIdentity();
const settings = await Storage.getSettings();
sendResponse({ mappings, identity, settings });
} catch {
sendResponse(null);
}
},
async 'org:config-changed'() {
await setupOrgPolicyAlarm();
},