feat: Enhance project memory and skills documentation; add memory-sync skill for knowledge consolidation
All checks were successful
CI — Test & Build / Test & Build (push) Successful in 1m15s

This commit is contained in:
john kevin asprec
2026-07-15 16:01:13 +08:00
parent acea99d7ad
commit c2ca659a2b
13 changed files with 123 additions and 17 deletions

View File

@@ -12,7 +12,8 @@
"zip": "wxt zip",
"test": "vitest",
"test:e2e": "playwright test",
"typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.test.json"
"typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.test.json",
"postinstall": "wxt prepare"
},
"dependencies": {
"@wxt-dev/module-react": "^1.1.5",