README.md
pyproject.toml
fluxloop_cli/__init__.py
fluxloop_cli/arg_binder.py
fluxloop_cli/config_loader.py
fluxloop_cli/config_schema.py
fluxloop_cli/constants.py
fluxloop_cli/environment.py
fluxloop_cli/input_generator.py
fluxloop_cli/llm_generator.py
fluxloop_cli/main.py
fluxloop_cli/project_paths.py
fluxloop_cli/runner.py
fluxloop_cli/target_loader.py
fluxloop_cli/templates.py
fluxloop_cli/validators.py
fluxloop_cli.egg-info/PKG-INFO
fluxloop_cli.egg-info/SOURCES.txt
fluxloop_cli.egg-info/dependency_links.txt
fluxloop_cli.egg-info/entry_points.txt
fluxloop_cli.egg-info/requires.txt
fluxloop_cli.egg-info/top_level.txt
fluxloop_cli/commands/__init__.py
fluxloop_cli/commands/config.py
fluxloop_cli/commands/doctor.py
fluxloop_cli/commands/evaluate.py
fluxloop_cli/commands/generate.py
fluxloop_cli/commands/init.py
fluxloop_cli/commands/parse.py
fluxloop_cli/commands/record.py
fluxloop_cli/commands/run.py
fluxloop_cli/commands/status.py
fluxloop_cli/evaluation/__init__.py
fluxloop_cli/evaluation/config.py
fluxloop_cli/evaluation/llm.py
fluxloop_cli/evaluation/rules.py
fluxloop_cli/evaluation/engine/__init__.py
fluxloop_cli/evaluation/engine/analysis.py
fluxloop_cli/evaluation/engine/core.py
fluxloop_cli/evaluation/engine/success.py
fluxloop_cli/evaluation/engine/reporting/__init__.py
fluxloop_cli/evaluation/engine/reporting/html.py
fluxloop_cli/evaluation/engine/reporting/markdown.py
fluxloop_cli/evaluation/prompts/__init__.py
tests/test_analysis_recommendations.py
tests/test_arg_binder.py
tests/test_config_command.py
tests/test_evaluate_command.py
tests/test_evaluation_llm.py
tests/test_input_generator.py
tests/test_prompt_library.py
tests/test_success_criteria.py
tests/test_target_loader.py