refactor: Revise configuration and IPC architecture documentation for clarity and security enhancements
- Updated CONFIGURATION.md to reflect changes in target app orchestration, environment variables, and production routing. - Enhanced IPC_ARCHITECTURE.md with a focus on privilege separation, standardized operating procedures, and critical audit checklists. - Added detailed guidelines for extending the IPC bridge and maintaining security integrity. - Introduced new package scripts for macOS, Windows, and Linux builds in package.json.
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
"dev:docs-dev": "turbo run dev --filter=docs-dev",
|
||||
"dev:desktop": "turbo run dev --filter=web --filter=desktop --parallel",
|
||||
"package:desktop": "pnpm run build:desktop && cd apps/desktop && pnpm run package",
|
||||
"package:mac": "pnpm run build:desktop && cd apps/desktop && pnpm run package:mac",
|
||||
"package:win": "pnpm run build:desktop && cd apps/desktop && pnpm run package:win",
|
||||
"package:linux": "pnpm run build:desktop && cd apps/desktop && pnpm run package:linux",
|
||||
"lint": "turbo run lint",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||
"test": "turbo run test"
|
||||
|
||||
Reference in New Issue
Block a user