chore: build with keyring opt-out tags; bump cli-common to v0.3.2#187
Merged
Conversation
Adopts the standard keyring opt-out build configuration (cli-common working-with-secrets.md §1.10): GOFLAGS in Makefile and CI, explicit flags in goreleaser builds. Excludes the 1Password backends (onepassword-sdk-go incl. the wazero WASM runtime, connect-sdk-go incl. the archived jaeger-client-go) and passage from the binary. cli-common v0.3.2 brings byteness/keyring v1.11.0, which ships the tags. Refs open-cli-collective/cli-common#57
monit-reviewer
approved these changes
Jun 12, 2026
monit-reviewer
left a comment
There was a problem hiding this comment.
Automated PR Review
Reviewed commit: 0a66aa3
Summary
No issues found.
Completed in 38s | $0.62 | sonnet | daemon 0.2.127 | Glorfindel
| Field | Value |
|---|---|
| Model | sonnet |
| Reviewers | hybrid-synthesis, harness-engineering:harness-architecture-reviewer, harness-engineering:harness-enforcement-reviewer, harness-engineering:harness-knowledge-reviewer |
| Engine | claude · sonnet |
| Reviewed by | pr-review-daemon · monit-pr-reviewer |
| Duration | 38s wall · 36s compute (Reviewers: 25s · Synthesis: 10s) |
| Cost | $0.62 (estimated) |
| Tokens | 152.3k in / 1.5k out |
| Turns | 8 |
Per-workstream usage
| Workstream | Model | In | Out | Cache read | Cache create | Cost |
|---|---|---|---|---|---|---|
| hybrid-synthesis | sonnet | 33.0k | 188 | 13.8k | 19.2k (1h) | $0.12 |
| harness-engineering:harness-architecture-reviewer | sonnet | 39.4k | 284 | 13.8k | 25.6k (1h) | $0.16 |
| harness-engineering:harness-enforcement-reviewer | sonnet | 40.3k | 843 | 13.8k | 26.5k (1h) | $0.18 |
| harness-engineering:harness-knowledge-reviewer | sonnet | 39.5k | 210 | 13.8k | 25.8k (1h) | $0.16 |
Re-reviews only run when @monit-reviewer is re-requested as a reviewer — push as many commits as you need, then re-request when ready. PRs targeting branches other than main, master are skipped, even when @monit-reviewer is re-requested.
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.
Adopts the standard keyring opt-out build configuration
(cli-common working-with-secrets.md §1.10): GOFLAGS in Makefile and CI,
explicit flags in goreleaser builds. Excludes the 1Password backends
(onepassword-sdk-go incl. the wazero WASM runtime, connect-sdk-go incl.
the archived jaeger-client-go) and passage from the binary. cli-common
v0.3.2 brings byteness/keyring v1.11.0, which ships the tags.
Refs open-cli-collective/cli-common#57