MANIFEST.in
README.md
pyproject.toml
src/foclan/__init__.py
src/foclan/__main__.py
src/foclan/api.py
src/foclan/benchmarking.py
src/foclan/bridges.py
src/foclan/cli.py
src/foclan/errors.py
src/foclan/examples.py
src/foclan/extensions.py
src/foclan/ir.py
src/foclan/ops.py
src/foclan/parser.py
src/foclan/prompting.py
src/foclan/resources.py
src/foclan/runtime.py
src/foclan/scaffolding.py
src/foclan/validator.py
src/foclan.egg-info/PKG-INFO
src/foclan.egg-info/SOURCES.txt
src/foclan.egg-info/dependency_links.txt
src/foclan.egg-info/entry_points.txt
src/foclan.egg-info/requires.txt
src/foclan.egg-info/top_level.txt
src/foclan/resources/benchmarks/main-106.json
src/foclan/resources/examples/current/active_top_city.focus
src/foclan/resources/examples/current/choose_stats_or_meta.focus
src/foclan/resources/examples/current/counts_dashboard.focus
src/foclan/resources/examples/current/openai_json_extract.focus
src/foclan/resources/examples/current/openai_text_summary.focus
src/foclan/resources/examples/current/prepare_llm_payload.focus
src/foclan/resources/examples/current/top_user_and_paid_countries.focus
src/foclan/resources/examples/current/env/llm_payload.json
src/foclan/resources/examples/current/env/openai_json_extract.json
src/foclan/resources/examples/current/env/openai_text_summary.json
src/foclan/resources/examples/current/env/stats_or_meta.json
src/foclan/resources/examples/current/env/users_orders.json
src/foclan/resources/prompt/README.md
src/foclan/resources/prompt/anti_overthinking.md
src/foclan/resources/prompt/few_shot_examples.md
src/foclan/resources/prompt/system_guide.md
src/foclan/resources/prompt/task_template.md
src/foclan/resources/templates/codex/AGENTS.md
src/foclan/resources/templates/cursor/foclan-v1.mdc
src/foclan/resources/templates/project/README.md
src/foclan/resources/templates/project/env.example
src/foclan/resources/templates/project/gitignore.txt
src/foclan/resources/templates/project/inputs/contact_extract.json
src/foclan/resources/templates/project/inputs/users_orders.json
src/foclan/resources/templates/project/programs/counts_dashboard.focus
src/foclan/resources/templates/project/programs/extract_contact.focus
tests/test_foclan.py