Where activity lives now#
Per ADR-082 §9 the legacy /sidekick/activity list view is gone. The same
information now surfaces through three places:
- Sidekick Proof widget — ask "what just happened?" or "show me the audit trail" and Sidekick renders the event stream inline with replay deep-links
- Notifications (the workspace bell, configured at Settings → Notifications) — covers the live "something just happened" stream
- Jobs → Job → Activity — per-job audit feed for operator
drill-down (
/dashboard/<workspace>/jobs/<id>/activity)
Event types#
| Event | Icon | Description |
|---|---|---|
| Action executed | ● | Sidekick completed an approved action |
| Proposal created | ◐ | Sidekick is requesting approval |
| Proposal approved | ✓ | An action was approved (manual or auto) |
| Proposal rejected | ✕ | An action was rejected |
| Connection event | ⇄ | A service was connected or disconnected |
| Governance change | ⚙ | A rule was created or modified |
Filtering#
In the per-job activity drill-down you can narrow the stream:
- By type — show only proposals, actions, or governance events
- By connection — filter to a specific service (Gmail, Slack, etc.)
- By user — see activity from a specific team member
- By date range — focus on a specific time period
Real-time updates#
Activity feeds update in real time. New events appear at the top with a subtle animation.
info The activity feed is read-only. To take action on a pending proposal, ask Sidekick to show the Approvals widget — you can approve or deny inline without leaving the conversation.