ARCHITECTURE.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
requirements-dev.txt
setup.py
data/crate_list.txt
data/crate_list_uncategorized.txt
sigil_pipeline/__init__.py
sigil_pipeline/analysis_cache.py
sigil_pipeline/analyzer.py
sigil_pipeline/api_tracker.py
sigil_pipeline/ast_patterns.py
sigil_pipeline/chunker.py
sigil_pipeline/config.py
sigil_pipeline/converters.py
sigil_pipeline/crawler.py
sigil_pipeline/dataset_builder.py
sigil_pipeline/dataset_splitter.py
sigil_pipeline/environment.py
sigil_pipeline/exporter.py
sigil_pipeline/filter.py
sigil_pipeline/format_validator.py
sigil_pipeline/github_miner.py
sigil_pipeline/main.py
sigil_pipeline/observability.py
sigil_pipeline/output_validator.py
sigil_pipeline/prompt_templates.py
sigil_pipeline/sandbox.py
sigil_pipeline/schema.py
sigil_pipeline/task_generator.py
sigil_pipeline/task_generator_llm.py
sigil_pipeline/telemetry.py
sigil_pipeline/usage_analyzer.py
sigil_pipeline/utils.py
sigil_pipeline.egg-info/PKG-INFO
sigil_pipeline.egg-info/SOURCES.txt
sigil_pipeline.egg-info/dependency_links.txt
sigil_pipeline.egg-info/entry_points.txt
sigil_pipeline.egg-info/requires.txt
sigil_pipeline.egg-info/top_level.txt
sigil_pipeline/cli/__init__.py
sigil_pipeline/cli/ecosystem.py
tests/test_analysis_cache.py
tests/test_analyze_failures.py
tests/test_analyzer.py
tests/test_analyzer_postprocess.py
tests/test_api_tracker.py
tests/test_ast_patterns.py
tests/test_cli_ecosystem.py
tests/test_config.py
tests/test_convert_jsonl_to_parquet.py
tests/test_converters.py
tests/test_crawler.py
tests/test_dataset_builder.py
tests/test_dataset_splitter.py
tests/test_ecosystem_integration.py
tests/test_environment.py
tests/test_exporter.py
tests/test_exporter_structured.py
tests/test_filter.py
tests/test_format_alignment.py
tests/test_format_validator.py
tests/test_main.py
tests/test_prompt_templates.py
tests/test_properties.py
tests/test_resilience.py
tests/test_security.py
tests/test_task_generator.py
tests/test_task_generator_llm.py
tests/test_telemetry.py
tests/test_usage_analyzer.py
tests/test_utils.py