Skip to content

Comments

t1211: Add diagnostic actions log on parse failure for better observability#1843

Merged
marcusquinn merged 1 commit intomainfrom
feature/t1211
Feb 19, 2026
Merged

t1211: Add diagnostic actions log on parse failure for better observability#1843
marcusquinn merged 1 commit intomainfrom
feature/t1211

Conversation

@marcusquinn
Copy link
Owner

Summary

The three requirements from t1211 were already implemented by prior tasks:

This PR adds the final observability improvement: when run_ai_actions_pipeline detects a non-array response, it now writes a dedicated actions-TIMESTAMP-parse-failure.md log to the actions log directory. This makes parse failures visible alongside successful action logs, improving debuggability without requiring supervisor log grep.

ShellCheck: zero violations.

…bility (t1211)

When run_ai_actions_pipeline receives a non-array response from the AI model,
it now writes a dedicated parse-failure log to the actions log directory
(actions-TIMESTAMP-parse-failure.md) in addition to the supervisor log warning.

This makes parse failures visible in the same directory as successful action
logs, making it easier to correlate failures with specific pulse cycles without
having to grep the supervisor log.

The core fixes (rc=0 on empty response, retry with simplified prompt, raw
response logging) were already implemented by t1182/t1184/t1187/t1189/t1197/t1201.
This PR adds the final observability improvement from the t1211 spec.
@gemini-code-assist
Copy link

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 19, 2026

Warning

Rate limit exceeded

@marcusquinn has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 21 minutes and 35 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/t1211

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 28 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Thu Feb 19 00:13:45 UTC 2026: Code review monitoring started
Thu Feb 19 00:13:46 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 28

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 28
  • VULNERABILITIES: 0

Generated on: Thu Feb 19 00:13:48 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@sonarqubecloud
Copy link

@marcusquinn marcusquinn merged commit f291b5f into main Feb 19, 2026
11 checks passed
@marcusquinn marcusquinn deleted the feature/t1211 branch February 19, 2026 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant