commandmate 0.3.1 → 0.3.2

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 (110) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +17 -17
  3. package/.next/app-path-routes-manifest.json +1 -1
  4. package/.next/build-manifest.json +2 -2
  5. package/.next/cache/.tsbuildinfo +1 -1
  6. package/.next/cache/config.json +3 -3
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/1.pack +0 -0
  9. package/.next/cache/webpack/client-production/2.pack +0 -0
  10. package/.next/cache/webpack/client-production/index.pack +0 -0
  11. package/.next/cache/webpack/client-production/index.pack.old +0 -0
  12. package/.next/cache/webpack/edge-server-production/0.pack +0 -0
  13. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  14. package/.next/cache/webpack/server-production/0.pack +0 -0
  15. package/.next/cache/webpack/server-production/index.pack +0 -0
  16. package/.next/next-server.js.nft.json +1 -1
  17. package/.next/prerender-manifest.json +1 -1
  18. package/.next/required-server-files.json +1 -1
  19. package/.next/routes-manifest.json +1 -1
  20. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  21. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  22. package/.next/server/app/api/app/update-check/route.js +1 -1
  23. package/.next/server/app/api/external-apps/[id]/health/route.js +1 -1
  24. package/.next/server/app/api/external-apps/[id]/route.js +1 -1
  25. package/.next/server/app/api/external-apps/route.js +1 -1
  26. package/.next/server/app/api/hooks/claude-done/route.js +1 -1
  27. package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
  28. package/.next/server/app/api/repositories/clone/route.js +1 -1
  29. package/.next/server/app/api/repositories/excluded/route.js +7 -7
  30. package/.next/server/app/api/repositories/restore/route.js +3 -3
  31. package/.next/server/app/api/repositories/route.js +13 -11
  32. package/.next/server/app/api/repositories/scan/route.js +1 -1
  33. package/.next/server/app/api/repositories/sync/route.js +3 -3
  34. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
  35. package/.next/server/app/api/worktrees/[id]/cli-tool/route.js +1 -1
  36. package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
  37. package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js +1 -0
  38. package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js.nft.json +1 -0
  39. package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +9 -0
  40. package/.next/server/app/api/worktrees/[id]/execution-logs/route.js.nft.json +1 -0
  41. package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js +1 -1
  42. package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
  43. package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
  44. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
  45. package/.next/server/app/api/worktrees/[id]/logs/route.js +2 -2
  46. package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js +1 -1
  47. package/.next/server/app/api/worktrees/[id]/memos/route.js +1 -1
  48. package/.next/server/app/api/worktrees/[id]/messages/route.js +1 -1
  49. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
  50. package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
  51. package/.next/server/app/api/worktrees/[id]/route.js +1 -1
  52. package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js +1 -0
  53. package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js.nft.json +1 -0
  54. package/.next/server/app/api/worktrees/[id]/schedules/route.js +4 -0
  55. package/.next/server/app/api/worktrees/[id]/schedules/route.js.nft.json +1 -0
  56. package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
  57. package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
  58. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
  59. package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
  60. package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js +1 -1
  61. package/.next/server/app/api/worktrees/[id]/tree/route.js +1 -1
  62. package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js +1 -1
  63. package/.next/server/app/api/worktrees/[id]/viewed/route.js +1 -1
  64. package/.next/server/app/api/worktrees/route.js +1 -1
  65. package/.next/server/app/login/page.js.nft.json +1 -1
  66. package/.next/server/app/login/page_client-reference-manifest.js +1 -1
  67. package/.next/server/app/page.js.nft.json +1 -1
  68. package/.next/server/app/page_client-reference-manifest.js +1 -1
  69. package/.next/server/app/proxy/[...path]/route.js +1 -1
  70. package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
  71. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  72. package/.next/server/app/worktrees/[id]/page.js +8 -3
  73. package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
  74. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  75. package/.next/server/app/worktrees/[id]/terminal/page.js.nft.json +1 -1
  76. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  77. package/.next/server/app-paths-manifest.json +14 -10
  78. package/.next/server/chunks/2314.js +1 -0
  79. package/.next/server/chunks/3860.js +1 -1
  80. package/.next/server/chunks/6228.js +1 -0
  81. package/.next/server/chunks/7425.js +85 -30
  82. package/.next/server/chunks/7536.js +1 -1
  83. package/.next/server/functions-config-manifest.json +1 -1
  84. package/.next/server/middleware-manifest.json +5 -5
  85. package/.next/server/pages/500.html +1 -1
  86. package/.next/server/server-reference-manifest.json +1 -1
  87. package/.next/static/chunks/app/worktrees/[id]/page-0c889ab3f30d5af7.js +1 -0
  88. package/.next/static/css/bd6065b03ddb3efd.css +3 -0
  89. package/.next/trace +5 -5
  90. package/.next/types/app/api/worktrees/[id]/execution-logs/[logId]/route.ts +343 -0
  91. package/.next/types/app/api/worktrees/[id]/execution-logs/route.ts +343 -0
  92. package/.next/types/app/api/worktrees/[id]/schedules/[scheduleId]/route.ts +343 -0
  93. package/.next/types/app/api/worktrees/[id]/schedules/route.ts +343 -0
  94. package/dist/cli/utils/docs-reader.d.ts.map +1 -1
  95. package/dist/cli/utils/docs-reader.js +1 -0
  96. package/dist/server/server.js +5 -0
  97. package/dist/server/src/config/cmate-constants.js +79 -0
  98. package/dist/server/src/config/schedule-config.js +54 -0
  99. package/dist/server/src/lib/claude-executor.js +147 -0
  100. package/dist/server/src/lib/cmate-parser.js +240 -0
  101. package/dist/server/src/lib/db-instance.js +3 -0
  102. package/dist/server/src/lib/db-migrations.js +96 -2
  103. package/dist/server/src/lib/env-sanitizer.js +57 -0
  104. package/dist/server/src/lib/schedule-manager.js +397 -0
  105. package/dist/server/src/types/cmate.js +6 -0
  106. package/package.json +2 -1
  107. package/.next/static/chunks/app/worktrees/[id]/page-a556551ce5c69dec.js +0 -1
  108. package/.next/static/css/b9ea6a4fad17dc32.css +0 -3
  109. /package/.next/static/{hmAjbCPjxX_C0Os7rphI1 → j8HFvzDZj7tHjAnhpXUno}/_buildManifest.js +0 -0
  110. /package/.next/static/{hmAjbCPjxX_C0Os7rphI1 → j8HFvzDZj7tHjAnhpXUno}/_ssgManifest.js +0 -0
package/.next/BUILD_ID CHANGED
@@ -1 +1 @@
1
- hmAjbCPjxX_C0Os7rphI1
1
+ j8HFvzDZj7tHjAnhpXUno
@@ -12,23 +12,11 @@
12
12
  "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
13
13
  "static/chunks/2117-e31fa477cb500950.js",
14
14
  "static/chunks/main-app-420d93e43682fee5.js",
15
- "static/css/b9ea6a4fad17dc32.css",
15
+ "static/css/bd6065b03ddb3efd.css",
16
16
  "static/chunks/9234-b0304101384ca079.js",
17
17
  "static/chunks/8528-4d554d3b94d4cf9b.js",
18
18
  "static/chunks/app/layout-9110f9a5e41c6bf4.js"
19
19
  ],
20
- "/page": [
21
- "static/chunks/webpack-3c0ee3ce5b546818.js",
22
- "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
23
- "static/chunks/2117-e31fa477cb500950.js",
24
- "static/chunks/main-app-420d93e43682fee5.js",
25
- "static/chunks/9234-b0304101384ca079.js",
26
- "static/chunks/216-f18f4a9d8b04a91e.js",
27
- "static/chunks/2335-98a211e00b94c7ac.js",
28
- "static/chunks/8528-4d554d3b94d4cf9b.js",
29
- "static/chunks/8091-925542bdfc843dce.js",
30
- "static/chunks/app/page-238b5a70d8c101e9.js"
31
- ],
32
20
  "/login/page": [
33
21
  "static/chunks/webpack-3c0ee3ce5b546818.js",
34
22
  "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
@@ -37,14 +25,17 @@
37
25
  "static/chunks/9234-b0304101384ca079.js",
38
26
  "static/chunks/app/login/page-2d42204ba87cd136.js"
39
27
  ],
40
- "/worktrees/[id]/files/[...path]/page": [
28
+ "/page": [
41
29
  "static/chunks/webpack-3c0ee3ce5b546818.js",
42
30
  "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
43
31
  "static/chunks/2117-e31fa477cb500950.js",
44
32
  "static/chunks/main-app-420d93e43682fee5.js",
45
33
  "static/chunks/9234-b0304101384ca079.js",
46
- "static/chunks/1038-3509435b68c0967e.js",
47
- "static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js"
34
+ "static/chunks/216-f18f4a9d8b04a91e.js",
35
+ "static/chunks/2335-98a211e00b94c7ac.js",
36
+ "static/chunks/8528-4d554d3b94d4cf9b.js",
37
+ "static/chunks/8091-925542bdfc843dce.js",
38
+ "static/chunks/app/page-238b5a70d8c101e9.js"
48
39
  ],
49
40
  "/worktrees/[id]/page": [
50
41
  "static/chunks/webpack-3c0ee3ce5b546818.js",
@@ -59,7 +50,16 @@
59
50
  "static/chunks/9178-88850a7c48deea07.js",
60
51
  "static/chunks/8528-4d554d3b94d4cf9b.js",
61
52
  "static/chunks/8091-925542bdfc843dce.js",
62
- "static/chunks/app/worktrees/[id]/page-a556551ce5c69dec.js"
53
+ "static/chunks/app/worktrees/[id]/page-0c889ab3f30d5af7.js"
54
+ ],
55
+ "/worktrees/[id]/files/[...path]/page": [
56
+ "static/chunks/webpack-3c0ee3ce5b546818.js",
57
+ "static/chunks/fd9d1056-cfdf4f91f13d3485.js",
58
+ "static/chunks/2117-e31fa477cb500950.js",
59
+ "static/chunks/main-app-420d93e43682fee5.js",
60
+ "static/chunks/9234-b0304101384ca079.js",
61
+ "static/chunks/1038-3509435b68c0967e.js",
62
+ "static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js"
63
63
  ],
64
64
  "/worktrees/[id]/terminal/page": [
65
65
  "static/chunks/webpack-3c0ee3ce5b546818.js",
@@ -1 +1 @@
1
- {"/_not-found/page":"/_not-found","/api/auth/login/route":"/api/auth/login","/api/auth/logout/route":"/api/auth/logout","/api/hooks/claude-done/route":"/api/hooks/claude-done","/api/repositories/clone/[jobId]/route":"/api/repositories/clone/[jobId]","/api/repositories/clone/route":"/api/repositories/clone","/api/repositories/excluded/route":"/api/repositories/excluded","/api/repositories/restore/route":"/api/repositories/restore","/api/repositories/route":"/api/repositories","/api/repositories/scan/route":"/api/repositories/scan","/api/repositories/sync/route":"/api/repositories/sync","/api/slash-commands/route":"/api/slash-commands","/api/worktrees/[id]/capture/route":"/api/worktrees/[id]/capture","/api/worktrees/[id]/cli-tool/route":"/api/worktrees/[id]/cli-tool","/api/worktrees/[id]/auto-yes/route":"/api/worktrees/[id]/auto-yes","/api/worktrees/[id]/current-output/route":"/api/worktrees/[id]/current-output","/api/worktrees/[id]/files/[...path]/route":"/api/worktrees/[id]/files/[...path]","/api/worktrees/[id]/interrupt/route":"/api/worktrees/[id]/interrupt","/api/worktrees/[id]/kill-session/route":"/api/worktrees/[id]/kill-session","/api/worktrees/[id]/memos/[memoId]/route":"/api/worktrees/[id]/memos/[memoId]","/api/worktrees/[id]/messages/route":"/api/worktrees/[id]/messages","/api/worktrees/[id]/memos/route":"/api/worktrees/[id]/memos","/api/worktrees/[id]/prompt-response/route":"/api/worktrees/[id]/prompt-response","/api/worktrees/[id]/respond/route":"/api/worktrees/[id]/respond","/api/worktrees/[id]/route":"/api/worktrees/[id]","/api/worktrees/[id]/search/route":"/api/worktrees/[id]/search","/api/worktrees/[id]/send/route":"/api/worktrees/[id]/send","/api/worktrees/[id]/start-polling/route":"/api/worktrees/[id]/start-polling","/api/worktrees/[id]/slash-commands/route":"/api/worktrees/[id]/slash-commands","/api/worktrees/[id]/terminal/route":"/api/worktrees/[id]/terminal","/api/worktrees/[id]/tree/route":"/api/worktrees/[id]/tree","/api/worktrees/[id]/tree/[...path]/route":"/api/worktrees/[id]/tree/[...path]","/api/worktrees/[id]/upload/[...path]/route":"/api/worktrees/[id]/upload/[...path]","/api/worktrees/[id]/viewed/route":"/api/worktrees/[id]/viewed","/apple-icon.png/route":"/apple-icon.png","/icon.png/route":"/icon.png","/page":"/","/login/page":"/login","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/worktrees/[id]/page":"/worktrees/[id]","/worktrees/[id]/terminal/page":"/worktrees/[id]/terminal","/api/auth/status/route":"/api/auth/status","/api/app/update-check/route":"/api/app/update-check","/api/external-apps/[id]/health/route":"/api/external-apps/[id]/health","/api/external-apps/[id]/route":"/api/external-apps/[id]","/api/external-apps/route":"/api/external-apps","/api/worktrees/[id]/logs/route":"/api/worktrees/[id]/logs","/api/worktrees/[id]/logs/[filename]/route":"/api/worktrees/[id]/logs/[filename]","/api/worktrees/route":"/api/worktrees","/proxy/[...path]/route":"/proxy/[...path]"}
1
+ {"/_not-found/page":"/_not-found","/api/auth/login/route":"/api/auth/login","/api/auth/logout/route":"/api/auth/logout","/api/hooks/claude-done/route":"/api/hooks/claude-done","/api/repositories/clone/route":"/api/repositories/clone","/api/repositories/excluded/route":"/api/repositories/excluded","/api/repositories/clone/[jobId]/route":"/api/repositories/clone/[jobId]","/api/repositories/restore/route":"/api/repositories/restore","/api/repositories/scan/route":"/api/repositories/scan","/api/repositories/route":"/api/repositories","/api/repositories/sync/route":"/api/repositories/sync","/api/slash-commands/route":"/api/slash-commands","/api/worktrees/[id]/auto-yes/route":"/api/worktrees/[id]/auto-yes","/api/worktrees/[id]/capture/route":"/api/worktrees/[id]/capture","/api/worktrees/[id]/cli-tool/route":"/api/worktrees/[id]/cli-tool","/api/worktrees/[id]/current-output/route":"/api/worktrees/[id]/current-output","/api/worktrees/[id]/execution-logs/[logId]/route":"/api/worktrees/[id]/execution-logs/[logId]","/api/worktrees/[id]/execution-logs/route":"/api/worktrees/[id]/execution-logs","/api/worktrees/[id]/files/[...path]/route":"/api/worktrees/[id]/files/[...path]","/api/worktrees/[id]/interrupt/route":"/api/worktrees/[id]/interrupt","/api/worktrees/[id]/kill-session/route":"/api/worktrees/[id]/kill-session","/api/worktrees/[id]/memos/[memoId]/route":"/api/worktrees/[id]/memos/[memoId]","/api/worktrees/[id]/memos/route":"/api/worktrees/[id]/memos","/api/worktrees/[id]/messages/route":"/api/worktrees/[id]/messages","/api/worktrees/[id]/prompt-response/route":"/api/worktrees/[id]/prompt-response","/api/worktrees/[id]/respond/route":"/api/worktrees/[id]/respond","/api/worktrees/[id]/route":"/api/worktrees/[id]","/api/worktrees/[id]/schedules/[scheduleId]/route":"/api/worktrees/[id]/schedules/[scheduleId]","/api/worktrees/[id]/schedules/route":"/api/worktrees/[id]/schedules","/api/worktrees/[id]/search/route":"/api/worktrees/[id]/search","/api/worktrees/[id]/send/route":"/api/worktrees/[id]/send","/api/worktrees/[id]/slash-commands/route":"/api/worktrees/[id]/slash-commands","/api/worktrees/[id]/start-polling/route":"/api/worktrees/[id]/start-polling","/api/worktrees/[id]/terminal/route":"/api/worktrees/[id]/terminal","/api/worktrees/[id]/tree/[...path]/route":"/api/worktrees/[id]/tree/[...path]","/api/worktrees/[id]/tree/route":"/api/worktrees/[id]/tree","/api/worktrees/[id]/viewed/route":"/api/worktrees/[id]/viewed","/api/worktrees/[id]/upload/[...path]/route":"/api/worktrees/[id]/upload/[...path]","/apple-icon.png/route":"/apple-icon.png","/icon.png/route":"/icon.png","/login/page":"/login","/page":"/","/worktrees/[id]/page":"/worktrees/[id]","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/worktrees/[id]/terminal/page":"/worktrees/[id]/terminal","/api/auth/status/route":"/api/auth/status","/api/app/update-check/route":"/api/app/update-check","/api/external-apps/[id]/health/route":"/api/external-apps/[id]/health","/api/external-apps/route":"/api/external-apps","/api/external-apps/[id]/route":"/api/external-apps/[id]","/api/worktrees/[id]/logs/route":"/api/worktrees/[id]/logs","/api/worktrees/[id]/logs/[filename]/route":"/api/worktrees/[id]/logs/[filename]","/api/worktrees/route":"/api/worktrees","/proxy/[...path]/route":"/proxy/[...path]"}
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/hmAjbCPjxX_C0Os7rphI1/_buildManifest.js",
9
- "static/hmAjbCPjxX_C0Os7rphI1/_ssgManifest.js"
8
+ "static/j8HFvzDZj7tHjAnhpXUno/_buildManifest.js",
9
+ "static/j8HFvzDZj7tHjAnhpXUno/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-3c0ee3ce5b546818.js",