refactor: rename coding-agent executor to cursor-agent (closes #33)
- Rename coding-agent.ts → cursor-agent.ts - Rename coding-agent.test.ts → cursor-agent.test.ts - Rename CodingEffect → CursorEffect - Rename createCodingExecutor → createCursorExecutor - Update all imports, re-exports, and CONTRIBUTING.md references Made-with: Cursor Co-authored-by: 小橘 <xiaoju@shazhou.work>
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ pulse/
|
||||
│ │ │ ├── executors.ts 保命 executors(确定性本地命令)
|
||||
│ │ │ └── index.ts
|
||||
│ │ └── executors/ ← 业务 executors(agent 可扩展)
|
||||
│ │ ├── coding-agent.ts Coding Agent Executor
|
||||
│ │ ├── cursor-agent.ts Cursor Agent Executor
|
||||
│ │ └── index.ts
|
||||
│ │
|
||||
│ └── upulse/src/ ← CLI 工具(@uncaged/upulse)
|
||||
|
||||
Reference in New Issue
Block a user