Skip to content

Commit 7cf2e45

Browse files
jbguerrazclaude
andcommitted
fix: shorten action titles and descriptions for cleaner help output
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cc1cfcb commit 7cf2e45

File tree

7 files changed

+13
-19
lines changed

7 files changed

+13
-19
lines changed

action.git.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
runtime: plugin
22
action:
3-
title: "Keyring: Git credential helper"
3+
title: "Git credential helper"
44
description: "Configure git to use keyring for HTTPS credentials"
55
arguments:
66
- name: url

action.list.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
runtime: plugin
22
action:
3-
title: "Keyring: List"
4-
description: >-
5-
Returns list of all stored key-value pairs and URLs.
3+
title: "List stored credentials"
4+
description: "List all stored credentials and URLs"

action.login.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
runtime: plugin
22
action:
3-
title: "Keyring: Log in"
4-
description: >-
5-
Logs in to services like git, docker, etc.
6-
Automatically tries OAuth (OIDC discovery) first, falls back to username/password.
3+
title: "Log in to a service"
4+
description: "Authenticate to git, docker, or other services"
75
options:
86
- name: url
97
title: URL

action.logout.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
runtime: plugin
22
action:
3-
title: "Keyring: Log out"
4-
description: >-
5-
Logs out from a service
3+
title: "Log out from a service"
4+
description: "Remove stored credentials for a service"
65
arguments:
76
- name: url
87
title: URL

action.purge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
runtime: plugin
22
action:
3-
title: "Keyring: Purge"
4-
description: Remove existing keyring file
3+
title: "Purge keyring"
4+
description: "Delete all stored credentials"

action.set.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
runtime: plugin
22
action:
3-
title: "Keyring: Set"
4-
description: >-
5-
Store new key-value pair to keyring
3+
title: "Set a key-value pair"
4+
description: "Store a key-value pair in the keyring"
65
arguments:
76
- name: key
87
title: Key

action.unset.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
runtime: plugin
22
action:
3-
title: "Keyring: Unset"
4-
description: >-
5-
Removes key-value pair from keyring
3+
title: "Unset a key-value pair"
4+
description: "Remove a key-value pair from the keyring"
65
arguments:
76
- name: key
87
title: Key

0 commit comments

Comments
 (0)