fix: lifecycle stop hooks not running for detached sessions#407
fix: lifecycle stop hooks not running for detached sessions#407
Conversation
|
Claude finished @fkondej's task in 1m 8s —— View job Review of PR #407
SummaryThe goal — running lifecycle stop hooks for detached sessions — makes sense. The approach of reading the persisted manifest to discover stop commands is reasonable. One bug found:
The new Minor: The new function duplicates the stop-command loop logic from No other issues found — the error handling (warn-and-continue) and directory resolution logic look correct. |
…ingle manifest based path
|
Claude finished @fkondej's task in 1m 24s —— View job Review of PR #407 (re-review after update)
SummaryThe latest commit ( IssuesDead code: The Minor:
No other issues found. The error handling, manifest loading, and directory resolution logic all look correct. |
|
Claude finished @fkondej's task in 1m 2s —— View job Review of PR #407 (re-review after sync)
SummaryThe latest commits ( Remaining issuesDead code: The
No other issues found. |
Pre-existing behavior — |
|
Claude finished @fkondej's task in 1m 0s —— View job Review of PR #407 (re-review after dead code removal)
SummaryAll three issues from previous reviews have been addressed:
Remaining issuesNone found. The code is clean and correct. The consolidation into LGTM. |
|
Claude finished @fkondej's task in 42s —— View job Review of PR #407 (re-review after sync)
SummaryAll previously identified issues have been addressed. The code is clean and correct.
No new issues found. LGTM. |
|
Claude finished @fkondej's task in 47s —— View job Review of PR #407 (re-review after sync)
SummaryAll previously identified issues have been addressed. The code is clean and correct.
No new issues found. LGTM. |
Part of DEV-1490