.code-analyzer.yaml.example
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
WARP.md
setup.py
code_analyzer/__init__.py
code_analyzer/analyzer.py
code_analyzer/anonymizer.py
code_analyzer/architecture_diagrams.py
code_analyzer/autofix.py
code_analyzer/base_analyzer.py
code_analyzer/call_graph.py
code_analyzer/cicd_templates.py
code_analyzer/cli.py
code_analyzer/code_library.py
code_analyzer/coverage_analysis.py
code_analyzer/edge_cases.py
code_analyzer/glossary.py
code_analyzer/important_sections.py
code_analyzer/improvement_detector.py
code_analyzer/interactive_examples.py
code_analyzer/js_analyzer.py
code_analyzer/language_detection.py
code_analyzer/llm_analyzer.py
code_analyzer/logseq_builder.py
code_analyzer/logseq_integration.py
code_analyzer/models.py
code_analyzer/nl_search.py
code_analyzer/onboarding.py
code_analyzer/onboarding_formatter.py
code_analyzer/performance.py
code_analyzer/plugins.py
code_analyzer/quality_trends.py
code_analyzer/security.py
code_analyzer/tech_debt.py
code_analyzer/tickets_integration.py
code_analyzer/top_findings.py
code_analyzer/trends.py
code_analyzer/troubleshooting.py
code_analyzer/vcs_analysis.py
code_analyzer/why_docs.py
code_analyzer/workflows.py
docs/API.md
docs/INDEX.md
docs/ONBOARDING_ENHANCEMENT_PLAN.md
docs/PERFORMANCE.md
docs/PLUGINS.md
docs/logseq-documentation.md
examples/example_code_library.yaml
examples/example_plugin.py
examples/test_plugins.py
smart_code_analyzer.egg-info/PKG-INFO
smart_code_analyzer.egg-info/SOURCES.txt
smart_code_analyzer.egg-info/dependency_links.txt
smart_code_analyzer.egg-info/entry_points.txt
smart_code_analyzer.egg-info/requires.txt
smart_code_analyzer.egg-info/top_level.txt
tests/__init__.py
tests/test_analyzer.py
tests/test_cli.py
tests/test_code_library.py
tests/test_models.py
tests/test_phase2_features.py
tests/test_phase3_features.py
tests/test_plugins.py