LICENSE
LICENSE-APACHE
LICENSE-MIT
NOTICE
README.md
pyproject.toml
code_factory_3_compile.egg-info/PKG-INFO
code_factory_3_compile.egg-info/SOURCES.txt
code_factory_3_compile.egg-info/dependency_links.txt
code_factory_3_compile.egg-info/entry_points.txt
code_factory_3_compile.egg-info/requires.txt
code_factory_3_compile.egg-info/top_level.txt
hsf/__init__.py
hsf/__main__.py
hsf/aku.py
hsf/attribution.py
hsf/badge.py
hsf/challenge.py
hsf/cli.py
hsf/demo.py
hsf/scaffold.py
hsf/serve.py
hsf/context/__init__.py
hsf/context/assembler.py
hsf/context/lsp_resolver.py
hsf/context/library/concepts/clinical.md
hsf/context/library/contracts/base.yaml
hsf/context/library/templates/workflow.py.j2
hsf/demo_assets/goldens/glp1_review/cases.jsonl
hsf/demo_assets/specs/glp1_review.yaml
hsf/foundry/__init__.py
hsf/foundry/compiler.py
hsf/foundry/llm_client.py
hsf/foundry/regeneration.py
hsf/foundry/prompts/system_v1.txt
hsf/gates/__init__.py
hsf/gates/base.py
hsf/gates/g1_security.py
hsf/gates/g2_syntax.py
hsf/gates/g3_execution.py
hsf/gates/g4_accuracy.py
hsf/gates/g5_aku.py
hsf/gates/pipeline.py
hsf/gates/sandbox_env.py
hsf/registry/__init__.py
hsf/registry/artifacts.py
hsf/runtime/__init__.py
hsf/runtime/audit.py
hsf/runtime/extractor.py
hsf/runtime/injection.py
hsf/runtime/orchestrator.py
hsf/runtime/sandwich.py
hsf/runtime/state.py
hsf/runtime/backends/__init__.py
hsf/runtime/backends/local.py
hsf/runtime/backends/temporal_adapter.py
hsf/runtime/extractor_prompts/clinical_v1.txt
hsf/runtime/module_library/__init__.py
hsf/runtime/module_library/clinical.py
hsf/spec/__init__.py
hsf/spec/loader.py
hsf/spec/models.py
hsf/telemetry/__init__.py
hsf/telemetry/metrics.py
hsf/telemetry/tokens.py
tests/test_aku.py
tests/test_attribution.py
tests/test_challenge.py
tests/test_cli_resilience.py
tests/test_context.py
tests/test_examples.py
tests/test_foundry.py
tests/test_gallery.py
tests/test_gates.py
tests/test_generality.py
tests/test_injection.py
tests/test_ltap_receipt.py
tests/test_portability.py
tests/test_regen.py
tests/test_registry.py
tests/test_runtime.py
tests/test_spec_loader.py
tests/test_telemetry.py
tests/test_v02_features.py