docs(rate-limit-guard,session-flow): cloud degraded-mode + orchestrate fallback - #2791
Conversation
…e fallback Land the reader-contract cloud/remote degraded-mode section (unknown → reactive-only, reactive signals, thin-by-default orchestration fallback) and wire imperative 7 / gotchas / sources to consume it. Document the live cloud statusline producer as residual. Bump rate-limit-guard 0.7.5 and session-flow 0.23.7. Closes #2697, #2736, #2747. Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @kyle-sexton's task in 40s —— View job Security Review (
|
|
Last security-reviewed head: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a84211567e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Claude finished @kyle-sexton's task in 2m 1s —— View job Claude code review
Scope: This is a docs-only PR across Checks performed:
No high-signal findings. The new content is internally consistent, the versioning/changelog parity holds, and the cross-plugin references (session-flow → rate-limit-guard) are accurate. This is a narrow, well-scoped documentation change with no behavior/code impact, so there's nothing here a careful reviewer would block on. |
|
Claude has reviewed this PR 2 times. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
|
Claude finished @cursor[bot]'s task in 40s —— View job Code Review (
|
Summary
Closes the rate-limit cloud observability cluster in-repo by landing the degraded-mode reader contract and the orchestration fallback that consumes it — not by shipping a live cloud statusline producer.
rate-limit-guard0.7.5:reference/reader-contract.mdadds "Cloud / remote sessions (expected degraded mode)" — absent tee → unknown → reactive-only (expected, not a misconfig); reactive signals (own-session errors, sibling-automation 429s,stop-events.jsonlwhen present); thin-by-default orchestration fallback; documented residual that a live cloud producer remains out of scope.session-flow0.23.7:/session-flow:orchestrateimperative 7, gotchas, and sources wire the thin-by-default concurrent cap and sibling-429 backoff to that contract.Closes #2697
Closes #2736
Closes #2747
Test plan
scripts/check-changelog-parity.sh --check(exit 0)scripts/check-changelog-parity.sh --check-bump origin/main(exit 0)scripts/check-changelog-parity.sh --check-preserved origin/main(exit 0)0.7.5, session-flow0.23.7Related