luminos/luminos_lib
Jeff Smith bcf7d12b4a feat: add AI-powered directory analysis via Claude API
Adds --ai flag that sends the directory tree, file categories, and
sampled file contents to Claude for analysis. Produces a brief
summary at the top of the report and a detailed breakdown at the
end. Requires ANTHROPIC_API_KEY env var; degrades gracefully without it.
Uses only stdlib (urllib) to keep the zero-dependency constraint.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 10:03:48 -06:00
..
__init__.py chore: initial project scaffold 2026-03-30 09:57:11 -06:00
ai.py feat: add AI-powered directory analysis via Claude API 2026-03-30 10:03:48 -06:00
code.py feat: add code detection and line counting 2026-03-30 09:57:22 -06:00
disk.py feat: add disk usage summary 2026-03-30 09:57:31 -06:00
filetypes.py feat: add file type intelligence 2026-03-30 09:57:18 -06:00
recency.py feat: add recency analysis 2026-03-30 09:57:25 -06:00
report.py feat: add AI-powered directory analysis via Claude API 2026-03-30 10:03:48 -06:00
tree.py feat: add directory tree visualization 2026-03-30 09:57:14 -06:00
watch.py feat: add --watch mode with change diffing 2026-03-30 09:57:39 -06:00