agentd run <prompt-file> does not append stdin to the prompt, despite SPEC.md stating stdin should be appended. This causes overseer workflow runs to miss task input.
Timeline (3)
💬[human]1 week ago
Updated agentd run to append stdin when prompt arg is provided. Read stdin when non-terminal, append as '\n\n---\nInput:\n' content to prompt. Avoids yaml workflow paths.
Updated agentd run to append stdin when prompt arg is provided. Read stdin when non-terminal, append as '\n\n---\nInput:\n' content to prompt. Avoids yaml workflow paths.