Daemon and withdrawal
The background daemon watches for eligible local sessions and keeps every upload decision visible through the CLI and desktop apps. New projects default to a reviewable mode; standing automatic upload requires an explicit project-level opt-in.
Run and inspect the daemon
Section titled “Run and inspect the daemon”# Foreground process; use a service manager for normal background operationtrace-commons-contributor daemon run
trace-commons-contributor daemon statustrace-commons-contributor daemon pendingtrace-commons-contributor daemon projectsOn Linux, install or remove the systemd user unit with daemon install and daemon uninstall. On macOS, the native app owns startup instead.
Preview and approve
Section titled “Preview and approve”trace-commons-contributor daemon preview '<entry-id>'trace-commons-contributor daemon approve '<entry-id>'
# Explicit bounded bulk decisiontrace-commons-contributor daemon approve --allPause and resume discovery and uploads without changing project policy:
trace-commons-contributor daemon pausetrace-commons-contributor daemon resumeSet a known project’s future behavior with auto, notify, or ignore:
trace-commons-contributor daemon project . --mode notifyUse daemon history --refresh for contribution history and credit rollups, and daemon audit for local policy changes such as arming autonomy or bulk approval.
Sign in for withdrawal
Section titled “Sign in for withdrawal”Uploads use the device key. Withdrawal deliberately requires the contributor’s account session so a stolen device key cannot delete contribution history.
trace-commons-contributor account logintrace-commons-contributor account statusOn a headless machine, print the login URL instead of opening a browser:
trace-commons-contributor account login --no-browserWithdraw traces
Section titled “Withdraw traces”Withdraw one owned submission by its stable ID:
trace-commons-contributor daemon withdraw '<submission-id>'Or withdraw every owned trace currently held for privacy review:
trace-commons-contributor daemon withdraw --all-quarantinedThe operation is idempotent. Trace Commons deletes stored content, removes the trace from derived surfaces and future exports, and returns one of three reach tiers:
| Reach | Meaning |
|---|---|
not_distributed |
The trace had not entered the commons. |
commons_not_distributed |
It was in the commons but not in a published export. |
commons_distributed |
It appeared in a published export; already-distributed copies cannot be recalled. |
Credit already recorded is retained in every tier. Logging out, pausing, or changing project mode does not withdraw earlier submissions.
Verified against the merged contributor command surface and daemon IPC v1.1.