CLAUDE.md: imports skip both the hook and the plugin confirm steps (PR re-review)
Build App (Preview) / compute-version (pull_request) Successful in 1m5s
Secret Scan / scan (push) Successful in 7s
Secret Scan / scan (pull_request) Successful in 8s
Build App (Preview) / create-release (pull_request) Successful in 4s
Build App (Preview) / test (pull_request) Successful in 6m8s
Build App (Preview) / build-macos (pull_request) Successful in 4m38s
Build App (Preview) / build-linux (pull_request) Successful in 6m14s
Build App (Preview) / build-windows (pull_request) Successful in 7m10s
Build App (Preview) / prune-previews (pull_request) Successful in 3s
Build App (Preview) / compute-version (pull_request) Successful in 1m5s
Secret Scan / scan (push) Successful in 7s
Secret Scan / scan (pull_request) Successful in 8s
Build App (Preview) / create-release (pull_request) Successful in 4s
Build App (Preview) / test (pull_request) Successful in 6m8s
Build App (Preview) / build-macos (pull_request) Successful in 4m38s
Build App (Preview) / build-linux (pull_request) Successful in 6m14s
Build App (Preview) / build-windows (pull_request) Successful in 7m10s
Build App (Preview) / prune-previews (pull_request) Successful in 3s
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
@@ -732,9 +732,11 @@ a project's Docker volumes are deliberately out of scope — this is not a proje
|
||||
(`validate_imported_marketplace_state`) — an import is untrusted input, not a trusted restore.
|
||||
The preview warns whenever the import carries one or more **global hook installs or global
|
||||
plugin installs**, in addition to the base-URL and custom-image warnings above: a hook runs
|
||||
commands in every project container, and a plugin can carry its own hooks and MCP servers into
|
||||
one — and an imported install skips the hook-confirm step an install from the Marketplace tab
|
||||
shows, so this is the only place that confirmation happens for an import.
|
||||
commands in every project container, and a plugin can carry its own hooks, MCP/LSP servers and
|
||||
commands into one. In the Marketplace tab both kinds have a confirm step before they install
|
||||
(`HookConfirmModal` lists a hook's commands, `PluginConfirmModal` lists everything a plugin
|
||||
brings that runs); an import installs them without either, so the preview warning is the only
|
||||
place that confirmation happens for an import.
|
||||
- **Encrypted because it can carry live credentials, not for appearance's sake.** Argon2id derives
|
||||
a 256-bit key from the user's password (memory-hard — meaningfully resistant to GPU/ASIC
|
||||
brute-forcing, unlike PBKDF2 at any reasonable iteration count), AES-256-GCM does the actual
|
||||
|
||||
Reference in New Issue
Block a user