docs: update version to v1.4.7 and organize documentation

- Update package.json version to v1.4.7
- Update README.md header to v1.4.7
- Update GEMINI.md version references to v1.4.7
- Update RECOVERY_PLAYBOOK.md version to v1.4.7
- Update SECURITY_AUDIT_REPORT.md version to v1.4.7
- Move documentation files to doc/ directory for better organization
- Add new documentation files: LOCAL_TESTING_GUIDE.md, SERVE.md, TAILS_OFFLINE_PLAYBOOK.md
- Add Makefile and serve.ts for improved development workflow
This commit is contained in:
LC mac
2026-02-13 23:24:26 +08:00
parent cf6299a510
commit 3bcb343fe3
15 changed files with 1114 additions and 13 deletions

View File

@@ -9,7 +9,9 @@
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test": "bun test",
"test:integration": "bun test src/integration.test.ts"
"test:integration": "bun test src/integration.test.ts",
"serve": "bun ./serve.ts",
"serve:py": "cd dist && python3 -m http.server 8000"
},
"dependencies": {
"@types/bip32": "^2.0.4",