@@ -115,7 +115,7 @@ AppImage require the tools listed above and are skipped on this host.
|
||||
## Offline guarantee
|
||||
|
||||
- The shipped app opens no sockets: no telemetry, update checks, license
|
||||
checks, cloud sync, or remote AI. See SECURITY.md.
|
||||
checks, cloud sync, or remote AI. See docs/SECURITY.md.
|
||||
- All exporters (PNG/GIF/PDF/DOCX/PPTX/ZIP) are implemented in-repo with
|
||||
Node built-ins; Electron is the only third-party dependency
|
||||
(dev-time fetch recorded in build/agent_audit.md).
|
||||
|
||||
@@ -31,15 +31,11 @@ copy_item core "$APP_DIR/core"
|
||||
copy_item exporters "$APP_DIR/exporters"
|
||||
copy_item scripts "$APP_DIR/scripts"
|
||||
copy_item README.md "$APP_DIR/README.md"
|
||||
copy_item ARCHITECTURE.md "$APP_DIR/ARCHITECTURE.md"
|
||||
copy_item CHANGELOG.md "$APP_DIR/CHANGELOG.md"
|
||||
copy_item CODE_OF_CONDUCT.md "$APP_DIR/CODE_OF_CONDUCT.md"
|
||||
copy_item CONTRIBUTING.md "$APP_DIR/CONTRIBUTING.md"
|
||||
copy_item LICENSE "$APP_DIR/LICENSE"
|
||||
copy_item SECURITY.md "$APP_DIR/SECURITY.md"
|
||||
copy_item docs "$APP_DIR/docs"
|
||||
copy_item ai_prompts "$APP_DIR/ai_prompts"
|
||||
copy_item package.json "$APP_DIR/package.json"
|
||||
copy_item package-lock.json "$APP_DIR/package-lock.json"
|
||||
copy_item prompt.md "$APP_DIR/prompt.md"
|
||||
copy_item examples "$APP_DIR/examples"
|
||||
copy_item build/agent_audit.md "$APP_DIR/build/agent_audit.md"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user