Remove superego from this project (inverse of init).
Removes Superego configuration from a project while keeping the plugin installed.
/plugin marketplace add cloud-atlas-ai/bottle/plugin install superego@bottleRemove superego from this project (inverse of init).
Check if .superego/ exists - if not, tell user "Superego isn't initialized in this project."
Ask for confirmation: "This will delete the .superego/ directory including your custom prompt and configuration. Continue?"
If confirmed, remove the .superego/ directory:
rm -rf .superego/
Confirm: "Superego removed from this project. The plugin remains installed for other projects."
Note: This only removes the project configuration. The sg binary and plugin remain installed system-wide.