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:
小橘 🍊
2026-04-14 22:42:15 +08:00
committed by GitHub
parent 7d73efd298
commit d3bdf09a7e
4 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -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)