This reverts commit 2bb34f6aab2505a64766bf5b764d0c442a027428.
@@ -1 +0,0 @@
-export async function execute(args, options) { console.log('{}') }
@@ -1,4 +0,0 @@
-// P1/P2 占位实现:list-threads
-export async function execute(args, options) {
- console.log('[]') // 占位:返回空列表
-}