CluPilotCloud/docs/superpowers
nexxo c5252847bb Make the SECRETS_KEY test able to fail
The Task 2 reviewer rewired the model to Laravel's APP_KEY-based Crypt
facade and every test stayed green. Laravel's encrypter is a container
singleton resolved once from app.key, so config()->set('app.key') never
rebuilds it and the rotation the test performed was invisible.

Replaced with a positive proof — rotating SECRETS_KEY must break
decryption — plus the APP_KEY case with forgetInstance(), which is what
makes that direction mean anything.
2026-07-27 21:44:59 +02:00
..
plans Make the SECRETS_KEY test able to fail 2026-07-27 21:44:59 +02:00
specs Design mailboxes as records, not as one more secret 2026-07-27 20:51:03 +02:00