LICENSE
README.md
pyproject.toml
src/agent_session_reader.egg-info/PKG-INFO
src/agent_session_reader.egg-info/SOURCES.txt
src/agent_session_reader.egg-info/dependency_links.txt
src/agent_session_reader.egg-info/entry_points.txt
src/agent_session_reader.egg-info/requires.txt
src/agent_session_reader.egg-info/top_level.txt
src/ai_r/__init__.py
src/ai_r/__main__.py
src/ai_r/activity.py
src/ai_r/agents.py
src/ai_r/diagnostics.py
src/ai_r/file_frequency.py
src/ai_r/find_file_edits.py
src/ai_r/find_tool_calls.py
src/ai_r/incidents.py
src/ai_r/legacy_compat.py
src/ai_r/mcp_server.py
src/ai_r/network.py
src/ai_r/outcome.py
src/ai_r/quotes.py
src/ai_r/ranking.py
src/ai_r/redact.py
src/ai_r/resume.py
src/ai_r/security.py
src/ai_r/semantic.py
src/ai_r/serve.py
src/ai_r/session.py
src/ai_r/session_diff.py
src/ai_r/session_stats.py
src/ai_r/tokens.py
src/ai_r/user_refs.py
src/ai_r/cli/__init__.py
src/ai_r/cli/__main__.py
src/ai_r/cli/main.py
src/ai_r/cli/shared.py
src/ai_r/cli/commands/__init__.py
src/ai_r/cli/commands/detect_agent.py
src/ai_r/cli/commands/detect_session.py
src/ai_r/cli/commands/export.py
src/ai_r/cli/commands/file_frequency.py
src/ai_r/cli/commands/find_file_edits.py
src/ai_r/cli/commands/find_tool_calls.py
src/ai_r/cli/commands/list_cmd.py
src/ai_r/cli/commands/read_cmd.py
src/ai_r/cli/commands/search_cmd.py
src/ai_r/cli/commands/stats_cmd.py
src/ai_r/events/__init__.py
src/ai_r/events/_common.py
src/ai_r/events/aggregate.py
src/ai_r/events/detect.py
src/ai_r/events/diff.py
src/ai_r/events/model.py
src/ai_r/events/plan.py
src/ai_r/events/query.py
src/ai_r/events/render.py
src/ai_r/exporters/__init__.py
src/ai_r/exporters/rounds.py
src/ai_r/parsers/__init__.py
src/ai_r/parsers/_common.py
src/ai_r/parsers/_noise.py
src/ai_r/parsers/_opencode_db.py
src/ai_r/parsers/antigravity.py
src/ai_r/parsers/claude.py
src/ai_r/parsers/claude_derive.py
src/ai_r/parsers/codex.py
src/ai_r/parsers/models.py
src/ai_r/parsers/opencode.py
src/ai_r/parsers/pi.py
src/ai_r/templates/__init__.py
src/ai_r/validators/__init__.py
src/ai_r/validators/session_note_check.py
src/ai_reader/__init__.py
tests/test_activity.py
tests/test_agents.py
tests/test_ai_reader_shim.py
tests/test_claude_tool_use_error.py
tests/test_cli.py
tests/test_cli_error_guard.py
tests/test_cli_redact.py
tests/test_diagnostics.py
tests/test_docs_sync.py
tests/test_events.py
tests/test_events_plan.py
tests/test_file_frequency.py
tests/test_find_file_edits_reference.py
tests/test_find_tool_calls.py
tests/test_fuzz_parsers.py
tests/test_get_body_tool_call.py
tests/test_haystack_cache_cap.py
tests/test_haystack_cache_eviction.py
tests/test_hermeticity_guard.py
tests/test_incidents.py
tests/test_jsonl_reader.py
tests/test_legacy_compat.py
tests/test_mcp.py
tests/test_mcp_strict_args.py
tests/test_model_dimension.py
tests/test_network.py
tests/test_noise.py
tests/test_outcome.py
tests/test_phase3b_parity.py
tests/test_project_origin.py
tests/test_qa_pairs.py
tests/test_quotes.py
tests/test_ranking.py
tests/test_read_session_agentless.py
tests/test_read_session_tokens.py
tests/test_redact.py
tests/test_resume_command.py
tests/test_security.py
tests/test_semantic.py
tests/test_serve.py
tests/test_serve_auth.py
tests/test_serve_internals.py
tests/test_session.py
tests/test_session_diff.py
tests/test_session_diff_codex_hermetic.py
tests/test_session_stats.py
tests/test_tokens.py
tests/test_tool_resolution.py
tests/test_usage_audit.py
tests/test_user_refs.py
tests/test_verbs.py