Releases: imkp1/superhuman
Releases · imkp1/superhuman
Release list
v0.6.2
Added
- Usage & lifecycle telemetry. Two new opt-out PostHog events extend adoption measurement beyond terminal contribution outcomes, governed by the same single opt-out gate (
SUPERHUMAN_TELEMETRY=off/telemetry.json/print):superhuman_used— emitted (backgrounded, non-blocking) on every command invocation, carryingcommandandversion. All five commands (contribute,contribute-loop,contribution-dashboard,contribution-fleet,repo-finder) are instrumented.superhuman_lifecycle— emitted once after install or a version change (kind=install|update, plusversion,prev_version), inferred from a cached~/.superhuman/global/last_version.jsonsince Claude Code plugins have no native installer hook.scripts/lib/telemetry_common.sh— shared, sourced opt-out/identity/version/send helpers;usage_ping.shrefactored to source it (behavior parity), newusage_event.shemits the two events.
- Payload remains minimal (
distinct_id= GitHub username only);TELEMETRY.mddocuments all three events.
Fixed
usage_event.shno longer writes the lifecycle cache inSUPERHUMAN_TELEMETRY=print(dry-run) mode, so previewing telemetry no longer consumes the one-shot install/update signal.