v0.3.0 (2026-03-29)
Features
Enterprises can commit one file to disable telemetry for all devs:
[tool.openadapt]
telemetry = false
Walks up from cwd to find nearest pyproject.toml. Uses tomllib (stdlib 3.11+) or tomli fallback. Only checks the first pyproject.toml found (nearest to cwd).
Priority: DO_NOT_TRACK > OPENADAPT_TELEMETRY_ENABLED > pyproject.toml > CI detection.
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
Detailed Changes: v0.2.0...v0.3.0