You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the public Python services, command-line surface, packaging integration, and user documentation for Slurm batch execution while preserving a lightweight base Data Designer installation.
Technical Details & Implementation Plan
Expose package-owned service APIs for profile management, execution, observation, cancellation, retry, collection, images, and benchmarks.
Keep command handlers thin: load strict input, call a service, render a stable result, and normalize errors.
Complete optional-extra and release metadata without importing the Slurm package from base-only commands.
Add Fern documentation for installation, configuration, execution, status, retry, collection, images, benchmarks, and troubleshooting.
Verify examples and docs against built wheels rather than a source checkout.
Acceptance criteria
Base-only installation does not install, import, or display Slurm functionality.
Selecting a Slurm command loads the optional extension and exposes the documented command tree.
Every public command has an equivalent Python service operation and stable result/error behavior.
Root CLI import and help performance remain within the existing budgets.
Built-wheel tests cover base-only, extra-based, and leaf-package installation paths.
Fern documentation matches the shipped command and configuration surfaces.
Out of scope
Scheduler command implementation.
Plan compilation, serving, image internals, client execution, state persistence, or benchmark algorithms owned by their respective lanes.
Interactive sessions or resident monitoring.
Investigation / Context
#852 and #853 established the optional package and lazy command-discovery foundations. This task owns the complete public surface that consumes the implementation lanes tracked by #850.
Agent Plan / Findings
Build services first, then make CLI commands and documentation thin consumers of those reviewed public operations.
Planned PR slices
Public service foundation
Status: Incomplete — PR not opened
Implement typed service facades and stable result/error contracts against reviewed contracts and deterministic fakes.
Provide the service boundary needed for the M0 proof.
Complete the corresponding user-workflow documentation.
This slice supports M3d.
Documentation, packaging, and release integration
Status: Incomplete — PR not opened
Complete Fern navigation and documentation, built-wheel examples, dependency auditing, installation coverage, and four-package release integration.
This slice completes the issue after the implementation APIs stabilize.
Each slice is an independently reviewable PR against feat/slurm-execution. Intermediate PRs reference Part of #874; only the final PR uses Closes #874.
Dependencies
Depends on #852 and #853 and the shared contracts in #873. Those foundation prerequisites are complete. Slice 874#1 can begin against reviewed contracts and deterministic fakes. Slice 874#2 consumes #875, #866, 867#3, 868#2, #876, 869#1, 869#2, and 869#3. Slice 874#3 consumes 869#4. Slice 874#4 consumes #877. #877 depends only on 874#1 and the operational run/observe surface from 874#2, not completion of #874.
Priority Level
High
Task Summary
Implement the public Python services, command-line surface, packaging integration, and user documentation for Slurm batch execution while preserving a lightweight base Data Designer installation.
Technical Details & Implementation Plan
data-designer slurmcommand tree described by Epic: Slurm batch execution v1 #850 using lazy CLI extension discovery.Acceptance criteria
Out of scope
Investigation / Context
#852 and #853 established the optional package and lazy command-discovery foundations. This task owns the complete public surface that consumes the implementation lanes tracked by #850.
Agent Plan / Findings
Build services first, then make CLI commands and documentation thin consumers of those reviewed public operations.
Planned PR slices
Public service foundation
Execute, status, cancel, and image wiring
Retry and merge wiring
Benchmark and workflow integration
Documentation, packaging, and release integration
Each slice is an independently reviewable PR against
feat/slurm-execution. Intermediate PRs referencePart of #874; only the final PR usesCloses #874.Dependencies
Depends on #852 and #853 and the shared contracts in #873. Those foundation prerequisites are complete. Slice 874#1 can begin against reviewed contracts and deterministic fakes. Slice 874#2 consumes #875, #866, 867#3, 868#2, #876, 869#1, 869#2, and 869#3. Slice 874#3 consumes 869#4. Slice 874#4 consumes #877. #877 depends only on 874#1 and the operational run/observe surface from 874#2, not completion of #874.