Skip to content

Document JQ_REPOS in the server setup, which silently shrinks the fleet - #8

Merged
tschm merged 1 commit into
mainfrom
docs/server-env-jq-repos
Aug 29, 2026
Merged

Document JQ_REPOS in the server setup, which silently shrinks the fleet#8
tschm merged 1 commit into
mainfrom
docs/server-env-jq-repos

Conversation

@tschm

@tschm tschm commented Aug 29, 2026

Copy link
Copy Markdown
Member

The server setup instructions listed four .env values and left out JQ_REPOS. A deployment following them sweeps the configured org and nothing else.

On this fleet that quietly dropped the four cvxgrp repos — 19 monitored instead of 23, with nothing on the board to indicate it was short. The preflight passed, because every repo it did export was genuinely public; it has no way to know what was never collected.

Also:

  • switches the snippet from export to a .env file, so settings survive a reboot (compose reads it automatically, and it's gitignored)
  • points at bootstrap-server.sh rather than a bare compose command, so the guards actually run
  • notes that the token must be able to read every repo named in JQ_REPOS — a fine-grained token scoped to one org cannot see another's, and the collector logs named repo ... is not readable when that happens

🤖 Generated with Claude Code

The server instructions listed four .env values and omitted JQ_REPOS, so a
deployment following them sweeps the configured org and nothing else. On this
fleet that quietly dropped the four cvxgrp repos - 19 monitored instead of 23,
with nothing on the board to say it was short.

Also switches the snippet from `export` to a .env file, so the settings survive
a reboot, and points at bootstrap-server.sh rather than a bare compose command.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@tschm
tschm merged commit e6143c7 into main Aug 29, 2026
4 checks passed
@tschm
tschm deleted the docs/server-env-jq-repos branch August 30, 2026 09:00
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