LICENSE
README.md
pyproject.toml
src/devtime/__init__.py
src/devtime/cli.py
src/devtime/config.py
src/devtime/paths.py
src/devtime/privacy.py
src/devtime/ai/__init__.py
src/devtime/ai/local.py
src/devtime/ai/prompts.py
src/devtime/ai/providers.py
src/devtime/assets/devtimeignore.starter
src/devtime/db/__init__.py
src/devtime/db/connection.py
src/devtime/db/migrations.py
src/devtime/db/repository.py
src/devtime/db/schema.sql
src/devtime/fixtures/__init__.py
src/devtime/fixtures/assertions.py
src/devtime/fixtures/loader.py
src/devtime/fixtures/runner.py
src/devtime/intelligence/__init__.py
src/devtime/intelligence/claims.py
src/devtime/intelligence/concepts.py
src/devtime/intelligence/context_pack.py
src/devtime/intelligence/evidence.py
src/devtime/intelligence/lineage.py
src/devtime/intelligence/risk.py
src/devtime/intelligence/scoring.py
src/devtime/mcp/__init__.py
src/devtime/mcp/schemas.py
src/devtime/mcp/server.py
src/devtime/mcp/tools.py
src/devtime/output/__init__.py
src/devtime/output/json_export.py
src/devtime/output/markdown.py
src/devtime/output/terminal.py
src/devtime/scanner/__init__.py
src/devtime/scanner/file_walker.py
src/devtime/scanner/ignore.py
src/devtime/scanner/language.py
src/devtime/scanner/signals.py
src/devtime/scanner/extractors/__init__.py
src/devtime/scanner/extractors/base.py
src/devtime/scanner/extractors/config_files.py
src/devtime/scanner/extractors/docs.py
src/devtime/scanner/extractors/nextjs.py
src/devtime/scanner/extractors/python.py
src/devtime/scanner/extractors/tests.py
src/devtime/scanner/extractors/typescript.py
src/devtime_ei.egg-info/PKG-INFO
src/devtime_ei.egg-info/SOURCES.txt
src/devtime_ei.egg-info/dependency_links.txt
src/devtime_ei.egg-info/entry_points.txt
src/devtime_ei.egg-info/requires.txt
src/devtime_ei.egg-info/top_level.txt