review: per-reviewer prompt-token cap #16

Open
opened 2026-07-18 22:05:17 +00:00 by crenshawdev · 0 comments
crenshawdev commented 2026-07-18 22:05:17 +00:00 (Migrated from github.com)

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_reviewer is 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.

**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_reviewer` is 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._
Sign in to join this conversation.
No description provided.