`dev3000`: unified web app debugging timeline capture for AI agents
Server logs, console output, network calls, screenshots, and user actions land in one timestamped trace. It gives coding agents better bug context than pasted logs.
- Captures dev server logs, browser console, network requests, screenshots, and interactions into one timestamped log.
- Uses
Chrome DevTools Protocolto monitor the browser, so it fits normal web app debugging flows. - Stores captured data under
~/.d3k/{project...}, making traces reusable across prompts and later investigations.