When running stash plan and stash impl, Claude can be quite insistent on running stash db push.
stash db push is only needed when users are also querying their data with CipherStash Proxy.
For users integrating CipherStash into their apps, the Encryption SDK defines the encryption configuration in the app — there is no encryption configuration stored in the database.
We need to reinforce with agents that running stash db push is not required unless the user has explicitly said they want to query their data via Proxy.
When running
stash planandstash impl, Claude can be quite insistent on runningstash db push.stash db pushis only needed when users are also querying their data with CipherStash Proxy.For users integrating CipherStash into their apps, the Encryption SDK defines the encryption configuration in the app — there is no encryption configuration stored in the database.
We need to reinforce with agents that running
stash db pushis not required unless the user has explicitly said they want to query their data via Proxy.