1import { MemorySecretStore } from "alepha/cli/platform-lib";
In-memory implementation of SecretStoreProvider for testing. Records all operations and stores secrets in a nested Map.