docs(agent): remove stale pre-step contracts

This commit is contained in:
Tianyi Cui
2026-07-19 12:14:37 +08:00
parent 7be78c7d4c
commit 86d97845dc
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,8 @@ function parseArguments(raw: string): unknown {
* before start; an exclusive reclassification waits for the current pool to
* drain and remains for the caller's next barrier. Results and contexts commit
* in model order. Abort stops starts, drains and commits started calls, accepts
* their contexts into the owning batch, and throws.
* their contexts into the owning batch, records results for skipped calls, and
* returns an aborted outcome.
*/
async function runGroup(
ctx: Context,