File system intelligence tool — agentic directory analysis via Claude API
Find a file
Jeff Smith ea8c07a692 refactor: extract system prompts into luminos_lib/prompts.py
Moves _DIR_SYSTEM_PROMPT and _SYNTHESIS_SYSTEM_PROMPT from ai.py into
a dedicated prompts module. Both are pure template strings with .format()
placeholders — no runtime imports needed in prompts.py. Prompt content
is byte-for-byte identical to the original.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 14:44:45 -06:00
luminos_lib refactor: extract system prompts into luminos_lib/prompts.py 2026-03-30 14:44:45 -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