II.
Term JSON
Structured · liveterm:spawn-args
SpawnArgs json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:spawn-args",
"_kind": "Term",
"_file": "terminology/terms/terms-articles-and-refs.yaml",
"_cluster": "terminology",
"attributes": {
"displayName": "SpawnArgs",
"kind": "concept",
"description": "Mode-agnostic abstract spawn descriptor returned by\n`Adapter.buildSpawnArgs()` — `{ command, args, env, cwd, stdin?,\nshell? }`. The pure `buildInvocationCommand()` transform rewrites\nSpawnArgs into the concrete host command for the chosen\nInvocationMode. Source:\ndocs/adapters/reference/13-invocation-modes.md +\npackages/core/src/spawn-invocation.ts.\n"
},
"outgoingEdges": [
{
"from": "term:spawn-args",
"to": "term:agentic-loop",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": []
}