README.md
pyproject.toml
specform/__init__.py
specform/api.py
specform/cli.py
specform.egg-info/PKG-INFO
specform.egg-info/SOURCES.txt
specform.egg-info/dependency_links.txt
specform.egg-info/entry_points.txt
specform.egg-info/top_level.txt
specform/core/__init__.py
specform/core/canonical.py
specform/core/errors.py
specform/core/hashing.py
specform/core/home.py
specform/core/lineage.py
specform/core/portability.py
specform/core/registry.py
specform/core/store.py
specform/core/timeutil.py
specform/core/yamlutil.py
specform/engine/__init__.py
specform/engine/runner.py
specform/engine/executors/__init__.py
specform/engine/executors/coxph.py
specform/engine/executors/coxph_common.py
specform/engine/executors/coxph_v1.py
specform/ops/__init__.py
specform/ops/_ids.py
specform/ops/_paths.py
specform/ops/_tabular.py
specform/ops/bundles.py
specform/ops/datasets.py
specform/ops/doctor.py
specform/ops/drafts.py
specform/ops/packs.py
specform/ops/runs.py
specform/ops/specs.py
specform/ops/workspace.py
specform/sdk/__init__.py
specform/sdk/bundle.py
specform/sdk/dataset.py
specform/sdk/history.py
specform/sdk/proxies.py
specform/sdk/run.py
specform/sdk/spec.py
specform/sdk/specform.py
specform/templates/__init__.py
specform/templates/base.py
specform/templates/coxph.py
specform/templates/coxph_v1.py
specform/wrappers/__init__.py
tests/test_alias_listing.py
tests/test_architecture_imports.py
tests/test_author_attribution_precedence.py
tests/test_canonicalization_and_hashing.py
tests/test_concurrency_dataset_add.py
tests/test_concurrency_runs.py
tests/test_coxph_templates_lifelines_compat.py
tests/test_data_bundle_export_import.py
tests/test_dataset_add_and_history.py
tests/test_dataset_add_reuse.py
tests/test_dataset_alias_merge.py
tests/test_dataset_canonical_csv_fingerprinting.py
tests/test_dataset_df_roundtrip.py
tests/test_dataset_notes_do_not_affect_fingerprint.py
tests/test_dataset_presence_and_integrity.py
tests/test_dataset_use_navigation.py
tests/test_decimal_normalization.py
tests/test_export_import_portability.py
tests/test_fault_injection_crash_safety.py
tests/test_history_is_strictly_readonly_db.py
tests/test_history_readonly_no_mutation.py
tests/test_import_idempotence_dedupe.py
tests/test_lineage_events.py
tests/test_registry_alias_migration.py
tests/test_registry_alias_pk.py
tests/test_reproduce_does_not_mutate_aliases.py
tests/test_reproduce_template_hash_mismatch.py
tests/test_run_creates_run_dir.py
tests/test_run_failure_creates_failed_er.py
tests/test_run_success_creates_locked_as_and_er.py
tests/test_sdk_dataset_ergonomics.py
tests/test_sdk_smoke.py
tests/test_sdk_surface_smoke.py
tests/test_spec_dao_inline_run.py
tests/test_spec_history_semantics.py
tests/test_spec_new_and_run_validation.py
tests/test_spec_open_creates_new_draft_and_restores_ds_version.py
tests/test_spec_version_run_creates_receipt_only.py
tests/test_validation_error_messages.py
tests/test_workspace.py
tests/test_workspace_resolution_priority.py