chore: Rename from claude-session-analytics to agent-session-analytics#91
Conversation
- Rename GitHub repo via gh repo rename - Update package name in pyproject.toml - Update version() calls in __init__.py and server.py - Rename service files (LaunchAgent plist, systemd service) - Update all script references - Update Makefile service names - Update test comments This aligns with the agent-event-bus rename. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Code ReviewSummaryThis PR renames the project from Issues FoundCriticalNone Important
Suggestions
VerdictREQUEST_CHANGES - The Automated review by Claude Code |
Address review feedback: - Regenerate uv.lock with new package name - Update README title to "Agent Session Analytics" - Update CLI description - Update server startup message - Update systemd service description - Update event-bus link in README Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Feedback AddressedImplemented
All quality gates pass (384 tests). |
Code ReviewSummaryThis PR renames the project from Issues FoundCriticalNone ImportantNone Suggestions
Previously Addressed (Filtered)
VerdictREQUEST_CHANGES - Found 3 remaining Automated review by Claude Code |
- Rename Python package: session_analytics → agent_session_analytics - Rename CLI: session-analytics-cli → agent-session-analytics-cli - Rename MCP server: session-analytics → agent-session-analytics - Update resource URI: agent-session-analytics://guide - Update data path: ~/.claude/contrib/agent-session-analytics/ - Rename env vars: AGENT_SESSION_ANALYTICS_* - Update event-bus path: ~/.claude/contrib/agent-event-bus/ All 384 tests passing. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Code ReviewSummaryThis PR renames the project from Issues FoundCriticalNone Important
Suggestions
Previously Addressed (Filtered)
VerdictREQUEST_CHANGES - Found 2 important issues (incorrect MCP server name in user-facing message and uninstall command) and 3 suggestions for consistency (test db path, report script, logger names). Automated review by Claude Code |
- Fix MCP server message to use agent-session-analytics - Fix Makefile uninstall command to use agent-session-analytics - Update logger names in ingest.py and patterns.py - Update test database path in smoke tests - Update global-report.sh to use new CLI name and output path Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Feedback AddressedImplemented
All 384 tests passing. |
Code ReviewSummaryThis PR renames the project from Issues FoundCriticalNone ImportantNone SuggestionsNone Previously Addressed (Filtered)
VerdictAPPROVE - The rename is comprehensive and well-executed. All package references, module paths, service files, scripts, documentation, environment variables, and user-facing strings have been updated consistently. The Automated review by Claude Code |
Migrates database from ~/.claude/contrib/analytics/data.db to ~/.claude/contrib/agent-session-analytics/data.db Matches the migration pattern used in agent-event-bus. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Code ReviewSummaryThis PR comprehensively renames the project from Issues FoundCriticalNone ImportantNone SuggestionsNone Previously Addressed (Filtered)
Notable Implementation DetailsThe PR includes a thoughtful automatic database migration feature in VerdictAPPROVE - The rename is comprehensive and well-executed. All package references, module paths, service files, scripts, documentation, environment variables, and user-facing strings have been updated consistently. The Automated review by Claude Code |
Aligns with agent-event-bus naming convention (AGENT_EVENT_BUS_TESTING). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Code ReviewSummaryThis PR comprehensively renames the project from Issues FoundCriticalNone ImportantNone SuggestionsNone Previously Addressed (Filtered)
Notable Implementation DetailsThe PR includes a thoughtful automatic database migration feature in VerdictAPPROVE - The rename is comprehensive and well-executed. All package references, module paths, service files, scripts, documentation, environment variables, and user-facing strings have been updated consistently. The Automated review by Claude Code |
Summary
Rename project to
agent-session-analyticsto align withagent-event-busrename.Changes
gh repo renamepyproject.tomlversion()calls in__init__.pyandserver.pycom.evansenter.agent-session-analytics.plist,agent-session-analytics.serviceTest plan
make installworks with new service names🤖 Generated with Claude Code