LICENSE
README.md
pyproject.toml
neux/__init__.py
neux/anvl_bridge.py
neux/categorizer.py
neux/cli.py
neux/context_builder.py
neux/db.py
neux/engine.py
neux/hook_entry.py
neux/hooks.py
neux/reviewer.py
neux/scanner.py
neux.egg-info/PKG-INFO
neux.egg-info/SOURCES.txt
neux.egg-info/dependency_links.txt
neux.egg-info/entry_points.txt
neux.egg-info/requires.txt
neux.egg-info/top_level.txt
neux/../logo.txt
neux/dashboard/__init__.py
neux/dashboard/api.py
neux/dashboard/server.py
neux/dashboard/app/dist/index.html
neux/dashboard/app/dist/assets/index-DRZ080z3.js
neux/dashboard/app/dist/assets/index-Dk--yxqI.css
neux/detectors/__init__.py
neux/detectors/api_design.py
neux/detectors/base.py
neux/detectors/data_access.py
neux/detectors/error_handling.py
neux/detectors/file_structure.py
neux/detectors/imports.py
neux/detectors/naming.py
neux/detectors/security.py
neux/detectors/state_management.py
neux/detectors/style.py
neux/detectors/testing.py
neux/detectors/ui_component.py
neux/generator/__init__.py
neux/generator/claude_md.py
neux/generator/templates/claude_md.j2
neux/generator/templates/conventions.j2
neux/generator/templates/module.j2
neux/generator/templates/patterns.j2
neux/scanners/__init__.py
neux/scanners/base.py
neux/scanners/python_scanner.py
neux/scanners/sql_scanner.py
neux/scanners/typescript_scanner.py
tests/test_db.py
tests/test_detectors.py
tests/test_engine.py
tests/test_generator_cli.py
tests/test_hooks.py
tests/test_scanners.py