chore(omp): track omp 17.2.1 - #42
Merged
Merged
Conversation
nix/omp.nix: 17.0.6-atyrode.1 -> 17.2.1-atyrode.1 (hashes verified by nix build .#omp and .#with-omp). omp 17.2.1 bundles a seventh agent, security-reviewer, which this grid deliberately does not route: security scans inject the scan's own model into task.agentModelOverrides per session, so a generated route would only skew ad-hoc spawns. The preview legend claimed the marked roles were 'bundled agents'; retitle it to 'agent-backed roles', which is what the derivation actually names. gofmt/vet/tests green (CGO_ENABLED=0).
atyrode
enabled auto-merge (squash)
July 31, 2026 15:21
atyrode
added a commit
that referenced
this pull request
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to atyrode/dotfiles#356 (OMP 17.2.1).
nix/omp.nix:17.0.6-atyrode.1->17.2.1-atyrode.1, four asset hashes updated (same artifacts the dotfiles pin verified;nix build .#omp->omp/17.2.1and.#with-ompbundle both build here).generate.go: OMP 17.2.1 bundles a seventh agent,security-reviewer, which the grid deliberately does not route — upstream's scan coordinator clones settings and injects the scan's selected model intotask.agentModelOverrides["security-reviewer"]per session, so a generated route would only skew ad-hoc spawns (same decision as dotfiles#356). With bundled != agent-backed now, the preview legend'sbundled agents:label became false; retitled toagent-backed roles:, matching what the derive-or-drift legend actually names. Comment abovegenAgentRolesdocuments the exclusion.generate_test.go: legend prefix + wording follow; the derive-or-drift contract itself is unchanged.model-roles.ts): unchanged v17.0.6 -> v17.2.1, so no routing additions needed.Local:
gofmt -lclean,go vetOK,go test ./...ok (CGO_ENABLED=0).