Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .agents/diary/cli-io-timeouts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Out-of-scope decision] Excluded a global public `--timeout` flag from the first slice because request, inactivity, and total wait deadlines mean different things across commands. The spec keeps public configuration narrow until usage shows which budgets users need to tune.

[Out-of-scope decision] Excluded automatic retry policy changes because bounded waiting and retry behavior should be designed separately. Mixing them in this spec would obscure the core product contract: stalled I/O must fail clearly and predictably.

[Out-of-scope decision] Excluded broad local filesystem and credentials-store timeout policy from the first implementation plan. Those boundaries remain cancellation-aware, but the timeout work should focus on Prisma-controlled API, SDK, callback, polling, and stream boundaries to avoid false negatives and unnecessary complexity.
Loading
Loading