refactor: extract cursor-agent executor to @uncaged/pulse-cursor package
Made-with: Cursor Co-authored-by: 小橘 <xiaoju@shazhou.work>
This commit is contained in:
+4
-1
@@ -45,9 +45,12 @@ pulse/
|
||||
│ │ │ ├── executors.ts 保命 executors(确定性本地命令)
|
||||
│ │ │ └── index.ts
|
||||
│ │ └── executors/ ← 业务 executors(agent 可扩展)
|
||||
│ │ ├── cursor-agent.ts Cursor Agent Executor
|
||||
│ │ └── index.ts
|
||||
│ │
|
||||
│ ├── pulse-cursor/src/ ← Cursor Agent 适配器(@uncaged/pulse-cursor)
|
||||
│ │ ├── index.ts re-export
|
||||
│ │ └── cursor-agent.ts Cursor Agent Executor
|
||||
│ │
|
||||
│ └── upulse/src/ ← CLI 工具(@uncaged/upulse)
|
||||
│ ├── cli.ts 命令路由
|
||||
│ ├── daemon.ts daemon 进程管理
|
||||
|
||||
Reference in New Issue
Block a user