Skip to content

Commit dc39c09

Browse files
authored
fix: add comment for signature-agent (#73)
<!-- CURSOR_SUMMARY --> > [!NOTE] > Clarifies the `--signature-agent` flag help for `extensionsBuildWebBotAuthCmd` to specify it is a base URL and that verifiers resolve `/.well-known/http-message-signatures-directory` from it. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d725950. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent b24f844 commit dc39c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/extensions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,5 +479,5 @@ func init() {
479479
extensionsBuildWebBotAuthCmd.Flags().String("url", "http://127.0.0.1:10001", "Base URL for update.xml and policy templates")
480480
extensionsBuildWebBotAuthCmd.Flags().String("key", "", "Path to Ed25519 private key file (JWK or PEM format)")
481481
extensionsBuildWebBotAuthCmd.Flags().String("upload", "", "Upload extension to Kernel with specified name (e.g., --upload web-bot-auth)")
482-
extensionsBuildWebBotAuthCmd.Flags().String("signature-agent", "", "URL of the signature agent")
482+
extensionsBuildWebBotAuthCmd.Flags().String("signature-agent", "", "Base URL of the signature agent (e.g., https://agent.example.com). Verifiers will look up /.well-known/http-message-signatures-directory at this URL.")
483483
}

0 commit comments

Comments
 (0)