Revert "feat: 添加 /goal 命令,支持长时间运行任务的目标管理 (#1222)"

This reverts commit d66a6f6124.
This commit is contained in:
claude-code-best
2026-05-17 10:05:54 +08:00
committed by GitHub
parent d66a6f6124
commit 9bd8622d84
10 changed files with 0 additions and 483 deletions

View File

@@ -167,7 +167,6 @@ import thinkbackPlay from './commands/thinkback-play/index.js'
import permissions from './commands/permissions/index.js'
import plan from './commands/plan/index.js'
import fast from './commands/fast/index.js'
import goal from './commands/goal/index.js'
import passes from './commands/passes/index.js'
import privacySettings from './commands/privacy-settings/index.js'
import hooks from './commands/hooks/index.js'
@@ -317,7 +316,6 @@ const COMMANDS = memoize((): Command[] => [
exit,
fast,
files,
goal,
heapDump,
help,
ide,