[Phase 5] cmd_continue return proper exit codes #248
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
cmd_continue uses exit 1 for all errors, making it difficult for the daemon to distinguish between recoverable errors (max agents) and actual failures.
Solution
Modify cmd_continue and fork_agent to return proper exit codes:
Key changes:
Also create EXITCODES.md documenting all exit codes.
Status
READY - No dependencies
Files
Related Issue
Parent: #235