fix: swap primary/legacy key derivation in encryption module

This commit is contained in:
oyi77
2026-05-04 19:19:25 +07:00
committed by diegosouzapw
parent 291ad52891
commit 773d71204f
3 changed files with 625 additions and 27 deletions

View File

@@ -11,6 +11,7 @@ export default defineConfig({
"src/app/**/dashboard/endpoint/__tests__/**/*.test.tsx",
"src/lib/memory/__tests__/**/*.test.ts",
"src/lib/skills/__tests__/**/*.test.ts",
"src/lib/db/__tests__/**/*.test.ts",
"open-sse/**/__tests__/**/*.test.ts",
"open-sse/services/**/__tests__/**/*.test.ts",
"tests/e2e/ecosystem.test.ts",