Skip to content

Commit e3344f5

Browse files
committed
docs(adr): correct authored concurrency field
1 parent bbeaa40 commit e3344f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/adr/0018-coding-agent-target-runtime-contract.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ The fields mean:
8989
Do not add competing top-level fields such as `isolation`, `sandbox`,
9090
`profile`, `install`, `container`, `environment`, `executable`, `binary`,
9191
`args`, or `arguments` for this contract. Process/protocol providers use
92-
`config.command` as a non-empty argv array. General eval policy such as
93-
concurrency belongs under `execution`, not inside a target definition. Grader
94-
selection belongs to `defaults.grader`, CLI overrides, or evaluator-level target
95-
selection, not to the system-under-test target.
92+
`config.command` as a non-empty argv array. Authored eval concurrency belongs
93+
under `evaluate_options.max_concurrency`, not inside a target definition.
94+
Grader selection belongs to `defaults.grader`, CLI overrides, or
95+
evaluator-level target selection, not to the system-under-test target.
9696

9797
### Provider Boundaries
9898

0 commit comments

Comments
 (0)