Uh oh!
There was an error while loading. Please reload this page.
feat(DEN-2443): expose native tasks through current zed CLI - #229
Merged
Conversation
ORESoftware
marked this pull request as ready for review
August 8, 2026 04:49
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Scope
Reconstructs the canonical task dispatcher directly on current main
9b88ac2a1504b1571e045b57cb7efc5f315482f0, superseding the diverged 18-commit PR #211.One implementation
The already-merged schema-v2 task runtime remains unchanged. A shared
zed_cli::task_clilayer owns list, info, graph, run, observer, positive-jobs, JSON/live-output, and human-format behavior. Bothzedandzed-taskmap typed arguments into that single layer.Five reusable files are byte-identical to the previously certified candidate. Five integrations were applied semantically to current main:
.cli-flags.tomlREADME.mdsrc/cli.rssrc/lib.rssrc/main.rsCompatibility contract
The canonical route reuses exactly:
ZED_TASK_PLANZED_TASK_JSONZED_TASK_ALLZED_TASK_DRY_RUNZED_TASK_YESZED_TASK_JOBSZED_TASK_NO_CACHEzed-taskremains a compatibility and focused certification binary. Zero concurrency is rejected during typed parsing; live child output cannot be mixed into JSON reports.Focused validation completed
.cli-flags.tomlparity;cargo fmt --all --check; andzed,zed-task, and both task integration targets.The permanent Ubuntu/macOS/Windows task workflow and ordinary exact-head repository matrix remain merge gates. Independent
zed-pkg-testcertification is pinned to exact candidate4c708dcece916a81caace9d82083a523a297475c.Linear: DEN-2443, DEN-1444, DEN-1435, DEN-2462
Superseded PR salvage
Supersedes: #211