Skip to main content

DEFAULT_AUTO_SETUP

Constant DEFAULT_AUTO_SETUP 

Source
pub const DEFAULT_AUTO_SETUP: bool = true;
Expand description

Whether dev-prune installs its missing integrations by itself.

On. The pass runs once per installed version — on first run, and again after an upgrade — and only creates what is absent. Set to false, or export DEV_PRUNE_NO_AUTO_SETUP, to manage the integrations entirely by hand.

The environment variable is symmetric: with it set, devp uninstall leaves those same hand-managed integrations — the scheduler, the agent skills, the install directories guessed from the home folder — alone too, and says so. “Entirely by hand” has to include the removal, or the variable’s promise only holds until the day you uninstall.