CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
scripts/bump_version.py
scripts/release_workflow.py
src/o11y_reflect.egg-info/PKG-INFO
src/o11y_reflect.egg-info/SOURCES.txt
src/o11y_reflect.egg-info/dependency_links.txt
src/o11y_reflect.egg-info/entry_points.txt
src/o11y_reflect.egg-info/requires.txt
src/o11y_reflect.egg-info/top_level.txt
src/reflect/__init__.py
src/reflect/config.py
src/reflect/core.py
src/reflect/dashboard.py
src/reflect/gateway.py
src/reflect/graph.py
src/reflect/instrumentation.py
src/reflect/models.py
src/reflect/parsing.py
src/reflect/pricing.py
src/reflect/processing.py
src/reflect/report.py
src/reflect/skill_extraction.py
src/reflect/terminal.py
src/reflect/utils.py
src/reflect/data/demo-traces.json
src/reflect/data/index.html
src/reflect/data/skills-extraction-prompt.md
src/reflect/data/skills/reflect/SKILL.md
src/reflect/data/skills/skills/SKILL.md
src/reflect/insights/__init__.py
src/reflect/insights/badges.py
src/reflect/insights/economy.py
src/reflect/insights/percentiles.py
src/reflect/insights/profile.py
src/reflect/insights/renderers.py
src/reflect/insights/scoring.py
src/reflect/insights/types.py
src/reflect/insights/signals/__init__.py
src/reflect/insights/signals/examples.py
src/reflect/insights/signals/observations.py
src/reflect/insights/signals/recommendations.py
src/reflect/insights/signals/session.py
src/reflect/insights/signals/strengths.py
tests/test_analyze_telemetry.py
tests/test_calculations.py
tests/test_cli.py
tests/test_config.py
tests/test_dashboard_json.py
tests/test_dashboard_static_assets.py
tests/test_gateway.py
tests/test_graph_analysis.py
tests/test_helpers.py
tests/test_insights_profile.py
tests/test_insights_scoring.py
tests/test_insights_session.py
tests/test_insights_signals.py
tests/test_parsing.py
tests/test_pricing.py
tests/test_process_span.py
tests/test_release_workflow.py
tests/test_skill_helpers.py
tests/test_skill_integration.py
tests/test_terminal_rendering.py