LICENSE
README.md
pyproject.toml
src/claude_prospector/__init__.py
src/claude_prospector/__main__.py
src/claude_prospector/aggregator.py
src/claude_prospector/constants.py
src/claude_prospector/models.py
src/claude_prospector/parser.py
src/claude_prospector/paths.py
src/claude_prospector/renderer.py
src/claude_prospector/skill_tracking.py
src/claude_prospector.egg-info/PKG-INFO
src/claude_prospector.egg-info/SOURCES.txt
src/claude_prospector.egg-info/dependency_links.txt
src/claude_prospector.egg-info/requires.txt
src/claude_prospector.egg-info/top_level.txt
src/claude_prospector/cli/__init__.py
src/claude_prospector/cli/config.py
src/claude_prospector/cli/dashboard.py
src/claude_prospector/cli/session_summary.py
src/claude_prospector/templates/dashboard.html
tests/test_aggregator.py
tests/test_aggregator_adoption.py
tests/test_cli.py
tests/test_cli_config.py
tests/test_cli_subcommands.py
tests/test_dashboard_regen_hook.py
tests/test_dashboard_snapshot.py
tests/test_e2e.py
tests/test_models.py
tests/test_parser.py
tests/test_paths.py
tests/test_phase1_fixtures.py
tests/test_renderer.py
tests/test_session_summary.py
tests/test_skill_pipeline_sync.py
tests/test_skill_tracker_hook.py
tests/test_skill_tracking.py
tests/test_template_resource.py
tests/test_version_flag.py