CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/claudesavvy/__init__.py
src/claudesavvy/__main__.py
src/claudesavvy/cli.py
src/claudesavvy.egg-info/PKG-INFO
src/claudesavvy.egg-info/SOURCES.txt
src/claudesavvy.egg-info/dependency_links.txt
src/claudesavvy.egg-info/entry_points.txt
src/claudesavvy.egg-info/requires.txt
src/claudesavvy.egg-info/top_level.txt
src/claudesavvy/analyzers/__init__.py
src/claudesavvy/analyzers/configuration.py
src/claudesavvy/analyzers/features.py
src/claudesavvy/analyzers/integrations.py
src/claudesavvy/analyzers/project_analyzer.py
src/claudesavvy/analyzers/tokens.py
src/claudesavvy/analyzers/usage.py
src/claudesavvy/data/__init__.py
src/claudesavvy/data/statusline.py
src/claudesavvy/models/__init__.py
src/claudesavvy/parsers/__init__.py
src/claudesavvy/parsers/configuration_scanner.py
src/claudesavvy/parsers/debug.py
src/claudesavvy/parsers/files.py
src/claudesavvy/parsers/history.py
src/claudesavvy/parsers/sessions.py
src/claudesavvy/parsers/skills.py
src/claudesavvy/parsers/tools.py
src/claudesavvy/utils/__init__.py
src/claudesavvy/utils/paths.py
src/claudesavvy/utils/pricing.py
src/claudesavvy/utils/time_filter.py
src/claudesavvy/web/__init__.py
src/claudesavvy/web/app.py
src/claudesavvy/web/routes/__init__.py
src/claudesavvy/web/routes/api.py
src/claudesavvy/web/routes/charts.py
src/claudesavvy/web/routes/dashboard.py
src/claudesavvy/web/services/__init__.py
src/claudesavvy/web/services/chart_service.py
src/claudesavvy/web/services/dashboard_service.py
src/claudesavvy/web/static/css/.gitkeep
src/claudesavvy/web/static/js/.gitkeep
src/claudesavvy/web/templates/__init__.py
src/claudesavvy/web/templates/base.html
src/claudesavvy/web/templates/components/card.html
src/claudesavvy/web/templates/components/table.html
src/claudesavvy/web/templates/layouts/app.html
src/claudesavvy/web/templates/pages/__init__.py
src/claudesavvy/web/templates/pages/configuration.html
src/claudesavvy/web/templates/pages/conversations.html
src/claudesavvy/web/templates/pages/dashboard.html
src/claudesavvy/web/templates/pages/error.html
src/claudesavvy/web/templates/pages/features.html
src/claudesavvy/web/templates/pages/files.html
src/claudesavvy/web/templates/pages/integrations.html
src/claudesavvy/web/templates/pages/projects.html
src/claudesavvy/web/templates/pages/settings.html
src/claudesavvy/web/templates/pages/subagents.html
src/claudesavvy/web/templates/pages/teams.html
src/claudesavvy/web/templates/pages/tokens.html
src/claudesavvy/web/templates/partials/__init__.py
src/claudesavvy/web/templates/partials/conversation_detail.html
src/claudesavvy/web/templates/partials/conversations_content.html
src/claudesavvy/web/templates/partials/cost_trend_charts.html
src/claudesavvy/web/templates/partials/dashboard_charts.html
src/claudesavvy/web/templates/partials/dashboard_content.html
src/claudesavvy/web/templates/partials/feature_list.html
src/claudesavvy/web/templates/partials/features_content.html
src/claudesavvy/web/templates/partials/files_content.html
src/claudesavvy/web/templates/partials/integrations_content.html
src/claudesavvy/web/templates/partials/project_analysis_modal.html
src/claudesavvy/web/templates/partials/projects_content.html
src/claudesavvy/web/templates/partials/statusline_card.html
src/claudesavvy/web/templates/partials/subagent_detail.html
src/claudesavvy/web/templates/partials/subagents_content.html
src/claudesavvy/web/templates/partials/teams_content.html
src/claudesavvy/web/templates/partials/time_filter.html
src/claudesavvy/web/templates/partials/tokens_content.html
src/claudesavvy/web/templates/partials/tool_detail.html
src/claudesavvy/web/templates/partials/tool_invocation_detail.html
src/claudesavvy/web/templates/partials/unified_tools_timeline.html
src/claudesavvy/web/templates/partials/details/agent_detail.html
src/claudesavvy/web/templates/partials/details/command_detail.html
src/claudesavvy/web/templates/partials/details/hook_detail.html
src/claudesavvy/web/templates/partials/details/mcp_detail.html
src/claudesavvy/web/templates/partials/details/plugin_detail.html
src/claudesavvy/web/templates/partials/details/skill_detail.html