Make task.md the native v0.6.2 authoring path#760
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This was referenced Jun 14, 2026
The PR bumps the version to 0.6.2 and changes user-facing CLI behavior (`bench tasks init --format legacy` now exits with an error) but the changelog did not mention it. Add a Changed entry under [Unreleased].
The 352-line demotion of docs/task-authoring.md dropped the only docs for a live, schema-backed feature. Relocate the multi-container section (environment/docker-compose.yaml, exec_in_service / exec(service=), verifier.service target-side verification, and the main-only hardening policy) into docs/task-authoring-task-md.md, translated to task.md frontmatter. Also: - Repoint docs/concepts.md and docs/llm-judge.md authoring cross-references at the native task.md guide (they pointed at the demoted split-layout page while advertising task.toml/tests/ authoring). - Scope the cutover report's 'no longer scaffolds split layouts' claim to 'bench tasks init' and note that 'bench tasks generate --task-format legacy' (trace import) still emits split packages for adoption compatibility. - Update .claude/skills/benchflow/SKILL.md, which still advertised the removed 'bench tasks init --format legacy' behavior.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0.6.2task.mdthe native task authoring path forbench tasks initbench tasks init --format legacytask.mduv tool install benchflow,bench tasks check, andbench eval create/as the inferred rollout workspace, so Docker verifier snapshots do not copy the whole root filesystem for prebuilt images withoutWORKDIRValidation
testpassedpip-auditpasseduv run --extra dev ruff check .uv run --extra dev pytest -q-> 4074 passed, 49 skipped, 7 deselectedtests/test_rollout_upload.py::test_resolve_agent_cwd_avoids_root_workspacedaytona-orchestratorMerge order
0.6.2PR.benchflow==0.6.2to PyPI.task.mdcorpus/docs PR.