-
Notifications
You must be signed in to change notification settings - Fork 723
fix(loop): guard bare function calls against set -e script termination #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
52c821c
fix(loop): build loop context regardless of session continuity mode (…
timothy-20 d10d581
Merge fix/session-continuity-loop-context: build loop context regardl…
timothy-20 78380cf
feat(analyzer): add question pattern detection for headless mode (#190)
timothy-20 9d75f9e
fix(circuit-breaker): suppress no-progress counter on question loops …
timothy-20 74e68f3
fix(loop): inject corrective guidance when previous loop asked questi…
timothy-20 1091450
test(#190): add question detection tests + fix arithmetic in detect_q…
timothy-20 1a536f0
docs: update CLAUDE.md for question detection feature (#190)
timothy-20 0ad3886
refactor(analyzer): remove redundant .json_parse_result re-read in qu…
timothy-20 8c0b52b
Merge branch 'fix/session-continuity-question-detection' into main
timothy-20 010acaf
fix(loop): separate stderr from live mode JSON stream to fix jq parsi…
timothy-20 9420e70
Merge branch 'fix/session-continuity-live-output'
timothy-20 f36cbf3
fix(loop): add version check and auto-update at startup (#190)
timothy-20 042fed8
refactor(loop): improve semver comparison and add auto-update config …
timothy-20 385c775
docs(loop): add environment-specific CLAUDE_AUTO_UPDATE guidance (#190)
timothy-20 30c0e48
refactor(tests): remove structural/duplicate tests and consolidate co…
timothy-20 561f0a1
Merge branch 'fix/startup-version-check'
timothy-20 6d98b3d
fix(tests): use bare mktemp -d instead of hardcoded /tmp paths
timothy-20 b29eb2f
Merge branch 'fix/test-tmpdir-hardcode'
timothy-20 80eff21
fix(tests): use UTC in get_past_timestamp to fix cooldown tests on no…
timothy-20 86e1d96
Merge branch 'fix/test-cooldown-timezone'
timothy-20 cd3d522
fix(loop): harden cleanup handling for signal, error, and crash exit …
timothy-20 044f94a
Merge branch 'fix/loop-cleanup-handling'
timothy-20 be6c96a
fix(loop): build loop context regardless of session continuity mode (…
timothy-20 7fb4ed7
feat(analyzer): add question pattern detection for headless mode (#190)
timothy-20 ffbc034
fix(circuit-breaker): suppress no-progress counter on question loops …
timothy-20 d69b652
fix(loop): inject corrective guidance when previous loop asked questi…
timothy-20 13d6ff3
test(#190): add question detection tests + fix arithmetic in detect_q…
timothy-20 00c6491
docs: update CLAUDE.md for question detection feature (#190)
timothy-20 3870665
refactor(analyzer): remove redundant .json_parse_result re-read in qu…
timothy-20 13b2413
fix(loop): separate stderr from live mode JSON stream to fix jq parsi…
timothy-20 170c530
fix(loop): add version check and auto-update at startup (#190)
timothy-20 4e18943
refactor(loop): improve semver comparison and add auto-update config …
timothy-20 ade55f5
docs(loop): add environment-specific CLAUDE_AUTO_UPDATE guidance (#190)
timothy-20 0492ea4
refactor(tests): remove structural/duplicate tests and consolidate co…
timothy-20 eb98ace
fix(loop): clean up empty stderr files after each live mode iteration…
timothy-20 a20e7b9
fix(analyzer,setup): guard detect_questions against set -e and chmod …
timothy-20 69f4792
fix(analyzer): relax ? requirement in detect_questions for declarativ…
timothy-20 85fc742
Merge branch 'fix/session-continuity-190' into main (#190)
timothy-20 9147fd9
fix(loop): guard bare function calls against set -e script terminatio…
timothy-20 27fd652
fix(loop,circuit-breaker): guard remaining bare calls against set -e …
timothy-20 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test-count values are inconsistent in this doc.
Line 180 says
554, Line 537 says559, and the table rows currently sum to a different value. Please normalize this to a single source of truth (or remove hard-coded totals).📝 Suggested docs-stability tweak
Also applies to: 537-559
🤖 Prompt for AI Agents