Full-release 96-cell execution plan
Objective
Publish and verify one Docker image for every frozen task-tier cell in
manifests/task_matrix.csv: 48 tasks times lite and standard, for 96
images total.
The Lite release is the packaging reference: downloadable Docker archives are grouped by track. The Full release preserves its stricter isolation and data policy: task images contain code, prompts, contracts, and provenance only. Dataset bytes are mounted at runtime and are never embedded in an uploaded image.
Artifact layout
- Build one immutable task image per matrix row, tagged under the
automedbench-full/namespace and locked to one task and one tier. - Retain the common agent runtime and seven track evaluator runtimes.
- Group exports into the same seven per-track paths and archive names used by AutoMedBench-Lite. Each archive contains all task-tier images for its track; the largest contains 28 images. The already-published runtime archive supplies the shared agent and seven evaluator images.
- Process upload archives serially. Keep each local archive until the private Hugging Face remote reports the same size and SHA-256, then remove only that verified archive and its uniquely namespaced task tags.
- Never run a global Docker prune or remove unrelated images, containers, volumes, or caches.
Dataset resolution
For every task, record one of these outcomes with source revision, license, selected IDs, layout checksum, and evidence:
staged_verified: authorized source data were deterministically staged and scanned.acquisition_ready: the source and staging recipe are frozen, but an authorized user must supply gated data.externally_blocked: access approval, a DUA, or upstream clarification is required and cannot be substituted by a private upload.
Restricted or unclear-license data may be used locally only when access is already authorized. They must not be uploaded. Synthetic inputs may verify a container contract, but never change a task's dataset readiness status.
Verification gates
Each of the 96 cells must pass:
- task schema, internal checksums, path safety, and credential scan;
- Docker build with a digest-pinned base and immutable task/tier labels;
- non-root container self-test and task/tier identity check;
- prompt and output-contract rendering against a staged or synthetic public item;
- a bounded ChatGPT API workflow smoke run covering S1 and S2 only;
- termination before S3 validation starts;
- exported-archive OCI graph, layer digest, tag inventory, and secret scan;
- private remote size and SHA-256 equality after upload.
S1-S2 smoke results are launch/readiness evidence only. They are not benchmark scores and must not be presented as task completion.
Execution order
- Audit local/remote access, disk, Docker, GPU visibility, and credentials without printing sensitive values.
- Resolve public datasets first; freeze acquisition recipes for gated tasks; update readiness records from evidence.
- Implement and test the task-image builder, S1-S2 verification mode, archive exporter, and remote verifier.
- Build and verify all 96 images.
- Run S1-S2 smoke verification in bounded batches, stopping before S3.
- Export and upload one track at a time, verifying the remote before cleanup.
- Audit the final 96-image inventory and update release documentation.
Known environmental constraints at plan freeze
- LLM verification uses the configured remote ChatGPT-compatible API only; host GPUs are intentionally not used.
- Docker is available through passwordless
sudo; the user is not in thedockergroup. - The Docker daemon does not currently have NVIDIA Container Toolkit support.
This is not a release blocker because the requested S1-S2 verification is
CPU-safe and uses the remote API; verification launches omit
--gpus. - The configured ChatGPT-compatible endpoint and private Hugging Face token both authenticate successfully.
- Gated/DUA datasets remain external dependencies even when the build and upload pipeline is otherwise complete.