From 0b4ea51904583364cb71712bff0c077c0151b359 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Thu, 10 Sep 2026 08:35:49 +0100 Subject: [PATCH] chore(dogfood): enable headroom_enabled on this repo's own review workflow Every prior validation of headroom_enabled ran in a temporary test workflow, deleted after each check -- there was never a live, ongoing place in this repo where Headroom actually compressed anything, so its savings comment never appeared on a real PR. This repo already dogfoods review/triage/interactive on itself; dogfooding its own context-compression feature the same way is the natural next step. pip is the default install method, already confirmed to work with this repo's OAuth-token-only credential across multiple prior validation runs. --- .github/workflows/claude-review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 6d9a80d..41a57d5 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -31,6 +31,8 @@ jobs: pr_number: ${{ github.event.pull_request.number }} claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: "claude[bot]" + # Dogfooding Headroom on this repo's own reviews -- pip is the default install method, already confirmed to work with this repo's OAuth-token-only credential. Posts a "Headroom compressed this run's context" comment on the PR when it actually proxies something; see the README's "Context compression (Headroom)" section. + headroom_enabled: true # Optional: Enable progress tracking with checkboxes # track_progress: true # Optional: Include "Fix this" links (default: true)