LICENSE
README.md
pyproject.toml
src/repo_notes/__init__.py
src/repo_notes/__main__.py
src/repo_notes/agents_generator.py
src/repo_notes/cache.py
src/repo_notes/cli.py
src/repo_notes/config.py
src/repo_notes/file_cache.py
src/repo_notes/generator.py
src/repo_notes/html_generator.py
src/repo_notes/html_templates.py
src/repo_notes/readme_generator.py
src/repo_notes/scanner.py
src/repo_notes.egg-info/PKG-INFO
src/repo_notes.egg-info/SOURCES.txt
src/repo_notes.egg-info/dependency_links.txt
src/repo_notes.egg-info/entry_points.txt
src/repo_notes.egg-info/requires.txt
src/repo_notes.egg-info/top_level.txt
src/repo_notes/detectors/__init__.py
src/repo_notes/detectors/base.py
src/repo_notes/detectors/c_cpp.py
src/repo_notes/detectors/docker.py
src/repo_notes/detectors/go.py
src/repo_notes/detectors/java.py
src/repo_notes/detectors/javascript.py
src/repo_notes/detectors/kotlin.py
src/repo_notes/detectors/php.py
src/repo_notes/detectors/python.py
src/repo_notes/detectors/r_lang.py
src/repo_notes/detectors/registry.py
src/repo_notes/detectors/ruby.py
src/repo_notes/detectors/rust.py
src/repo_notes/detectors/shell.py
src/repo_notes/detectors/sql.py
src/repo_notes/detectors/swift.py
src/repo_notes/extractors/__init__.py
src/repo_notes/extractors/api_endpoints.py
src/repo_notes/extractors/architecture.py
src/repo_notes/extractors/cicd.py
src/repo_notes/extractors/complexity.py
src/repo_notes/extractors/database.py
src/repo_notes/extractors/dependencies.py
src/repo_notes/extractors/duplicates.py
src/repo_notes/extractors/env_vars.py
src/repo_notes/extractors/git.py
src/repo_notes/extractors/project_intelligence.py
src/repo_notes/extractors/readme_data.py
src/repo_notes/extractors/scripts.py
src/repo_notes/extractors/security.py
src/repo_notes/extractors/stats.py
src/repo_notes/extractors/structure.py
src/repo_notes/extractors/todos.py
src/repo_notes/extractors/type_coverage.py
tests/test_agents_generator.py
tests/test_api_endpoints_extractor.py
tests/test_architecture_extractor.py
tests/test_cache.py
tests/test_cicd_extractor.py
tests/test_complexity_extractor.py
tests/test_database_extractor.py
tests/test_detectors.py
tests/test_duplicates_extractor.py
tests/test_env_vars_extractor.py
tests/test_extractors.py
tests/test_generator.py
tests/test_html_generator.py
tests/test_integration.py
tests/test_project_intelligence_extractor.py
tests/test_readme_generator.py
tests/test_scanner.py
tests/test_scripts_extractor.py
tests/test_todos_extractor.py
tests/test_type_coverage_extractor.py