refactor: extract cursor-agent executor to @uncaged/pulse-cursor package

Made-with: Cursor

Co-authored-by: 小橘 <xiaoju@shazhou.work>
This commit is contained in:
小橘 🍊
2026-04-14 23:52:24 +08:00
committed by GitHub
parent 0e1e77177f
commit e457f631c7
10 changed files with 100 additions and 9 deletions
+4 -1
View File
@@ -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 进程管理