INSTALL.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
verify_installation.py
bin/gitview
examples/basic_usage.py
examples/hierarchical_example.py
gitview/__init__.py
gitview/branch_comparator.py
gitview/branches.py
gitview/cache.py
gitview/chunker.py
gitview/cli.py
gitview/evidence.py
gitview/extractor.py
gitview/file_ai_summarizer.py
gitview/file_tracker.py
gitview/github_enricher.py
gitview/github_graphql.py
gitview/hierarchical_storyteller.py
gitview/hierarchical_summarizer.py
gitview/history_cache.py
gitview/history_injector.py
gitview/index_writer.py
gitview/remote.py
gitview/significance_analyzer.py
gitview/storyteller.py
gitview/summarizer.py
gitview/writer.py
gitview.egg-info/PKG-INFO
gitview.egg-info/SOURCES.txt
gitview.egg-info/dependency_links.txt
gitview.egg-info/entry_points.txt
gitview.egg-info/not-zip-safe
gitview.egg-info/requires.txt
gitview.egg-info/top_level.txt
gitview/adaptive/__init__.py
gitview/adaptive/agent.py
gitview/adaptive/decision_engine.py
gitview/adaptive/discovery_extractor.py
gitview/adaptive/models.py
gitview/backends/__init__.py
gitview/backends/anthropic_backend.py
gitview/backends/base.py
gitview/backends/claude_cli_backend.py
gitview/backends/ollama_backend.py
gitview/backends/openai_backend.py
gitview/backends/router.py
gitview/commands/__init__.py
gitview/commands/analyze.py
gitview/commands/base.py
gitview/commands/brief.py
gitview/commands/chunk.py
gitview/commands/compare_branches.py
gitview/commands/extract.py
gitview/commands/file_history.py
gitview/commands/graph.py
gitview/commands/inject_history.py
gitview/commands/motifs.py
gitview/commands/observe.py
gitview/commands/remove_history.py
gitview/commands/track_files.py
gitview/commands/worklog.py
gitview/commands/storyline/__init__.py
gitview/commands/storyline/export.py
gitview/commands/storyline/list.py
gitview/commands/storyline/report.py
gitview/commands/storyline/show.py
gitview/commands/storyline/timeline.py
gitview/graph/__init__.py
gitview/graph/builder.py
gitview/graph/models.py
gitview/graph/store.py
gitview/graph/updater.py
gitview/graph/analysis/__init__.py
gitview/graph/analysis/stats.py
gitview/graph/projections/__init__.py
gitview/graph/projections/file_cochange.py
gitview/motifs/__init__.py
gitview/motifs/base.py
gitview/motifs/engine.py
gitview/motifs/historical.py
gitview/motifs/models.py
gitview/motifs/structural.py
gitview/storyline/__init__.py
gitview/storyline/detector.py
gitview/storyline/extractor.py
gitview/storyline/models.py
gitview/storyline/parser.py
gitview/storyline/reporter.py
gitview/storyline/state_machine.py
gitview/storyline/tracker.py
gitview/structural/__init__.py
gitview/structural/graphify.py
gitview/structural/models.py
gitview/structural/observe.py
gitview/structural/provider.py
tests/test_adaptive_agent.py
tests/test_analyze_preflight.py
tests/test_anthropic_backend.py
tests/test_backends.py
tests/test_brief.py
tests/test_commit_record.py
tests/test_cost_estimate.py
tests/test_evidence.py
tests/test_extraction_counting.py
tests/test_github_enricher.py
tests/test_github_graphql.py
tests/test_graph.py
tests/test_motifs.py
tests/test_phase_cache.py
tests/test_story_cache.py
tests/test_storyline.py
tests/test_structural.py