feat(tcfeed): raise the daily budget to 20, matching the run cap - #124
Merged
Conversation
TCFEED_PR_PER_DAY was 10 against a TCFEED_PR_MAX of 20, so the headline command could never finish in one go — `tcfeed pr --all` would take a full table, send half of it and defer the rest to tomorrow every single time. A budget the main command structurally cannot satisfy reads as a bug rather than as a limit. 20 makes one full --all run a day of sending, which is the sentence the two numbers should have said together from the start. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
ThreatCrush Security Scan67 finding(s) HIGH/CRITICAL: 11 | MEDIUM: 55 | LOW: 1
…and 17 more. Full results in the Security tab. Snippets are redacted; ThreatCrush never prints matched credential material. |
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.
The second commit dropped by the #122 squash.
refreshOnecame back in #123; this is the other one, and it is whytcfeed pr --allstill printsof 10.TCFEED_PR_PER_DAYwas 10 against aTCFEED_PR_MAXof 20, so the headline command could never finish in one go —tcfeed pr --allwould take a full table, send half of it, and defer the rest every single time. A budget the main command structurally cannot satisfy reads as a bug rather than as a limit.20 makes one full
--allrun a day of sending, which is the sentence the two numbers should have said together from the start.tsc --strict --noEmitclean. Verified by diffing the merged branch against master, which showed this as the only remaining difference:Note this does not unblock sending today either way: 33 requests went out inside the current rolling 24 hours, so the window has to clear on its own before either number matters.
🤖 Generated with Claude Code