feat: update usage recommendations across multiple workflow commands to require user confirmation and improve clarity

This commit is contained in:
catlog22
2026-02-01 22:04:26 +08:00
parent 5fb910610a
commit 7dcc0a1c05
70 changed files with 4420 additions and 1108 deletions

View File

@@ -1,6 +1,17 @@
{
"title": "Skills",
"description": "Manage and configure skills",
"disabledSkills": {
"title": "Disabled Skills"
},
"disableConfirm": {
"title": "Disable Skill?",
"message": "Are you sure you want to disable \"{name}\"?"
},
"location": {
"project": "Project",
"user": "Global"
},
"source": {
"builtin": "Built-in",
"custom": "Custom",
@@ -12,7 +23,9 @@
"enable": "Enable",
"disable": "Disable",
"toggle": "Toggle",
"install": "Install Skill"
"install": "Install Skill",
"cancel": "Cancel",
"confirmDisable": "Disable"
},
"state": {
"enabled": "Enabled",