agentd run ignores stdin when prompt is file

t-493·WorkTask·
·
·
Created3 weeks ago·Updated1 week ago

Dependencies

Description

Edit

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.

🔄[human]Open → Done1 week ago