From 4cb3e325bac066de5a9cf87691daeaed9cff2645 Mon Sep 17 00:00:00 2001 From: Tanisha Aberdeen <32620895+aliasunder@users.noreply.github.com> Date: Fri, 4 Sep 2026 21:06:43 -0400 Subject: [PATCH] fix: align context_budget_tokens fallback with v0.4.0 default (300K) Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/umm_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/umm_review.yml b/.github/workflows/umm_review.yml index 74e7a67f..64c24fe9 100644 --- a/.github/workflows/umm_review.yml +++ b/.github/workflows/umm_review.yml @@ -116,7 +116,7 @@ jobs: # order: diff → changed files → import-traced related files → # priority docs → mention-matched docs. (Conventions file has its # own separate cap inside the action.) - context_budget_tokens: ${{ vars.UMM_CONTEXT_BUDGET_TOKENS || '80000' }} + context_budget_tokens: ${{ vars.UMM_CONTEXT_BUDGET_TOKENS || '300000' }} # true | false — import-tracing (caller regressions) and # doc-mention scanning (staleness) trace_related_files: ${{ vars.UMM_TRACE_RELATED_FILES || 'true' }}