File system intelligence tool — agentic directory analysis via Claude API
Find a file
Jeff Smith f324648c10 feat: add chain-of-thought observability tools
Adds think, checkpoint, and flag tools for agent reasoning visibility:
- think: records observation/hypothesis/next_action before investigation
- checkpoint: summarizes learned/unknown/next_phase after file clusters
- flag: marks notable findings to flags.jsonl with severity levels

Additional changes:
- Step numbering in investigation system prompt
- Text blocks from agent now printed to stderr (step labels visible)
- flag tool available in both investigation and synthesis passes
- analyze_directory() returns (brief, detailed, flags) three-tuple
- format_flags() in report.py renders flags sorted by severity
- Per-directory max_turns increased from 10 to 14

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 13:02:19 -06:00
luminos_lib feat: add chain-of-thought observability tools 2026-03-30 13:02:19 -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 chain-of-thought observability tools 2026-03-30 13:02:19 -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