LICENSE
README.md
pyproject.toml
src/adclip/__init__.py
src/adclip/_env.py
src/adclip/_live_apis.py
src/adclip/campaign.py
src/adclip/claude_cli.py
src/adclip/cli.py
src/adclip/compose.py
src/adclip/copy.py
src/adclip/cost.py
src/adclip/formats.py
src/adclip/heal.py
src/adclip/image_gen.py
src/adclip/judge.py
src/adclip/llm.py
src/adclip/ops.py
src/adclip/output.py
src/adclip/pipeline.py
src/adclip/policy.py
src/adclip/probe.py
src/adclip/render.py
src/adclip/render_schema.py
src/adclip/schema.py
src/adclip/scoring.py
src/adclip/semantic_policy.py
src/adclip/video_gen.py
src/adclip.egg-info/PKG-INFO
src/adclip.egg-info/SOURCES.txt
src/adclip.egg-info/dependency_links.txt
src/adclip.egg-info/entry_points.txt
src/adclip.egg-info/requires.txt
src/adclip.egg-info/top_level.txt
src/adclip/backends/__init__.py
src/adclip/backends/ffmpeg.py
src/adclip/mcp/__init__.py
src/adclip/mcp/brief_tools.py
src/adclip/mcp/campaign_tools.py
src/adclip/mcp/copy_tools.py
src/adclip/mcp/dco_tools.py
src/adclip/mcp/pipeline_tools.py
src/adclip/mcp/regenerate_tools.py
src/adclip/mcp/render_tools.py
src/adclip/mcp/score_tools.py
src/adclip/mcp/server.py
src/adclip/mcp/visual_tools.py
tests/test_campaign.py
tests/test_claude_cli_provider.py
tests/test_cli.py
tests/test_compose.py
tests/test_copy.py
tests/test_cost.py
tests/test_formats.py
tests/test_heal.py
tests/test_image_gen.py
tests/test_judge.py
tests/test_live_apis.py
tests/test_llm.py
tests/test_mcp_brief_tools.py
tests/test_mcp_campaign_tools.py
tests/test_mcp_copy_tools.py
tests/test_mcp_dco_tools.py
tests/test_mcp_pipeline_tools.py
tests/test_mcp_regenerate_tools.py
tests/test_mcp_render_tools.py
tests/test_mcp_score_tools.py
tests/test_mcp_visual_tools.py
tests/test_ops_import.py
tests/test_pipeline.py
tests/test_policy.py
tests/test_render.py
tests/test_schema.py
tests/test_scoring.py
tests/test_semantic_policy.py
tests/test_smoke_e2e.py
tests/test_video_gen_import.py