Privacy
DevSpecs is local-first. The CLI stores its SQLite index under ~/.devspecs
unless DEVSPECS_HOME points somewhere else.
Telemetry is minimal and anonymous. It is used for install, init, scan, and query flow health. It excludes:
- repository names;
- file paths;
- git remotes;
- artifact titles;
- document text;
- source code;
- raw search queries.
Disable telemetry with:
DEVSPECS_TELEMETRY=0
or:
DS_TELEMETRY=0
Use DEVSPECS_TELEMETRY=debug to print the would-send event to stderr.