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.
This pull request updates documentation to reflect recent changes in the task execution model, runtime behavior, and UI test structure. The most significant updates clarify that tasks are now treated as unified executable units with invocation modes, improve the explanation of how missing tasks are fetched and materialized on-demand, and update WASM runtime lifecycle and artifact handling. Additionally, the UI test guides are revised for directory changes and improved accessibility notes.
Task Execution Model & Scheduling
task-execution-model-en.mdandtask-execution-model-zh.mddescribing the unified request/response model for tasks, removing distinctions between "long running" and "short running" tasks, and shifting runtime strategies to invocation parameters. [1] [2]execution_kindfield from placement requests and examples, and clarified that Spearlet nodes now fetch missing tasks/artifacts from SMS on-demand, improving flexibility and reliability. [1] [2] [3] [4] [5] [6] [7] [8]Runtime Behavior Documentation
wasmedgeworker startup. [1] [2] [3]UI Test Guide Updates
spear-next/ui-teststospear/ui-testsin both languages, and removed references to "Execution Kind" select mirrors for test stability, focusing on "Executable Type" for accessibility and automation reliability. [1] [2] [3] [4] [5] [6]Documentation Index Additions
Minor Corrections