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/context.py
src/reflect/core.py
src/reflect/cost_aliases.py
src/reflect/dashboard.py
src/reflect/gateway.py
src/reflect/graph.py
src/reflect/instrumentation.py
src/reflect/mcp.py
src/reflect/models.py
src/reflect/parsing.py
src/reflect/preparation.py
src/reflect/pricing.py
src/reflect/processing.py
src/reflect/report.py
src/reflect/report_server.py
src/reflect/session_adapters.py
src/reflect/shell_completion.py
src/reflect/skill_extraction.py
src/reflect/terminal.py
src/reflect/usage.py
src/reflect/utils.py
src/reflect/data/demo-traces.json
src/reflect/data/index.html
src/reflect/data/loop-skill-prompt.md
src/reflect/data/og-image-v2.png
src/reflect/data/otel-logs.json
src/reflect/data/skills-extraction-prompt.md
src/reflect/data/nudges/contract.json
src/reflect/data/skills/reflect/SKILL.md
src/reflect/data/skills/reflect-skills/SKILL.md
src/reflect/data/skills/reflect-usage/SKILL.md
src/reflect/data/skills/reflect-usage/agents/openai.yaml
src/reflect/improvements/__init__.py
src/reflect/improvements/archetypes.py
src/reflect/improvements/base.py
src/reflect/improvements/loops.py
src/reflect/improvements/measurement.py
src/reflect/improvements/models.py
src/reflect/improvements/nudge_exchange.py
src/reflect/improvements/nudges.py
src/reflect/improvements/recurring_commands.py
src/reflect/improvements/repository.py
src/reflect/improvements/rules.py
src/reflect/improvements/service.py
src/reflect/improvements/skills.py
src/reflect/improvements/team.py
src/reflect/improvements/workflows.py
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
src/reflect/memory/__init__.py
src/reflect/memory/models.py
src/reflect/memory/omega_provider.py
src/reflect/memory/provider.py
src/reflect/memory/registry.py
src/reflect/memory/service.py
src/reflect/memory/sqlite_provider.py
src/reflect/schema/__init__.py
src/reflect/schema/base.py
src/reflect/schema/events.py
src/reflect/session_rules/__init__.py
src/reflect/session_rules/adapters.py
src/reflect/session_rules/base.py
src/reflect/session_rules/rules.py
src/reflect/store/cursor_adapter.py
src/reflect/store/doctor.py
src/reflect/store/graph_normalize.py
src/reflect/store/hook_facts.py
src/reflect/store/ingest.py
src/reflect/store/instruction_memory.py
src/reflect/store/mcp.py
src/reflect/store/migrate.py
src/reflect/store/normalize.py
src/reflect/store/provenance.py
src/reflect/store/rollups.py
src/reflect/store/sqlite.py
src/reflect/store/workspaces.py
src/reflect/store/migrations/001_initial.sql
src/reflect/store/migrations/002_rollups.sql
src/reflect/store/migrations/003_graph.sql
src/reflect/store/migrations/004_canonical.sql
src/reflect/store/migrations/005_provenance.sql
src/reflect/store/migrations/006_memory_providers.sql
src/reflect/store/migrations/007_dashboard_hot_path_indexes.sql
src/reflect/store/migrations/008_source_ingestion_state.sql
src/reflect/store/migrations/009_actionable_improvements.sql
src/reflect/store/migrations/010_workflow_evaluation.sql
src/reflect/store/migrations/011_tool_call_fingerprints.sql
src/reflect/store/migrations/012_workspace_graph_identity.sql
src/reflect/store/migrations/013_skills_v2_and_loops.sql
src/reflect/store/migrations/014_mcp_call_identity.sql
src/reflect/store/migrations/015_hook_fact_contract.sql
src/reflect/store/migrations/__init__.py
src/reflect/views/__init__.py
src/reflect/views/overview.py
src/reflect/views/report_tabs.py
src/reflect/views/sessions.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_sql_api.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_landing_page.py
tests/test_parsing.py
tests/test_preparation.py
tests/test_pricing.py
tests/test_process_span.py
tests/test_readme.py
tests/test_release_workflow.py
tests/test_report_server.py
tests/test_session_adapters.py
tests/test_shell_completion.py
tests/test_skill_helpers.py
tests/test_skill_integration.py
tests/test_terminal_rendering.py
tests/test_usage.py
tests/test_utils.py