Outcome
DAEMON should expose a visible activity timeline that acts like a flight recorder for Solana development: scaffolds, terminals, wallet actions, runtime checks, validator lifecycle, and failures.
In scope
- add an Activity/Timeline tool backed by the existing activity log
- filter entries by All, Wallet, Runtime, Terminal, Scaffold, and Errors
- emit durable activity events from terminal creation/close, project scaffolding, runtime checks, validator lifecycle, and wallet send/swap flows
- add DOM/store coverage so this does not regress
Acceptance criteria
- users can open a first-class Activity tool from DAEMON
- existing persisted activity entries render with timestamps, context, severity, and filters
- key v3 paths write enough activity data to explain what happened
- tests cover filtering and representative event emission
Outcome
DAEMON should expose a visible activity timeline that acts like a flight recorder for Solana development: scaffolds, terminals, wallet actions, runtime checks, validator lifecycle, and failures.
In scope
Acceptance criteria