fix: close 8 defects from bug-hunt sweep - #127
Merged
Merged
Conversation
- workspace: per-call staged temp file fixes torn concurrent persist; corrupt workspaces.json now quarantined as .corrupt instead of a silent reset (mirrors tokens.go) - server: background reaper detects exited-but-unreaped children so a crashed odek serve fails fast instead of burning the ready timeout; waitSpawned errors carry a bounded stderr tail - client: bounded WS dial + handshake deadline (wsDialTimeout) - tui: ctrl+enter inserts a newline in the approval composer; approval expiry bell latches per queue entry; queue-strip click controls bounded to their own cells - update: typed status error replaces substring 401/403/429 matching so transport errors no longer trigger the HTML asset fallback
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
bodek | 5dc5127 | Commit Preview URL Branch Preview URL |
Sep 18 2026, 11:24 AM |
A token-print-and-exit server can flush its banner after the loop's top-of-loop token check; the reaper's fast liveness signal then failed Connect even though the token was captured. The token wins.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RED-first sweep from a 3-hunter bug hunt (networking/lifecycle, TUI, rendering/persistence).
All fixes validated failing-test-first; full race suite green.