luminos/luminos_lib
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
..
__init__.py chore: initial project scaffold 2026-03-30 09:57:11 -06:00
ai.py refactor: extract system prompts into luminos_lib/prompts.py 2026-03-30 14:44:45 -06:00
ast_parser.py refactor: extract AST parsing into luminos_lib/ast_parser.py 2026-03-30 14:34:02 -06:00
cache.py refactor: extract cache management into luminos_lib/cache.py 2026-03-30 13:12:37 -06:00
capabilities.py chore: remove dead clear_cache from ai.py, deduplicate CACHE_ROOT 2026-03-30 13:52:38 -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
prompts.py refactor: extract system prompts into luminos_lib/prompts.py 2026-03-30 14:44:45 -06:00
recency.py feat: add recency analysis 2026-03-30 09:57:25 -06:00
report.py feat: add chain-of-thought observability tools 2026-03-30 13:02:19 -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