agentd run ignores stdin when prompt is file

t-493·WorkTask·
·
·
Created3 months ago·Updated2 months ago·pipeline runs →

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]2 months 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 → Done2 months ago