CLI: Update Hypeman Go SDK to d9ebe64be9ec751fc8a32186c95bdbc68fb30d86#50
CLI: Update Hypeman Go SDK to d9ebe64be9ec751fc8a32186c95bdbc68fb30d86#50kernel-internal[bot] wants to merge 6 commits into
Conversation
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 deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
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 |
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>
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>
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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ 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.
| 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 |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit 76e1214. Configure here.


This PR updates the Hypeman Go SDK dependency to the latest version.
SDK Update
Coverage Analysis
A full enumeration of SDK methods and CLI commands was performed. No coverage gaps were found.
Every method in the SDK
api.mdmaps to an existing CLI command, and every param-struct field is exposed as a CLI flag (or handled internally for streaming/helper endpoints such asBuilds.Events,Instances.Logs,Instances.Get, andInstances.Stat). No endpoints are markedx-cli-skipin the OpenAPI spec.Triggered by: kernel/hypeman-go@d9ebe64
Reviewer: @kernel-internal[bot]