fix(cc): reconcile stale quick-roster rows - #267
#267Merged
github-actions[bot] merged 1 commit intoJul 25, 2026
mainanipotts/claude-code-tips:mainfrom
codex/pro/cc-quick-live-roster-2026-07-24anipotts/claude-code-tips:codex/pro/cc-quick-live-roster-2026-07-24Copy head branch name to clipboard
Merged
fix(cc): reconcile stale quick-roster rows#267github-actions[bot] merged 1 commit intomainanipotts/claude-code-tips:mainfrom codex/pro/cc-quick-live-roster-2026-07-24anipotts/claude-code-tips:codex/pro/cc-quick-live-roster-2026-07-24Copy head branch name to clipboard
github-actions[bot] merged 1 commit into
mainanipotts/claude-code-tips:mainfrom
codex/pro/cc-quick-live-roster-2026-07-24anipotts/claude-code-tips:codex/pro/cc-quick-live-roster-2026-07-24Copy head branch name to clipboard
Conversation
Mirror the MCP server freshness window in cc-quick, mark dirty-exit rows ended without deleting history, and exclude stale peers from sends and digest joins. Verified with bash syntax, 45 Bun tests, and TypeScript noEmit.
Contributor
quality gate: all checks passed
automated check -- see CLAUDE.md for conventions. |
Contributor
|
@claude @codex please review this pr per .github/AI_REVIEW_RUBRIC.md. lanes:
output one pr comment each in the exact shape from the rubric. if an app is not installed on this repo, the mention sits unanswered and ci stays green. |
|
To use Codex here, create a Codex account and connect to github. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
problem
cc-quick rostertreated every row withended_at_ms IS NULLas live. Dirty exits left 1,607 historical rows open on ap-pro, so the Codex bash path reported years of stale tasks as active even though the MCP path already had a five-minute freshness contract.change
verification
bash -n plugins/cc/bin/cc-quickbun test tests/: 45 passbunx tsc --noEmit