cc-viewer 1.6.182 → 1.6.183

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 (726) hide show
  1. package/concepts/ar/SubAgent-Search.md +44 -12
  2. package/concepts/ar/Tool-Agent.md +44 -109
  3. package/concepts/ar/Tool-AskUserQuestion.md +51 -66
  4. package/concepts/ar/Tool-Bash.md +27 -155
  5. package/concepts/ar/Tool-CronCreate.md +57 -0
  6. package/concepts/ar/Tool-CronDelete.md +43 -0
  7. package/concepts/ar/Tool-CronList.md +30 -0
  8. package/concepts/ar/Tool-Edit.md +26 -34
  9. package/concepts/ar/Tool-EnterPlanMode.md +21 -114
  10. package/concepts/ar/Tool-EnterWorktree.md +29 -41
  11. package/concepts/ar/Tool-ExitPlanMode.md +28 -48
  12. package/concepts/ar/Tool-ExitWorktree.md +41 -0
  13. package/concepts/ar/Tool-Glob.md +23 -27
  14. package/concepts/ar/Tool-Grep.md +37 -48
  15. package/concepts/ar/Tool-Monitor.md +50 -0
  16. package/concepts/ar/Tool-NotebookEdit.md +27 -21
  17. package/concepts/ar/Tool-PushNotification.md +48 -0
  18. package/concepts/ar/Tool-Read.md +29 -44
  19. package/concepts/ar/Tool-RemoteTrigger.md +73 -0
  20. package/concepts/ar/Tool-ScheduleWakeup.md +56 -0
  21. package/concepts/ar/Tool-SendMessage.md +53 -26
  22. package/concepts/ar/Tool-Skill.md +32 -41
  23. package/concepts/ar/Tool-TaskCreate.md +39 -61
  24. package/concepts/ar/Tool-TaskGet.md +30 -39
  25. package/concepts/ar/Tool-TaskList.md +43 -37
  26. package/concepts/ar/Tool-TaskOutput.md +37 -27
  27. package/concepts/ar/Tool-TaskStop.md +33 -20
  28. package/concepts/ar/Tool-TaskUpdate.md +50 -103
  29. package/concepts/ar/Tool-TeamCreate.md +40 -25
  30. package/concepts/ar/Tool-TeamDelete.md +33 -19
  31. package/concepts/ar/Tool-WebFetch.md +38 -43
  32. package/concepts/ar/Tool-WebSearch.md +40 -47
  33. package/concepts/ar/Tool-Write.md +23 -27
  34. package/concepts/ar/Tool-executeCode.md +36 -30
  35. package/concepts/ar/Tool-getDiagnostics.md +32 -20
  36. package/concepts/ar/Tools.md +1 -1
  37. package/concepts/da/SubAgent-Search.md +44 -12
  38. package/concepts/da/Tool-Agent.md +53 -118
  39. package/concepts/da/Tool-AskUserQuestion.md +54 -69
  40. package/concepts/da/Tool-Bash.md +27 -155
  41. package/concepts/da/Tool-CronCreate.md +57 -0
  42. package/concepts/da/Tool-CronDelete.md +43 -0
  43. package/concepts/da/Tool-CronList.md +30 -0
  44. package/concepts/da/Tool-Edit.md +26 -34
  45. package/concepts/da/Tool-EnterPlanMode.md +22 -115
  46. package/concepts/da/Tool-EnterWorktree.md +29 -41
  47. package/concepts/da/Tool-ExitPlanMode.md +28 -48
  48. package/concepts/da/Tool-ExitWorktree.md +41 -0
  49. package/concepts/da/Tool-Glob.md +23 -27
  50. package/concepts/da/Tool-Grep.md +40 -51
  51. package/concepts/da/Tool-Monitor.md +50 -0
  52. package/concepts/da/Tool-NotebookEdit.md +27 -21
  53. package/concepts/da/Tool-PushNotification.md +48 -0
  54. package/concepts/da/Tool-Read.md +35 -50
  55. package/concepts/da/Tool-RemoteTrigger.md +73 -0
  56. package/concepts/da/Tool-ScheduleWakeup.md +56 -0
  57. package/concepts/da/Tool-SendMessage.md +53 -26
  58. package/concepts/da/Tool-Skill.md +32 -41
  59. package/concepts/da/Tool-TaskCreate.md +39 -61
  60. package/concepts/da/Tool-TaskGet.md +30 -39
  61. package/concepts/da/Tool-TaskList.md +43 -37
  62. package/concepts/da/Tool-TaskOutput.md +37 -27
  63. package/concepts/da/Tool-TaskStop.md +33 -20
  64. package/concepts/da/Tool-TaskUpdate.md +50 -103
  65. package/concepts/da/Tool-TeamCreate.md +40 -25
  66. package/concepts/da/Tool-TeamDelete.md +33 -19
  67. package/concepts/da/Tool-WebFetch.md +44 -49
  68. package/concepts/da/Tool-WebSearch.md +36 -43
  69. package/concepts/da/Tool-Write.md +23 -27
  70. package/concepts/da/Tool-executeCode.md +35 -29
  71. package/concepts/da/Tool-getDiagnostics.md +32 -20
  72. package/concepts/da/Tools.md +1 -1
  73. package/concepts/de/SubAgent-Search.md +44 -12
  74. package/concepts/de/Tool-Agent.md +44 -109
  75. package/concepts/de/Tool-AskUserQuestion.md +51 -66
  76. package/concepts/de/Tool-Bash.md +27 -155
  77. package/concepts/de/Tool-CronCreate.md +57 -0
  78. package/concepts/de/Tool-CronDelete.md +43 -0
  79. package/concepts/de/Tool-CronList.md +30 -0
  80. package/concepts/de/Tool-Edit.md +26 -34
  81. package/concepts/de/Tool-EnterPlanMode.md +21 -114
  82. package/concepts/de/Tool-EnterWorktree.md +29 -41
  83. package/concepts/de/Tool-ExitPlanMode.md +28 -48
  84. package/concepts/de/Tool-ExitWorktree.md +41 -0
  85. package/concepts/de/Tool-Glob.md +23 -27
  86. package/concepts/de/Tool-Grep.md +37 -48
  87. package/concepts/de/Tool-Monitor.md +50 -0
  88. package/concepts/de/Tool-NotebookEdit.md +27 -21
  89. package/concepts/de/Tool-PushNotification.md +48 -0
  90. package/concepts/de/Tool-Read.md +29 -44
  91. package/concepts/de/Tool-RemoteTrigger.md +73 -0
  92. package/concepts/de/Tool-ScheduleWakeup.md +56 -0
  93. package/concepts/de/Tool-SendMessage.md +53 -26
  94. package/concepts/de/Tool-Skill.md +32 -41
  95. package/concepts/de/Tool-TaskCreate.md +39 -61
  96. package/concepts/de/Tool-TaskGet.md +30 -39
  97. package/concepts/de/Tool-TaskList.md +43 -37
  98. package/concepts/de/Tool-TaskOutput.md +37 -27
  99. package/concepts/de/Tool-TaskStop.md +33 -20
  100. package/concepts/de/Tool-TaskUpdate.md +49 -102
  101. package/concepts/de/Tool-TeamCreate.md +40 -25
  102. package/concepts/de/Tool-TeamDelete.md +33 -19
  103. package/concepts/de/Tool-WebFetch.md +38 -43
  104. package/concepts/de/Tool-WebSearch.md +40 -47
  105. package/concepts/de/Tool-Write.md +23 -27
  106. package/concepts/de/Tool-executeCode.md +36 -30
  107. package/concepts/de/Tool-getDiagnostics.md +32 -20
  108. package/concepts/de/Tools.md +1 -1
  109. package/concepts/en/SubAgent-Search.md +44 -12
  110. package/concepts/en/Tool-Agent.md +44 -109
  111. package/concepts/en/Tool-AskUserQuestion.md +51 -66
  112. package/concepts/en/Tool-Bash.md +27 -155
  113. package/concepts/en/Tool-CronCreate.md +57 -0
  114. package/concepts/en/Tool-CronDelete.md +43 -0
  115. package/concepts/en/Tool-CronList.md +30 -0
  116. package/concepts/en/Tool-Edit.md +26 -34
  117. package/concepts/en/Tool-EnterPlanMode.md +21 -114
  118. package/concepts/en/Tool-EnterWorktree.md +29 -41
  119. package/concepts/en/Tool-ExitPlanMode.md +28 -48
  120. package/concepts/en/Tool-ExitWorktree.md +41 -0
  121. package/concepts/en/Tool-Glob.md +23 -27
  122. package/concepts/en/Tool-Grep.md +37 -48
  123. package/concepts/en/Tool-Monitor.md +50 -0
  124. package/concepts/en/Tool-NotebookEdit.md +27 -21
  125. package/concepts/en/Tool-PushNotification.md +48 -0
  126. package/concepts/en/Tool-Read.md +29 -44
  127. package/concepts/en/Tool-RemoteTrigger.md +73 -0
  128. package/concepts/en/Tool-ScheduleWakeup.md +56 -0
  129. package/concepts/en/Tool-SendMessage.md +53 -26
  130. package/concepts/en/Tool-Skill.md +32 -41
  131. package/concepts/en/Tool-TaskCreate.md +39 -61
  132. package/concepts/en/Tool-TaskGet.md +30 -39
  133. package/concepts/en/Tool-TaskList.md +43 -37
  134. package/concepts/en/Tool-TaskOutput.md +37 -27
  135. package/concepts/en/Tool-TaskStop.md +33 -20
  136. package/concepts/en/Tool-TaskUpdate.md +49 -102
  137. package/concepts/en/Tool-TeamCreate.md +40 -25
  138. package/concepts/en/Tool-TeamDelete.md +33 -19
  139. package/concepts/en/Tool-WebFetch.md +38 -43
  140. package/concepts/en/Tool-WebSearch.md +40 -47
  141. package/concepts/en/Tool-Write.md +23 -27
  142. package/concepts/en/Tool-executeCode.md +36 -30
  143. package/concepts/en/Tool-getDiagnostics.md +32 -20
  144. package/concepts/en/Tools.md +1 -1
  145. package/concepts/es/SubAgent-Search.md +44 -12
  146. package/concepts/es/Tool-Agent.md +44 -109
  147. package/concepts/es/Tool-AskUserQuestion.md +51 -66
  148. package/concepts/es/Tool-Bash.md +27 -155
  149. package/concepts/es/Tool-CronCreate.md +57 -0
  150. package/concepts/es/Tool-CronDelete.md +43 -0
  151. package/concepts/es/Tool-CronList.md +30 -0
  152. package/concepts/es/Tool-Edit.md +26 -34
  153. package/concepts/es/Tool-EnterPlanMode.md +21 -114
  154. package/concepts/es/Tool-EnterWorktree.md +29 -41
  155. package/concepts/es/Tool-ExitPlanMode.md +28 -48
  156. package/concepts/es/Tool-ExitWorktree.md +41 -0
  157. package/concepts/es/Tool-Glob.md +23 -27
  158. package/concepts/es/Tool-Grep.md +37 -48
  159. package/concepts/es/Tool-Monitor.md +50 -0
  160. package/concepts/es/Tool-NotebookEdit.md +27 -21
  161. package/concepts/es/Tool-PushNotification.md +48 -0
  162. package/concepts/es/Tool-Read.md +29 -44
  163. package/concepts/es/Tool-RemoteTrigger.md +73 -0
  164. package/concepts/es/Tool-ScheduleWakeup.md +56 -0
  165. package/concepts/es/Tool-SendMessage.md +53 -26
  166. package/concepts/es/Tool-Skill.md +32 -41
  167. package/concepts/es/Tool-TaskCreate.md +39 -61
  168. package/concepts/es/Tool-TaskGet.md +30 -39
  169. package/concepts/es/Tool-TaskList.md +44 -37
  170. package/concepts/es/Tool-TaskOutput.md +37 -27
  171. package/concepts/es/Tool-TaskStop.md +33 -20
  172. package/concepts/es/Tool-TaskUpdate.md +49 -102
  173. package/concepts/es/Tool-TeamCreate.md +40 -25
  174. package/concepts/es/Tool-TeamDelete.md +33 -19
  175. package/concepts/es/Tool-WebFetch.md +38 -43
  176. package/concepts/es/Tool-WebSearch.md +40 -47
  177. package/concepts/es/Tool-Write.md +23 -27
  178. package/concepts/es/Tool-executeCode.md +36 -30
  179. package/concepts/es/Tool-getDiagnostics.md +32 -20
  180. package/concepts/es/Tools.md +1 -1
  181. package/concepts/fr/SubAgent-Search.md +45 -13
  182. package/concepts/fr/Tool-Agent.md +44 -109
  183. package/concepts/fr/Tool-AskUserQuestion.md +51 -66
  184. package/concepts/fr/Tool-Bash.md +27 -155
  185. package/concepts/fr/Tool-CronCreate.md +57 -0
  186. package/concepts/fr/Tool-CronDelete.md +43 -0
  187. package/concepts/fr/Tool-CronList.md +30 -0
  188. package/concepts/fr/Tool-Edit.md +26 -34
  189. package/concepts/fr/Tool-EnterPlanMode.md +21 -114
  190. package/concepts/fr/Tool-EnterWorktree.md +29 -41
  191. package/concepts/fr/Tool-ExitPlanMode.md +28 -48
  192. package/concepts/fr/Tool-ExitWorktree.md +41 -0
  193. package/concepts/fr/Tool-Glob.md +23 -27
  194. package/concepts/fr/Tool-Grep.md +37 -48
  195. package/concepts/fr/Tool-Monitor.md +50 -0
  196. package/concepts/fr/Tool-NotebookEdit.md +27 -21
  197. package/concepts/fr/Tool-PushNotification.md +48 -0
  198. package/concepts/fr/Tool-Read.md +29 -44
  199. package/concepts/fr/Tool-RemoteTrigger.md +73 -0
  200. package/concepts/fr/Tool-ScheduleWakeup.md +56 -0
  201. package/concepts/fr/Tool-SendMessage.md +53 -26
  202. package/concepts/fr/Tool-Skill.md +32 -41
  203. package/concepts/fr/Tool-TaskCreate.md +39 -61
  204. package/concepts/fr/Tool-TaskGet.md +30 -39
  205. package/concepts/fr/Tool-TaskList.md +43 -37
  206. package/concepts/fr/Tool-TaskOutput.md +37 -27
  207. package/concepts/fr/Tool-TaskStop.md +33 -20
  208. package/concepts/fr/Tool-TaskUpdate.md +50 -103
  209. package/concepts/fr/Tool-TeamCreate.md +40 -25
  210. package/concepts/fr/Tool-TeamDelete.md +33 -19
  211. package/concepts/fr/Tool-WebFetch.md +38 -43
  212. package/concepts/fr/Tool-WebSearch.md +40 -47
  213. package/concepts/fr/Tool-Write.md +23 -27
  214. package/concepts/fr/Tool-executeCode.md +36 -30
  215. package/concepts/fr/Tool-getDiagnostics.md +32 -20
  216. package/concepts/fr/Tools.md +1 -1
  217. package/concepts/it/SubAgent-Search.md +44 -12
  218. package/concepts/it/Tool-Agent.md +44 -109
  219. package/concepts/it/Tool-AskUserQuestion.md +51 -66
  220. package/concepts/it/Tool-Bash.md +27 -155
  221. package/concepts/it/Tool-CronCreate.md +57 -0
  222. package/concepts/it/Tool-CronDelete.md +43 -0
  223. package/concepts/it/Tool-CronList.md +30 -0
  224. package/concepts/it/Tool-Edit.md +26 -34
  225. package/concepts/it/Tool-EnterPlanMode.md +21 -114
  226. package/concepts/it/Tool-EnterWorktree.md +29 -41
  227. package/concepts/it/Tool-ExitPlanMode.md +28 -48
  228. package/concepts/it/Tool-ExitWorktree.md +41 -0
  229. package/concepts/it/Tool-Glob.md +23 -27
  230. package/concepts/it/Tool-Grep.md +37 -48
  231. package/concepts/it/Tool-Monitor.md +50 -0
  232. package/concepts/it/Tool-NotebookEdit.md +27 -21
  233. package/concepts/it/Tool-PushNotification.md +48 -0
  234. package/concepts/it/Tool-Read.md +29 -44
  235. package/concepts/it/Tool-RemoteTrigger.md +73 -0
  236. package/concepts/it/Tool-ScheduleWakeup.md +56 -0
  237. package/concepts/it/Tool-SendMessage.md +53 -26
  238. package/concepts/it/Tool-Skill.md +32 -41
  239. package/concepts/it/Tool-TaskCreate.md +39 -61
  240. package/concepts/it/Tool-TaskGet.md +30 -39
  241. package/concepts/it/Tool-TaskList.md +44 -37
  242. package/concepts/it/Tool-TaskOutput.md +37 -27
  243. package/concepts/it/Tool-TaskStop.md +33 -20
  244. package/concepts/it/Tool-TaskUpdate.md +50 -103
  245. package/concepts/it/Tool-TeamCreate.md +40 -25
  246. package/concepts/it/Tool-TeamDelete.md +33 -19
  247. package/concepts/it/Tool-WebFetch.md +38 -43
  248. package/concepts/it/Tool-WebSearch.md +40 -47
  249. package/concepts/it/Tool-Write.md +23 -27
  250. package/concepts/it/Tool-executeCode.md +36 -30
  251. package/concepts/it/Tool-getDiagnostics.md +32 -20
  252. package/concepts/it/Tools.md +1 -1
  253. package/concepts/ja/SubAgent-Search.md +44 -12
  254. package/concepts/ja/Tool-Agent.md +44 -109
  255. package/concepts/ja/Tool-AskUserQuestion.md +51 -66
  256. package/concepts/ja/Tool-Bash.md +27 -155
  257. package/concepts/ja/Tool-CronCreate.md +57 -0
  258. package/concepts/ja/Tool-CronDelete.md +43 -0
  259. package/concepts/ja/Tool-CronList.md +30 -0
  260. package/concepts/ja/Tool-Edit.md +26 -34
  261. package/concepts/ja/Tool-EnterPlanMode.md +21 -114
  262. package/concepts/ja/Tool-EnterWorktree.md +29 -41
  263. package/concepts/ja/Tool-ExitPlanMode.md +28 -48
  264. package/concepts/ja/Tool-ExitWorktree.md +41 -0
  265. package/concepts/ja/Tool-Glob.md +23 -27
  266. package/concepts/ja/Tool-Grep.md +37 -48
  267. package/concepts/ja/Tool-Monitor.md +50 -0
  268. package/concepts/ja/Tool-NotebookEdit.md +27 -21
  269. package/concepts/ja/Tool-PushNotification.md +48 -0
  270. package/concepts/ja/Tool-Read.md +29 -44
  271. package/concepts/ja/Tool-RemoteTrigger.md +73 -0
  272. package/concepts/ja/Tool-ScheduleWakeup.md +56 -0
  273. package/concepts/ja/Tool-SendMessage.md +53 -26
  274. package/concepts/ja/Tool-Skill.md +32 -41
  275. package/concepts/ja/Tool-TaskCreate.md +39 -61
  276. package/concepts/ja/Tool-TaskGet.md +30 -39
  277. package/concepts/ja/Tool-TaskList.md +43 -37
  278. package/concepts/ja/Tool-TaskOutput.md +37 -27
  279. package/concepts/ja/Tool-TaskStop.md +33 -20
  280. package/concepts/ja/Tool-TaskUpdate.md +50 -103
  281. package/concepts/ja/Tool-TeamCreate.md +40 -25
  282. package/concepts/ja/Tool-TeamDelete.md +33 -19
  283. package/concepts/ja/Tool-WebFetch.md +38 -43
  284. package/concepts/ja/Tool-WebSearch.md +40 -47
  285. package/concepts/ja/Tool-Write.md +23 -27
  286. package/concepts/ja/Tool-executeCode.md +36 -30
  287. package/concepts/ja/Tool-getDiagnostics.md +32 -20
  288. package/concepts/ja/Tools.md +1 -1
  289. package/concepts/ko/SubAgent-Search.md +44 -12
  290. package/concepts/ko/Tool-Agent.md +44 -109
  291. package/concepts/ko/Tool-AskUserQuestion.md +58 -73
  292. package/concepts/ko/Tool-Bash.md +27 -155
  293. package/concepts/ko/Tool-CronCreate.md +57 -0
  294. package/concepts/ko/Tool-CronDelete.md +43 -0
  295. package/concepts/ko/Tool-CronList.md +30 -0
  296. package/concepts/ko/Tool-Edit.md +26 -34
  297. package/concepts/ko/Tool-EnterPlanMode.md +22 -115
  298. package/concepts/ko/Tool-EnterWorktree.md +29 -41
  299. package/concepts/ko/Tool-ExitPlanMode.md +28 -48
  300. package/concepts/ko/Tool-ExitWorktree.md +41 -0
  301. package/concepts/ko/Tool-Glob.md +23 -27
  302. package/concepts/ko/Tool-Grep.md +44 -55
  303. package/concepts/ko/Tool-Monitor.md +50 -0
  304. package/concepts/ko/Tool-NotebookEdit.md +28 -22
  305. package/concepts/ko/Tool-PushNotification.md +48 -0
  306. package/concepts/ko/Tool-Read.md +39 -54
  307. package/concepts/ko/Tool-RemoteTrigger.md +73 -0
  308. package/concepts/ko/Tool-ScheduleWakeup.md +56 -0
  309. package/concepts/ko/Tool-SendMessage.md +54 -27
  310. package/concepts/ko/Tool-Skill.md +32 -41
  311. package/concepts/ko/Tool-TaskCreate.md +39 -61
  312. package/concepts/ko/Tool-TaskGet.md +30 -39
  313. package/concepts/ko/Tool-TaskList.md +44 -38
  314. package/concepts/ko/Tool-TaskOutput.md +38 -28
  315. package/concepts/ko/Tool-TaskStop.md +34 -21
  316. package/concepts/ko/Tool-TaskUpdate.md +50 -103
  317. package/concepts/ko/Tool-TeamCreate.md +41 -26
  318. package/concepts/ko/Tool-TeamDelete.md +33 -19
  319. package/concepts/ko/Tool-WebFetch.md +48 -53
  320. package/concepts/ko/Tool-WebSearch.md +36 -43
  321. package/concepts/ko/Tool-Write.md +23 -27
  322. package/concepts/ko/Tool-executeCode.md +36 -30
  323. package/concepts/ko/Tool-getDiagnostics.md +33 -21
  324. package/concepts/ko/Tools.md +1 -1
  325. package/concepts/no/SubAgent-Search.md +44 -12
  326. package/concepts/no/Tool-Agent.md +53 -118
  327. package/concepts/no/Tool-AskUserQuestion.md +54 -69
  328. package/concepts/no/Tool-Bash.md +27 -155
  329. package/concepts/no/Tool-CronCreate.md +57 -0
  330. package/concepts/no/Tool-CronDelete.md +43 -0
  331. package/concepts/no/Tool-CronList.md +30 -0
  332. package/concepts/no/Tool-Edit.md +26 -34
  333. package/concepts/no/Tool-EnterPlanMode.md +22 -115
  334. package/concepts/no/Tool-EnterWorktree.md +29 -41
  335. package/concepts/no/Tool-ExitPlanMode.md +28 -48
  336. package/concepts/no/Tool-ExitWorktree.md +41 -0
  337. package/concepts/no/Tool-Glob.md +23 -27
  338. package/concepts/no/Tool-Grep.md +40 -51
  339. package/concepts/no/Tool-Monitor.md +50 -0
  340. package/concepts/no/Tool-NotebookEdit.md +27 -21
  341. package/concepts/no/Tool-PushNotification.md +48 -0
  342. package/concepts/no/Tool-Read.md +35 -50
  343. package/concepts/no/Tool-RemoteTrigger.md +73 -0
  344. package/concepts/no/Tool-ScheduleWakeup.md +56 -0
  345. package/concepts/no/Tool-SendMessage.md +53 -26
  346. package/concepts/no/Tool-Skill.md +32 -41
  347. package/concepts/no/Tool-TaskCreate.md +39 -61
  348. package/concepts/no/Tool-TaskGet.md +30 -39
  349. package/concepts/no/Tool-TaskList.md +43 -37
  350. package/concepts/no/Tool-TaskOutput.md +37 -27
  351. package/concepts/no/Tool-TaskStop.md +33 -20
  352. package/concepts/no/Tool-TaskUpdate.md +50 -103
  353. package/concepts/no/Tool-TeamCreate.md +40 -25
  354. package/concepts/no/Tool-TeamDelete.md +33 -19
  355. package/concepts/no/Tool-WebFetch.md +44 -49
  356. package/concepts/no/Tool-WebSearch.md +36 -43
  357. package/concepts/no/Tool-Write.md +23 -27
  358. package/concepts/no/Tool-executeCode.md +35 -29
  359. package/concepts/no/Tool-getDiagnostics.md +32 -20
  360. package/concepts/no/Tools.md +1 -1
  361. package/concepts/pl/SubAgent-Search.md +44 -12
  362. package/concepts/pl/Tool-Agent.md +44 -109
  363. package/concepts/pl/Tool-AskUserQuestion.md +51 -66
  364. package/concepts/pl/Tool-Bash.md +27 -155
  365. package/concepts/pl/Tool-CronCreate.md +57 -0
  366. package/concepts/pl/Tool-CronDelete.md +43 -0
  367. package/concepts/pl/Tool-CronList.md +30 -0
  368. package/concepts/pl/Tool-Edit.md +26 -34
  369. package/concepts/pl/Tool-EnterPlanMode.md +21 -114
  370. package/concepts/pl/Tool-EnterWorktree.md +29 -41
  371. package/concepts/pl/Tool-ExitPlanMode.md +28 -48
  372. package/concepts/pl/Tool-ExitWorktree.md +41 -0
  373. package/concepts/pl/Tool-Glob.md +23 -27
  374. package/concepts/pl/Tool-Grep.md +37 -48
  375. package/concepts/pl/Tool-Monitor.md +50 -0
  376. package/concepts/pl/Tool-NotebookEdit.md +27 -21
  377. package/concepts/pl/Tool-PushNotification.md +48 -0
  378. package/concepts/pl/Tool-Read.md +29 -44
  379. package/concepts/pl/Tool-RemoteTrigger.md +73 -0
  380. package/concepts/pl/Tool-ScheduleWakeup.md +56 -0
  381. package/concepts/pl/Tool-SendMessage.md +53 -26
  382. package/concepts/pl/Tool-Skill.md +32 -41
  383. package/concepts/pl/Tool-TaskCreate.md +39 -61
  384. package/concepts/pl/Tool-TaskGet.md +30 -39
  385. package/concepts/pl/Tool-TaskList.md +43 -37
  386. package/concepts/pl/Tool-TaskOutput.md +37 -27
  387. package/concepts/pl/Tool-TaskStop.md +33 -20
  388. package/concepts/pl/Tool-TaskUpdate.md +49 -102
  389. package/concepts/pl/Tool-TeamCreate.md +40 -25
  390. package/concepts/pl/Tool-TeamDelete.md +33 -19
  391. package/concepts/pl/Tool-WebFetch.md +38 -43
  392. package/concepts/pl/Tool-WebSearch.md +40 -47
  393. package/concepts/pl/Tool-Write.md +23 -27
  394. package/concepts/pl/Tool-executeCode.md +36 -30
  395. package/concepts/pl/Tool-getDiagnostics.md +32 -20
  396. package/concepts/pl/Tools.md +1 -1
  397. package/concepts/pt-BR/SubAgent-Search.md +44 -12
  398. package/concepts/pt-BR/Tool-Agent.md +44 -109
  399. package/concepts/pt-BR/Tool-AskUserQuestion.md +51 -66
  400. package/concepts/pt-BR/Tool-Bash.md +27 -155
  401. package/concepts/pt-BR/Tool-CronCreate.md +57 -0
  402. package/concepts/pt-BR/Tool-CronDelete.md +43 -0
  403. package/concepts/pt-BR/Tool-CronList.md +30 -0
  404. package/concepts/pt-BR/Tool-Edit.md +26 -34
  405. package/concepts/pt-BR/Tool-EnterPlanMode.md +21 -114
  406. package/concepts/pt-BR/Tool-EnterWorktree.md +29 -41
  407. package/concepts/pt-BR/Tool-ExitPlanMode.md +28 -48
  408. package/concepts/pt-BR/Tool-ExitWorktree.md +41 -0
  409. package/concepts/pt-BR/Tool-Glob.md +23 -27
  410. package/concepts/pt-BR/Tool-Grep.md +37 -48
  411. package/concepts/pt-BR/Tool-Monitor.md +50 -0
  412. package/concepts/pt-BR/Tool-NotebookEdit.md +27 -21
  413. package/concepts/pt-BR/Tool-PushNotification.md +48 -0
  414. package/concepts/pt-BR/Tool-Read.md +29 -44
  415. package/concepts/pt-BR/Tool-RemoteTrigger.md +73 -0
  416. package/concepts/pt-BR/Tool-ScheduleWakeup.md +56 -0
  417. package/concepts/pt-BR/Tool-SendMessage.md +53 -26
  418. package/concepts/pt-BR/Tool-Skill.md +32 -41
  419. package/concepts/pt-BR/Tool-TaskCreate.md +39 -61
  420. package/concepts/pt-BR/Tool-TaskGet.md +30 -39
  421. package/concepts/pt-BR/Tool-TaskList.md +43 -37
  422. package/concepts/pt-BR/Tool-TaskOutput.md +37 -27
  423. package/concepts/pt-BR/Tool-TaskStop.md +33 -20
  424. package/concepts/pt-BR/Tool-TaskUpdate.md +50 -103
  425. package/concepts/pt-BR/Tool-TeamCreate.md +40 -25
  426. package/concepts/pt-BR/Tool-TeamDelete.md +33 -19
  427. package/concepts/pt-BR/Tool-WebFetch.md +38 -43
  428. package/concepts/pt-BR/Tool-WebSearch.md +40 -47
  429. package/concepts/pt-BR/Tool-Write.md +23 -27
  430. package/concepts/pt-BR/Tool-executeCode.md +36 -30
  431. package/concepts/pt-BR/Tool-getDiagnostics.md +32 -20
  432. package/concepts/pt-BR/Tools.md +1 -1
  433. package/concepts/ru/SubAgent-Search.md +44 -12
  434. package/concepts/ru/Tool-Agent.md +44 -109
  435. package/concepts/ru/Tool-AskUserQuestion.md +51 -66
  436. package/concepts/ru/Tool-Bash.md +27 -155
  437. package/concepts/ru/Tool-CronCreate.md +57 -0
  438. package/concepts/ru/Tool-CronDelete.md +43 -0
  439. package/concepts/ru/Tool-CronList.md +30 -0
  440. package/concepts/ru/Tool-Edit.md +26 -34
  441. package/concepts/ru/Tool-EnterPlanMode.md +21 -114
  442. package/concepts/ru/Tool-EnterWorktree.md +29 -41
  443. package/concepts/ru/Tool-ExitPlanMode.md +28 -48
  444. package/concepts/ru/Tool-ExitWorktree.md +41 -0
  445. package/concepts/ru/Tool-Glob.md +23 -27
  446. package/concepts/ru/Tool-Grep.md +37 -48
  447. package/concepts/ru/Tool-Monitor.md +50 -0
  448. package/concepts/ru/Tool-NotebookEdit.md +27 -21
  449. package/concepts/ru/Tool-PushNotification.md +48 -0
  450. package/concepts/ru/Tool-Read.md +29 -44
  451. package/concepts/ru/Tool-RemoteTrigger.md +73 -0
  452. package/concepts/ru/Tool-ScheduleWakeup.md +56 -0
  453. package/concepts/ru/Tool-SendMessage.md +53 -26
  454. package/concepts/ru/Tool-Skill.md +32 -41
  455. package/concepts/ru/Tool-TaskCreate.md +39 -61
  456. package/concepts/ru/Tool-TaskGet.md +30 -39
  457. package/concepts/ru/Tool-TaskList.md +43 -37
  458. package/concepts/ru/Tool-TaskOutput.md +37 -27
  459. package/concepts/ru/Tool-TaskStop.md +33 -20
  460. package/concepts/ru/Tool-TaskUpdate.md +50 -103
  461. package/concepts/ru/Tool-TeamCreate.md +40 -25
  462. package/concepts/ru/Tool-TeamDelete.md +33 -19
  463. package/concepts/ru/Tool-WebFetch.md +38 -43
  464. package/concepts/ru/Tool-WebSearch.md +40 -47
  465. package/concepts/ru/Tool-Write.md +23 -27
  466. package/concepts/ru/Tool-executeCode.md +36 -30
  467. package/concepts/ru/Tool-getDiagnostics.md +32 -20
  468. package/concepts/ru/Tools.md +1 -1
  469. package/concepts/th/Tool-Agent.md +53 -118
  470. package/concepts/th/Tool-AskUserQuestion.md +54 -69
  471. package/concepts/th/Tool-Bash.md +27 -155
  472. package/concepts/th/Tool-CronCreate.md +57 -0
  473. package/concepts/th/Tool-CronDelete.md +43 -0
  474. package/concepts/th/Tool-CronList.md +30 -0
  475. package/concepts/th/Tool-Edit.md +26 -34
  476. package/concepts/th/Tool-EnterPlanMode.md +22 -115
  477. package/concepts/th/Tool-EnterWorktree.md +29 -41
  478. package/concepts/th/Tool-ExitPlanMode.md +28 -48
  479. package/concepts/th/Tool-ExitWorktree.md +42 -0
  480. package/concepts/th/Tool-Glob.md +23 -27
  481. package/concepts/th/Tool-Grep.md +40 -51
  482. package/concepts/th/Tool-Monitor.md +50 -0
  483. package/concepts/th/Tool-NotebookEdit.md +27 -21
  484. package/concepts/th/Tool-PushNotification.md +48 -0
  485. package/concepts/th/Tool-Read.md +35 -50
  486. package/concepts/th/Tool-RemoteTrigger.md +73 -0
  487. package/concepts/th/Tool-ScheduleWakeup.md +56 -0
  488. package/concepts/th/Tool-SendMessage.md +53 -26
  489. package/concepts/th/Tool-Skill.md +32 -41
  490. package/concepts/th/Tool-TaskCreate.md +39 -61
  491. package/concepts/th/Tool-TaskGet.md +30 -39
  492. package/concepts/th/Tool-TaskList.md +43 -37
  493. package/concepts/th/Tool-TaskOutput.md +37 -27
  494. package/concepts/th/Tool-TaskStop.md +33 -20
  495. package/concepts/th/Tool-TaskUpdate.md +50 -103
  496. package/concepts/th/Tool-TeamCreate.md +40 -25
  497. package/concepts/th/Tool-TeamDelete.md +33 -19
  498. package/concepts/th/Tools.md +1 -1
  499. package/concepts/tr/SubAgent-Search.md +44 -12
  500. package/concepts/tr/Tool-Agent.md +53 -118
  501. package/concepts/tr/Tool-AskUserQuestion.md +54 -69
  502. package/concepts/tr/Tool-Bash.md +27 -155
  503. package/concepts/tr/Tool-CronCreate.md +57 -0
  504. package/concepts/tr/Tool-CronDelete.md +43 -0
  505. package/concepts/tr/Tool-CronList.md +30 -0
  506. package/concepts/tr/Tool-Edit.md +26 -34
  507. package/concepts/tr/Tool-EnterPlanMode.md +22 -115
  508. package/concepts/tr/Tool-EnterWorktree.md +29 -41
  509. package/concepts/tr/Tool-ExitPlanMode.md +28 -48
  510. package/concepts/tr/Tool-ExitWorktree.md +41 -0
  511. package/concepts/tr/Tool-Glob.md +23 -27
  512. package/concepts/tr/Tool-Grep.md +40 -51
  513. package/concepts/tr/Tool-Monitor.md +50 -0
  514. package/concepts/tr/Tool-NotebookEdit.md +27 -21
  515. package/concepts/tr/Tool-PushNotification.md +48 -0
  516. package/concepts/tr/Tool-Read.md +35 -50
  517. package/concepts/tr/Tool-RemoteTrigger.md +73 -0
  518. package/concepts/tr/Tool-ScheduleWakeup.md +56 -0
  519. package/concepts/tr/Tool-SendMessage.md +53 -26
  520. package/concepts/tr/Tool-Skill.md +32 -41
  521. package/concepts/tr/Tool-TaskCreate.md +39 -61
  522. package/concepts/tr/Tool-TaskGet.md +30 -39
  523. package/concepts/tr/Tool-TaskList.md +43 -37
  524. package/concepts/tr/Tool-TaskOutput.md +37 -27
  525. package/concepts/tr/Tool-TaskStop.md +33 -20
  526. package/concepts/tr/Tool-TaskUpdate.md +50 -103
  527. package/concepts/tr/Tool-TeamCreate.md +40 -25
  528. package/concepts/tr/Tool-TeamDelete.md +33 -19
  529. package/concepts/tr/Tool-WebFetch.md +44 -49
  530. package/concepts/tr/Tool-WebSearch.md +36 -43
  531. package/concepts/tr/Tool-Write.md +23 -27
  532. package/concepts/tr/Tool-executeCode.md +35 -29
  533. package/concepts/tr/Tool-getDiagnostics.md +32 -20
  534. package/concepts/tr/Tools.md +1 -1
  535. package/concepts/uk/SubAgent-Search.md +44 -12
  536. package/concepts/uk/Tool-Agent.md +44 -109
  537. package/concepts/uk/Tool-AskUserQuestion.md +51 -66
  538. package/concepts/uk/Tool-Bash.md +27 -155
  539. package/concepts/uk/Tool-CronCreate.md +57 -0
  540. package/concepts/uk/Tool-CronDelete.md +43 -0
  541. package/concepts/uk/Tool-CronList.md +30 -0
  542. package/concepts/uk/Tool-Edit.md +26 -34
  543. package/concepts/uk/Tool-EnterPlanMode.md +21 -114
  544. package/concepts/uk/Tool-EnterWorktree.md +29 -41
  545. package/concepts/uk/Tool-ExitPlanMode.md +28 -48
  546. package/concepts/uk/Tool-ExitWorktree.md +41 -0
  547. package/concepts/uk/Tool-Glob.md +23 -27
  548. package/concepts/uk/Tool-Grep.md +37 -48
  549. package/concepts/uk/Tool-Monitor.md +50 -0
  550. package/concepts/uk/Tool-NotebookEdit.md +27 -21
  551. package/concepts/uk/Tool-PushNotification.md +48 -0
  552. package/concepts/uk/Tool-Read.md +29 -44
  553. package/concepts/uk/Tool-RemoteTrigger.md +73 -0
  554. package/concepts/uk/Tool-ScheduleWakeup.md +56 -0
  555. package/concepts/uk/Tool-SendMessage.md +53 -26
  556. package/concepts/uk/Tool-Skill.md +32 -41
  557. package/concepts/uk/Tool-TaskCreate.md +39 -61
  558. package/concepts/uk/Tool-TaskGet.md +30 -39
  559. package/concepts/uk/Tool-TaskList.md +43 -37
  560. package/concepts/uk/Tool-TaskOutput.md +37 -27
  561. package/concepts/uk/Tool-TaskStop.md +33 -20
  562. package/concepts/uk/Tool-TaskUpdate.md +50 -103
  563. package/concepts/uk/Tool-TeamCreate.md +40 -25
  564. package/concepts/uk/Tool-TeamDelete.md +33 -19
  565. package/concepts/uk/Tool-WebFetch.md +38 -43
  566. package/concepts/uk/Tool-WebSearch.md +40 -47
  567. package/concepts/uk/Tool-Write.md +23 -27
  568. package/concepts/uk/Tool-executeCode.md +36 -30
  569. package/concepts/uk/Tool-getDiagnostics.md +32 -20
  570. package/concepts/uk/Tools.md +1 -1
  571. package/concepts/zh/SubAgent-Search.md +44 -12
  572. package/concepts/zh/Tool-Agent.md +44 -109
  573. package/concepts/zh/Tool-AskUserQuestion.md +51 -66
  574. package/concepts/zh/Tool-Bash.md +27 -155
  575. package/concepts/zh/Tool-CronCreate.md +57 -0
  576. package/concepts/zh/Tool-CronDelete.md +43 -0
  577. package/concepts/zh/Tool-CronList.md +30 -0
  578. package/concepts/zh/Tool-Edit.md +26 -34
  579. package/concepts/zh/Tool-EnterPlanMode.md +21 -114
  580. package/concepts/zh/Tool-EnterWorktree.md +29 -41
  581. package/concepts/zh/Tool-ExitPlanMode.md +28 -48
  582. package/concepts/zh/Tool-ExitWorktree.md +41 -0
  583. package/concepts/zh/Tool-Glob.md +23 -27
  584. package/concepts/zh/Tool-Grep.md +37 -48
  585. package/concepts/zh/Tool-Monitor.md +50 -0
  586. package/concepts/zh/Tool-NotebookEdit.md +27 -21
  587. package/concepts/zh/Tool-PushNotification.md +48 -0
  588. package/concepts/zh/Tool-Read.md +29 -44
  589. package/concepts/zh/Tool-RemoteTrigger.md +73 -0
  590. package/concepts/zh/Tool-ScheduleWakeup.md +56 -0
  591. package/concepts/zh/Tool-SendMessage.md +53 -26
  592. package/concepts/zh/Tool-Skill.md +32 -41
  593. package/concepts/zh/Tool-TaskCreate.md +39 -61
  594. package/concepts/zh/Tool-TaskGet.md +30 -39
  595. package/concepts/zh/Tool-TaskList.md +43 -37
  596. package/concepts/zh/Tool-TaskOutput.md +37 -27
  597. package/concepts/zh/Tool-TaskStop.md +33 -20
  598. package/concepts/zh/Tool-TaskUpdate.md +50 -103
  599. package/concepts/zh/Tool-TeamCreate.md +40 -25
  600. package/concepts/zh/Tool-TeamDelete.md +33 -19
  601. package/concepts/zh/Tool-WebFetch.md +38 -43
  602. package/concepts/zh/Tool-WebSearch.md +40 -47
  603. package/concepts/zh/Tool-Write.md +23 -27
  604. package/concepts/zh/Tool-executeCode.md +36 -30
  605. package/concepts/zh/Tool-getDiagnostics.md +32 -20
  606. package/concepts/zh/Tools.md +1 -1
  607. package/concepts/zh-TW/SubAgent-Search.md +44 -12
  608. package/concepts/zh-TW/Tool-Agent.md +44 -109
  609. package/concepts/zh-TW/Tool-AskUserQuestion.md +51 -66
  610. package/concepts/zh-TW/Tool-Bash.md +27 -155
  611. package/concepts/zh-TW/Tool-CronCreate.md +57 -0
  612. package/concepts/zh-TW/Tool-CronDelete.md +43 -0
  613. package/concepts/zh-TW/Tool-CronList.md +30 -0
  614. package/concepts/zh-TW/Tool-Edit.md +26 -34
  615. package/concepts/zh-TW/Tool-EnterPlanMode.md +21 -114
  616. package/concepts/zh-TW/Tool-EnterWorktree.md +29 -41
  617. package/concepts/zh-TW/Tool-ExitPlanMode.md +28 -48
  618. package/concepts/zh-TW/Tool-ExitWorktree.md +41 -0
  619. package/concepts/zh-TW/Tool-Glob.md +23 -27
  620. package/concepts/zh-TW/Tool-Grep.md +37 -48
  621. package/concepts/zh-TW/Tool-Monitor.md +50 -0
  622. package/concepts/zh-TW/Tool-NotebookEdit.md +27 -21
  623. package/concepts/zh-TW/Tool-PushNotification.md +48 -0
  624. package/concepts/zh-TW/Tool-Read.md +29 -44
  625. package/concepts/zh-TW/Tool-RemoteTrigger.md +73 -0
  626. package/concepts/zh-TW/Tool-ScheduleWakeup.md +56 -0
  627. package/concepts/zh-TW/Tool-SendMessage.md +53 -26
  628. package/concepts/zh-TW/Tool-Skill.md +32 -41
  629. package/concepts/zh-TW/Tool-TaskCreate.md +39 -61
  630. package/concepts/zh-TW/Tool-TaskGet.md +30 -39
  631. package/concepts/zh-TW/Tool-TaskList.md +43 -37
  632. package/concepts/zh-TW/Tool-TaskOutput.md +37 -27
  633. package/concepts/zh-TW/Tool-TaskStop.md +33 -20
  634. package/concepts/zh-TW/Tool-TaskUpdate.md +50 -103
  635. package/concepts/zh-TW/Tool-TeamCreate.md +40 -25
  636. package/concepts/zh-TW/Tool-TeamDelete.md +33 -19
  637. package/concepts/zh-TW/Tool-WebFetch.md +38 -43
  638. package/concepts/zh-TW/Tool-WebSearch.md +40 -47
  639. package/concepts/zh-TW/Tool-Write.md +23 -27
  640. package/concepts/zh-TW/Tool-executeCode.md +36 -30
  641. package/concepts/zh-TW/Tool-getDiagnostics.md +32 -20
  642. package/concepts/zh-TW/Tools.md +1 -1
  643. package/dist/assets/App-BHfyP8-J.js +31 -0
  644. package/dist/assets/{AppHeader-CHvhA_pP.css → AppHeader-Dc7WvorH.css} +2 -2
  645. package/dist/assets/{AppHeader.module-Cfep06i2.js → AppHeader.module-W_78JZt9.js} +43 -43
  646. package/dist/assets/{Mobile-M9her8kt.js → Mobile-ca5EOMpN.js} +1 -1
  647. package/dist/assets/{_baseUniq-B9F7jipu.js → _baseUniq-DYSZB4Xx.js} +1 -1
  648. package/dist/assets/{arc-CynSuGRD.js → arc-BChSP8hM.js} +1 -1
  649. package/dist/assets/{architectureDiagram-Q4EWVU46-CaYDh0U8.js → architectureDiagram-Q4EWVU46-vlr5Q6DQ.js} +1 -1
  650. package/dist/assets/{blockDiagram-DXYQGD6D-DH53lUCG.js → blockDiagram-DXYQGD6D-4C3Amh2i.js} +1 -1
  651. package/dist/assets/{c4Diagram-AHTNJAMY-B0Lesax1.js → c4Diagram-AHTNJAMY-wI0efLSs.js} +1 -1
  652. package/dist/assets/channel-d8DITadq.js +1 -0
  653. package/dist/assets/{chunk-4BX2VUAB-CwREaLcn.js → chunk-4BX2VUAB-BX9brpDB.js} +1 -1
  654. package/dist/assets/{chunk-4TB4RGXK-DaysThRr.js → chunk-4TB4RGXK-DvFQ-X9V.js} +1 -1
  655. package/dist/assets/{chunk-55IACEB6--rkNDUme.js → chunk-55IACEB6-BNmYjPNf.js} +1 -1
  656. package/dist/assets/{chunk-EDXVE4YY-Cn_Hw1kB.js → chunk-EDXVE4YY-BNvDPqBE.js} +1 -1
  657. package/dist/assets/{chunk-FMBD7UC4-CHjMpQO_.js → chunk-FMBD7UC4-Bb0LARSp.js} +1 -1
  658. package/dist/assets/{chunk-OYMX7WX6-DxkBZLOn.js → chunk-OYMX7WX6-BwlvIpeD.js} +1 -1
  659. package/dist/assets/{chunk-QZHKN3VN-CEcNQmq8.js → chunk-QZHKN3VN-BS6RK8_X.js} +1 -1
  660. package/dist/assets/{chunk-YZCP3GAM-CVFEY5kV.js → chunk-YZCP3GAM-oOqmydQz.js} +1 -1
  661. package/dist/assets/classDiagram-6PBFFD2Q-B1oRrMCc.js +1 -0
  662. package/dist/assets/classDiagram-v2-HSJHXN6E-B1oRrMCc.js +1 -0
  663. package/dist/assets/clone-BrNOd7Lq.js +1 -0
  664. package/dist/assets/{cose-bilkent-S5V4N54A-DPsF6jLB.js → cose-bilkent-S5V4N54A-CamsIqkY.js} +1 -1
  665. package/dist/assets/{dagre-KV5264BT-QI4QFfbP.js → dagre-KV5264BT-CPAWWiBh.js} +1 -1
  666. package/dist/assets/{diagram-5BDNPKRD-Do0BzIFe.js → diagram-5BDNPKRD-D6TmzGhl.js} +1 -1
  667. package/dist/assets/{diagram-G4DWMVQ6-CVvuZ8FU.js → diagram-G4DWMVQ6-DDuJnMCL.js} +1 -1
  668. package/dist/assets/{diagram-MMDJMWI5-CmeuA2db.js → diagram-MMDJMWI5-CQWhvrpz.js} +1 -1
  669. package/dist/assets/{diagram-TYMM5635-B90Irbks.js → diagram-TYMM5635-CEDj3w_h.js} +1 -1
  670. package/dist/assets/{erDiagram-SMLLAGMA-_3w237ct.js → erDiagram-SMLLAGMA-B_eQqha6.js} +1 -1
  671. package/dist/assets/{flowDiagram-DWJPFMVM-DIR7-K_k.js → flowDiagram-DWJPFMVM-B985i3uQ.js} +1 -1
  672. package/dist/assets/{ganttDiagram-T4ZO3ILL-DtM5nlfx.js → ganttDiagram-T4ZO3ILL-DKp62vr3.js} +1 -1
  673. package/dist/assets/{gitGraphDiagram-UUTBAWPF-FvAMJ2i5.js → gitGraphDiagram-UUTBAWPF-Cc1gyz1Q.js} +1 -1
  674. package/dist/assets/{graph-DvmWkua1.js → graph-C-1-3bsA.js} +1 -1
  675. package/dist/assets/{index-CQ5P7lQi.js → index-LH2WLu05.js} +2 -2
  676. package/dist/assets/{infoDiagram-42DDH7IO-DSF3BTCW.js → infoDiagram-42DDH7IO-DqXaAHZz.js} +1 -1
  677. package/dist/assets/{ishikawaDiagram-UXIWVN3A-BwFoBXkx.js → ishikawaDiagram-UXIWVN3A-zdUdDJX2.js} +1 -1
  678. package/dist/assets/{journeyDiagram-VCZTEJTY-lbgmpsvI.js → journeyDiagram-VCZTEJTY-ip5SzODy.js} +1 -1
  679. package/dist/assets/{kanban-definition-6JOO6SKY-DagC1CXx.js → kanban-definition-6JOO6SKY-D5EYh6AP.js} +1 -1
  680. package/dist/assets/{layout-CYvGQQtB.js → layout-Cjq8AL8G.js} +1 -1
  681. package/dist/assets/{linear-J9f9mKrL.js → linear-U0KsEJ2u.js} +1 -1
  682. package/dist/assets/{mermaid.core-MGw0R-Yr.js → mermaid.core-CT-5crLN.js} +4 -4
  683. package/dist/assets/{min-B3KMZtQG.js → min-C7G6pq26.js} +1 -1
  684. package/dist/assets/{mindmap-definition-QFDTVHPH-CKtAtz4K.js → mindmap-definition-QFDTVHPH-CIzhFOw1.js} +1 -1
  685. package/dist/assets/{pieDiagram-DEJITSTG-DiCs6oG9.js → pieDiagram-DEJITSTG-Cp1Zd1MQ.js} +1 -1
  686. package/dist/assets/{quadrantDiagram-34T5L4WZ-B1V_JsFK.js → quadrantDiagram-34T5L4WZ-Cp31xM90.js} +1 -1
  687. package/dist/assets/{requirementDiagram-MS252O5E-DYZx4toa.js → requirementDiagram-MS252O5E-Dbg_eQqB.js} +1 -1
  688. package/dist/assets/{sankeyDiagram-XADWPNL6-DZtUKtpU.js → sankeyDiagram-XADWPNL6-CMrzwpwC.js} +1 -1
  689. package/dist/assets/{sequenceDiagram-FGHM5R23-CKydm1ev.js → sequenceDiagram-FGHM5R23-KJegoBnN.js} +1 -1
  690. package/dist/assets/{stateDiagram-FHFEXIEX-mmQoyEVR.js → stateDiagram-FHFEXIEX-BDWprYzE.js} +1 -1
  691. package/dist/assets/stateDiagram-v2-QKLJ7IA2-CCUmB0qI.js +1 -0
  692. package/dist/assets/{timeline-definition-GMOUNBTQ-DEauFuh9.js → timeline-definition-GMOUNBTQ-BOWeG5LY.js} +1 -1
  693. package/dist/assets/{vendor-antd--lnyToqQ.js → vendor-antd-CtdKd5xs.js} +1 -1
  694. package/dist/assets/{vendor-codemirror-C7imH6Hd.js → vendor-codemirror-CdXaVX4e.js} +1 -1
  695. package/dist/assets/{vendor-qrcode-myYunK0Z.js → vendor-qrcode-D05RfzwB.js} +1 -1
  696. package/dist/assets/{vendor-virtuoso-DDKvHLUv.js → vendor-virtuoso-BhnFrbmh.js} +1 -1
  697. package/dist/assets/{vennDiagram-DHZGUBPP-D6AeTMhT.js → vennDiagram-DHZGUBPP-B6mLodPk.js} +1 -1
  698. package/dist/assets/{wardley-RL74JXVD-BOe-9JZP.js → wardley-RL74JXVD-CovHs24Z.js} +1 -1
  699. package/dist/assets/{wardleyDiagram-NUSXRM2D-BLWMynOp.js → wardleyDiagram-NUSXRM2D-CBg_VXF7.js} +1 -1
  700. package/dist/assets/{xychartDiagram-5P7HB3ND-Wa1KJpmO.js → xychartDiagram-5P7HB3ND-BRxgk_oX.js} +1 -1
  701. package/dist/index.html +3 -3
  702. package/package.json +1 -1
  703. package/concepts/ar/Tool-Task.md +0 -51
  704. package/concepts/da/Tool-Task.md +0 -51
  705. package/concepts/de/Tool-Task.md +0 -51
  706. package/concepts/en/Tool-Task.md +0 -51
  707. package/concepts/es/Tool-Task.md +0 -51
  708. package/concepts/fr/Tool-Task.md +0 -51
  709. package/concepts/it/Tool-Task.md +0 -51
  710. package/concepts/ja/Tool-Task.md +0 -51
  711. package/concepts/ko/Tool-Task.md +0 -51
  712. package/concepts/no/Tool-Task.md +0 -51
  713. package/concepts/pl/Tool-Task.md +0 -51
  714. package/concepts/pt-BR/Tool-Task.md +0 -51
  715. package/concepts/ru/Tool-Task.md +0 -51
  716. package/concepts/th/Tool-Task.md +0 -51
  717. package/concepts/tr/Tool-Task.md +0 -51
  718. package/concepts/uk/Tool-Task.md +0 -51
  719. package/concepts/zh/Tool-Task.md +0 -51
  720. package/concepts/zh-TW/Tool-Task.md +0 -51
  721. package/dist/assets/App-CNrQ1r4B.js +0 -31
  722. package/dist/assets/channel-mzoD3rY3.js +0 -1
  723. package/dist/assets/classDiagram-6PBFFD2Q-CzNz4tFu.js +0 -1
  724. package/dist/assets/classDiagram-v2-HSJHXN6E-CzNz4tFu.js +0 -1
  725. package/dist/assets/clone-DPuQFdir.js +0 -1
  726. package/dist/assets/stateDiagram-v2-QKLJ7IA2-BFs-Juqf.js +0 -1
@@ -1,167 +1,39 @@
1
1
  # Bash
2
2
 
3
- ## 定義
3
+ 永続的な作業ディレクトリ内でシェルコマンドを実行し、その stdout/stderr を返します。git、npm、docker、ビルドスクリプトの実行など、専用の Claude Code ツールでは表現できない操作に限定するのが最適です。
4
4
 
5
- シェルコマンドを実行します。オプションのタイムアウト設定に対応。作業ディレクトリはコマンド間で永続化されますが、シェル状態(環境変数など)は永続化されません。
5
+ ## 使用タイミング
6
6
 
7
- ## パラメータ
8
-
9
- | パラメータ | | 必須 | 説明 |
10
- |------------|------|------|------|
11
- | `command` | string | はい | 実行する bash コマンド |
12
- | `description` | string | いいえ | コマンドの簡単な説明 |
13
- | `timeout` | number | いいえ | タイムアウト(ミリ秒)、最大 600000、デフォルト 120000 |
14
- | `run_in_background` | boolean | いいえ | バックグラウンドで実行するかどうか |
15
-
16
- ## 使用シナリオ
17
-
18
- **適している場合:**
19
- - git 操作(commit、push、branch など)
20
- - npm/yarn などのパッケージ管理コマンド
21
- - docker 操作
22
- - コンパイル、ビルドコマンド
23
- - ディレクトリ内容の一覧表示(`ls`)
24
- - その他シェル実行が必要なシステムコマンド
25
-
26
- **適していない場合:**
27
- - ファイルの読み取り——Read を使用すべき
28
- - ファイル名の検索——Glob を使用すべき
29
- - ファイル内容の検索——Grep を使用すべき
30
- - ファイルの編集——Edit を使用すべき
31
- - ファイルの書き込み——Write を使用すべき
32
- - ユーザーへの情報出力——レスポンステキストに直接出力
33
- - 長時間実行プロセス(dev server、watch モード)——ユーザーに手動実行を推奨
34
-
35
- ## 注意事項
36
-
37
- - スペースを含むパスはダブルクォートで囲む必要がある
38
- - 出力が 30000 文字を超えると切り詰められる
39
- - バックグラウンド実行のコマンドは TaskOutput で結果を取得
40
- - できるだけ絶対パスを使用し、`cd` を避ける
41
- - 独立したコマンドは複数の Bash を並列呼び出し可能
42
- - 依存関係のあるコマンドは `&&` で連結
43
- - シェル環境はユーザーの profile(bash または zsh)から初期化
44
-
45
- ## 原文
46
-
47
- <textarea readonly>Executes a given bash command and returns its output.
48
-
49
- The working directory persists between commands, but shell state does not. The shell environment is initialized from the user's profile (bash or zsh).
7
+ - git 操作の実行 (`git status`、`git diff`、`git commit`、`gh pr create`)
8
+ - パッケージマネージャーやビルドツールの実行 (`npm install`、`npm run build`、`pytest`、`cargo build`)
9
+ - `run_in_background` を使った長時間実行プロセス (開発サーバー、ウォッチャー) のバックグラウンド起動
10
+ - 組み込みに相当するものがないドメイン固有 CLI (`docker`、`terraform`、`kubectl`、`gh`) の呼び出し
11
+ - 順序が重要な場合に `&&` で依存ステップを連結
50
12
 
51
- IMPORTANT: Avoid using this tool to run `find`, `grep`, `cat`, `head`, `tail`, `sed`, `awk`, or `echo` commands, unless explicitly instructed or after you have verified that a dedicated tool cannot accomplish your task. Instead, use the appropriate dedicated tool as this will provide a much better experience for the user:
52
-
53
- - File search: Use Glob (NOT find or ls)
54
- - Content search: Use Grep (NOT grep or rg)
55
- - Read files: Use Read (NOT cat/head/tail)
56
- - Edit files: Use Edit (NOT sed/awk)
57
- - Write files: Use Write (NOT echo >/cat <<EOF)
58
- - Communication: Output text directly (NOT echo/printf)
59
- While the Bash tool can do similar things, it’s better to use the built-in tools as they provide a better user experience and make it easier to review tool calls and give permission.
60
-
61
- # Instructions
62
- - If your command will create new directories or files, first use this tool to run `ls` to verify the parent directory exists and is the correct location.
63
- - Always quote file paths that contain spaces with double quotes in your command (e.g., cd "path with spaces/file.txt")
64
- - Try to maintain your current working directory throughout the session by using absolute paths and avoiding usage of `cd`. You may use `cd` if the User explicitly requests it.
65
- - You may specify an optional timeout in milliseconds (up to 600000ms / 10 minutes). By default, your command will timeout after 120000ms (2 minutes).
66
- - You can use the `run_in_background` parameter to run the command in the background. Only use this if you don't need the result immediately and are OK being notified when the command completes later. You do not need to check the output right away - you'll be notified when it finishes. You do not need to use '&' at the end of the command when using this parameter.
67
- - Write a clear, concise description of what your command does. For simple commands, keep it brief (5-10 words). For complex commands (piped commands, obscure flags, or anything hard to understand at a glance), include enough context so that the user can understand what your command will do.
68
- - When issuing multiple commands:
69
- - If the commands are independent and can run in parallel, make multiple Bash tool calls in a single message. Example: if you need to run "git status" and "git diff", send a single message with two Bash tool calls in parallel.
70
- - If the commands depend on each other and must run sequentially, use a single Bash call with '&&' to chain them together.
71
- - Use ';' only when you need to run commands sequentially but don't care if earlier commands fail.
72
- - DO NOT use newlines to separate commands (newlines are ok in quoted strings).
73
- - For git commands:
74
- - Prefer to create a new commit rather than amending an existing commit.
75
- - Before running destructive operations (e.g., git reset --hard, git push --force, git checkout --), consider whether there is a safer alternative that achieves the same goal. Only use destructive operations when they are truly the best approach.
76
- - Never skip hooks (--no-verify) or bypass signing (--no-gpg-sign, -c commit.gpgsign=false) unless the user has explicitly asked for it. If a hook fails, investigate and fix the underlying issue.
77
- - Avoid unnecessary `sleep` commands:
78
- - Do not sleep between commands that can run immediately — just run them.
79
- - If your command is long running and you would like to be notified when it finishes – simply run your command using `run_in_background`. There is no need to sleep in this case.
80
- - Do not retry failing commands in a sleep loop — diagnose the root cause or consider an alternative approach.
81
- - If waiting for a background task you started with `run_in_background`, you will be notified when it completes — do not poll.
82
- - If you must poll an external process, use a check command (e.g. `gh run view`) rather than sleeping first.
83
- - If you must sleep, keep the duration short (1-5 seconds) to avoid blocking the user.
84
-
85
- # Committing changes with git
86
-
87
- Only create commits when requested by the user. If unclear, ask first. When the user asks you to create a new git commit, follow these steps carefully:
88
-
89
- Git Safety Protocol:
90
- - NEVER update the git config
91
- - NEVER run destructive git commands (push --force, reset --hard, checkout ., restore ., clean -f, branch -D) unless the user explicitly requests these actions. Taking unauthorized destructive actions is unhelpful and can result in lost work, so it's best to ONLY run these commands when given direct instructions
92
- - NEVER skip hooks (--no-verify, --no-gpg-sign, etc) unless the user explicitly requests it
93
- - NEVER run force push to main/master, warn the user if they request it
94
- - CRITICAL: Always create NEW commits rather than amending, unless the user explicitly requests a git amend. When a pre-commit hook fails, the commit did NOT happen — so --amend would modify the PREVIOUS commit, which may result in destroying work or losing previous changes. Instead, after hook failure, fix the issue, re-stage, and create a NEW commit
95
- - When staging files, prefer adding specific files by name rather than using "git add -A" or "git add .", which can accidentally include sensitive files (.env, credentials) or large binaries
96
- - NEVER commit changes unless the user explicitly asks you to. It is VERY IMPORTANT to only commit when explicitly asked, otherwise the user will feel that you are being too proactive
97
-
98
- 1. You can call multiple tools in a single response. When multiple independent pieces of information are requested and all commands are likely to succeed, run multiple tool calls in parallel for optimal performance. run the following bash commands in parallel, each using the Bash tool:
99
- - Run a git status command to see all untracked files. IMPORTANT: Never use the -uall flag as it can cause memory issues on large repos.
100
- - Run a git diff command to see both staged and unstaged changes that will be committed.
101
- - Run a git log command to see recent commit messages, so that you can follow this repository's commit message style.
102
- 2. Analyze all staged changes (both previously staged and newly added) and draft a commit message:
103
- - Summarize the nature of the changes (eg. new feature, enhancement to an existing feature, bug fix, refactoring, test, docs, etc.). Ensure the message accurately reflects the changes and their purpose (i.e. "add" means a wholly new feature, "update" means an enhancement to an existing feature, "fix" means a bug fix, etc.).
104
- - Do not commit files that likely contain secrets (.env, credentials.json, etc). Warn the user if they specifically request to commit those files
105
- - Draft a concise (1-2 sentences) commit message that focuses on the "why" rather than the "what"
106
- - Ensure it accurately reflects the changes and their purpose
107
- 3. You can call multiple tools in a single response. When multiple independent pieces of information are requested and all commands are likely to succeed, run multiple tool calls in parallel for optimal performance. run the following commands:
108
- - Add relevant untracked files to the staging area.
109
- - Create the commit with a message ending with:
110
- Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
111
- - Run git status after the commit completes to verify success.
112
- Note: git status depends on the commit completing, so run it sequentially after the commit.
113
- 4. If the commit fails due to pre-commit hook: fix the issue and create a NEW commit
114
-
115
- Important notes:
116
- - NEVER run additional commands to read or explore code, besides git bash commands
117
- - NEVER use the TodoWrite or Agent tools
118
- - DO NOT push to the remote repository unless the user explicitly asks you to do so
119
- - IMPORTANT: Never use git commands with the -i flag (like git rebase -i or git add -i) since they require interactive input which is not supported.
120
- - IMPORTANT: Do not use --no-edit with git rebase commands, as the --no-edit flag is not a valid option for git rebase.
121
- - If there are no changes to commit (i.e., no untracked files and no modifications), do not create an empty commit
122
- - In order to ensure good formatting, ALWAYS pass the commit message via a HEREDOC, a la this example:
123
- <example>
124
- git commit -m "$(cat <<'EOF'
125
- Commit message here.
126
-
127
- Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
128
- EOF
129
- )"
130
- </example>
13
+ ## パラメータ
131
14
 
132
- # Creating pull requests
133
- Use the gh command via the Bash tool for ALL GitHub-related tasks including working with issues, pull requests, checks, and releases. If given a Github URL use the gh command to get the information needed.
15
+ - `command` (string, required): 実行する正確なシェルコマンド。
16
+ - `description` (string, required): 短くアクティブボイスの要約 (単純なコマンドは 5〜10 語、パイプ化されたものや分かりにくいものはさらに文脈を補足)。
17
+ - `timeout` (number, optional): タイムアウト (ミリ秒)。最大 `600000` (10 分)。デフォルトは `120000` (2 分)。
18
+ - `run_in_background` (boolean, optional): `true` の場合、コマンドはデタッチして実行され、完了時に通知されます。自分で `&` を付けないでください。
134
19
 
135
- IMPORTANT: When the user asks you to create a pull request, follow these steps carefully:
20
+ ##
136
21
 
137
- 1. You can call multiple tools in a single response. When multiple independent pieces of information are requested and all commands are likely to succeed, run multiple tool calls in parallel for optimal performance. run the following bash commands in parallel using the Bash tool, in order to understand the current state of the branch since it diverged from the main branch:
138
- - Run a git status command to see all untracked files (never use -uall flag)
139
- - Run a git diff command to see both staged and unstaged changes that will be committed
140
- - Check if the current branch tracks a remote branch and is up to date with the remote, so you know if you need to push to the remote
141
- - Run a git log command and `git diff [base-branch]...HEAD` to understand the full commit history for the current branch (from the time it diverged from the base branch)
142
- 2. Analyze all changes that will be included in the pull request, making sure to look at all relevant commits (NOT just the latest commit, but ALL commits that will be included in the pull request!!!), and draft a pull request title and summary:
143
- - Keep the PR title short (under 70 characters)
144
- - Use the description/body for details, not the title
145
- 3. You can call multiple tools in a single response. When multiple independent pieces of information are requested and all commands are likely to succeed, run multiple tool calls in parallel for optimal performance. run the following commands in parallel:
146
- - Create new branch if needed
147
- - Push to remote with -u flag if needed
148
- - Create PR using gh pr create with the format below. Use a HEREDOC to pass the body to ensure correct formatting.
149
- <example>
150
- gh pr create --title "the pr title" --body "$(cat <<'EOF'
151
- ## Summary
152
- <1-3 bullet points>
22
+ ### 1: コミット前にリポジトリの状態を確認
23
+ 同じメッセージ内で `git status` `git diff --stat` 2 つの並列 `Bash` 呼び出しとして発行し、コンテキストを素早く収集してから、後続の呼び出しでコミットを組み立てます。
153
24
 
154
- ## Test plan
155
- [Bulleted markdown checklist of TODOs for testing the pull request...]
25
+ ### 2: 依存するビルドステップの連結
26
+ `npm ci && npm run build && npm test` のような単一呼び出しを使用し、各ステップが前のステップの成功後にのみ実行されるようにします。失敗後も後続のステップを実行させたい場合のみ `;` を使用してください。
156
27
 
157
- 🤖 Generated with [Claude Code](https://claude.com/claude-code)
158
- EOF
159
- )"
160
- </example>
28
+ ### 3: 長時間実行の開発サーバー
29
+ `npm run dev` を `run_in_background: true` で呼び出します。終了時に通知されます。`sleep` ループでポーリングしないでください。盲目的に再試行するのではなく、失敗を診断してください。
161
30
 
162
- Important:
163
- - DO NOT use the TodoWrite or Agent tools
164
- - Return the PR URL when you're done, so the user can see it
31
+ ## 注意事項
165
32
 
166
- # Other common operations
167
- - View comments on a Github PR: gh api repos/foo/bar/pulls/123/comments</textarea>
33
+ - 作業ディレクトリは呼び出し間で永続化されますが、シェルの状態 (エクスポートされた変数、シェル関数、エイリアス) は永続化されません。絶対パスを優先し、ユーザーが要求しない限り `cd` は避けてください。
34
+ - パイプ化されたシェル同等品よりも専用ツールを優先してください。`find`/`ls` の代わりに `Glob`、`grep`/`rg` の代わりに `Grep`、`cat`/`head`/`tail` の代わりに `Read`、`sed`/`awk` の代わりに `Edit`、`echo >` やヒアドキュメントの代わりに `Write`、ユーザー向け出力には `echo`/`printf` の代わりに通常のアシスタントテキストを使用してください。
35
+ - スペースを含むパスは二重引用符で囲んでください (例 `"/Users/me/My Project/file.txt"`)。
36
+ - 独立したコマンドの場合、単一メッセージ内で複数の `Bash` ツール呼び出しを並列に行ってください。1 つのコマンドが別のコマンドに依存する場合のみ `&&` で連結してください。
37
+ - 30000 文字を超える出力は切り詰められます。大きなログをキャプチャする場合は、ファイルにリダイレクトしてから `Read` ツールで読み込んでください。
38
+ - `git rebase -i` や `git add -i` などの対話フラグは絶対に使用しないでください。このツールから入力を受け取れません。
39
+ - ユーザーが明示的に要求しない限り、git フック (`--no-verify`、`--no-gpg-sign`) をスキップしたり、破壊的操作 (`reset --hard`、`push --force`、`clean -f`) を実行しないでください。
@@ -0,0 +1,57 @@
1
+ # CronCreate
2
+
3
+ プロンプトを将来の指定した時刻にキューへ追加し、実行を予約するツールです。一回限りの実行と繰り返し実行の両方に対応しています。ユーザーのローカルタイムゾーンに基づく標準 5 フィールドの cron 式を使用するため、タイムゾーン変換は不要です。
4
+
5
+ ## 使用タイミング
6
+
7
+ - **一度限りのリマインダー**: ユーザーが特定の時刻に通知を希望する場合(「明日の午後 3 時に教えて」など)。`recurring: false` に設定することで、実行後に自動削除されます。
8
+ - **繰り返しスケジュール**: ユーザーが定期的な実行を希望する場合(「平日の毎朝 9 時」「30 分ごと」など)。デフォルトの `recurring: true` を使用します。
9
+ - **自律エージェントループ**: 日次ダイジェストや定期ステータスチェックのように、自己トリガーするワークフローを構築する場合。
10
+ - **永続化タスク**: セッション再起動後もスケジュールを維持する必要がある場合。`durable: true` を渡すことで `.claude/scheduled_tasks.json` に保存されます。
11
+ - **おおよその時刻リクエスト**: ユーザーが「9 時頃」や「毎時」と言う場合、`:00` や `:30` を避け、オフミニット値(例: `57 8 * * *` や `7 * * * *`)を選んでシステム負荷を分散させます。
12
+
13
+ ## パラメータ
14
+
15
+ - `cron`(string、必須): ユーザーのローカルタイムゾーン基準の 5 フィールド cron 式。フォーマットは `分 時 日 月 曜日` です。例: `"0 9 * * 1-5"` は月曜日〜金曜日の午前 9:00 を意味します。
16
+ - `prompt`(string、必須): cron が発火した際にキューへ追加するプロンプトテキスト。予約時刻に REPL へ送信される正確なメッセージです。
17
+ - `recurring`(boolean、任意、デフォルト `true`): `true` の場合、一致する cron 周期ごとに実行され、7 日後に自動期限切れになります。`false` の場合、一度だけ実行されて自動削除されます — 一回限りのリマインダーに使用します。
18
+ - `durable`(boolean、任意、デフォルト `false`): `false` の場合、スケジュールはメモリ上のみに存在し、セッション終了時に消えます。`true` の場合、`.claude/scheduled_tasks.json` に永続化され、再起動後も有効です。
19
+
20
+ ## 例
21
+
22
+ ### 例 1: 一度限りのリマインダー
23
+
24
+ ユーザーの発言:「明日の午後 2 時 30 分に週次レポートを送るよう知らせて。」明日が 4 月 21 日の場合:
25
+
26
+ ```json
27
+ {
28
+ "cron": "30 14 21 4 *",
29
+ "prompt": "リマインダー: 今すぐ週次レポートを送信してください。",
30
+ "recurring": false,
31
+ "durable": true
32
+ }
33
+ ```
34
+
35
+ `recurring: false` により発火後に自動削除されます。`durable: true` により再起動前も保持されます。
36
+
37
+ ### 例 2: 繰り返し平日朝タスク
38
+
39
+ ユーザーの発言:「平日の毎朝、自分の GitHub 未解決 Issue を要約して。」
40
+
41
+ ```json
42
+ {
43
+ "cron": "3 9 * * 1-5",
44
+ "prompt": "自分にアサインされたすべての GitHub 未解決 Issue を要約してください。",
45
+ "recurring": true,
46
+ "durable": true
47
+ }
48
+ ```
49
+
50
+ 分に `0` ではなく `3` を使い、正時の負荷集中を回避します。このタスクは 7 日後に自動期限切れになります。
51
+
52
+ ## 注意事項
53
+
54
+ - **7 日間の自動期限切れ**: 繰り返しタスクは最大 7 日間実行された後、自動削除されます。より長い期間が必要な場合は、期限切れ前に再作成してください。
55
+ - **アイドル時のみ発火**: `CronCreate` は REPL が他のクエリを処理していないときのみプロンプトをキューに追加します。発火時に REPL が処理中の場合、現在のクエリが完了するまで待機します。
56
+ - **:00 と :30 の回避**: おおよその時刻リクエストに対しては、意図的にオフミニット値を選択してシステム負荷を分散させてください。ユーザーが正確な分を指定した場合のみ :00 や :30 を使用します。
57
+ - **タイムゾーン変換不要**: cron 式はユーザーのローカルタイムゾーンで直接解釈されます。UTC や他のタイムゾーンへの変換は不要です。
@@ -0,0 +1,43 @@
1
+ # CronDelete
2
+
3
+ `CronCreate` で以前にスケジュールされたクロンジョブをキャンセルします。インメモリのセッションストアから即座に削除します。ジョブがすでに自動削除されている場合(ワンショットジョブは実行後に自動削除、繰り返しジョブは7日後に自動期限切れ)、この操作は何も行いません。
4
+
5
+ ## 使用タイミング
6
+
7
+ - ユーザーが7日間の自動期限切れ前に繰り返しスケジュールタスクを停止するよう求めた場合。
8
+ - ワンショットジョブが不要になり、実行前にキャンセルしたい場合。
9
+ - 既存ジョブのスケジュール式を変更する必要がある場合 — `CronDelete` で削除してから、新しい式で `CronCreate` を使って再作成します。
10
+ - 複数の古いジョブを整理してセッションストアをクリーンに保つ場合。
11
+
12
+ ## パラメータ
13
+
14
+ - `id` (string, 必須): ジョブが最初に作成されたときに `CronCreate` が返したジョブID。この値は完全に一致する必要があり、あいまい検索や名前ベースの検索はサポートされていません。
15
+
16
+ ## 例
17
+
18
+ ### 例 1: 実行中の繰り返しジョブをキャンセル
19
+
20
+ ID `"cron_abc123"` の繰り返しジョブが以前に作成されており、ユーザーが停止を求めています。
21
+
22
+ ```
23
+ CronDelete({ id: "cron_abc123" })
24
+ ```
25
+
26
+ ジョブはセッションストアから削除され、再び実行されることはありません。
27
+
28
+ ### 例 2: 実行前に古いワンショットジョブを削除
29
+
30
+ ID `"cron_xyz789"` のワンショットジョブが30分後に実行されるようにスケジュールされていましたが、ユーザーがもう不要と判断しました。
31
+
32
+ ```
33
+ CronDelete({ id: "cron_xyz789" })
34
+ ```
35
+
36
+ ジョブはキャンセルされます。元のトリガー時刻になっても何も実行されません。
37
+
38
+ ## 注意事項
39
+
40
+ - `id` は `CronCreate` の戻り値から取得する必要があります。説明やコールバックでジョブを検索する方法はないため、後でキャンセルが必要になる可能性がある場合はIDを保存してください。
41
+ - ジョブがすでに自動削除されている場合(ワンショットとして実行されたか、7日間の繰り返し期限切れに達した場合)、そのIDで `CronDelete` を呼び出してもノーオペレーションとなり、エラーは発生しません。
42
+ - `CronDelete` は現在のインメモリセッションにのみ影響します。ランタイムが再起動をまたいでクロン状態を永続化しない場合、`CronDelete` が呼び出されたかどうかに関わらず、再起動後にスケジュールされたジョブは失われます。
43
+ - 一括削除操作はありません。各ジョブをそれぞれの `id` を使って個別にキャンセルしてください。
@@ -0,0 +1,30 @@
1
+ # CronList
2
+
3
+ 現在のセッションで `CronCreate` によって作成されたすべての定期実行ジョブを一覧表示します。各アクティブなジョブの `id`、cron 式、省略された `prompt`、`recurring` フラグ、`durable` フラグ、および次回実行時刻を含む概要を返します。
4
+
5
+ ## 使用タイミング
6
+
7
+ - 変更を加える前やセッションを終了する前に、現在スケジュールされているジョブを確認する。
8
+ - `CronDelete` を呼び出してジョブを削除する前に、正しい `id` を特定する。
9
+ - 期待していたジョブが実行されなかった原因を調査するために、ジョブの存在と次回実行時刻を確認する。
10
+ - 一回限りの(非循環型)ジョブがまだ実行されておらず、保留中であることを確認する。
11
+
12
+ ## パラメータ
13
+
14
+ なし。
15
+
16
+ ## 例
17
+
18
+ ### 例 1: スケジュール済みジョブをすべて確認する
19
+
20
+ 引数なしで `CronList` を呼び出すと、アクティブなすべての定期実行ジョブの完全な一覧を取得できます。応答には各ジョブの `id`、cron 式、`prompt` の省略版、`recurring`(繰り返し)かどうか、`durable`(永続化)かどうか、および次回実行予定時刻が含まれます。
21
+
22
+ ### 例 2: 特定の繰り返しタスクの id を特定する
23
+
24
+ 複数の定期実行ジョブを作成しており、そのうちの 1 つを削除する必要がある場合は、まず `CronList` を呼び出してください。返された一覧から、`prompt` の概要と cron 式が削除対象タスクに一致するジョブを探し、その `id` をコピーして `CronDelete` に渡します。
25
+
26
+ ## 注意事項
27
+
28
+ - `durable: true` を指定して作成されたジョブを除き、現在のセッションで作成されたジョブのみが一覧に表示されます。`durable: true` を指定したジョブはセッション再起動後も持続します。
29
+ - 概要の `prompt` フィールドは省略されており、完全なプロンプトテキストの冒頭部分のみが表示されます。
30
+ - すでに実行された一回限りのジョブ(`recurring` が `false`)は自動的に削除され、一覧には表示されなくなります。
@@ -1,46 +1,38 @@
1
1
  # Edit
2
2
 
3
- ## 定義
3
+ 既存ファイル内で完全一致の文字列置換を実行します。差分のみが送信されるため、正確で監査可能な編集ができる、ファイル変更の推奨方法です。
4
4
 
5
- 精確な文字列置換によるファイル編集。ファイル内の `old_string` を `new_string` に置換します。
5
+ ## 使用タイミング
6
6
 
7
- ## パラメータ
7
+ - 周囲のファイルを書き直さずに単一関数のバグを修正
8
+ - 設定値、バージョン文字列、インポートパスを更新
9
+ - `replace_all` を使ってファイル全体でシンボルをリネーム
10
+ - アンカー付近にブロックを挿入 (`old_string` を拡張して近隣の文脈を含め、置換を提供)
11
+ - マルチステップのリファクタリングの一部として、小さく範囲を限定した編集を適用
8
12
 
9
- | パラメータ | 型 | 必須 | 説明 |
10
- |------------|------|------|------|
11
- | `file_path` | string | はい | 変更するファイルの絶対パス |
12
- | `old_string` | string | はい | 置換する元のテキスト |
13
- | `new_string` | string | はい | 置換後の新しいテキスト(old_string と異なる必要がある) |
14
- | `replace_all` | boolean | いいえ | すべてのマッチを置換するかどうか、デフォルト `false` |
13
+ ## パラメータ
15
14
 
16
- ## 使用シナリオ
15
+ - `file_path` (string, required): 変更するファイルの絶対パス。
16
+ - `old_string` (string, required): 検索する正確なテキスト。空白とインデントを含め、文字単位で一致する必要があります。
17
+ - `new_string` (string, required): 置換テキスト。`old_string` と異なる必要があります。
18
+ - `replace_all` (boolean, optional): `true` の場合、`old_string` のすべての出現を置換します。デフォルトは `false` で、一致が一意であることが要求されます。
17
19
 
18
- **適している場合:**
19
- - 既存ファイル内の特定のコードセクションを変更
20
- - バグ修正、ロジックの更新
21
- - 変数のリネーム(`replace_all: true` と併用)
22
- - ファイル内容を精確に変更する必要があるすべてのシナリオ
20
+ ## 例
23
21
 
24
- **適していない場合:**
25
- - 新規ファイルの作成——Write を使用すべき
26
- - 大規模な書き換え——Write でファイル全体を上書きする必要がある場合
22
+ ### 例 1: 単一の呼び出し箇所を修正
23
+ `old_string` を正確な行 `const port = 3000;` に、`new_string` を `const port = process.env.PORT ?? 3000;` に設定します。一致が一意なので `replace_all` はデフォルトのままで構いません。
27
24
 
28
- ## 注意事項
25
+ ### 例 2: ファイル全体でシンボルをリネーム
26
+ `api.ts` 内のすべての `getUser` を `fetchUser` にリネームするには、`old_string: "getUser"`、`new_string: "fetchUser"`、`replace_all: true` を設定します。
29
27
 
30
- - 使用前に必ず Read でそのファイルを読み取っておく必要がある。そうでないとエラーになる
31
- - `old_string` はファイル内で一意でなければならない。一意でない場合は、より多くのコンテキストを含めて一意にするか、`replace_all` を使用する
32
- - テキスト編集時は元のインデント(tab/スペース)を維持する必要がある。Read 出力の行番号プレフィックスを含めないこと
33
- - 新規ファイル作成よりも既存ファイルの編集を優先
34
- - `new_string` は `old_string` と異なる必要がある
28
+ ### 3: 繰り返されるスニペットの曖昧性解消
29
+ `return null;` が複数のブランチに現れる場合、`old_string` を拡張して周囲の文脈 (例えば先行する `if` 行) を含め、一致を一意にしてください。そうしなければツールは推測せずエラーを返します。
35
30
 
36
- ## 原文
37
-
38
- <textarea readonly>Performs exact string replacements in files.
31
+ ## 注意事項
39
32
 
40
- Usage:
41
- - You must use your `Read` tool at least once in the conversation before editing. This tool will error if you attempt an edit without reading the file.
42
- - When editing text from Read tool output, ensure you preserve the exact indentation (tabs/spaces) as it appears AFTER the line number prefix. The line number prefix format is: spaces + line number + tab. Everything after that tab is the actual file content to match. Never include any part of the line number prefix in the old_string or new_string.
43
- - ALWAYS prefer editing existing files in the codebase. NEVER write new files unless explicitly required.
44
- - Only use emojis if the user explicitly requests it. Avoid adding emojis to files unless asked.
45
- - The edit will FAIL if `old_string` is not unique in the file. Either provide a larger string with more surrounding context to make it unique or use `replace_all` to change every instance of `old_string`.
46
- - Use `replace_all` for replacing and renaming strings across the file. This parameter is useful if you want to rename a variable for instance.</textarea>
33
+ - 現在のセッションで `Edit` が変更を受け付ける前に、ファイルに対して `Read` を少なくとも 1 回呼び出す必要があります。`Read` 出力の行番号プレフィックスはファイル内容の一部ではありません。`old_string` や `new_string` に含めないでください。
34
+ - 空白は正確に一致する必要があります。特に YAML、Makefile、Python ではタブとスペース、末尾スペースに注意してください。
35
+ - `old_string` が一意でなく、`replace_all` `false` の場合、編集は失敗します。コンテキストを拡張するか `replace_all` を有効にしてください。
36
+ - 既存ファイルには `Write` よりも `Edit` を優先してください。`Write` はファイル全体を上書きし、注意しないと無関係な内容を失います。
37
+ - 同じファイル内の複数の無関係な編集には、1 つの大きく壊れやすい置換ではなく、複数の `Edit` 呼び出しを順次発行してください。
38
+ - ソースファイルの編集時に、絵文字、マーケティング文、要求されていないドキュメントブロックを追加しないでください。
@@ -1,128 +1,35 @@
1
1
  # EnterPlanMode
2
2
 
3
- ## 定義
3
+ セッションをプランモードに切り替えます。これは読み取り専用の探索フェーズで、アシスタントはコードベースを調査し、ファイルを変更する前にユーザーの承認を得るための具体的な実装プランを作成します。
4
4
 
5
- Claude Code を計画モードに切り替え、実装前にコードベースを探索し方針を設計するために使用します。
5
+ ## 使用タイミング
6
+
7
+ - ユーザーが複数のファイルやサブシステムにまたがる重要な変更を依頼した場合。
8
+ - 要件が曖昧で、アプローチを決める前にアシスタントがコードを読む必要がある場合。
9
+ - リファクタリング、マイグレーション、依存関係のアップグレードが提案され、影響範囲が不明な場合。
10
+ - ユーザーが明示的に「プランを立てて」、「まずプランを立てよう」と言ったり、設計レビューを要求した場合。
11
+ - リスクが十分に高く、直接編集に移ると作業が無駄になったり状態を損なう可能性がある場合。
6
12
 
7
13
  ## パラメータ
8
14
 
9
- パラメータなし。
15
+ なし。`EnterPlanMode` は引数を取りません — 空のパラメータオブジェクトで呼び出してください。
10
16
 
11
- ## 使用シナリオ
17
+ ##
12
18
 
13
- **適している場合:**
14
- - 新機能の実装——アーキテクチャの判断が必要
15
- - 複数の実行可能な方針がある——ユーザーの選択が必要
16
- - コード変更が既存の動作や構造に影響する
17
- - 複数ファイルの変更——2〜3ファイル以上に及ぶ可能性
18
- - 要件が不明確——まず探索して範囲を理解する必要がある
19
- - ユーザーの好みが重要——実装に複数の合理的な方向性がある
19
+ ### 例 1: 大きな機能リクエスト
20
20
 
21
- **適していない場合:**
22
- - 1行または少数行の修正(タイプミス、明らかなバグ)
23
- - ユーザーが非常に具体的な指示を出している
24
- - 純粋な調査/探索タスク——Task(Explore タイプ)を使用すべき
21
+ ユーザーが「管理パネルに Okta 経由の SSO を追加して」と依頼します。アシスタントは `EnterPlanMode` を呼び出し、数ターンかけて認証ミドルウェア、セッションストレージ、ルートガード、既存のログイン UI を読み込みます。必要な変更、マイグレーションステップ、テストカバレッジを説明するプランを作成し、`ExitPlanMode` を介して承認のために提出します。
25
22
 
26
- ## 計画モードでの動作
23
+ ### 例 2: リスクの高いリファクタリング
27
24
 
28
- 計画モードに入ると、Claude Code は:
29
- 1. Glob、Grep、Read ツールを使用してコードベースを深く探索
30
- 2. 既存のパターンとアーキテクチャを理解
31
- 3. 実装方針を設計
32
- 4. 方針をユーザー承認に提出
33
- 5. 必要に応じて AskUserQuestion で確認
34
- 6. 方針が準備できたら ExitPlanMode で終了
25
+ ユーザーが「REST コントローラーを tRPC に変換して」と言います。アシスタントはプランモードに入り、各コントローラーを調査し、公開コントラクトを整理し、ロールアウトフェーズ (shim、dual-read、cutover) をリストアップし、ファイルに触れる前にシーケンスプランを提案します。
35
26
 
36
27
  ## 注意事項
37
28
 
38
- - このツールは計画モードに入るためにユーザーの同意が必要
39
- - 計画が必要かどうか不確かな場合は、計画する方に傾ける——事前の擦り合わせは手戻りよりも良い
40
-
41
- ## 原文
42
-
43
- <textarea readonly>Use this tool proactively when you're about to start a non-trivial implementation task. Getting user sign-off on your approach before writing code prevents wasted effort and ensures alignment. This tool transitions you into plan mode where you can explore the codebase and design an implementation approach for user approval.
44
-
45
- ## When to Use This Tool
46
-
47
- **Prefer using EnterPlanMode** for implementation tasks unless they're simple. Use it when ANY of these conditions apply:
48
-
49
- 1. **New Feature Implementation**: Adding meaningful new functionality
50
- - Example: "Add a logout button" - where should it go? What should happen on click?
51
- - Example: "Add form validation" - what rules? What error messages?
52
-
53
- 2. **Multiple Valid Approaches**: The task can be solved in several different ways
54
- - Example: "Add caching to the API" - could use Redis, in-memory, file-based, etc.
55
- - Example: "Improve performance" - many optimization strategies possible
56
-
57
- 3. **Code Modifications**: Changes that affect existing behavior or structure
58
- - Example: "Update the login flow" - what exactly should change?
59
- - Example: "Refactor this component" - what's the target architecture?
60
-
61
- 4. **Architectural Decisions**: The task requires choosing between patterns or technologies
62
- - Example: "Add real-time updates" - WebSockets vs SSE vs polling
63
- - Example: "Implement state management" - Redux vs Context vs custom solution
64
-
65
- 5. **Multi-File Changes**: The task will likely touch more than 2-3 files
66
- - Example: "Refactor the authentication system"
67
- - Example: "Add a new API endpoint with tests"
68
-
69
- 6. **Unclear Requirements**: You need to explore before understanding the full scope
70
- - Example: "Make the app faster" - need to profile and identify bottlenecks
71
- - Example: "Fix the bug in checkout" - need to investigate root cause
72
-
73
- 7. **User Preferences Matter**: The implementation could reasonably go multiple ways
74
- - If you would use AskUserQuestion to clarify the approach, use EnterPlanMode instead
75
- - Plan mode lets you explore first, then present options with context
76
-
77
- ## When NOT to Use This Tool
78
-
79
- Only skip EnterPlanMode for simple tasks:
80
- - Single-line or few-line fixes (typos, obvious bugs, small tweaks)
81
- - Adding a single function with clear requirements
82
- - Tasks where the user has given very specific, detailed instructions
83
- - Pure research/exploration tasks (use the Agent tool with explore agent instead)
84
-
85
- ## What Happens in Plan Mode
86
-
87
- In plan mode, you'll:
88
- 1. Thoroughly explore the codebase using Glob, Grep, and Read tools
89
- 2. Understand existing patterns and architecture
90
- 3. Design an implementation approach
91
- 4. Present your plan to the user for approval
92
- 5. Use AskUserQuestion if you need to clarify approaches
93
- 6. Exit plan mode with ExitPlanMode when ready to implement
94
-
95
- ## Examples
96
-
97
- ### GOOD - Use EnterPlanMode:
98
- User: "Add user authentication to the app"
99
- - Requires architectural decisions (session vs JWT, where to store tokens, middleware structure)
100
-
101
- User: "Optimize the database queries"
102
- - Multiple approaches possible, need to profile first, significant impact
103
-
104
- User: "Implement dark mode"
105
- - Architectural decision on theme system, affects many components
106
-
107
- User: "Add a delete button to the user profile"
108
- - Seems simple but involves: where to place it, confirmation dialog, API call, error handling, state updates
109
-
110
- User: "Update the error handling in the API"
111
- - Affects multiple files, user should approve the approach
112
-
113
- ### BAD - Don't use EnterPlanMode:
114
- User: "Fix the typo in the README"
115
- - Straightforward, no planning needed
116
-
117
- User: "Add a console.log to debug this function"
118
- - Simple, obvious implementation
119
-
120
- User: "What files handle routing?"
121
- - Research task, not implementation planning
122
-
123
- ## Important Notes
124
-
125
- - This tool REQUIRES user approval - they must consent to entering plan mode
126
- - If unsure whether to use it, err on the side of planning - it's better to get alignment upfront than to redo work
127
- - Users appreciate being consulted before significant changes are made to their codebase
128
- </textarea>
29
+ - プランモードは契約上読み取り専用です。その中にいる間、アシスタントは `Edit`、`Write`、`NotebookEdit`、または変更を行うシェルコマンドを実行してはいけません。`Read`、`Grep`、`Glob`、および非破壊的な `Bash` コマンドのみを使用してください。
30
+ - 些細なワンライナーの編集、純粋な調査質問、ユーザーがすでに変更を詳細に指定したタスクにはプランモードに入らないでください。オーバーヘッドが役立つよりも害になります。
31
+ - 自動モードの下では、ユーザーが明示的に要求しない限りプランモードは推奨されません — 自動モードは事前プランニングよりも行動を優先します。
32
+ - 高コストな作業での方向修正を減らすためにプランモードを使用してください。5 分のプランがしばしば 1 時間の誤った方向の編集を節約します。
33
+ - プランモードに入ったら、実際に変更される部分に調査の焦点を合わせてください。当面のタスクと無関係なリポジトリの網羅的なツアーは避けてください。
34
+ - プラン自体は、`ExitPlanMode` が提出できるように、ハーネスが期待するパスにディスクへ書き込む必要があります。プランには、漠然とした意図ではなく、具体的なファイルパス、関数名、検証ステップを含めるべきです。
35
+ - ユーザーはプランを拒否して修正を求めるかもしれません。プランが承認されるまでプランモード内で繰り返し、その後にのみ終了してください。