@agent-spaces/server 0.3.63 → 0.3.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/dist/adapters/claude-code-runtime/index.js +68 -2
  2. package/dist/adapters/claude-code-runtime/message-format.js +27 -1
  3. package/dist/adapters/claude-code-runtime/sdk-config.js +12 -0
  4. package/dist/adapters/git.js +168 -57
  5. package/dist/agents/agent-designer.js +66 -12
  6. package/dist/agents/agent-message-parts.js +1 -1
  7. package/dist/agents/commit-agent.js +4 -2
  8. package/dist/agents/issue-task-controller.js +7 -3
  9. package/dist/app.js +56 -69
  10. package/dist/package.json +1 -1
  11. package/dist/routes/agent-commands.js +72 -0
  12. package/dist/routes/agent-sse.js +7 -0
  13. package/dist/routes/agent.js +18 -1
  14. package/dist/routes/database.js +346 -0
  15. package/dist/routes/git.js +198 -267
  16. package/dist/routes/kanban.js +39 -0
  17. package/dist/routes/robot-account.js +68 -0
  18. package/dist/services/agent-commands.js +168 -0
  19. package/dist/services/agent.js +36 -2
  20. package/dist/services/builtin-tools/command-tools.js +117 -0
  21. package/dist/services/builtin-tools/database-tools.js +578 -0
  22. package/dist/services/builtin-tools/index.js +5 -0
  23. package/dist/services/builtin-tools/input-helpers.js +26 -0
  24. package/dist/services/builtin-tools/issue-tools.js +209 -0
  25. package/dist/services/builtin-tools/kanban-tools.js +281 -0
  26. package/dist/services/database-vector.js +244 -0
  27. package/dist/services/git-operation-log.js +40 -0
  28. package/dist/services/global-wechat-qr.js +72 -0
  29. package/dist/services/hook-engine.js +175 -17
  30. package/dist/services/kanban.js +50 -0
  31. package/dist/services/notification-hub/bot-agent.js +3 -1
  32. package/dist/services/notification-hub/service.js +12 -2
  33. package/dist/services/robot-account.js +34 -0
  34. package/dist/services/workspace.js +2 -0
  35. package/dist/storage/database-store.js +365 -0
  36. package/dist/storage/kanban-store.js +142 -0
  37. package/dist/storage/robot-account-store.js +39 -0
  38. package/dist/web/404.html +1 -1
  39. package/dist/web/__next.__PAGE__.txt +4 -4
  40. package/dist/web/__next._full.txt +24 -31
  41. package/dist/web/__next._head.txt +4 -4
  42. package/dist/web/__next._index.txt +14 -14
  43. package/dist/web/__next._tree.txt +3 -8
  44. package/dist/web/_next/static/chunks/0-a.-hl3wv99k.js +1 -0
  45. package/dist/web/_next/static/chunks/{0ctg5qmw7uu.1.js → 0-pi.67w.ymsr.js} +3 -3
  46. package/dist/web/_next/static/chunks/0-v_p6j5u3_9l.js +1 -0
  47. package/dist/web/_next/static/chunks/0.-x29t-8gk0r.js +1 -0
  48. package/dist/web/_next/static/chunks/0.6b64sy0g5.3.js +3 -0
  49. package/dist/web/_next/static/chunks/0.l5e8~r7_0~p.js +1 -0
  50. package/dist/web/_next/static/chunks/00-syqzi-6zxr.js +1 -0
  51. package/dist/web/_next/static/chunks/{13~y-b.b9rrw4.js → 01~quun6sefgl.js} +1 -1
  52. package/dist/web/_next/static/chunks/02802taez976w.js +67 -0
  53. package/dist/web/_next/static/chunks/02j4sr9psucf-.js +1 -0
  54. package/dist/web/_next/static/chunks/033.awk90g6eh.js +1 -0
  55. package/dist/web/_next/static/chunks/06.kdsa9rr2h1.js +1 -0
  56. package/dist/web/_next/static/chunks/{0-oog4zg4_m~m.css → 062f9zqctzg.b.css} +0 -3
  57. package/dist/web/_next/static/chunks/06si8l0doqe8p.js +1 -0
  58. package/dist/web/_next/static/chunks/08ugbvzr20drp.js +2 -0
  59. package/dist/web/_next/static/chunks/{0kof5qdg8c2-k.js → 08x85faoz58i7.js} +37 -37
  60. package/dist/web/_next/static/chunks/0_cqojbge48kq.js +5 -0
  61. package/dist/web/_next/static/chunks/0_mvduwjsm35w.js +1 -0
  62. package/dist/web/_next/static/chunks/0d6~~lv0-6kex.js +3 -0
  63. package/dist/web/_next/static/chunks/{0ogpc3f3keopc.js → 0db14450oqzhg.js} +2 -2
  64. package/dist/web/_next/static/chunks/0fttswpzu69qx.js +1 -0
  65. package/dist/web/_next/static/chunks/0gdwop9cnpmtu.js +1 -0
  66. package/dist/web/_next/static/chunks/0ghx3j_.-gdyd.js +1 -0
  67. package/dist/web/_next/static/chunks/0j-l7l_k9jt45.js +1 -0
  68. package/dist/web/_next/static/chunks/0k4zdm72k_bfy.js +1 -0
  69. package/dist/web/_next/static/chunks/0kbvoxla7f751.js +1 -0
  70. package/dist/web/_next/static/chunks/{0aa6bcdmtpekn.js → 0l2w0qz1ea7ql.js} +2 -2
  71. package/dist/web/_next/static/chunks/0p3h-h3zj5ujg.js +30 -0
  72. package/dist/web/_next/static/chunks/0paaat8y96ayc.js +7 -0
  73. package/dist/web/_next/static/chunks/0pm-un~-sy3rl.js +1 -0
  74. package/dist/web/_next/static/chunks/0pq318f8xgafg.js +1 -0
  75. package/dist/web/_next/static/chunks/0t6s8of0qr6nc.js +1 -0
  76. package/dist/web/_next/static/chunks/0u6h-hqc_i52e.js +1 -0
  77. package/dist/web/_next/static/chunks/0uxzi~9b~k4mn.js +31 -0
  78. package/dist/web/_next/static/chunks/{002-dxhags4dj.js → 0v6hte2z-32ca.js} +2 -2
  79. package/dist/web/_next/static/chunks/{014x2qbuiszni.js → 0vis~lx0nxgn-.js} +3 -3
  80. package/dist/web/_next/static/chunks/{0y09i51u6ixq5.js → 0w7.tb29958zj.js} +1 -1
  81. package/dist/web/_next/static/chunks/0xbaakj0dfc0..js +1 -0
  82. package/dist/web/_next/static/chunks/0yd.m1afqg.2t.js +3 -0
  83. package/dist/web/_next/static/chunks/0yhbr8hl09b-5.js +1 -0
  84. package/dist/web/_next/static/chunks/0zncg76rgtbm-.js +1 -0
  85. package/dist/web/_next/static/chunks/0z~vqzbm_q371.js +1 -0
  86. package/dist/web/_next/static/chunks/0~~_ltu6dx_ch.js +1 -0
  87. package/dist/web/_next/static/chunks/{02c22g~xd-y30.js → 11cchuwoupmbf.js} +2 -2
  88. package/dist/web/_next/static/chunks/12jm4gwmvq-0q.js +90 -0
  89. package/dist/web/_next/static/chunks/12oxcgyhpaxw~.js +1 -0
  90. package/dist/web/_next/static/chunks/1452eibz62gs6.css +1 -0
  91. package/dist/web/_next/static/chunks/16zlreiems5cn.js +1 -0
  92. package/dist/web/_next/static/chunks/18awqjk9-o5m0.js +1 -0
  93. package/dist/web/_next/static/chunks/18c7g84y01mj0.js +1 -0
  94. package/dist/web/_next/static/chunks/{turbopack-0ndm2zc_pdptk.js → turbopack-11qjwlynmfc-n.js} +1 -1
  95. package/dist/web/_not-found/__next._full.txt +31 -30
  96. package/dist/web/_not-found/__next._head.txt +4 -4
  97. package/dist/web/_not-found/__next._index.txt +14 -14
  98. package/dist/web/_not-found/__next._not-found.__PAGE__.txt +2 -2
  99. package/dist/web/_not-found/__next._not-found.txt +3 -3
  100. package/dist/web/_not-found/__next._tree.txt +3 -3
  101. package/dist/web/_not-found.html +1 -1
  102. package/dist/web/_not-found.txt +31 -30
  103. package/dist/web/index.html +1 -1
  104. package/dist/web/index.txt +24 -31
  105. package/dist/web/login/__next._full.txt +32 -36
  106. package/dist/web/login/__next._head.txt +4 -4
  107. package/dist/web/login/__next._index.txt +14 -14
  108. package/dist/web/login/__next._tree.txt +3 -8
  109. package/dist/web/login/__next.login.__PAGE__.txt +4 -4
  110. package/dist/web/login/__next.login.txt +3 -3
  111. package/dist/web/login.html +1 -1
  112. package/dist/web/login.txt +32 -36
  113. package/dist/web/settings/__next._full.txt +34 -38
  114. package/dist/web/settings/__next._head.txt +4 -4
  115. package/dist/web/settings/__next._index.txt +14 -14
  116. package/dist/web/settings/__next._tree.txt +3 -8
  117. package/dist/web/settings/__next.settings.__PAGE__.txt +4 -4
  118. package/dist/web/settings/__next.settings.txt +5 -5
  119. package/dist/web/settings/agents/__next._full.txt +27 -32
  120. package/dist/web/settings/agents/__next._head.txt +4 -4
  121. package/dist/web/settings/agents/__next._index.txt +14 -14
  122. package/dist/web/settings/agents/__next._tree.txt +3 -8
  123. package/dist/web/settings/agents/__next.settings.agents.__PAGE__.txt +4 -4
  124. package/dist/web/settings/agents/__next.settings.agents.txt +3 -3
  125. package/dist/web/settings/agents/__next.settings.txt +5 -5
  126. package/dist/web/settings/agents.html +1 -1
  127. package/dist/web/settings/agents.txt +27 -32
  128. package/dist/web/settings/mcps/__next._full.txt +27 -32
  129. package/dist/web/settings/mcps/__next._head.txt +4 -4
  130. package/dist/web/settings/mcps/__next._index.txt +14 -14
  131. package/dist/web/settings/mcps/__next._tree.txt +3 -8
  132. package/dist/web/settings/mcps/__next.settings.mcps.__PAGE__.txt +4 -4
  133. package/dist/web/settings/mcps/__next.settings.mcps.txt +3 -3
  134. package/dist/web/settings/mcps/__next.settings.txt +5 -5
  135. package/dist/web/settings/mcps.html +1 -1
  136. package/dist/web/settings/mcps.txt +27 -32
  137. package/dist/web/settings/models/__next._full.txt +27 -32
  138. package/dist/web/settings/models/__next._head.txt +4 -4
  139. package/dist/web/settings/models/__next._index.txt +14 -14
  140. package/dist/web/settings/models/__next._tree.txt +3 -8
  141. package/dist/web/settings/models/__next.settings.models.__PAGE__.txt +4 -4
  142. package/dist/web/settings/models/__next.settings.models.txt +3 -3
  143. package/dist/web/settings/models/__next.settings.txt +5 -5
  144. package/dist/web/settings/models.html +1 -1
  145. package/dist/web/settings/models.txt +27 -32
  146. package/dist/web/settings/output-styles/__next._full.txt +27 -32
  147. package/dist/web/settings/output-styles/__next._head.txt +4 -4
  148. package/dist/web/settings/output-styles/__next._index.txt +14 -14
  149. package/dist/web/settings/output-styles/__next._tree.txt +3 -8
  150. package/dist/web/settings/output-styles/__next.settings.output-styles.__PAGE__.txt +4 -4
  151. package/dist/web/settings/output-styles/__next.settings.output-styles.txt +3 -3
  152. package/dist/web/settings/output-styles/__next.settings.txt +5 -5
  153. package/dist/web/settings/output-styles.html +1 -1
  154. package/dist/web/settings/output-styles.txt +27 -32
  155. package/dist/web/settings/prompts/__next._full.txt +27 -32
  156. package/dist/web/settings/prompts/__next._head.txt +4 -4
  157. package/dist/web/settings/prompts/__next._index.txt +14 -14
  158. package/dist/web/settings/prompts/__next._tree.txt +3 -8
  159. package/dist/web/settings/prompts/__next.settings.prompts.__PAGE__.txt +4 -4
  160. package/dist/web/settings/prompts/__next.settings.prompts.txt +3 -3
  161. package/dist/web/settings/prompts/__next.settings.txt +5 -5
  162. package/dist/web/settings/prompts.html +1 -1
  163. package/dist/web/settings/prompts.txt +27 -32
  164. package/dist/web/settings/providers/__next._full.txt +27 -32
  165. package/dist/web/settings/providers/__next._head.txt +4 -4
  166. package/dist/web/settings/providers/__next._index.txt +14 -14
  167. package/dist/web/settings/providers/__next._tree.txt +3 -8
  168. package/dist/web/settings/providers/__next.settings.providers.__PAGE__.txt +4 -4
  169. package/dist/web/settings/providers/__next.settings.providers.txt +3 -3
  170. package/dist/web/settings/providers/__next.settings.txt +5 -5
  171. package/dist/web/settings/providers.html +1 -1
  172. package/dist/web/settings/providers.txt +27 -32
  173. package/dist/web/settings/skills/__next._full.txt +27 -32
  174. package/dist/web/settings/skills/__next._head.txt +4 -4
  175. package/dist/web/settings/skills/__next._index.txt +14 -14
  176. package/dist/web/settings/skills/__next._tree.txt +3 -8
  177. package/dist/web/settings/skills/__next.settings.skills.__PAGE__.txt +4 -4
  178. package/dist/web/settings/skills/__next.settings.skills.txt +3 -3
  179. package/dist/web/settings/skills/__next.settings.txt +5 -5
  180. package/dist/web/settings/skills.html +1 -1
  181. package/dist/web/settings/skills.txt +27 -32
  182. package/dist/web/settings/tools/__next._full.txt +38 -0
  183. package/dist/web/settings/tools/__next._head.txt +6 -0
  184. package/dist/web/settings/tools/__next._index.txt +15 -0
  185. package/dist/web/settings/tools/__next._tree.txt +3 -0
  186. package/dist/web/settings/tools/__next.settings.tools.__PAGE__.txt +9 -0
  187. package/dist/web/settings/tools/__next.settings.tools.txt +5 -0
  188. package/dist/web/settings/tools/__next.settings.txt +7 -0
  189. package/dist/web/settings/tools.html +1 -0
  190. package/dist/web/settings/tools.txt +38 -0
  191. package/dist/web/settings.html +1 -1
  192. package/dist/web/settings.txt +34 -38
  193. package/dist/web/workflows/__next._full.txt +32 -38
  194. package/dist/web/workflows/__next._head.txt +4 -4
  195. package/dist/web/workflows/__next._index.txt +14 -14
  196. package/dist/web/workflows/__next._tree.txt +3 -8
  197. package/dist/web/workflows/__next.workflows.__PAGE__.txt +4 -4
  198. package/dist/web/workflows/__next.workflows.txt +3 -3
  199. package/dist/web/workflows.html +1 -1
  200. package/dist/web/workflows.txt +32 -38
  201. package/dist/web/workspace/_/__next._full.txt +31 -36
  202. package/dist/web/workspace/_/__next._head.txt +4 -4
  203. package/dist/web/workspace/_/__next._index.txt +14 -14
  204. package/dist/web/workspace/_/__next._tree.txt +4 -8
  205. package/dist/web/workspace/_/__next.workspace.$d$id.__PAGE__.txt +3 -3
  206. package/dist/web/workspace/_/__next.workspace.$d$id.txt +3 -3
  207. package/dist/web/workspace/_/__next.workspace.txt +3 -3
  208. package/dist/web/workspace/_.html +1 -1
  209. package/dist/web/workspace/_.txt +31 -36
  210. package/dist/web/workspaces/__next._full.txt +30 -37
  211. package/dist/web/workspaces/__next._head.txt +4 -4
  212. package/dist/web/workspaces/__next._index.txt +14 -14
  213. package/dist/web/workspaces/__next._tree.txt +3 -8
  214. package/dist/web/workspaces/__next.workspaces.__PAGE__.txt +4 -4
  215. package/dist/web/workspaces/__next.workspaces.txt +3 -3
  216. package/dist/web/workspaces.html +1 -1
  217. package/dist/web/workspaces.txt +30 -37
  218. package/dist/ws/agent-prompt.js +45 -8
  219. package/dist/ws/agent-runner.js +88 -10
  220. package/package.json +1 -1
  221. package/dist/web/_next/static/chunks/0-1bfvfwifh-m.js +0 -1
  222. package/dist/web/_next/static/chunks/02mf61htij8g0.js +0 -31
  223. package/dist/web/_next/static/chunks/046me66nilkff.js +0 -1
  224. package/dist/web/_next/static/chunks/04v-pqqs-2lvp.css +0 -1
  225. package/dist/web/_next/static/chunks/06w~.izyfylap.js +0 -1
  226. package/dist/web/_next/static/chunks/09t62a89~jesc.js +0 -3
  227. package/dist/web/_next/static/chunks/09y_3krccdd~u.js +0 -1
  228. package/dist/web/_next/static/chunks/0_e~hmntdfop9.js +0 -1
  229. package/dist/web/_next/static/chunks/0_udc.6.tueey.js +0 -1
  230. package/dist/web/_next/static/chunks/0cke33d38fnby.js +0 -90
  231. package/dist/web/_next/static/chunks/0cyq~8xb~r5fc.js +0 -1
  232. package/dist/web/_next/static/chunks/0ewceguykiut5.js +0 -1
  233. package/dist/web/_next/static/chunks/0fxa1edqr7dve.js +0 -1
  234. package/dist/web/_next/static/chunks/0hra80eyuu37u.js +0 -1
  235. package/dist/web/_next/static/chunks/0ie7y4k2ncvnn.js +0 -1
  236. package/dist/web/_next/static/chunks/0igc~uli58ncw.js +0 -2
  237. package/dist/web/_next/static/chunks/0msb2mi3hiu5_.js +0 -67
  238. package/dist/web/_next/static/chunks/0p1n8bvfnpl41.js +0 -1
  239. package/dist/web/_next/static/chunks/0ppr271hz0xoq.js +0 -1
  240. package/dist/web/_next/static/chunks/0s_dva~eh2yhi.js +0 -3
  241. package/dist/web/_next/static/chunks/0typj55ox8d5i.js +0 -1
  242. package/dist/web/_next/static/chunks/0w2p4ldi2aymp.js +0 -1
  243. package/dist/web/_next/static/chunks/0zc0xgp5ourcn.js +0 -1
  244. package/dist/web/_next/static/chunks/0zmhdridea1s5.js +0 -90
  245. package/dist/web/_next/static/chunks/10.alq.6stmld.js +0 -1
  246. package/dist/web/_next/static/chunks/11b3zgk1etlkw.js +0 -7
  247. package/dist/web/_next/static/chunks/11qp8r5dotf7d.js +0 -1
  248. package/dist/web/_next/static/chunks/12mxlicp247c8.js +0 -1
  249. package/dist/web/_next/static/chunks/135w27dd8c19s.js +0 -5
  250. package/dist/web/_next/static/chunks/176dc-dtokxxi.js +0 -16
  251. package/dist/web/_next/static/chunks/17g-0pqre.anw.js +0 -1
  252. package/dist/web/_next/static/media/0a7740363b4d4863-s.1110aazvokzp..woff2 +0 -0
  253. package/dist/web/_next/static/media/0da9c7f357bd9d4d-s.0ek5sshv8wk3m.woff2 +0 -0
  254. package/dist/web/_next/static/media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2 +0 -0
  255. package/dist/web/_next/static/media/41e95f694c5c4549-s.0r1jrq7neqdsq.woff2 +0 -0
  256. package/dist/web/_next/static/media/5c285b27cdda1fe8-s.p.0yo6-5yoeeudq.woff2 +0 -0
  257. package/dist/web/_next/static/media/5f9d24ebef5d5292-s.0esuu2f5si~v8.woff2 +0 -0
  258. package/dist/web/_next/static/media/6c55a692938ebbbc-s.0g6rbszwfgn9y.woff2 +0 -0
  259. package/dist/web/_next/static/media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.woff2 +0 -0
  260. package/dist/web/_next/static/media/a218039a3287bcfd-s.p.17-1enzs_j91b.woff2 +0 -0
  261. package/dist/web/_next/static/media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2 +0 -0
  262. package/dist/web/_next/static/media/bdc7e24a509eb931-s.0apt5mko2.qn3.woff2 +0 -0
  263. package/dist/web/_next/static/media/c3cb240f9c892514-s.163v2i5cux7-c.woff2 +0 -0
  264. package/dist/web/_next/static/media/e2334d715941921e-s.p.12skym0rqknxy.woff2 +0 -0
  265. package/public/output-styles/carmack-mode.md +0 -381
  266. package/public/output-styles/codex-rigor-mode.md +0 -114
  267. package/public/output-styles/dhh-mode.md +0 -265
  268. package/public/output-styles/evan-you-mode.md +0 -539
  269. package/public/output-styles/index.json +0 -37
  270. package/public/output-styles/jobs-mode.md +0 -369
  271. package/public/output-styles/linus-mode.md +0 -135
  272. package/public/output-styles/uncle-bob-mode.md +0 -221
  273. package/public/prompt/andrej-karpathy-skills.md +0 -65
  274. package/public/prompt/claude-token-efficient-coding.md +0 -35
  275. package/public/prompt/index.json +0 -12
  276. package/public/skills/index.json +0 -92
  277. package/public/skills/planning-with-files/planning-with-files-zh/SKILL.md +0 -243
  278. package/public/skills/planning-with-files/planning-with-files-zh/scripts/check-complete.ps1 +0 -44
  279. package/public/skills/planning-with-files/planning-with-files-zh/scripts/check-complete.sh +0 -46
  280. package/public/skills/planning-with-files/planning-with-files-zh/scripts/init-session.ps1 +0 -124
  281. package/public/skills/planning-with-files/planning-with-files-zh/scripts/init-session.sh +0 -124
  282. package/public/skills/planning-with-files/planning-with-files-zh/scripts/session-catchup.py +0 -438
  283. package/public/skills/planning-with-files/planning-with-files-zh/templates/findings.md +0 -29
  284. package/public/skills/planning-with-files/planning-with-files-zh/templates/progress.md +0 -40
  285. package/public/skills/planning-with-files/planning-with-files-zh/templates/task_plan.md +0 -58
  286. package/public/skills/superpowers/brainstorming/SKILL.md +0 -164
  287. package/public/skills/superpowers/brainstorming/scripts/frame-template.html +0 -214
  288. package/public/skills/superpowers/brainstorming/scripts/helper.js +0 -88
  289. package/public/skills/superpowers/brainstorming/scripts/server.cjs +0 -354
  290. package/public/skills/superpowers/brainstorming/scripts/start-server.sh +0 -148
  291. package/public/skills/superpowers/brainstorming/scripts/stop-server.sh +0 -56
  292. package/public/skills/superpowers/brainstorming/spec-document-reviewer-prompt.md +0 -49
  293. package/public/skills/superpowers/brainstorming/visual-companion.md +0 -287
  294. package/public/skills/superpowers/dispatching-parallel-agents/SKILL.md +0 -182
  295. package/public/skills/superpowers/executing-plans/SKILL.md +0 -70
  296. package/public/skills/superpowers/finishing-a-development-branch/SKILL.md +0 -251
  297. package/public/skills/superpowers/receiving-code-review/SKILL.md +0 -213
  298. package/public/skills/superpowers/requesting-code-review/SKILL.md +0 -103
  299. package/public/skills/superpowers/requesting-code-review/code-reviewer.md +0 -168
  300. package/public/skills/superpowers/subagent-driven-development/SKILL.md +0 -279
  301. package/public/skills/superpowers/subagent-driven-development/code-quality-reviewer-prompt.md +0 -25
  302. package/public/skills/superpowers/subagent-driven-development/implementer-prompt.md +0 -113
  303. package/public/skills/superpowers/subagent-driven-development/spec-reviewer-prompt.md +0 -61
  304. package/public/skills/superpowers/systematic-debugging/CREATION-LOG.md +0 -119
  305. package/public/skills/superpowers/systematic-debugging/SKILL.md +0 -296
  306. package/public/skills/superpowers/systematic-debugging/condition-based-waiting-example.ts +0 -158
  307. package/public/skills/superpowers/systematic-debugging/condition-based-waiting.md +0 -115
  308. package/public/skills/superpowers/systematic-debugging/defense-in-depth.md +0 -122
  309. package/public/skills/superpowers/systematic-debugging/find-polluter.sh +0 -63
  310. package/public/skills/superpowers/systematic-debugging/root-cause-tracing.md +0 -169
  311. package/public/skills/superpowers/systematic-debugging/test-academic.md +0 -14
  312. package/public/skills/superpowers/systematic-debugging/test-pressure-1.md +0 -58
  313. package/public/skills/superpowers/systematic-debugging/test-pressure-2.md +0 -68
  314. package/public/skills/superpowers/systematic-debugging/test-pressure-3.md +0 -69
  315. package/public/skills/superpowers/test-driven-development/SKILL.md +0 -371
  316. package/public/skills/superpowers/test-driven-development/testing-anti-patterns.md +0 -299
  317. package/public/skills/superpowers/using-git-worktrees/SKILL.md +0 -215
  318. package/public/skills/superpowers/using-superpowers/SKILL.md +0 -117
  319. package/public/skills/superpowers/using-superpowers/references/codex-tools.md +0 -59
  320. package/public/skills/superpowers/using-superpowers/references/copilot-tools.md +0 -42
  321. package/public/skills/superpowers/using-superpowers/references/gemini-tools.md +0 -51
  322. package/public/skills/superpowers/verification-before-completion/SKILL.md +0 -139
  323. package/public/skills/superpowers/writing-plans/SKILL.md +0 -152
  324. package/public/skills/superpowers/writing-plans/plan-document-reviewer-prompt.md +0 -49
  325. package/public/skills/superpowers/writing-skills/SKILL.md +0 -655
  326. package/public/skills/superpowers/writing-skills/anthropic-best-practices.md +0 -1150
  327. package/public/skills/superpowers/writing-skills/examples/CLAUDE_MD_TESTING.md +0 -189
  328. package/public/skills/superpowers/writing-skills/graphviz-conventions.dot +0 -172
  329. package/public/skills/superpowers/writing-skills/persuasion-principles.md +0 -187
  330. package/public/skills/superpowers/writing-skills/render-graphs.js +0 -168
  331. package/public/skills/superpowers/writing-skills/testing-skills-with-subagents.md +0 -384
  332. /package/dist/web/_next/static/{OoXAsPtrUWjC1l898FSvI → x4-CsKe6qUQyFDWVtfvUg}/_buildManifest.js +0 -0
  333. /package/dist/web/_next/static/{OoXAsPtrUWjC1l898FSvI → x4-CsKe6qUQyFDWVtfvUg}/_clientMiddlewareManifest.js +0 -0
  334. /package/dist/web/_next/static/{OoXAsPtrUWjC1l898FSvI → x4-CsKe6qUQyFDWVtfvUg}/_ssgManifest.js +0 -0
@@ -1,274 +1,205 @@
1
1
  import { Router } from 'express';
2
- import { gitStatus, gitDiff, gitLog, gitCommit, gitDiscard, gitDiscardAll, gitBranches, gitCheckout, gitInit, gitGenerateCommitMsg, gitPush, gitPull, gitGetRemotes, gitAddRemote, gitCheckoutDetached, gitCherryPick, gitCreateBranch, gitDeleteBranch, gitCreateTag, gitCommitDiff, gitGetRemoteUrl, gitMergeBase, gitGetConfig, gitSetConfig } from '../adapters/git.js';
2
+ import { gitStatus, gitDiff, gitLog, gitCommit, gitDiscard, gitDiscardAll, gitBranches, gitCheckout, gitInit, gitGenerateCommitMsg, gitPush, gitPull, gitFetch, gitGetRemotes, gitAddRemote, gitCheckoutDetached, gitCherryPick, gitCreateBranch, gitDeleteBranch, gitCreateTag, gitCommitDiff, gitGetRemoteUrl, gitMergeBase, gitGetConfig, gitSetConfig, gitStage, gitUnstage, gitResolveFile } from '../adapters/git.js';
3
+ import { logGitOperation, getGitOperations } from '../services/git-operation-log.js';
3
4
  const router = Router({ mergeParams: true });
4
- router.get('/status', async (req, res) => {
5
- try {
6
- const result = await gitStatus(req.params.id);
7
- res.json(result);
8
- }
9
- catch (err) {
10
- res.status(500).json({ error: err.message });
11
- }
12
- });
13
- router.get('/diff', async (req, res) => {
14
- try {
15
- const filePath = req.query.path;
16
- const result = await gitDiff(req.params.id, filePath);
17
- res.json(result);
18
- }
19
- catch (err) {
20
- res.status(500).json({ error: err.message });
21
- }
22
- });
23
- router.get('/log', async (req, res) => {
24
- try {
25
- const maxCount = parseInt(req.query.maxCount) || 50;
26
- const result = await gitLog(req.params.id, maxCount);
27
- res.json(result);
28
- }
29
- catch (err) {
30
- res.status(500).json({ error: err.message });
31
- }
32
- });
33
- router.post('/commit', async (req, res) => {
34
- try {
35
- const { message } = req.body;
36
- if (!message) {
37
- res.status(400).json({ error: 'message is required' });
38
- return;
39
- }
40
- const result = await gitCommit(req.params.id, message);
41
- res.json(result);
42
- }
43
- catch (err) {
44
- res.status(500).json({ error: err.message });
45
- }
46
- });
47
- router.post('/discard', async (req, res) => {
48
- try {
49
- const { path } = req.body;
50
- if (!path) {
51
- res.status(400).json({ error: 'path is required' });
52
- return;
5
+ function withLog(operation, inputFn, handler) {
6
+ return async (req, res) => {
7
+ const input = inputFn(req);
8
+ const start = Date.now();
9
+ try {
10
+ await handler(req, res);
11
+ const ok = res.statusCode < 400;
12
+ logGitOperation(req.params.id, operation, input, ok ? { ok: true } : { statusCode: res.statusCode }, ok ? undefined : 'request validation failed', Date.now() - start);
53
13
  }
54
- await gitDiscard(req.params.id, path);
55
- res.json({ ok: true });
56
- }
57
- catch (err) {
58
- res.status(500).json({ error: err.message });
59
- }
60
- });
61
- router.post('/discard-all', async (req, res) => {
62
- try {
63
- await gitDiscardAll(req.params.id);
64
- res.json({ ok: true });
65
- }
66
- catch (err) {
67
- res.status(500).json({ error: err.message });
68
- }
69
- });
70
- router.get('/branches', async (req, res) => {
71
- try {
72
- const result = await gitBranches(req.params.id);
73
- res.json(result);
74
- }
75
- catch (err) {
76
- res.status(500).json({ error: err.message });
77
- }
78
- });
79
- router.post('/checkout', async (req, res) => {
80
- try {
81
- const { branch } = req.body;
82
- if (!branch) {
83
- res.status(400).json({ error: 'branch is required' });
84
- return;
14
+ catch (err) {
15
+ logGitOperation(req.params.id, operation, input, undefined, err.message, Date.now() - start);
16
+ if (!res.headersSent)
17
+ res.status(500).json({ error: err.message });
85
18
  }
86
- await gitCheckout(req.params.id, branch);
87
- res.json({ ok: true });
88
- }
89
- catch (err) {
90
- res.status(500).json({ error: err.message });
91
- }
92
- });
93
- router.post('/init', async (req, res) => {
94
- try {
95
- await gitInit(req.params.id);
96
- res.json({ ok: true });
97
- }
98
- catch (err) {
99
- res.status(500).json({ error: err.message });
100
- }
101
- });
102
- router.post('/generate-commit-message', async (req, res) => {
103
- try {
104
- const message = await gitGenerateCommitMsg(req.params.id);
105
- res.json({ message });
106
- }
107
- catch (err) {
108
- res.status(500).json({ error: err.message });
109
- }
110
- });
111
- router.post('/push', async (req, res) => {
112
- try {
113
- await gitPush(req.params.id);
114
- res.json({ ok: true });
115
- }
116
- catch (err) {
117
- res.status(500).json({ error: err.message });
118
- }
119
- });
120
- router.post('/pull', async (req, res) => {
121
- try {
122
- await gitPull(req.params.id);
123
- res.json({ ok: true });
124
- }
125
- catch (err) {
126
- res.status(500).json({ error: err.message });
127
- }
128
- });
129
- router.get('/remotes', async (req, res) => {
130
- try {
131
- const remotes = await gitGetRemotes(req.params.id);
132
- res.json(remotes);
133
- }
134
- catch (err) {
135
- res.status(500).json({ error: err.message });
136
- }
137
- });
138
- router.post('/remotes', async (req, res) => {
139
- try {
140
- const { name, url } = req.body;
141
- if (!name || !url) {
142
- res.status(400).json({ error: 'name and url are required' });
143
- return;
144
- }
145
- await gitAddRemote(req.params.id, name, url);
146
- res.json({ ok: true });
147
- }
148
- catch (err) {
149
- res.status(500).json({ error: err.message });
150
- }
151
- });
152
- router.post('/checkout-detached', async (req, res) => {
153
- try {
154
- const { commitHash } = req.body;
155
- if (!commitHash) {
156
- res.status(400).json({ error: 'commitHash is required' });
157
- return;
158
- }
159
- await gitCheckoutDetached(req.params.id, commitHash);
160
- res.json({ ok: true });
161
- }
162
- catch (err) {
163
- res.status(500).json({ error: err.message });
164
- }
165
- });
166
- router.post('/cherry-pick', async (req, res) => {
167
- try {
168
- const { commitHash } = req.body;
169
- if (!commitHash) {
170
- res.status(400).json({ error: 'commitHash is required' });
171
- return;
172
- }
173
- await gitCherryPick(req.params.id, commitHash);
174
- res.json({ ok: true });
175
- }
176
- catch (err) {
177
- res.status(500).json({ error: err.message });
178
- }
179
- });
180
- router.post('/create-branch', async (req, res) => {
181
- try {
182
- const { name, startPoint } = req.body;
183
- if (!name) {
184
- res.status(400).json({ error: 'name is required' });
185
- return;
186
- }
187
- await gitCreateBranch(req.params.id, name, startPoint);
188
- res.json({ ok: true });
189
- }
190
- catch (err) {
191
- res.status(500).json({ error: err.message });
192
- }
193
- });
194
- router.post('/delete-branch', async (req, res) => {
195
- try {
196
- const { name, force } = req.body;
197
- if (!name) {
198
- res.status(400).json({ error: 'name is required' });
199
- return;
200
- }
201
- await gitDeleteBranch(req.params.id, name, force);
202
- res.json({ ok: true });
203
- }
204
- catch (err) {
205
- res.status(500).json({ error: err.message });
206
- }
207
- });
208
- router.post('/create-tag', async (req, res) => {
209
- try {
210
- const { name, commitHash } = req.body;
211
- if (!name) {
212
- res.status(400).json({ error: 'name is required' });
213
- return;
214
- }
215
- await gitCreateTag(req.params.id, name, commitHash);
216
- res.json({ ok: true });
217
- }
218
- catch (err) {
219
- res.status(500).json({ error: err.message });
220
- }
221
- });
222
- router.get('/commit-diff', async (req, res) => {
223
- try {
224
- const hash = req.query.hash;
225
- if (!hash) {
226
- res.status(400).json({ error: 'hash is required' });
227
- return;
228
- }
229
- const diffs = await gitCommitDiff(req.params.id, hash);
230
- res.json(diffs);
231
- }
232
- catch (err) {
233
- res.status(500).json({ error: err.message });
234
- }
235
- });
236
- router.get('/remote-url', async (req, res) => {
237
- try {
238
- const url = await gitGetRemoteUrl(req.params.id);
239
- res.json({ url });
240
- }
241
- catch (err) {
242
- res.status(500).json({ error: err.message });
243
- }
244
- });
245
- router.get('/merge-base', async (req, res) => {
246
- try {
247
- const hash = await gitMergeBase(req.params.id);
248
- res.json({ hash });
249
- }
250
- catch (err) {
251
- res.status(500).json({ error: err.message });
252
- }
253
- });
254
- router.get('/config', async (req, res) => {
255
- try {
256
- const config = await gitGetConfig('local', req.params.id);
257
- res.json(config);
258
- }
259
- catch (err) {
260
- res.status(500).json({ error: err.message });
261
- }
262
- });
263
- router.post('/config', async (req, res) => {
264
- try {
265
- const { name, email, proxy } = req.body;
266
- await gitSetConfig('local', { name, email, proxy }, req.params.id);
267
- res.json({ ok: true });
268
- }
269
- catch (err) {
270
- res.status(500).json({ error: err.message });
271
- }
19
+ };
20
+ }
21
+ router.get('/status', withLog('status', () => ({}), async (req, res) => {
22
+ const result = await gitStatus(req.params.id);
23
+ res.json(result);
24
+ }));
25
+ router.get('/diff', withLog('diff', (req) => ({ path: req.query.path }), async (req, res) => {
26
+ const filePath = req.query.path;
27
+ const result = await gitDiff(req.params.id, filePath);
28
+ res.json(result);
29
+ }));
30
+ router.get('/log', withLog('log', (req) => ({ maxCount: req.query.maxCount }), async (req, res) => {
31
+ const maxCount = parseInt(req.query.maxCount) || 50;
32
+ const result = await gitLog(req.params.id, maxCount);
33
+ res.json(result);
34
+ }));
35
+ router.post('/commit', withLog('commit', (req) => ({ message: req.body?.message }), async (req, res) => {
36
+ const { message } = req.body;
37
+ if (!message) {
38
+ res.status(400).json({ error: 'message is required' });
39
+ return;
40
+ }
41
+ const result = await gitCommit(req.params.id, message);
42
+ res.json(result);
43
+ }));
44
+ router.post('/discard', withLog('discard', (req) => ({ path: req.body?.path }), async (req, res) => {
45
+ const { path } = req.body;
46
+ if (!path) {
47
+ res.status(400).json({ error: 'path is required' });
48
+ return;
49
+ }
50
+ await gitDiscard(req.params.id, path);
51
+ res.json({ ok: true });
52
+ }));
53
+ router.post('/discard-all', withLog('discard-all', () => ({}), async (req, res) => {
54
+ await gitDiscardAll(req.params.id);
55
+ res.json({ ok: true });
56
+ }));
57
+ router.post('/stage', withLog('stage', (req) => ({ path: req.body?.path }), async (req, res) => {
58
+ const { path } = req.body;
59
+ if (!path) {
60
+ res.status(400).json({ error: 'path is required' });
61
+ return;
62
+ }
63
+ await gitStage(req.params.id, path);
64
+ res.json({ ok: true });
65
+ }));
66
+ router.post('/unstage', withLog('unstage', (req) => ({ path: req.body?.path }), async (req, res) => {
67
+ const { path } = req.body;
68
+ if (!path) {
69
+ res.status(400).json({ error: 'path is required' });
70
+ return;
71
+ }
72
+ await gitUnstage(req.params.id, path);
73
+ res.json({ ok: true });
74
+ }));
75
+ router.post('/resolve-file', withLog('resolve-file', (req) => ({ path: req.body?.path }), async (req, res) => {
76
+ const { path, content, stage } = req.body;
77
+ if (!path || typeof content !== 'string') {
78
+ res.status(400).json({ error: 'path and content are required' });
79
+ return;
80
+ }
81
+ await gitResolveFile(req.params.id, path, content, stage !== false);
82
+ res.json({ ok: true });
83
+ }));
84
+ router.get('/branches', withLog('branches', () => ({}), async (req, res) => {
85
+ const result = await gitBranches(req.params.id);
86
+ res.json(result);
87
+ }));
88
+ router.post('/checkout', withLog('checkout', (req) => ({ branch: req.body?.branch }), async (req, res) => {
89
+ const { branch } = req.body;
90
+ if (!branch) {
91
+ res.status(400).json({ error: 'branch is required' });
92
+ return;
93
+ }
94
+ await gitCheckout(req.params.id, branch);
95
+ res.json({ ok: true });
96
+ }));
97
+ router.post('/init', withLog('init', () => ({}), async (req, res) => {
98
+ await gitInit(req.params.id);
99
+ res.json({ ok: true });
100
+ }));
101
+ router.post('/generate-commit-message', withLog('generate-commit-message', () => ({}), async (req, res) => {
102
+ const message = await gitGenerateCommitMsg(req.params.id);
103
+ res.json({ message });
104
+ }));
105
+ router.post('/fetch', withLog('fetch', () => ({}), async (req, res) => {
106
+ await gitFetch(req.params.id);
107
+ res.json({ ok: true });
108
+ }));
109
+ router.post('/push', withLog('push', () => ({}), async (req, res) => {
110
+ await gitPush(req.params.id);
111
+ res.json({ ok: true });
112
+ }));
113
+ router.post('/pull', withLog('pull', () => ({}), async (req, res) => {
114
+ await gitPull(req.params.id);
115
+ res.json({ ok: true });
116
+ }));
117
+ router.get('/remotes', withLog('remotes', () => ({}), async (req, res) => {
118
+ const remotes = await gitGetRemotes(req.params.id);
119
+ res.json(remotes);
120
+ }));
121
+ router.post('/remotes', withLog('add-remote', (req) => ({ name: req.body?.name, url: req.body?.url }), async (req, res) => {
122
+ const { name, url } = req.body;
123
+ if (!name || !url) {
124
+ res.status(400).json({ error: 'name and url are required' });
125
+ return;
126
+ }
127
+ await gitAddRemote(req.params.id, name, url);
128
+ res.json({ ok: true });
129
+ }));
130
+ router.post('/checkout-detached', withLog('checkout-detached', (req) => ({ commitHash: req.body?.commitHash }), async (req, res) => {
131
+ const { commitHash } = req.body;
132
+ if (!commitHash) {
133
+ res.status(400).json({ error: 'commitHash is required' });
134
+ return;
135
+ }
136
+ await gitCheckoutDetached(req.params.id, commitHash);
137
+ res.json({ ok: true });
138
+ }));
139
+ router.post('/cherry-pick', withLog('cherry-pick', (req) => ({ commitHash: req.body?.commitHash }), async (req, res) => {
140
+ const { commitHash } = req.body;
141
+ if (!commitHash) {
142
+ res.status(400).json({ error: 'commitHash is required' });
143
+ return;
144
+ }
145
+ await gitCherryPick(req.params.id, commitHash);
146
+ res.json({ ok: true });
147
+ }));
148
+ router.post('/create-branch', withLog('create-branch', (req) => ({ name: req.body?.name, startPoint: req.body?.startPoint }), async (req, res) => {
149
+ const { name, startPoint } = req.body;
150
+ if (!name) {
151
+ res.status(400).json({ error: 'name is required' });
152
+ return;
153
+ }
154
+ await gitCreateBranch(req.params.id, name, startPoint);
155
+ res.json({ ok: true });
156
+ }));
157
+ router.post('/delete-branch', withLog('delete-branch', (req) => ({ name: req.body?.name, force: req.body?.force }), async (req, res) => {
158
+ const { name, force } = req.body;
159
+ if (!name) {
160
+ res.status(400).json({ error: 'name is required' });
161
+ return;
162
+ }
163
+ await gitDeleteBranch(req.params.id, name, force);
164
+ res.json({ ok: true });
165
+ }));
166
+ router.post('/create-tag', withLog('create-tag', (req) => ({ name: req.body?.name, commitHash: req.body?.commitHash }), async (req, res) => {
167
+ const { name, commitHash } = req.body;
168
+ if (!name) {
169
+ res.status(400).json({ error: 'name is required' });
170
+ return;
171
+ }
172
+ await gitCreateTag(req.params.id, name, commitHash);
173
+ res.json({ ok: true });
174
+ }));
175
+ router.get('/commit-diff', withLog('commit-diff', (req) => ({ hash: req.query.hash }), async (req, res) => {
176
+ const hash = req.query.hash;
177
+ if (!hash) {
178
+ res.status(400).json({ error: 'hash is required' });
179
+ return;
180
+ }
181
+ const diffs = await gitCommitDiff(req.params.id, hash);
182
+ res.json(diffs);
183
+ }));
184
+ router.get('/remote-url', withLog('remote-url', () => ({}), async (req, res) => {
185
+ const url = await gitGetRemoteUrl(req.params.id);
186
+ res.json({ url });
187
+ }));
188
+ router.get('/merge-base', withLog('merge-base', () => ({}), async (req, res) => {
189
+ const hash = await gitMergeBase(req.params.id);
190
+ res.json({ hash });
191
+ }));
192
+ router.get('/config', withLog('config.get', () => ({}), async (req, res) => {
193
+ const config = await gitGetConfig('local', req.params.id);
194
+ res.json(config);
195
+ }));
196
+ router.post('/config', withLog('config.set', (req) => ({ name: req.body?.name, email: req.body?.email, proxy: req.body?.proxy }), async (req, res) => {
197
+ const { name, email, proxy } = req.body;
198
+ await gitSetConfig('local', { name, email, proxy }, req.params.id);
199
+ res.json({ ok: true });
200
+ }));
201
+ router.get('/operations', (req, res) => {
202
+ res.json(getGitOperations(req.params.id));
272
203
  });
273
204
  export default router;
274
205
  //# sourceMappingURL=git.js.map
@@ -0,0 +1,39 @@
1
+ import { Router } from 'express';
2
+ import * as svc from '../services/kanban.js';
3
+ const router = Router({ mergeParams: true });
4
+ // GET /api/workspaces/:id/kanban — 获取或初始化 board
5
+ router.get('/', (req, res) => {
6
+ const workspaceId = req.params.id;
7
+ if (!workspaceId) {
8
+ res.status(400).json({ error: 'workspaceId required' });
9
+ return;
10
+ }
11
+ try {
12
+ const board = svc.ensureBoard(workspaceId);
13
+ res.json(board);
14
+ }
15
+ catch (error) {
16
+ res.status(500).json({ error: error.message });
17
+ }
18
+ });
19
+ // PUT /api/workspaces/:id/kanban — 保存完整 board 状态
20
+ router.put('/', (req, res) => {
21
+ const workspaceId = req.params.id;
22
+ if (!workspaceId) {
23
+ res.status(400).json({ error: 'workspaceId required' });
24
+ return;
25
+ }
26
+ try {
27
+ const board = svc.saveBoard(workspaceId, req.body);
28
+ if (!board) {
29
+ res.status(404).json({ error: 'Board not found' });
30
+ return;
31
+ }
32
+ res.json(board);
33
+ }
34
+ catch (error) {
35
+ res.status(400).json({ error: error.message });
36
+ }
37
+ });
38
+ export default router;
39
+ //# sourceMappingURL=kanban.js.map
@@ -0,0 +1,68 @@
1
+ import { Router } from 'express';
2
+ import { listRobotAccounts, createAccount, updateAccount, deleteRobotAccount } from '../services/robot-account.js';
3
+ import { getGlobalWeChatQRCode, pollGlobalWeChatQRCode } from '../services/global-wechat-qr.js';
4
+ const router = Router();
5
+ router.get('/', (_req, res) => {
6
+ res.json(listRobotAccounts());
7
+ });
8
+ router.post('/', (req, res) => {
9
+ const { name, type, lark, wechat } = req.body;
10
+ if (!name || !type) {
11
+ res.status(400).json({ error: 'name and type are required' });
12
+ return;
13
+ }
14
+ if (!['lark', 'wechat'].includes(type)) {
15
+ res.status(400).json({ error: 'type must be lark or wechat' });
16
+ return;
17
+ }
18
+ if (type === 'lark' && (!lark?.appId || !lark?.appSecret)) {
19
+ res.status(400).json({ error: 'lark.appId and lark.appSecret are required' });
20
+ return;
21
+ }
22
+ if (type === 'wechat' && (!wechat?.token || !wechat?.accountId)) {
23
+ res.status(400).json({ error: 'wechat.token and wechat.accountId are required' });
24
+ return;
25
+ }
26
+ const account = createAccount({ name, type, lark, wechat });
27
+ res.status(201).json(account);
28
+ });
29
+ router.put('/:id', (req, res) => {
30
+ const { id } = req.params;
31
+ const { name, lark, wechat } = req.body;
32
+ const updated = updateAccount(id, { name, lark, wechat });
33
+ if (!updated) {
34
+ res.status(404).json({ error: 'Not found' });
35
+ return;
36
+ }
37
+ res.json(updated);
38
+ });
39
+ router.delete('/:id', (req, res) => {
40
+ const deleted = deleteRobotAccount(req.params.id);
41
+ if (!deleted) {
42
+ res.status(404).json({ error: 'Not found' });
43
+ return;
44
+ }
45
+ res.json({ ok: true });
46
+ });
47
+ // Global WeChat QR login (not bound to a workspace)
48
+ router.post('/wechat/qr', async (_req, res) => {
49
+ try {
50
+ const result = await getGlobalWeChatQRCode();
51
+ res.json(result);
52
+ }
53
+ catch (err) {
54
+ res.status(400).json({ error: err instanceof Error ? err.message : 'Failed to get WeChat QR code' });
55
+ }
56
+ });
57
+ router.post('/wechat/qr/poll', async (req, res) => {
58
+ try {
59
+ const { sessionId } = req.body;
60
+ const result = await pollGlobalWeChatQRCode(sessionId);
61
+ res.json(result);
62
+ }
63
+ catch (err) {
64
+ res.status(400).json({ error: err instanceof Error ? err.message : 'Failed to poll WeChat QR status' });
65
+ }
66
+ });
67
+ export default router;
68
+ //# sourceMappingURL=robot-account.js.map