LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/rubedo/__init__.py
src/rubedo/cli.py
src/rubedo/db.py
src/rubedo/du.py
src/rubedo/envcheck.py
src/rubedo/execution.py
src/rubedo/gc.py
src/rubedo/hashing.py
src/rubedo/invalidation.py
src/rubedo/ledger.py
src/rubedo/models.py
src/rubedo/pipeline.py
src/rubedo/planning.py
src/rubedo/progress.py
src/rubedo/py.typed
src/rubedo/queries.py
src/rubedo/render.py
src/rubedo/runner.py
src/rubedo/scheduler.py
src/rubedo/schemas.py
src/rubedo/selection.py
src/rubedo/server.py
src/rubedo/spec.py
src/rubedo/store.py
src/rubedo/trace.py
src/rubedo/util.py
src/rubedo.egg-info/PKG-INFO
src/rubedo.egg-info/SOURCES.txt
src/rubedo.egg-info/dependency_links.txt
src/rubedo.egg-info/entry_points.txt
src/rubedo.egg-info/requires.txt
src/rubedo.egg-info/top_level.txt
tests/test_api.py
tests/test_code_detection.py
tests/test_concurrency_safety.py
tests/test_crash_recovery.py
tests/test_dag.py
tests/test_data_quality.py
tests/test_definition_snapshot.py
tests/test_describe_ascii.py
tests/test_du.py
tests/test_engine.py
tests/test_env_declarations.py
tests/test_envcheck.py
tests/test_expand.py
tests/test_filters.py
tests/test_gc.py
tests/test_generations.py
tests/test_group_key.py
tests/test_headless_root.py
tests/test_immutability.py
tests/test_index.py
tests/test_invalidate_downstream.py
tests/test_join.py
tests/test_pairing_guard.py
tests/test_pipelines.py
tests/test_plan.py
tests/test_process_executor.py
tests/test_reduce.py
tests/test_run_liveness.py
tests/test_run_status.py
tests/test_schedule.py
tests/test_selection.py
tests/test_selection_language.py
tests/test_shape_dependency_inference.py
tests/test_skip_cache.py
tests/test_staging_lifecycle.py
tests/test_step_ergonomics.py
tests/test_step_policies.py
tests/test_tier0_fixes.py
tests/test_trace.py
web/.oxlintrc.json
web/index.html
web/package-lock.json
web/package.json
web/playwright.config.ts
web/tsconfig.app.json
web/tsconfig.json
web/tsconfig.node.json
web/vite.config.ts
web/public/favicon.svg
web/public/icons.svg
web/src/App.css
web/src/App.tsx
web/src/api.ts
web/src/format.ts
web/src/index.css
web/src/main.tsx
web/src/assets/react.svg
web/src/assets/vite.svg
web/src/components/DagView.tsx
web/src/components/DataTable.tsx
web/src/components/JSONViewer.tsx
web/src/components/LiveRunCard.tsx
web/src/components/OuroborosLogo.tsx
web/src/components/RunInspector.tsx
web/src/pages/CurrentOutputs.tsx
web/src/pages/Materializations.tsx
web/src/pages/OutputDetail.tsx
web/src/pages/Pipelines.tsx
web/src/pages/RunDetail.tsx
web/src/pages/Runs.tsx
web/tests/e2e.spec.ts