Add Compartment to goose

The app should open now with Compartment ready to add. If it did not, open it by hand.

Before the first run, install the package and create the vault once: pip install compartment && compartment init. The vault is encrypted under a passphrase you choose, and nothing leaves your machine.

Manual setup: run goose configure, choose Add Extension, then Command-line Extension, and enter:

uvx compartment --caller goose serve

Compartment on GitHub