refactor: 把 hello 改成 welcome

This commit is contained in:
sean
2025-06-19 15:59:04 +08:00
parent 11d8c9a75e
commit 90c4e5d8ab
20 changed files with 71 additions and 350 deletions

View File

@ -26,7 +26,7 @@ class PouchCLI {
// 批量注册所有命令
this.registry.registerBatch({
init: commands.InitCommand,
hello: commands.HelloCommand,
welcome: commands.WelcomeCommand,
action: commands.ActionCommand,
learn: commands.LearnCommand,
recall: commands.RecallCommand,
@ -115,7 +115,7 @@ class PouchCLI {
💡 使用示例:
${COMMANDS.INIT} # 初始化工作环境
${COMMANDS.HELLO} # 发现可用角色
${COMMANDS.WELCOME} # 发现可用角色
${COMMANDS.ACTION} copywriter # 激活文案专家
${COMMANDS.LEARN} scrum # 学习敏捷知识
${COMMANDS.RECALL} frontend # 检索前端记忆