File system intelligence tool — agentic directory analysis via Claude API
Find a file
Jeff Smith 2e2c64386f fix: flush partial directory cache on context budget early exit
When the 70% context budget is hit mid-directory, the early exit now
writes a partial directory cache entry from whatever file summaries
the agent cached in prior turns, instead of discarding the work.

If file entries exist: concatenates their summaries into a directory
entry marked partial=true. If no files were cached: writes a minimal
entry noting the budget was reached before processing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 12:17:28 -06:00
luminos_lib fix: flush partial directory cache on context budget early exit 2026-03-30 12:17:28 -06:00
.gitignore chore: initial project scaffold 2026-03-30 09:57:11 -06:00
CLAUDE.md chore: document git workflow conventions in CLAUDE.md 2026-03-30 12:14:34 -06:00
luminos.py feat: add --fresh, --clear-cache, and --install-extras CLI flags 2026-03-30 12:14:05 -06:00
setup_env.sh chore: add venv setup script and update CLAUDE.md for optional deps 2026-03-30 12:14:13 -06:00