File system intelligence tool — agentic directory analysis via Claude API
Find a file
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
luminos_lib feat: add AI-powered directory analysis via Claude API 2026-03-30 10:03:48 -06:00
.gitignore chore: initial project scaffold 2026-03-30 09:57:11 -06:00
luminos.py feat: add AI-powered directory analysis via Claude API 2026-03-30 10:03:48 -06:00