Skip to content

Raise gaasbot prompt size budget after deliberate voice restore - #949

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-7809-gaasbot-prompt-exceeds-size-budget-after-voice-restore
Sep 12, 2026
Merged

Raise gaasbot prompt size budget after deliberate voice restore#949
TheGreatAxios merged 1 commit into
mainfrom
cl-7809-gaasbot-prompt-exceeds-size-budget-after-voice-restore

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Collaborator

Measurement

bun test src/agent/prompt-sizes.test.ts on current main fails only for gaasbot:

  • gaasbot default: 52266 chars / 52452 bytes vs budget 31700 / 32800
  • gaasbot grok: 52782 chars / 52970 bytes

No other director exceeds its budget (full table verified green after the raise).

Rule applied

Per the budget contract in src/agent/prompt-sizes.test.ts (CL-7664: measured +2000 chars / +3000 bytes, ceiling to 100), using the max across families (grok):

  • chars: 52782 + 2000 = 54782 -> 54800
  • bytes: 52970 + 3000 = 55970 -> 56000

Only the gaasbot ceiling changed; no prompt trimmed, no helper logic touched, no other director ceiling touched.

Justification

Deliberate CL-7663 voice restore (PR #932) grew the gaasbot prompt past its old ceiling. This is a conscious raise, documented inline at the budget entries.

Fixes CL-7809

The CL-7663 voice restore (PR #932) deliberately grew the gaasbot prompt past its ceiling. Measured 52782 chars / 52970 bytes; budget raised per the file's rule (measured +2000 chars / +3000 bytes, ceiling to 100). Fixes CL-7809.
@linear-code

linear-code Bot commented Sep 12, 2026

Copy link
Copy Markdown

CL-7809

@TheGreatAxios
TheGreatAxios merged commit fcc150e into main Sep 12, 2026
9 checks passed
@TheGreatAxios
TheGreatAxios deleted the cl-7809-gaasbot-prompt-exceeds-size-budget-after-voice-restore branch September 12, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant