Skip to content

CLI: Update Hypeman Go SDK to d9ebe64be9ec751fc8a32186c95bdbc68fb30d86#50

Open
kernel-internal[bot] wants to merge 6 commits into
mainfrom
cli-coverage-update
Open

CLI: Update Hypeman Go SDK to d9ebe64be9ec751fc8a32186c95bdbc68fb30d86#50
kernel-internal[bot] wants to merge 6 commits into
mainfrom
cli-coverage-update

Conversation

@kernel-internal

@kernel-internal kernel-internal Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR updates the Hypeman Go SDK dependency to the latest version.

SDK Update

  • Updated hypeman-go to d9ebe64be9ec751fc8a32186c95bdbc68fb30d86

Coverage Analysis

A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found.

Every method in the SDK api.md maps to an existing CLI command, and every param-struct field is exposed as a CLI flag (or handled internally for streaming/helper endpoints such as Builds.Events, Instances.Logs, Instances.Get, and Instances.Stat). No endpoints are marked x-cli-skip in the OpenAPI spec.

Triggered by: kernel/hypeman-go@d9ebe64
Reviewer: @kernel-internal[bot]

Keep the CLI on the latest SDK revision after confirming the current command surface already covers the public SDK methods.

Co-authored-by: Cursor <cursoragent@cursor.com>
@firetiger-agent

Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

Reason: PR updates a Go SDK dependency in the CLI package, not the kernel API endpoints or Temporal workflows specified in the filter.

To monitor this PR anyway, reply with @firetiger monitor this.

Bump the hypeman-go dependency to the latest SDK release and refresh module sums after a full CLI coverage audit found no additional command or flag gaps.

Co-authored-by: Cursor <cursoragent@cursor.com>
@kernel-internal kernel-internal Bot changed the title CLI: Update Hypeman Go SDK to 664416bf5a15d0376f551cabcce510cdcf67c0e0 CLI: Update Hypeman Go SDK to 3cb2ab28e6ded55636db55b0b560b60044b7ea71 May 18, 2026
kernel-internal Bot and others added 2 commits June 10, 2026 02:35
Bumps the github.com/kernel/hypeman-go dependency to the latest commit.
A full enumeration of SDK methods and CLI commands found no coverage gaps.

Co-authored-by: Cursor <cursoragent@cursor.com>
@kernel-internal kernel-internal Bot changed the title CLI: Update Hypeman Go SDK to 3cb2ab28e6ded55636db55b0b560b60044b7ea71 CLI: Update Hypeman Go SDK to a58cbbbad6e7860d53d9e93751faca80db15064b Jun 10, 2026
kernel-internal Bot and others added 2 commits July 22, 2026 15:42
Bump github.com/kernel/hypeman-go to the latest generated version. A full
enumeration of SDK methods (api.md + param structs) against existing CLI
commands found no coverage gaps; all SDK methods and param fields already
have corresponding CLI commands and flags.

Co-authored-by: Cursor <cursoragent@cursor.com>
@kernel-internal kernel-internal Bot changed the title CLI: Update Hypeman Go SDK to a58cbbbad6e7860d53d9e93751faca80db15064b CLI: Update Hypeman Go SDK to d9ebe64be9ec751fc8a32186c95bdbc68fb30d86 Jul 22, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 76e1214. Configure here.

Comment thread go.mod
github.com/gorilla/websocket v1.5.3
github.com/itchyny/json2yaml v0.1.4
github.com/kernel/hypeman-go v0.20.0
github.com/kernel/hypeman-go v0.20.1-0.20260722154236-d9ebe64be9ec

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinned SDK commit mismatches claim

Medium Severity

The PR title and description say hypeman-go was updated to a58cbbbad6e7860d53d9e93751faca80db15064b, but go.mod/go.sum pin v0.20.1-0.20260722154236-d9ebe64be9ec (d9ebe64be9ec). Those are different revisions: the claimed SHA is a CI-only workflow change, while the pin is a later commit. Reviewers validating against the claimed SHA are not reviewing the SDK revision that will actually ship.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 76e1214. Configure here.

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.

0 participants