review: per-reviewer prompt-token cap #16
Labels
No labels
already-shipped
bug
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
needs-decision
proposal
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: crenshawdev/cadence#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tier: Improve Cadence (ranked #3) · small safety
Cadence sends artifacts to a paid review provider with no size ceiling. Adopt a per-reviewer prompt-token cap.
Why: GSD-core's
max_prompt_tokens_per_revieweris a one-key guard against an unbounded paid call. Cheap insurance.Cost: one key under
review.*plus the check that honors it.Source: internal GSD comparison note, 2026-07-18.