v0.1.0 — initial MVP
First public release.
What's in this release
Two CLI commands for solo-dev AI agent observability:
shadow— enumerate everything scheduled/configured to act on your behalf (cron, systemd user timers, MCP server configs across pi/Claude/Cursor, agent skill frontmatter with schedule triggers). Detects stale cron targets, dedupes MCP servers across configs and tags duplicates.burnout— task completion/abandonment metrics from pi subagent run-history.jsonl and Claude Code session JSONL. Flags sessions with 200+ events as likely stuck loops.
Install
uv tool install git+https://github.com/anirudhprashant/agent-vitalsStack
Python 3.11+, uv-managed, typer + rich + pyyaml. ~560 LOC. MIT.