@aion0/forge 0.5.40 → 0.5.43

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 (2986) hide show
  1. package/.forge/mcp.json +1 -1
  2. package/CLAUDE.md +90 -42
  3. package/RELEASE_NOTES.md +6 -7
  4. package/app/api/git/route.ts +27 -9
  5. package/bin/forge-server.mjs +39 -0
  6. package/components/Dashboard.tsx +8 -1
  7. package/components/WorkspaceView.tsx +15 -2
  8. package/install.sh +40 -0
  9. package/lib/help-docs/11-workspace.md +2 -1
  10. package/lib/workspace/orchestrator.ts +80 -7
  11. package/lib/workspace/persistence.ts +16 -0
  12. package/lib/workspace/types.ts +13 -0
  13. package/lib/workspace/watch-manager.ts +65 -24
  14. package/lib/workspace-standalone.ts +5 -9
  15. package/package.json +1 -1
  16. package/start.sh +23 -0
  17. package/.forge/agent-context.json +0 -6
  18. package/.forge/memory/graph.json +0 -1
  19. package/.forge/memory/knowledge.json +0 -18
  20. package/.forge/memory/meta.json +0 -7
  21. package/.forge/worktrees/pipeline-0a33c50d/CLAUDE.md +0 -86
  22. package/.forge/worktrees/pipeline-0a33c50d/README.md +0 -136
  23. package/.forge/worktrees/pipeline-0a33c50d/RELEASE_NOTES.md +0 -11
  24. package/.forge/worktrees/pipeline-0a33c50d/app/api/agents/route.ts +0 -17
  25. package/.forge/worktrees/pipeline-0a33c50d/app/api/auth/[...nextauth]/route.ts +0 -3
  26. package/.forge/worktrees/pipeline-0a33c50d/app/api/auth/verify/route.ts +0 -46
  27. package/.forge/worktrees/pipeline-0a33c50d/app/api/claude/[id]/route.ts +0 -31
  28. package/.forge/worktrees/pipeline-0a33c50d/app/api/claude/[id]/stream/route.ts +0 -63
  29. package/.forge/worktrees/pipeline-0a33c50d/app/api/claude/route.ts +0 -28
  30. package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  31. package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  32. package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-sessions/[projectName]/route.ts +0 -37
  33. package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-sessions/sync/route.ts +0 -17
  34. package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-templates/route.ts +0 -145
  35. package/.forge/worktrees/pipeline-0a33c50d/app/api/code/route.ts +0 -299
  36. package/.forge/worktrees/pipeline-0a33c50d/app/api/delivery/[id]/route.ts +0 -62
  37. package/.forge/worktrees/pipeline-0a33c50d/app/api/delivery/route.ts +0 -40
  38. package/.forge/worktrees/pipeline-0a33c50d/app/api/detect-cli/route.ts +0 -46
  39. package/.forge/worktrees/pipeline-0a33c50d/app/api/docs/route.ts +0 -176
  40. package/.forge/worktrees/pipeline-0a33c50d/app/api/docs/sessions/route.ts +0 -54
  41. package/.forge/worktrees/pipeline-0a33c50d/app/api/favorites/route.ts +0 -26
  42. package/.forge/worktrees/pipeline-0a33c50d/app/api/flows/route.ts +0 -6
  43. package/.forge/worktrees/pipeline-0a33c50d/app/api/flows/run/route.ts +0 -19
  44. package/.forge/worktrees/pipeline-0a33c50d/app/api/git/route.ts +0 -149
  45. package/.forge/worktrees/pipeline-0a33c50d/app/api/help/route.ts +0 -84
  46. package/.forge/worktrees/pipeline-0a33c50d/app/api/issue-scanner/route.ts +0 -116
  47. package/.forge/worktrees/pipeline-0a33c50d/app/api/logs/route.ts +0 -100
  48. package/.forge/worktrees/pipeline-0a33c50d/app/api/mobile-chat/route.ts +0 -115
  49. package/.forge/worktrees/pipeline-0a33c50d/app/api/monitor/route.ts +0 -74
  50. package/.forge/worktrees/pipeline-0a33c50d/app/api/notifications/route.ts +0 -42
  51. package/.forge/worktrees/pipeline-0a33c50d/app/api/notify/test/route.ts +0 -33
  52. package/.forge/worktrees/pipeline-0a33c50d/app/api/online/route.ts +0 -40
  53. package/.forge/worktrees/pipeline-0a33c50d/app/api/pipelines/[id]/route.ts +0 -41
  54. package/.forge/worktrees/pipeline-0a33c50d/app/api/pipelines/route.ts +0 -90
  55. package/.forge/worktrees/pipeline-0a33c50d/app/api/plugins/route.ts +0 -75
  56. package/.forge/worktrees/pipeline-0a33c50d/app/api/preview/[...path]/route.ts +0 -64
  57. package/.forge/worktrees/pipeline-0a33c50d/app/api/preview/route.ts +0 -156
  58. package/.forge/worktrees/pipeline-0a33c50d/app/api/project-pipelines/route.ts +0 -91
  59. package/.forge/worktrees/pipeline-0a33c50d/app/api/project-sessions/route.ts +0 -61
  60. package/.forge/worktrees/pipeline-0a33c50d/app/api/projects/route.ts +0 -26
  61. package/.forge/worktrees/pipeline-0a33c50d/app/api/sessions/[id]/chat/route.ts +0 -64
  62. package/.forge/worktrees/pipeline-0a33c50d/app/api/sessions/[id]/messages/route.ts +0 -9
  63. package/.forge/worktrees/pipeline-0a33c50d/app/api/sessions/[id]/route.ts +0 -17
  64. package/.forge/worktrees/pipeline-0a33c50d/app/api/sessions/route.ts +0 -20
  65. package/.forge/worktrees/pipeline-0a33c50d/app/api/settings/route.ts +0 -64
  66. package/.forge/worktrees/pipeline-0a33c50d/app/api/skills/local/route.ts +0 -228
  67. package/.forge/worktrees/pipeline-0a33c50d/app/api/skills/route.ts +0 -182
  68. package/.forge/worktrees/pipeline-0a33c50d/app/api/smith-templates/route.ts +0 -81
  69. package/.forge/worktrees/pipeline-0a33c50d/app/api/status/route.ts +0 -12
  70. package/.forge/worktrees/pipeline-0a33c50d/app/api/tabs/route.ts +0 -25
  71. package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/[id]/route.ts +0 -51
  72. package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/[id]/stream/route.ts +0 -77
  73. package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/link/route.ts +0 -37
  74. package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/route.ts +0 -44
  75. package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/session/route.ts +0 -14
  76. package/.forge/worktrees/pipeline-0a33c50d/app/api/telegram/route.ts +0 -23
  77. package/.forge/worktrees/pipeline-0a33c50d/app/api/templates/route.ts +0 -6
  78. package/.forge/worktrees/pipeline-0a33c50d/app/api/terminal-bell/route.ts +0 -35
  79. package/.forge/worktrees/pipeline-0a33c50d/app/api/terminal-cwd/route.ts +0 -19
  80. package/.forge/worktrees/pipeline-0a33c50d/app/api/terminal-state/route.ts +0 -15
  81. package/.forge/worktrees/pipeline-0a33c50d/app/api/tunnel/route.ts +0 -26
  82. package/.forge/worktrees/pipeline-0a33c50d/app/api/upgrade/route.ts +0 -43
  83. package/.forge/worktrees/pipeline-0a33c50d/app/api/usage/route.ts +0 -20
  84. package/.forge/worktrees/pipeline-0a33c50d/app/api/version/route.ts +0 -78
  85. package/.forge/worktrees/pipeline-0a33c50d/app/api/watchers/route.ts +0 -33
  86. package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/[id]/agents/route.ts +0 -35
  87. package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/[id]/memory/route.ts +0 -23
  88. package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/[id]/smith/route.ts +0 -22
  89. package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/[id]/stream/route.ts +0 -28
  90. package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/route.ts +0 -100
  91. package/.forge/worktrees/pipeline-0a33c50d/app/global-error.tsx +0 -21
  92. package/.forge/worktrees/pipeline-0a33c50d/app/globals.css +0 -52
  93. package/.forge/worktrees/pipeline-0a33c50d/app/icon.ico +0 -0
  94. package/.forge/worktrees/pipeline-0a33c50d/app/icon.png +0 -0
  95. package/.forge/worktrees/pipeline-0a33c50d/app/icon.svg +0 -106
  96. package/.forge/worktrees/pipeline-0a33c50d/app/layout.tsx +0 -17
  97. package/.forge/worktrees/pipeline-0a33c50d/app/login/LoginForm.tsx +0 -96
  98. package/.forge/worktrees/pipeline-0a33c50d/app/login/page.tsx +0 -10
  99. package/.forge/worktrees/pipeline-0a33c50d/app/mobile/page.tsx +0 -9
  100. package/.forge/worktrees/pipeline-0a33c50d/app/page.tsx +0 -21
  101. package/.forge/worktrees/pipeline-0a33c50d/bin/forge-server.mjs +0 -484
  102. package/.forge/worktrees/pipeline-0a33c50d/check-forge-status.sh +0 -71
  103. package/.forge/worktrees/pipeline-0a33c50d/cli/mw.ts +0 -579
  104. package/.forge/worktrees/pipeline-0a33c50d/components/BrowserPanel.tsx +0 -175
  105. package/.forge/worktrees/pipeline-0a33c50d/components/ChatPanel.tsx +0 -191
  106. package/.forge/worktrees/pipeline-0a33c50d/components/ClaudeTerminal.tsx +0 -267
  107. package/.forge/worktrees/pipeline-0a33c50d/components/CodeViewer.tsx +0 -787
  108. package/.forge/worktrees/pipeline-0a33c50d/components/ConversationEditor.tsx +0 -411
  109. package/.forge/worktrees/pipeline-0a33c50d/components/ConversationGraphView.tsx +0 -347
  110. package/.forge/worktrees/pipeline-0a33c50d/components/ConversationTerminalView.tsx +0 -303
  111. package/.forge/worktrees/pipeline-0a33c50d/components/Dashboard.tsx +0 -807
  112. package/.forge/worktrees/pipeline-0a33c50d/components/DashboardWrapper.tsx +0 -9
  113. package/.forge/worktrees/pipeline-0a33c50d/components/DeliveryFlowEditor.tsx +0 -491
  114. package/.forge/worktrees/pipeline-0a33c50d/components/DeliveryList.tsx +0 -230
  115. package/.forge/worktrees/pipeline-0a33c50d/components/DeliveryWorkspace.tsx +0 -589
  116. package/.forge/worktrees/pipeline-0a33c50d/components/DocTerminal.tsx +0 -187
  117. package/.forge/worktrees/pipeline-0a33c50d/components/DocsViewer.tsx +0 -574
  118. package/.forge/worktrees/pipeline-0a33c50d/components/HelpDialog.tsx +0 -169
  119. package/.forge/worktrees/pipeline-0a33c50d/components/HelpTerminal.tsx +0 -141
  120. package/.forge/worktrees/pipeline-0a33c50d/components/InlinePipelineView.tsx +0 -111
  121. package/.forge/worktrees/pipeline-0a33c50d/components/LogViewer.tsx +0 -194
  122. package/.forge/worktrees/pipeline-0a33c50d/components/MarkdownContent.tsx +0 -73
  123. package/.forge/worktrees/pipeline-0a33c50d/components/MobileView.tsx +0 -385
  124. package/.forge/worktrees/pipeline-0a33c50d/components/MonitorPanel.tsx +0 -122
  125. package/.forge/worktrees/pipeline-0a33c50d/components/NewSessionModal.tsx +0 -93
  126. package/.forge/worktrees/pipeline-0a33c50d/components/NewTaskModal.tsx +0 -492
  127. package/.forge/worktrees/pipeline-0a33c50d/components/PipelineEditor.tsx +0 -570
  128. package/.forge/worktrees/pipeline-0a33c50d/components/PipelineView.tsx +0 -1018
  129. package/.forge/worktrees/pipeline-0a33c50d/components/PluginsPanel.tsx +0 -472
  130. package/.forge/worktrees/pipeline-0a33c50d/components/ProjectDetail.tsx +0 -1618
  131. package/.forge/worktrees/pipeline-0a33c50d/components/ProjectList.tsx +0 -108
  132. package/.forge/worktrees/pipeline-0a33c50d/components/ProjectManager.tsx +0 -401
  133. package/.forge/worktrees/pipeline-0a33c50d/components/SessionList.tsx +0 -74
  134. package/.forge/worktrees/pipeline-0a33c50d/components/SessionView.tsx +0 -726
  135. package/.forge/worktrees/pipeline-0a33c50d/components/SettingsModal.tsx +0 -1647
  136. package/.forge/worktrees/pipeline-0a33c50d/components/SkillsPanel.tsx +0 -969
  137. package/.forge/worktrees/pipeline-0a33c50d/components/StatusBar.tsx +0 -99
  138. package/.forge/worktrees/pipeline-0a33c50d/components/TabBar.tsx +0 -46
  139. package/.forge/worktrees/pipeline-0a33c50d/components/TaskBoard.tsx +0 -113
  140. package/.forge/worktrees/pipeline-0a33c50d/components/TaskDetail.tsx +0 -372
  141. package/.forge/worktrees/pipeline-0a33c50d/components/TerminalLauncher.tsx +0 -398
  142. package/.forge/worktrees/pipeline-0a33c50d/components/TunnelToggle.tsx +0 -206
  143. package/.forge/worktrees/pipeline-0a33c50d/components/UsagePanel.tsx +0 -207
  144. package/.forge/worktrees/pipeline-0a33c50d/components/WebTerminal.tsx +0 -1683
  145. package/.forge/worktrees/pipeline-0a33c50d/components/WorkspaceTree.tsx +0 -221
  146. package/.forge/worktrees/pipeline-0a33c50d/components/WorkspaceView.tsx +0 -4048
  147. package/.forge/worktrees/pipeline-0a33c50d/dev-test.sh +0 -5
  148. package/.forge/worktrees/pipeline-0a33c50d/docs/Forge_Memory_Layer_Design.docx +0 -0
  149. package/.forge/worktrees/pipeline-0a33c50d/docs/Forge_Strategy_Research_2026.docx +0 -0
  150. package/.forge/worktrees/pipeline-0a33c50d/docs/LOCAL-DEPLOY.md +0 -144
  151. package/.forge/worktrees/pipeline-0a33c50d/docs/roadmap-multi-agent-workflow.md +0 -330
  152. package/.forge/worktrees/pipeline-0a33c50d/forge-logo.png +0 -0
  153. package/.forge/worktrees/pipeline-0a33c50d/forge-logo.svg +0 -106
  154. package/.forge/worktrees/pipeline-0a33c50d/hooks/useSidebarResize.ts +0 -52
  155. package/.forge/worktrees/pipeline-0a33c50d/install.sh +0 -29
  156. package/.forge/worktrees/pipeline-0a33c50d/instrumentation.ts +0 -35
  157. package/.forge/worktrees/pipeline-0a33c50d/lib/agents/claude-adapter.ts +0 -104
  158. package/.forge/worktrees/pipeline-0a33c50d/lib/agents/generic-adapter.ts +0 -64
  159. package/.forge/worktrees/pipeline-0a33c50d/lib/agents/index.ts +0 -245
  160. package/.forge/worktrees/pipeline-0a33c50d/lib/agents/types.ts +0 -70
  161. package/.forge/worktrees/pipeline-0a33c50d/lib/artifacts.ts +0 -106
  162. package/.forge/worktrees/pipeline-0a33c50d/lib/auth.ts +0 -62
  163. package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/docker.yaml +0 -70
  164. package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/http.yaml +0 -66
  165. package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/jenkins.yaml +0 -92
  166. package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/llm-vision.yaml +0 -85
  167. package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/playwright.yaml +0 -111
  168. package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/shell-command.yaml +0 -60
  169. package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/slack.yaml +0 -48
  170. package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/webhook.yaml +0 -56
  171. package/.forge/worktrees/pipeline-0a33c50d/lib/claude-process.ts +0 -352
  172. package/.forge/worktrees/pipeline-0a33c50d/lib/claude-sessions.ts +0 -266
  173. package/.forge/worktrees/pipeline-0a33c50d/lib/claude-templates.ts +0 -227
  174. package/.forge/worktrees/pipeline-0a33c50d/lib/cloudflared.ts +0 -424
  175. package/.forge/worktrees/pipeline-0a33c50d/lib/crypto.ts +0 -67
  176. package/.forge/worktrees/pipeline-0a33c50d/lib/delivery.ts +0 -787
  177. package/.forge/worktrees/pipeline-0a33c50d/lib/dirs.ts +0 -99
  178. package/.forge/worktrees/pipeline-0a33c50d/lib/flows.ts +0 -86
  179. package/.forge/worktrees/pipeline-0a33c50d/lib/forge-mcp-server.ts +0 -717
  180. package/.forge/worktrees/pipeline-0a33c50d/lib/forge-skills/forge-inbox.md +0 -38
  181. package/.forge/worktrees/pipeline-0a33c50d/lib/forge-skills/forge-send.md +0 -47
  182. package/.forge/worktrees/pipeline-0a33c50d/lib/forge-skills/forge-status.md +0 -32
  183. package/.forge/worktrees/pipeline-0a33c50d/lib/forge-skills/forge-workspace-sync.md +0 -37
  184. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/00-overview.md +0 -40
  185. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/01-settings.md +0 -194
  186. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/02-telegram.md +0 -41
  187. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/03-tunnel.md +0 -31
  188. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/04-tasks.md +0 -52
  189. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/05-pipelines.md +0 -460
  190. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/06-skills.md +0 -43
  191. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/07-projects.md +0 -73
  192. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/08-rules.md +0 -53
  193. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/09-issue-autofix.md +0 -55
  194. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/10-troubleshooting.md +0 -89
  195. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/11-workspace.md +0 -810
  196. package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/CLAUDE.md +0 -62
  197. package/.forge/worktrees/pipeline-0a33c50d/lib/init.ts +0 -266
  198. package/.forge/worktrees/pipeline-0a33c50d/lib/issue-scanner.ts +0 -298
  199. package/.forge/worktrees/pipeline-0a33c50d/lib/logger.ts +0 -79
  200. package/.forge/worktrees/pipeline-0a33c50d/lib/notifications.ts +0 -75
  201. package/.forge/worktrees/pipeline-0a33c50d/lib/notify.ts +0 -108
  202. package/.forge/worktrees/pipeline-0a33c50d/lib/password.ts +0 -97
  203. package/.forge/worktrees/pipeline-0a33c50d/lib/pipeline-scheduler.ts +0 -373
  204. package/.forge/worktrees/pipeline-0a33c50d/lib/pipeline.ts +0 -1438
  205. package/.forge/worktrees/pipeline-0a33c50d/lib/plugins/executor.ts +0 -347
  206. package/.forge/worktrees/pipeline-0a33c50d/lib/plugins/registry.ts +0 -228
  207. package/.forge/worktrees/pipeline-0a33c50d/lib/plugins/types.ts +0 -103
  208. package/.forge/worktrees/pipeline-0a33c50d/lib/project-sessions.ts +0 -53
  209. package/.forge/worktrees/pipeline-0a33c50d/lib/projects.ts +0 -86
  210. package/.forge/worktrees/pipeline-0a33c50d/lib/session-manager.ts +0 -156
  211. package/.forge/worktrees/pipeline-0a33c50d/lib/session-utils.ts +0 -53
  212. package/.forge/worktrees/pipeline-0a33c50d/lib/session-watcher.ts +0 -345
  213. package/.forge/worktrees/pipeline-0a33c50d/lib/settings.ts +0 -195
  214. package/.forge/worktrees/pipeline-0a33c50d/lib/skills.ts +0 -458
  215. package/.forge/worktrees/pipeline-0a33c50d/lib/task-manager.ts +0 -949
  216. package/.forge/worktrees/pipeline-0a33c50d/lib/telegram-bot.ts +0 -1477
  217. package/.forge/worktrees/pipeline-0a33c50d/lib/telegram-standalone.ts +0 -83
  218. package/.forge/worktrees/pipeline-0a33c50d/lib/terminal-server.ts +0 -70
  219. package/.forge/worktrees/pipeline-0a33c50d/lib/terminal-standalone.ts +0 -421
  220. package/.forge/worktrees/pipeline-0a33c50d/lib/usage-scanner.ts +0 -249
  221. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/__tests__/state-machine.test.ts +0 -388
  222. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/__tests__/workspace.test.ts +0 -311
  223. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/agent-bus.ts +0 -416
  224. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/agent-worker.ts +0 -655
  225. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/backends/api-backend.ts +0 -262
  226. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/backends/cli-backend.ts +0 -491
  227. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/index.ts +0 -82
  228. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/manager.ts +0 -136
  229. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/orchestrator.ts +0 -3400
  230. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/persistence.ts +0 -309
  231. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/presets.ts +0 -649
  232. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/requests.ts +0 -287
  233. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/session-monitor.ts +0 -240
  234. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/skill-installer.ts +0 -275
  235. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/smith-memory.ts +0 -498
  236. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/types.ts +0 -241
  237. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/watch-manager.ts +0 -560
  238. package/.forge/worktrees/pipeline-0a33c50d/lib/workspace-standalone.ts +0 -911
  239. package/.forge/worktrees/pipeline-0a33c50d/middleware.ts +0 -51
  240. package/.forge/worktrees/pipeline-0a33c50d/next.config.ts +0 -26
  241. package/.forge/worktrees/pipeline-0a33c50d/package.json +0 -74
  242. package/.forge/worktrees/pipeline-0a33c50d/pnpm-lock.yaml +0 -3719
  243. package/.forge/worktrees/pipeline-0a33c50d/pnpm-workspace.yaml +0 -1
  244. package/.forge/worktrees/pipeline-0a33c50d/postcss.config.mjs +0 -7
  245. package/.forge/worktrees/pipeline-0a33c50d/publish.sh +0 -133
  246. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/README.md +0 -66
  247. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/results/.gitignore +0 -2
  248. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/run.ts +0 -635
  249. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/01-text-utils/task.md +0 -26
  250. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  251. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  252. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/02-pagination/task.md +0 -48
  253. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  254. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  255. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  256. package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  257. package/.forge/worktrees/pipeline-0a33c50d/scripts/verify-usage.ts +0 -178
  258. package/.forge/worktrees/pipeline-0a33c50d/src/config/index.ts +0 -129
  259. package/.forge/worktrees/pipeline-0a33c50d/src/core/db/database.ts +0 -259
  260. package/.forge/worktrees/pipeline-0a33c50d/src/core/memory/strategy.ts +0 -32
  261. package/.forge/worktrees/pipeline-0a33c50d/src/core/providers/chat.ts +0 -65
  262. package/.forge/worktrees/pipeline-0a33c50d/src/core/providers/registry.ts +0 -60
  263. package/.forge/worktrees/pipeline-0a33c50d/src/core/session/manager.ts +0 -190
  264. package/.forge/worktrees/pipeline-0a33c50d/src/types/index.ts +0 -129
  265. package/.forge/worktrees/pipeline-0a33c50d/start.sh +0 -31
  266. package/.forge/worktrees/pipeline-0a33c50d/templates/smith-lead.json +0 -45
  267. package/.forge/worktrees/pipeline-0a33c50d/tsconfig.json +0 -42
  268. package/.forge/worktrees/pipeline-2ba01c10/CLAUDE.md +0 -86
  269. package/.forge/worktrees/pipeline-2ba01c10/README.md +0 -136
  270. package/.forge/worktrees/pipeline-2ba01c10/RELEASE_NOTES.md +0 -11
  271. package/.forge/worktrees/pipeline-2ba01c10/app/api/agents/route.ts +0 -17
  272. package/.forge/worktrees/pipeline-2ba01c10/app/api/auth/[...nextauth]/route.ts +0 -3
  273. package/.forge/worktrees/pipeline-2ba01c10/app/api/auth/verify/route.ts +0 -46
  274. package/.forge/worktrees/pipeline-2ba01c10/app/api/claude/[id]/route.ts +0 -31
  275. package/.forge/worktrees/pipeline-2ba01c10/app/api/claude/[id]/stream/route.ts +0 -63
  276. package/.forge/worktrees/pipeline-2ba01c10/app/api/claude/route.ts +0 -28
  277. package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  278. package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  279. package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-sessions/[projectName]/route.ts +0 -37
  280. package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-sessions/sync/route.ts +0 -17
  281. package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-templates/route.ts +0 -145
  282. package/.forge/worktrees/pipeline-2ba01c10/app/api/code/route.ts +0 -299
  283. package/.forge/worktrees/pipeline-2ba01c10/app/api/delivery/[id]/route.ts +0 -62
  284. package/.forge/worktrees/pipeline-2ba01c10/app/api/delivery/route.ts +0 -40
  285. package/.forge/worktrees/pipeline-2ba01c10/app/api/detect-cli/route.ts +0 -46
  286. package/.forge/worktrees/pipeline-2ba01c10/app/api/docs/route.ts +0 -176
  287. package/.forge/worktrees/pipeline-2ba01c10/app/api/docs/sessions/route.ts +0 -54
  288. package/.forge/worktrees/pipeline-2ba01c10/app/api/favorites/route.ts +0 -26
  289. package/.forge/worktrees/pipeline-2ba01c10/app/api/flows/route.ts +0 -6
  290. package/.forge/worktrees/pipeline-2ba01c10/app/api/flows/run/route.ts +0 -19
  291. package/.forge/worktrees/pipeline-2ba01c10/app/api/git/route.ts +0 -149
  292. package/.forge/worktrees/pipeline-2ba01c10/app/api/help/route.ts +0 -84
  293. package/.forge/worktrees/pipeline-2ba01c10/app/api/issue-scanner/route.ts +0 -116
  294. package/.forge/worktrees/pipeline-2ba01c10/app/api/logs/route.ts +0 -100
  295. package/.forge/worktrees/pipeline-2ba01c10/app/api/mobile-chat/route.ts +0 -115
  296. package/.forge/worktrees/pipeline-2ba01c10/app/api/monitor/route.ts +0 -74
  297. package/.forge/worktrees/pipeline-2ba01c10/app/api/notifications/route.ts +0 -42
  298. package/.forge/worktrees/pipeline-2ba01c10/app/api/notify/test/route.ts +0 -33
  299. package/.forge/worktrees/pipeline-2ba01c10/app/api/online/route.ts +0 -40
  300. package/.forge/worktrees/pipeline-2ba01c10/app/api/pipelines/[id]/route.ts +0 -41
  301. package/.forge/worktrees/pipeline-2ba01c10/app/api/pipelines/route.ts +0 -90
  302. package/.forge/worktrees/pipeline-2ba01c10/app/api/plugins/route.ts +0 -75
  303. package/.forge/worktrees/pipeline-2ba01c10/app/api/preview/[...path]/route.ts +0 -64
  304. package/.forge/worktrees/pipeline-2ba01c10/app/api/preview/route.ts +0 -156
  305. package/.forge/worktrees/pipeline-2ba01c10/app/api/project-pipelines/route.ts +0 -91
  306. package/.forge/worktrees/pipeline-2ba01c10/app/api/project-sessions/route.ts +0 -61
  307. package/.forge/worktrees/pipeline-2ba01c10/app/api/projects/route.ts +0 -26
  308. package/.forge/worktrees/pipeline-2ba01c10/app/api/sessions/[id]/chat/route.ts +0 -64
  309. package/.forge/worktrees/pipeline-2ba01c10/app/api/sessions/[id]/messages/route.ts +0 -9
  310. package/.forge/worktrees/pipeline-2ba01c10/app/api/sessions/[id]/route.ts +0 -17
  311. package/.forge/worktrees/pipeline-2ba01c10/app/api/sessions/route.ts +0 -20
  312. package/.forge/worktrees/pipeline-2ba01c10/app/api/settings/route.ts +0 -64
  313. package/.forge/worktrees/pipeline-2ba01c10/app/api/skills/local/route.ts +0 -228
  314. package/.forge/worktrees/pipeline-2ba01c10/app/api/skills/route.ts +0 -182
  315. package/.forge/worktrees/pipeline-2ba01c10/app/api/smith-templates/route.ts +0 -81
  316. package/.forge/worktrees/pipeline-2ba01c10/app/api/status/route.ts +0 -12
  317. package/.forge/worktrees/pipeline-2ba01c10/app/api/tabs/route.ts +0 -25
  318. package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/[id]/route.ts +0 -51
  319. package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/[id]/stream/route.ts +0 -77
  320. package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/link/route.ts +0 -37
  321. package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/route.ts +0 -44
  322. package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/session/route.ts +0 -14
  323. package/.forge/worktrees/pipeline-2ba01c10/app/api/telegram/route.ts +0 -23
  324. package/.forge/worktrees/pipeline-2ba01c10/app/api/templates/route.ts +0 -6
  325. package/.forge/worktrees/pipeline-2ba01c10/app/api/terminal-bell/route.ts +0 -35
  326. package/.forge/worktrees/pipeline-2ba01c10/app/api/terminal-cwd/route.ts +0 -19
  327. package/.forge/worktrees/pipeline-2ba01c10/app/api/terminal-state/route.ts +0 -15
  328. package/.forge/worktrees/pipeline-2ba01c10/app/api/tunnel/route.ts +0 -26
  329. package/.forge/worktrees/pipeline-2ba01c10/app/api/upgrade/route.ts +0 -43
  330. package/.forge/worktrees/pipeline-2ba01c10/app/api/usage/route.ts +0 -20
  331. package/.forge/worktrees/pipeline-2ba01c10/app/api/version/route.ts +0 -78
  332. package/.forge/worktrees/pipeline-2ba01c10/app/api/watchers/route.ts +0 -33
  333. package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/[id]/agents/route.ts +0 -35
  334. package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/[id]/memory/route.ts +0 -23
  335. package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/[id]/smith/route.ts +0 -22
  336. package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/[id]/stream/route.ts +0 -28
  337. package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/route.ts +0 -100
  338. package/.forge/worktrees/pipeline-2ba01c10/app/global-error.tsx +0 -21
  339. package/.forge/worktrees/pipeline-2ba01c10/app/globals.css +0 -52
  340. package/.forge/worktrees/pipeline-2ba01c10/app/icon.ico +0 -0
  341. package/.forge/worktrees/pipeline-2ba01c10/app/icon.png +0 -0
  342. package/.forge/worktrees/pipeline-2ba01c10/app/icon.svg +0 -106
  343. package/.forge/worktrees/pipeline-2ba01c10/app/layout.tsx +0 -17
  344. package/.forge/worktrees/pipeline-2ba01c10/app/login/LoginForm.tsx +0 -96
  345. package/.forge/worktrees/pipeline-2ba01c10/app/login/page.tsx +0 -10
  346. package/.forge/worktrees/pipeline-2ba01c10/app/mobile/page.tsx +0 -9
  347. package/.forge/worktrees/pipeline-2ba01c10/app/page.tsx +0 -21
  348. package/.forge/worktrees/pipeline-2ba01c10/bin/forge-server.mjs +0 -484
  349. package/.forge/worktrees/pipeline-2ba01c10/check-forge-status.sh +0 -71
  350. package/.forge/worktrees/pipeline-2ba01c10/cli/mw.ts +0 -579
  351. package/.forge/worktrees/pipeline-2ba01c10/components/BrowserPanel.tsx +0 -175
  352. package/.forge/worktrees/pipeline-2ba01c10/components/ChatPanel.tsx +0 -191
  353. package/.forge/worktrees/pipeline-2ba01c10/components/ClaudeTerminal.tsx +0 -267
  354. package/.forge/worktrees/pipeline-2ba01c10/components/CodeViewer.tsx +0 -787
  355. package/.forge/worktrees/pipeline-2ba01c10/components/ConversationEditor.tsx +0 -411
  356. package/.forge/worktrees/pipeline-2ba01c10/components/ConversationGraphView.tsx +0 -347
  357. package/.forge/worktrees/pipeline-2ba01c10/components/ConversationTerminalView.tsx +0 -303
  358. package/.forge/worktrees/pipeline-2ba01c10/components/Dashboard.tsx +0 -807
  359. package/.forge/worktrees/pipeline-2ba01c10/components/DashboardWrapper.tsx +0 -9
  360. package/.forge/worktrees/pipeline-2ba01c10/components/DeliveryFlowEditor.tsx +0 -491
  361. package/.forge/worktrees/pipeline-2ba01c10/components/DeliveryList.tsx +0 -230
  362. package/.forge/worktrees/pipeline-2ba01c10/components/DeliveryWorkspace.tsx +0 -589
  363. package/.forge/worktrees/pipeline-2ba01c10/components/DocTerminal.tsx +0 -187
  364. package/.forge/worktrees/pipeline-2ba01c10/components/DocsViewer.tsx +0 -574
  365. package/.forge/worktrees/pipeline-2ba01c10/components/HelpDialog.tsx +0 -169
  366. package/.forge/worktrees/pipeline-2ba01c10/components/HelpTerminal.tsx +0 -141
  367. package/.forge/worktrees/pipeline-2ba01c10/components/InlinePipelineView.tsx +0 -111
  368. package/.forge/worktrees/pipeline-2ba01c10/components/LogViewer.tsx +0 -194
  369. package/.forge/worktrees/pipeline-2ba01c10/components/MarkdownContent.tsx +0 -73
  370. package/.forge/worktrees/pipeline-2ba01c10/components/MobileView.tsx +0 -385
  371. package/.forge/worktrees/pipeline-2ba01c10/components/MonitorPanel.tsx +0 -122
  372. package/.forge/worktrees/pipeline-2ba01c10/components/NewSessionModal.tsx +0 -93
  373. package/.forge/worktrees/pipeline-2ba01c10/components/NewTaskModal.tsx +0 -492
  374. package/.forge/worktrees/pipeline-2ba01c10/components/PipelineEditor.tsx +0 -570
  375. package/.forge/worktrees/pipeline-2ba01c10/components/PipelineView.tsx +0 -1018
  376. package/.forge/worktrees/pipeline-2ba01c10/components/PluginsPanel.tsx +0 -472
  377. package/.forge/worktrees/pipeline-2ba01c10/components/ProjectDetail.tsx +0 -1618
  378. package/.forge/worktrees/pipeline-2ba01c10/components/ProjectList.tsx +0 -108
  379. package/.forge/worktrees/pipeline-2ba01c10/components/ProjectManager.tsx +0 -401
  380. package/.forge/worktrees/pipeline-2ba01c10/components/SessionList.tsx +0 -74
  381. package/.forge/worktrees/pipeline-2ba01c10/components/SessionView.tsx +0 -726
  382. package/.forge/worktrees/pipeline-2ba01c10/components/SettingsModal.tsx +0 -1647
  383. package/.forge/worktrees/pipeline-2ba01c10/components/SkillsPanel.tsx +0 -969
  384. package/.forge/worktrees/pipeline-2ba01c10/components/StatusBar.tsx +0 -99
  385. package/.forge/worktrees/pipeline-2ba01c10/components/TabBar.tsx +0 -46
  386. package/.forge/worktrees/pipeline-2ba01c10/components/TaskBoard.tsx +0 -113
  387. package/.forge/worktrees/pipeline-2ba01c10/components/TaskDetail.tsx +0 -372
  388. package/.forge/worktrees/pipeline-2ba01c10/components/TerminalLauncher.tsx +0 -398
  389. package/.forge/worktrees/pipeline-2ba01c10/components/TunnelToggle.tsx +0 -206
  390. package/.forge/worktrees/pipeline-2ba01c10/components/UsagePanel.tsx +0 -207
  391. package/.forge/worktrees/pipeline-2ba01c10/components/WebTerminal.tsx +0 -1683
  392. package/.forge/worktrees/pipeline-2ba01c10/components/WorkspaceTree.tsx +0 -221
  393. package/.forge/worktrees/pipeline-2ba01c10/components/WorkspaceView.tsx +0 -4048
  394. package/.forge/worktrees/pipeline-2ba01c10/dev-test.sh +0 -5
  395. package/.forge/worktrees/pipeline-2ba01c10/docs/Forge_Memory_Layer_Design.docx +0 -0
  396. package/.forge/worktrees/pipeline-2ba01c10/docs/Forge_Strategy_Research_2026.docx +0 -0
  397. package/.forge/worktrees/pipeline-2ba01c10/docs/LOCAL-DEPLOY.md +0 -144
  398. package/.forge/worktrees/pipeline-2ba01c10/docs/roadmap-multi-agent-workflow.md +0 -330
  399. package/.forge/worktrees/pipeline-2ba01c10/forge-logo.png +0 -0
  400. package/.forge/worktrees/pipeline-2ba01c10/forge-logo.svg +0 -106
  401. package/.forge/worktrees/pipeline-2ba01c10/hooks/useSidebarResize.ts +0 -52
  402. package/.forge/worktrees/pipeline-2ba01c10/install.sh +0 -29
  403. package/.forge/worktrees/pipeline-2ba01c10/instrumentation.ts +0 -35
  404. package/.forge/worktrees/pipeline-2ba01c10/lib/agents/claude-adapter.ts +0 -104
  405. package/.forge/worktrees/pipeline-2ba01c10/lib/agents/generic-adapter.ts +0 -64
  406. package/.forge/worktrees/pipeline-2ba01c10/lib/agents/index.ts +0 -245
  407. package/.forge/worktrees/pipeline-2ba01c10/lib/agents/types.ts +0 -70
  408. package/.forge/worktrees/pipeline-2ba01c10/lib/artifacts.ts +0 -106
  409. package/.forge/worktrees/pipeline-2ba01c10/lib/auth.ts +0 -62
  410. package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/docker.yaml +0 -70
  411. package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/http.yaml +0 -66
  412. package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/jenkins.yaml +0 -92
  413. package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/llm-vision.yaml +0 -85
  414. package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/playwright.yaml +0 -111
  415. package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/shell-command.yaml +0 -60
  416. package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/slack.yaml +0 -48
  417. package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/webhook.yaml +0 -56
  418. package/.forge/worktrees/pipeline-2ba01c10/lib/claude-process.ts +0 -352
  419. package/.forge/worktrees/pipeline-2ba01c10/lib/claude-sessions.ts +0 -266
  420. package/.forge/worktrees/pipeline-2ba01c10/lib/claude-templates.ts +0 -227
  421. package/.forge/worktrees/pipeline-2ba01c10/lib/cloudflared.ts +0 -424
  422. package/.forge/worktrees/pipeline-2ba01c10/lib/crypto.ts +0 -67
  423. package/.forge/worktrees/pipeline-2ba01c10/lib/delivery.ts +0 -787
  424. package/.forge/worktrees/pipeline-2ba01c10/lib/dirs.ts +0 -99
  425. package/.forge/worktrees/pipeline-2ba01c10/lib/flows.ts +0 -86
  426. package/.forge/worktrees/pipeline-2ba01c10/lib/forge-mcp-server.ts +0 -717
  427. package/.forge/worktrees/pipeline-2ba01c10/lib/forge-skills/forge-inbox.md +0 -38
  428. package/.forge/worktrees/pipeline-2ba01c10/lib/forge-skills/forge-send.md +0 -47
  429. package/.forge/worktrees/pipeline-2ba01c10/lib/forge-skills/forge-status.md +0 -32
  430. package/.forge/worktrees/pipeline-2ba01c10/lib/forge-skills/forge-workspace-sync.md +0 -37
  431. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/00-overview.md +0 -40
  432. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/01-settings.md +0 -194
  433. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/02-telegram.md +0 -41
  434. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/03-tunnel.md +0 -31
  435. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/04-tasks.md +0 -52
  436. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/05-pipelines.md +0 -460
  437. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/06-skills.md +0 -43
  438. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/07-projects.md +0 -73
  439. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/08-rules.md +0 -53
  440. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/09-issue-autofix.md +0 -55
  441. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/10-troubleshooting.md +0 -89
  442. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/11-workspace.md +0 -810
  443. package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/CLAUDE.md +0 -62
  444. package/.forge/worktrees/pipeline-2ba01c10/lib/init.ts +0 -266
  445. package/.forge/worktrees/pipeline-2ba01c10/lib/issue-scanner.ts +0 -298
  446. package/.forge/worktrees/pipeline-2ba01c10/lib/logger.ts +0 -79
  447. package/.forge/worktrees/pipeline-2ba01c10/lib/notifications.ts +0 -75
  448. package/.forge/worktrees/pipeline-2ba01c10/lib/notify.ts +0 -108
  449. package/.forge/worktrees/pipeline-2ba01c10/lib/password.ts +0 -97
  450. package/.forge/worktrees/pipeline-2ba01c10/lib/pipeline-scheduler.ts +0 -373
  451. package/.forge/worktrees/pipeline-2ba01c10/lib/pipeline.ts +0 -1438
  452. package/.forge/worktrees/pipeline-2ba01c10/lib/plugins/executor.ts +0 -347
  453. package/.forge/worktrees/pipeline-2ba01c10/lib/plugins/registry.ts +0 -228
  454. package/.forge/worktrees/pipeline-2ba01c10/lib/plugins/types.ts +0 -103
  455. package/.forge/worktrees/pipeline-2ba01c10/lib/project-sessions.ts +0 -53
  456. package/.forge/worktrees/pipeline-2ba01c10/lib/projects.ts +0 -86
  457. package/.forge/worktrees/pipeline-2ba01c10/lib/session-manager.ts +0 -156
  458. package/.forge/worktrees/pipeline-2ba01c10/lib/session-utils.ts +0 -53
  459. package/.forge/worktrees/pipeline-2ba01c10/lib/session-watcher.ts +0 -345
  460. package/.forge/worktrees/pipeline-2ba01c10/lib/settings.ts +0 -195
  461. package/.forge/worktrees/pipeline-2ba01c10/lib/skills.ts +0 -458
  462. package/.forge/worktrees/pipeline-2ba01c10/lib/task-manager.ts +0 -949
  463. package/.forge/worktrees/pipeline-2ba01c10/lib/telegram-bot.ts +0 -1477
  464. package/.forge/worktrees/pipeline-2ba01c10/lib/telegram-standalone.ts +0 -83
  465. package/.forge/worktrees/pipeline-2ba01c10/lib/terminal-server.ts +0 -70
  466. package/.forge/worktrees/pipeline-2ba01c10/lib/terminal-standalone.ts +0 -421
  467. package/.forge/worktrees/pipeline-2ba01c10/lib/usage-scanner.ts +0 -249
  468. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/__tests__/state-machine.test.ts +0 -388
  469. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/__tests__/workspace.test.ts +0 -311
  470. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/agent-bus.ts +0 -416
  471. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/agent-worker.ts +0 -655
  472. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/backends/api-backend.ts +0 -262
  473. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/backends/cli-backend.ts +0 -491
  474. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/index.ts +0 -82
  475. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/manager.ts +0 -136
  476. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/orchestrator.ts +0 -3400
  477. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/persistence.ts +0 -309
  478. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/presets.ts +0 -649
  479. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/requests.ts +0 -287
  480. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/session-monitor.ts +0 -240
  481. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/skill-installer.ts +0 -275
  482. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/smith-memory.ts +0 -498
  483. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/types.ts +0 -241
  484. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/watch-manager.ts +0 -560
  485. package/.forge/worktrees/pipeline-2ba01c10/lib/workspace-standalone.ts +0 -911
  486. package/.forge/worktrees/pipeline-2ba01c10/middleware.ts +0 -51
  487. package/.forge/worktrees/pipeline-2ba01c10/next.config.ts +0 -26
  488. package/.forge/worktrees/pipeline-2ba01c10/package.json +0 -74
  489. package/.forge/worktrees/pipeline-2ba01c10/pnpm-lock.yaml +0 -3719
  490. package/.forge/worktrees/pipeline-2ba01c10/pnpm-workspace.yaml +0 -1
  491. package/.forge/worktrees/pipeline-2ba01c10/postcss.config.mjs +0 -7
  492. package/.forge/worktrees/pipeline-2ba01c10/publish.sh +0 -133
  493. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/README.md +0 -66
  494. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/results/.gitignore +0 -2
  495. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/run.ts +0 -635
  496. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/01-text-utils/task.md +0 -26
  497. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  498. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  499. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/02-pagination/task.md +0 -48
  500. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  501. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  502. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  503. package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  504. package/.forge/worktrees/pipeline-2ba01c10/scripts/verify-usage.ts +0 -178
  505. package/.forge/worktrees/pipeline-2ba01c10/src/config/index.ts +0 -129
  506. package/.forge/worktrees/pipeline-2ba01c10/src/core/db/database.ts +0 -259
  507. package/.forge/worktrees/pipeline-2ba01c10/src/core/memory/strategy.ts +0 -32
  508. package/.forge/worktrees/pipeline-2ba01c10/src/core/providers/chat.ts +0 -65
  509. package/.forge/worktrees/pipeline-2ba01c10/src/core/providers/registry.ts +0 -60
  510. package/.forge/worktrees/pipeline-2ba01c10/src/core/session/manager.ts +0 -190
  511. package/.forge/worktrees/pipeline-2ba01c10/src/types/index.ts +0 -129
  512. package/.forge/worktrees/pipeline-2ba01c10/start.sh +0 -31
  513. package/.forge/worktrees/pipeline-2ba01c10/templates/smith-lead.json +0 -45
  514. package/.forge/worktrees/pipeline-2ba01c10/tsconfig.json +0 -42
  515. package/.forge/worktrees/pipeline-3156a8b3/CLAUDE.md +0 -86
  516. package/.forge/worktrees/pipeline-3156a8b3/README.md +0 -136
  517. package/.forge/worktrees/pipeline-3156a8b3/RELEASE_NOTES.md +0 -11
  518. package/.forge/worktrees/pipeline-3156a8b3/app/api/agents/route.ts +0 -17
  519. package/.forge/worktrees/pipeline-3156a8b3/app/api/auth/[...nextauth]/route.ts +0 -3
  520. package/.forge/worktrees/pipeline-3156a8b3/app/api/auth/verify/route.ts +0 -46
  521. package/.forge/worktrees/pipeline-3156a8b3/app/api/claude/[id]/route.ts +0 -31
  522. package/.forge/worktrees/pipeline-3156a8b3/app/api/claude/[id]/stream/route.ts +0 -63
  523. package/.forge/worktrees/pipeline-3156a8b3/app/api/claude/route.ts +0 -28
  524. package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  525. package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  526. package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-sessions/[projectName]/route.ts +0 -37
  527. package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-sessions/sync/route.ts +0 -17
  528. package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-templates/route.ts +0 -145
  529. package/.forge/worktrees/pipeline-3156a8b3/app/api/code/route.ts +0 -299
  530. package/.forge/worktrees/pipeline-3156a8b3/app/api/delivery/[id]/route.ts +0 -62
  531. package/.forge/worktrees/pipeline-3156a8b3/app/api/delivery/route.ts +0 -40
  532. package/.forge/worktrees/pipeline-3156a8b3/app/api/detect-cli/route.ts +0 -46
  533. package/.forge/worktrees/pipeline-3156a8b3/app/api/docs/route.ts +0 -176
  534. package/.forge/worktrees/pipeline-3156a8b3/app/api/docs/sessions/route.ts +0 -54
  535. package/.forge/worktrees/pipeline-3156a8b3/app/api/favorites/route.ts +0 -26
  536. package/.forge/worktrees/pipeline-3156a8b3/app/api/flows/route.ts +0 -6
  537. package/.forge/worktrees/pipeline-3156a8b3/app/api/flows/run/route.ts +0 -19
  538. package/.forge/worktrees/pipeline-3156a8b3/app/api/git/route.ts +0 -149
  539. package/.forge/worktrees/pipeline-3156a8b3/app/api/help/route.ts +0 -84
  540. package/.forge/worktrees/pipeline-3156a8b3/app/api/issue-scanner/route.ts +0 -116
  541. package/.forge/worktrees/pipeline-3156a8b3/app/api/logs/route.ts +0 -100
  542. package/.forge/worktrees/pipeline-3156a8b3/app/api/mobile-chat/route.ts +0 -115
  543. package/.forge/worktrees/pipeline-3156a8b3/app/api/monitor/route.ts +0 -74
  544. package/.forge/worktrees/pipeline-3156a8b3/app/api/notifications/route.ts +0 -42
  545. package/.forge/worktrees/pipeline-3156a8b3/app/api/notify/test/route.ts +0 -33
  546. package/.forge/worktrees/pipeline-3156a8b3/app/api/online/route.ts +0 -40
  547. package/.forge/worktrees/pipeline-3156a8b3/app/api/pipelines/[id]/route.ts +0 -41
  548. package/.forge/worktrees/pipeline-3156a8b3/app/api/pipelines/route.ts +0 -90
  549. package/.forge/worktrees/pipeline-3156a8b3/app/api/plugins/route.ts +0 -75
  550. package/.forge/worktrees/pipeline-3156a8b3/app/api/preview/[...path]/route.ts +0 -64
  551. package/.forge/worktrees/pipeline-3156a8b3/app/api/preview/route.ts +0 -156
  552. package/.forge/worktrees/pipeline-3156a8b3/app/api/project-pipelines/route.ts +0 -91
  553. package/.forge/worktrees/pipeline-3156a8b3/app/api/project-sessions/route.ts +0 -61
  554. package/.forge/worktrees/pipeline-3156a8b3/app/api/projects/route.ts +0 -26
  555. package/.forge/worktrees/pipeline-3156a8b3/app/api/sessions/[id]/chat/route.ts +0 -64
  556. package/.forge/worktrees/pipeline-3156a8b3/app/api/sessions/[id]/messages/route.ts +0 -9
  557. package/.forge/worktrees/pipeline-3156a8b3/app/api/sessions/[id]/route.ts +0 -17
  558. package/.forge/worktrees/pipeline-3156a8b3/app/api/sessions/route.ts +0 -20
  559. package/.forge/worktrees/pipeline-3156a8b3/app/api/settings/route.ts +0 -64
  560. package/.forge/worktrees/pipeline-3156a8b3/app/api/skills/local/route.ts +0 -228
  561. package/.forge/worktrees/pipeline-3156a8b3/app/api/skills/route.ts +0 -182
  562. package/.forge/worktrees/pipeline-3156a8b3/app/api/smith-templates/route.ts +0 -81
  563. package/.forge/worktrees/pipeline-3156a8b3/app/api/status/route.ts +0 -12
  564. package/.forge/worktrees/pipeline-3156a8b3/app/api/tabs/route.ts +0 -25
  565. package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/[id]/route.ts +0 -51
  566. package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/[id]/stream/route.ts +0 -77
  567. package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/link/route.ts +0 -37
  568. package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/route.ts +0 -44
  569. package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/session/route.ts +0 -14
  570. package/.forge/worktrees/pipeline-3156a8b3/app/api/telegram/route.ts +0 -23
  571. package/.forge/worktrees/pipeline-3156a8b3/app/api/templates/route.ts +0 -6
  572. package/.forge/worktrees/pipeline-3156a8b3/app/api/terminal-bell/route.ts +0 -35
  573. package/.forge/worktrees/pipeline-3156a8b3/app/api/terminal-cwd/route.ts +0 -19
  574. package/.forge/worktrees/pipeline-3156a8b3/app/api/terminal-state/route.ts +0 -15
  575. package/.forge/worktrees/pipeline-3156a8b3/app/api/tunnel/route.ts +0 -26
  576. package/.forge/worktrees/pipeline-3156a8b3/app/api/upgrade/route.ts +0 -43
  577. package/.forge/worktrees/pipeline-3156a8b3/app/api/usage/route.ts +0 -20
  578. package/.forge/worktrees/pipeline-3156a8b3/app/api/version/route.ts +0 -78
  579. package/.forge/worktrees/pipeline-3156a8b3/app/api/watchers/route.ts +0 -33
  580. package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/[id]/agents/route.ts +0 -35
  581. package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/[id]/memory/route.ts +0 -23
  582. package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/[id]/smith/route.ts +0 -22
  583. package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/[id]/stream/route.ts +0 -28
  584. package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/route.ts +0 -100
  585. package/.forge/worktrees/pipeline-3156a8b3/app/global-error.tsx +0 -21
  586. package/.forge/worktrees/pipeline-3156a8b3/app/globals.css +0 -52
  587. package/.forge/worktrees/pipeline-3156a8b3/app/icon.ico +0 -0
  588. package/.forge/worktrees/pipeline-3156a8b3/app/icon.png +0 -0
  589. package/.forge/worktrees/pipeline-3156a8b3/app/icon.svg +0 -106
  590. package/.forge/worktrees/pipeline-3156a8b3/app/layout.tsx +0 -17
  591. package/.forge/worktrees/pipeline-3156a8b3/app/login/LoginForm.tsx +0 -96
  592. package/.forge/worktrees/pipeline-3156a8b3/app/login/page.tsx +0 -10
  593. package/.forge/worktrees/pipeline-3156a8b3/app/mobile/page.tsx +0 -9
  594. package/.forge/worktrees/pipeline-3156a8b3/app/page.tsx +0 -21
  595. package/.forge/worktrees/pipeline-3156a8b3/bin/forge-server.mjs +0 -484
  596. package/.forge/worktrees/pipeline-3156a8b3/check-forge-status.sh +0 -71
  597. package/.forge/worktrees/pipeline-3156a8b3/cli/mw.ts +0 -579
  598. package/.forge/worktrees/pipeline-3156a8b3/components/BrowserPanel.tsx +0 -175
  599. package/.forge/worktrees/pipeline-3156a8b3/components/ChatPanel.tsx +0 -191
  600. package/.forge/worktrees/pipeline-3156a8b3/components/ClaudeTerminal.tsx +0 -267
  601. package/.forge/worktrees/pipeline-3156a8b3/components/CodeViewer.tsx +0 -787
  602. package/.forge/worktrees/pipeline-3156a8b3/components/ConversationEditor.tsx +0 -411
  603. package/.forge/worktrees/pipeline-3156a8b3/components/ConversationGraphView.tsx +0 -347
  604. package/.forge/worktrees/pipeline-3156a8b3/components/ConversationTerminalView.tsx +0 -303
  605. package/.forge/worktrees/pipeline-3156a8b3/components/Dashboard.tsx +0 -807
  606. package/.forge/worktrees/pipeline-3156a8b3/components/DashboardWrapper.tsx +0 -9
  607. package/.forge/worktrees/pipeline-3156a8b3/components/DeliveryFlowEditor.tsx +0 -491
  608. package/.forge/worktrees/pipeline-3156a8b3/components/DeliveryList.tsx +0 -230
  609. package/.forge/worktrees/pipeline-3156a8b3/components/DeliveryWorkspace.tsx +0 -589
  610. package/.forge/worktrees/pipeline-3156a8b3/components/DocTerminal.tsx +0 -187
  611. package/.forge/worktrees/pipeline-3156a8b3/components/DocsViewer.tsx +0 -574
  612. package/.forge/worktrees/pipeline-3156a8b3/components/HelpDialog.tsx +0 -169
  613. package/.forge/worktrees/pipeline-3156a8b3/components/HelpTerminal.tsx +0 -141
  614. package/.forge/worktrees/pipeline-3156a8b3/components/InlinePipelineView.tsx +0 -111
  615. package/.forge/worktrees/pipeline-3156a8b3/components/LogViewer.tsx +0 -194
  616. package/.forge/worktrees/pipeline-3156a8b3/components/MarkdownContent.tsx +0 -73
  617. package/.forge/worktrees/pipeline-3156a8b3/components/MobileView.tsx +0 -385
  618. package/.forge/worktrees/pipeline-3156a8b3/components/MonitorPanel.tsx +0 -122
  619. package/.forge/worktrees/pipeline-3156a8b3/components/NewSessionModal.tsx +0 -93
  620. package/.forge/worktrees/pipeline-3156a8b3/components/NewTaskModal.tsx +0 -492
  621. package/.forge/worktrees/pipeline-3156a8b3/components/PipelineEditor.tsx +0 -570
  622. package/.forge/worktrees/pipeline-3156a8b3/components/PipelineView.tsx +0 -1018
  623. package/.forge/worktrees/pipeline-3156a8b3/components/PluginsPanel.tsx +0 -472
  624. package/.forge/worktrees/pipeline-3156a8b3/components/ProjectDetail.tsx +0 -1618
  625. package/.forge/worktrees/pipeline-3156a8b3/components/ProjectList.tsx +0 -108
  626. package/.forge/worktrees/pipeline-3156a8b3/components/ProjectManager.tsx +0 -401
  627. package/.forge/worktrees/pipeline-3156a8b3/components/SessionList.tsx +0 -74
  628. package/.forge/worktrees/pipeline-3156a8b3/components/SessionView.tsx +0 -726
  629. package/.forge/worktrees/pipeline-3156a8b3/components/SettingsModal.tsx +0 -1647
  630. package/.forge/worktrees/pipeline-3156a8b3/components/SkillsPanel.tsx +0 -969
  631. package/.forge/worktrees/pipeline-3156a8b3/components/StatusBar.tsx +0 -99
  632. package/.forge/worktrees/pipeline-3156a8b3/components/TabBar.tsx +0 -46
  633. package/.forge/worktrees/pipeline-3156a8b3/components/TaskBoard.tsx +0 -113
  634. package/.forge/worktrees/pipeline-3156a8b3/components/TaskDetail.tsx +0 -372
  635. package/.forge/worktrees/pipeline-3156a8b3/components/TerminalLauncher.tsx +0 -398
  636. package/.forge/worktrees/pipeline-3156a8b3/components/TunnelToggle.tsx +0 -206
  637. package/.forge/worktrees/pipeline-3156a8b3/components/UsagePanel.tsx +0 -207
  638. package/.forge/worktrees/pipeline-3156a8b3/components/WebTerminal.tsx +0 -1683
  639. package/.forge/worktrees/pipeline-3156a8b3/components/WorkspaceTree.tsx +0 -221
  640. package/.forge/worktrees/pipeline-3156a8b3/components/WorkspaceView.tsx +0 -4048
  641. package/.forge/worktrees/pipeline-3156a8b3/dev-test.sh +0 -5
  642. package/.forge/worktrees/pipeline-3156a8b3/docs/Forge_Memory_Layer_Design.docx +0 -0
  643. package/.forge/worktrees/pipeline-3156a8b3/docs/Forge_Strategy_Research_2026.docx +0 -0
  644. package/.forge/worktrees/pipeline-3156a8b3/docs/LOCAL-DEPLOY.md +0 -144
  645. package/.forge/worktrees/pipeline-3156a8b3/docs/roadmap-multi-agent-workflow.md +0 -330
  646. package/.forge/worktrees/pipeline-3156a8b3/forge-logo.png +0 -0
  647. package/.forge/worktrees/pipeline-3156a8b3/forge-logo.svg +0 -106
  648. package/.forge/worktrees/pipeline-3156a8b3/hooks/useSidebarResize.ts +0 -52
  649. package/.forge/worktrees/pipeline-3156a8b3/install.sh +0 -29
  650. package/.forge/worktrees/pipeline-3156a8b3/instrumentation.ts +0 -35
  651. package/.forge/worktrees/pipeline-3156a8b3/lib/agents/claude-adapter.ts +0 -104
  652. package/.forge/worktrees/pipeline-3156a8b3/lib/agents/generic-adapter.ts +0 -64
  653. package/.forge/worktrees/pipeline-3156a8b3/lib/agents/index.ts +0 -245
  654. package/.forge/worktrees/pipeline-3156a8b3/lib/agents/types.ts +0 -70
  655. package/.forge/worktrees/pipeline-3156a8b3/lib/artifacts.ts +0 -106
  656. package/.forge/worktrees/pipeline-3156a8b3/lib/auth.ts +0 -62
  657. package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/docker.yaml +0 -70
  658. package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/http.yaml +0 -66
  659. package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/jenkins.yaml +0 -92
  660. package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/llm-vision.yaml +0 -85
  661. package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/playwright.yaml +0 -111
  662. package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/shell-command.yaml +0 -60
  663. package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/slack.yaml +0 -48
  664. package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/webhook.yaml +0 -56
  665. package/.forge/worktrees/pipeline-3156a8b3/lib/claude-process.ts +0 -351
  666. package/.forge/worktrees/pipeline-3156a8b3/lib/claude-sessions.ts +0 -266
  667. package/.forge/worktrees/pipeline-3156a8b3/lib/claude-templates.ts +0 -227
  668. package/.forge/worktrees/pipeline-3156a8b3/lib/cloudflared.ts +0 -424
  669. package/.forge/worktrees/pipeline-3156a8b3/lib/crypto.ts +0 -67
  670. package/.forge/worktrees/pipeline-3156a8b3/lib/delivery.ts +0 -787
  671. package/.forge/worktrees/pipeline-3156a8b3/lib/dirs.ts +0 -99
  672. package/.forge/worktrees/pipeline-3156a8b3/lib/flows.ts +0 -86
  673. package/.forge/worktrees/pipeline-3156a8b3/lib/forge-mcp-server.ts +0 -717
  674. package/.forge/worktrees/pipeline-3156a8b3/lib/forge-skills/forge-inbox.md +0 -38
  675. package/.forge/worktrees/pipeline-3156a8b3/lib/forge-skills/forge-send.md +0 -47
  676. package/.forge/worktrees/pipeline-3156a8b3/lib/forge-skills/forge-status.md +0 -32
  677. package/.forge/worktrees/pipeline-3156a8b3/lib/forge-skills/forge-workspace-sync.md +0 -37
  678. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/00-overview.md +0 -40
  679. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/01-settings.md +0 -194
  680. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/02-telegram.md +0 -41
  681. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/03-tunnel.md +0 -31
  682. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/04-tasks.md +0 -52
  683. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/05-pipelines.md +0 -460
  684. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/06-skills.md +0 -43
  685. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/07-projects.md +0 -73
  686. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/08-rules.md +0 -53
  687. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/09-issue-autofix.md +0 -55
  688. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/10-troubleshooting.md +0 -89
  689. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/11-workspace.md +0 -810
  690. package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/CLAUDE.md +0 -62
  691. package/.forge/worktrees/pipeline-3156a8b3/lib/init.ts +0 -266
  692. package/.forge/worktrees/pipeline-3156a8b3/lib/issue-scanner.ts +0 -298
  693. package/.forge/worktrees/pipeline-3156a8b3/lib/logger.ts +0 -79
  694. package/.forge/worktrees/pipeline-3156a8b3/lib/notifications.ts +0 -75
  695. package/.forge/worktrees/pipeline-3156a8b3/lib/notify.ts +0 -108
  696. package/.forge/worktrees/pipeline-3156a8b3/lib/password.ts +0 -97
  697. package/.forge/worktrees/pipeline-3156a8b3/lib/pipeline-scheduler.ts +0 -373
  698. package/.forge/worktrees/pipeline-3156a8b3/lib/pipeline.ts +0 -1441
  699. package/.forge/worktrees/pipeline-3156a8b3/lib/plugins/executor.ts +0 -347
  700. package/.forge/worktrees/pipeline-3156a8b3/lib/plugins/registry.ts +0 -228
  701. package/.forge/worktrees/pipeline-3156a8b3/lib/plugins/types.ts +0 -103
  702. package/.forge/worktrees/pipeline-3156a8b3/lib/project-sessions.ts +0 -53
  703. package/.forge/worktrees/pipeline-3156a8b3/lib/projects.ts +0 -86
  704. package/.forge/worktrees/pipeline-3156a8b3/lib/session-manager.ts +0 -156
  705. package/.forge/worktrees/pipeline-3156a8b3/lib/session-utils.ts +0 -53
  706. package/.forge/worktrees/pipeline-3156a8b3/lib/session-watcher.ts +0 -345
  707. package/.forge/worktrees/pipeline-3156a8b3/lib/settings.ts +0 -195
  708. package/.forge/worktrees/pipeline-3156a8b3/lib/skills.ts +0 -458
  709. package/.forge/worktrees/pipeline-3156a8b3/lib/task-manager.ts +0 -949
  710. package/.forge/worktrees/pipeline-3156a8b3/lib/telegram-bot.ts +0 -1477
  711. package/.forge/worktrees/pipeline-3156a8b3/lib/telegram-standalone.ts +0 -83
  712. package/.forge/worktrees/pipeline-3156a8b3/lib/terminal-server.ts +0 -70
  713. package/.forge/worktrees/pipeline-3156a8b3/lib/terminal-standalone.ts +0 -421
  714. package/.forge/worktrees/pipeline-3156a8b3/lib/usage-scanner.ts +0 -249
  715. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/__tests__/state-machine.test.ts +0 -388
  716. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/__tests__/workspace.test.ts +0 -311
  717. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/agent-bus.ts +0 -416
  718. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/agent-worker.ts +0 -655
  719. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/backends/api-backend.ts +0 -262
  720. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/backends/cli-backend.ts +0 -491
  721. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/index.ts +0 -82
  722. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/manager.ts +0 -136
  723. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/orchestrator.ts +0 -3400
  724. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/persistence.ts +0 -309
  725. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/presets.ts +0 -649
  726. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/requests.ts +0 -287
  727. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/session-monitor.ts +0 -240
  728. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/skill-installer.ts +0 -275
  729. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/smith-memory.ts +0 -498
  730. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/types.ts +0 -241
  731. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/watch-manager.ts +0 -560
  732. package/.forge/worktrees/pipeline-3156a8b3/lib/workspace-standalone.ts +0 -911
  733. package/.forge/worktrees/pipeline-3156a8b3/middleware.ts +0 -51
  734. package/.forge/worktrees/pipeline-3156a8b3/next.config.ts +0 -26
  735. package/.forge/worktrees/pipeline-3156a8b3/package.json +0 -74
  736. package/.forge/worktrees/pipeline-3156a8b3/pnpm-lock.yaml +0 -3719
  737. package/.forge/worktrees/pipeline-3156a8b3/pnpm-workspace.yaml +0 -1
  738. package/.forge/worktrees/pipeline-3156a8b3/postcss.config.mjs +0 -7
  739. package/.forge/worktrees/pipeline-3156a8b3/publish.sh +0 -133
  740. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/README.md +0 -66
  741. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/results/.gitignore +0 -2
  742. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/run.ts +0 -635
  743. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/01-text-utils/task.md +0 -26
  744. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  745. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  746. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/02-pagination/task.md +0 -48
  747. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  748. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  749. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  750. package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  751. package/.forge/worktrees/pipeline-3156a8b3/scripts/verify-usage.ts +0 -178
  752. package/.forge/worktrees/pipeline-3156a8b3/src/config/index.ts +0 -129
  753. package/.forge/worktrees/pipeline-3156a8b3/src/core/db/database.ts +0 -259
  754. package/.forge/worktrees/pipeline-3156a8b3/src/core/memory/strategy.ts +0 -32
  755. package/.forge/worktrees/pipeline-3156a8b3/src/core/providers/chat.ts +0 -65
  756. package/.forge/worktrees/pipeline-3156a8b3/src/core/providers/registry.ts +0 -60
  757. package/.forge/worktrees/pipeline-3156a8b3/src/core/session/manager.ts +0 -190
  758. package/.forge/worktrees/pipeline-3156a8b3/src/types/index.ts +0 -129
  759. package/.forge/worktrees/pipeline-3156a8b3/start.sh +0 -31
  760. package/.forge/worktrees/pipeline-3156a8b3/templates/smith-lead.json +0 -45
  761. package/.forge/worktrees/pipeline-3156a8b3/tsconfig.json +0 -42
  762. package/.forge/worktrees/pipeline-316c6574/CLAUDE.md +0 -86
  763. package/.forge/worktrees/pipeline-316c6574/README.md +0 -136
  764. package/.forge/worktrees/pipeline-316c6574/RELEASE_NOTES.md +0 -11
  765. package/.forge/worktrees/pipeline-316c6574/app/api/agents/route.ts +0 -17
  766. package/.forge/worktrees/pipeline-316c6574/app/api/auth/[...nextauth]/route.ts +0 -3
  767. package/.forge/worktrees/pipeline-316c6574/app/api/auth/verify/route.ts +0 -46
  768. package/.forge/worktrees/pipeline-316c6574/app/api/claude/[id]/route.ts +0 -31
  769. package/.forge/worktrees/pipeline-316c6574/app/api/claude/[id]/stream/route.ts +0 -63
  770. package/.forge/worktrees/pipeline-316c6574/app/api/claude/route.ts +0 -28
  771. package/.forge/worktrees/pipeline-316c6574/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  772. package/.forge/worktrees/pipeline-316c6574/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  773. package/.forge/worktrees/pipeline-316c6574/app/api/claude-sessions/[projectName]/route.ts +0 -37
  774. package/.forge/worktrees/pipeline-316c6574/app/api/claude-sessions/sync/route.ts +0 -17
  775. package/.forge/worktrees/pipeline-316c6574/app/api/claude-templates/route.ts +0 -145
  776. package/.forge/worktrees/pipeline-316c6574/app/api/code/route.ts +0 -299
  777. package/.forge/worktrees/pipeline-316c6574/app/api/delivery/[id]/route.ts +0 -62
  778. package/.forge/worktrees/pipeline-316c6574/app/api/delivery/route.ts +0 -40
  779. package/.forge/worktrees/pipeline-316c6574/app/api/detect-cli/route.ts +0 -46
  780. package/.forge/worktrees/pipeline-316c6574/app/api/docs/route.ts +0 -176
  781. package/.forge/worktrees/pipeline-316c6574/app/api/docs/sessions/route.ts +0 -54
  782. package/.forge/worktrees/pipeline-316c6574/app/api/favorites/route.ts +0 -26
  783. package/.forge/worktrees/pipeline-316c6574/app/api/flows/route.ts +0 -6
  784. package/.forge/worktrees/pipeline-316c6574/app/api/flows/run/route.ts +0 -19
  785. package/.forge/worktrees/pipeline-316c6574/app/api/git/route.ts +0 -149
  786. package/.forge/worktrees/pipeline-316c6574/app/api/help/route.ts +0 -84
  787. package/.forge/worktrees/pipeline-316c6574/app/api/issue-scanner/route.ts +0 -116
  788. package/.forge/worktrees/pipeline-316c6574/app/api/logs/route.ts +0 -100
  789. package/.forge/worktrees/pipeline-316c6574/app/api/mobile-chat/route.ts +0 -115
  790. package/.forge/worktrees/pipeline-316c6574/app/api/monitor/route.ts +0 -74
  791. package/.forge/worktrees/pipeline-316c6574/app/api/notifications/route.ts +0 -42
  792. package/.forge/worktrees/pipeline-316c6574/app/api/notify/test/route.ts +0 -33
  793. package/.forge/worktrees/pipeline-316c6574/app/api/online/route.ts +0 -40
  794. package/.forge/worktrees/pipeline-316c6574/app/api/pipelines/[id]/route.ts +0 -41
  795. package/.forge/worktrees/pipeline-316c6574/app/api/pipelines/route.ts +0 -90
  796. package/.forge/worktrees/pipeline-316c6574/app/api/plugins/route.ts +0 -75
  797. package/.forge/worktrees/pipeline-316c6574/app/api/preview/[...path]/route.ts +0 -64
  798. package/.forge/worktrees/pipeline-316c6574/app/api/preview/route.ts +0 -156
  799. package/.forge/worktrees/pipeline-316c6574/app/api/project-pipelines/route.ts +0 -91
  800. package/.forge/worktrees/pipeline-316c6574/app/api/project-sessions/route.ts +0 -61
  801. package/.forge/worktrees/pipeline-316c6574/app/api/projects/route.ts +0 -26
  802. package/.forge/worktrees/pipeline-316c6574/app/api/sessions/[id]/chat/route.ts +0 -64
  803. package/.forge/worktrees/pipeline-316c6574/app/api/sessions/[id]/messages/route.ts +0 -9
  804. package/.forge/worktrees/pipeline-316c6574/app/api/sessions/[id]/route.ts +0 -17
  805. package/.forge/worktrees/pipeline-316c6574/app/api/sessions/route.ts +0 -20
  806. package/.forge/worktrees/pipeline-316c6574/app/api/settings/route.ts +0 -64
  807. package/.forge/worktrees/pipeline-316c6574/app/api/skills/local/route.ts +0 -228
  808. package/.forge/worktrees/pipeline-316c6574/app/api/skills/route.ts +0 -182
  809. package/.forge/worktrees/pipeline-316c6574/app/api/smith-templates/route.ts +0 -81
  810. package/.forge/worktrees/pipeline-316c6574/app/api/status/route.ts +0 -12
  811. package/.forge/worktrees/pipeline-316c6574/app/api/tabs/route.ts +0 -25
  812. package/.forge/worktrees/pipeline-316c6574/app/api/tasks/[id]/route.ts +0 -51
  813. package/.forge/worktrees/pipeline-316c6574/app/api/tasks/[id]/stream/route.ts +0 -77
  814. package/.forge/worktrees/pipeline-316c6574/app/api/tasks/link/route.ts +0 -37
  815. package/.forge/worktrees/pipeline-316c6574/app/api/tasks/route.ts +0 -44
  816. package/.forge/worktrees/pipeline-316c6574/app/api/tasks/session/route.ts +0 -14
  817. package/.forge/worktrees/pipeline-316c6574/app/api/telegram/route.ts +0 -23
  818. package/.forge/worktrees/pipeline-316c6574/app/api/templates/route.ts +0 -6
  819. package/.forge/worktrees/pipeline-316c6574/app/api/terminal-bell/route.ts +0 -35
  820. package/.forge/worktrees/pipeline-316c6574/app/api/terminal-cwd/route.ts +0 -19
  821. package/.forge/worktrees/pipeline-316c6574/app/api/terminal-state/route.ts +0 -15
  822. package/.forge/worktrees/pipeline-316c6574/app/api/tunnel/route.ts +0 -26
  823. package/.forge/worktrees/pipeline-316c6574/app/api/upgrade/route.ts +0 -43
  824. package/.forge/worktrees/pipeline-316c6574/app/api/usage/route.ts +0 -20
  825. package/.forge/worktrees/pipeline-316c6574/app/api/version/route.ts +0 -78
  826. package/.forge/worktrees/pipeline-316c6574/app/api/watchers/route.ts +0 -33
  827. package/.forge/worktrees/pipeline-316c6574/app/api/workspace/[id]/agents/route.ts +0 -35
  828. package/.forge/worktrees/pipeline-316c6574/app/api/workspace/[id]/memory/route.ts +0 -23
  829. package/.forge/worktrees/pipeline-316c6574/app/api/workspace/[id]/smith/route.ts +0 -22
  830. package/.forge/worktrees/pipeline-316c6574/app/api/workspace/[id]/stream/route.ts +0 -28
  831. package/.forge/worktrees/pipeline-316c6574/app/api/workspace/route.ts +0 -100
  832. package/.forge/worktrees/pipeline-316c6574/app/global-error.tsx +0 -21
  833. package/.forge/worktrees/pipeline-316c6574/app/globals.css +0 -52
  834. package/.forge/worktrees/pipeline-316c6574/app/icon.ico +0 -0
  835. package/.forge/worktrees/pipeline-316c6574/app/icon.png +0 -0
  836. package/.forge/worktrees/pipeline-316c6574/app/icon.svg +0 -106
  837. package/.forge/worktrees/pipeline-316c6574/app/layout.tsx +0 -17
  838. package/.forge/worktrees/pipeline-316c6574/app/login/LoginForm.tsx +0 -96
  839. package/.forge/worktrees/pipeline-316c6574/app/login/page.tsx +0 -10
  840. package/.forge/worktrees/pipeline-316c6574/app/mobile/page.tsx +0 -9
  841. package/.forge/worktrees/pipeline-316c6574/app/page.tsx +0 -21
  842. package/.forge/worktrees/pipeline-316c6574/bin/forge-server.mjs +0 -484
  843. package/.forge/worktrees/pipeline-316c6574/check-forge-status.sh +0 -71
  844. package/.forge/worktrees/pipeline-316c6574/cli/mw.ts +0 -579
  845. package/.forge/worktrees/pipeline-316c6574/components/BrowserPanel.tsx +0 -175
  846. package/.forge/worktrees/pipeline-316c6574/components/ChatPanel.tsx +0 -191
  847. package/.forge/worktrees/pipeline-316c6574/components/ClaudeTerminal.tsx +0 -267
  848. package/.forge/worktrees/pipeline-316c6574/components/CodeViewer.tsx +0 -787
  849. package/.forge/worktrees/pipeline-316c6574/components/ConversationEditor.tsx +0 -411
  850. package/.forge/worktrees/pipeline-316c6574/components/ConversationGraphView.tsx +0 -347
  851. package/.forge/worktrees/pipeline-316c6574/components/ConversationTerminalView.tsx +0 -303
  852. package/.forge/worktrees/pipeline-316c6574/components/Dashboard.tsx +0 -807
  853. package/.forge/worktrees/pipeline-316c6574/components/DashboardWrapper.tsx +0 -9
  854. package/.forge/worktrees/pipeline-316c6574/components/DeliveryFlowEditor.tsx +0 -491
  855. package/.forge/worktrees/pipeline-316c6574/components/DeliveryList.tsx +0 -230
  856. package/.forge/worktrees/pipeline-316c6574/components/DeliveryWorkspace.tsx +0 -589
  857. package/.forge/worktrees/pipeline-316c6574/components/DocTerminal.tsx +0 -187
  858. package/.forge/worktrees/pipeline-316c6574/components/DocsViewer.tsx +0 -574
  859. package/.forge/worktrees/pipeline-316c6574/components/HelpDialog.tsx +0 -169
  860. package/.forge/worktrees/pipeline-316c6574/components/HelpTerminal.tsx +0 -141
  861. package/.forge/worktrees/pipeline-316c6574/components/InlinePipelineView.tsx +0 -111
  862. package/.forge/worktrees/pipeline-316c6574/components/LogViewer.tsx +0 -194
  863. package/.forge/worktrees/pipeline-316c6574/components/MarkdownContent.tsx +0 -73
  864. package/.forge/worktrees/pipeline-316c6574/components/MobileView.tsx +0 -385
  865. package/.forge/worktrees/pipeline-316c6574/components/MonitorPanel.tsx +0 -122
  866. package/.forge/worktrees/pipeline-316c6574/components/NewSessionModal.tsx +0 -93
  867. package/.forge/worktrees/pipeline-316c6574/components/NewTaskModal.tsx +0 -492
  868. package/.forge/worktrees/pipeline-316c6574/components/PipelineEditor.tsx +0 -570
  869. package/.forge/worktrees/pipeline-316c6574/components/PipelineView.tsx +0 -1018
  870. package/.forge/worktrees/pipeline-316c6574/components/PluginsPanel.tsx +0 -472
  871. package/.forge/worktrees/pipeline-316c6574/components/ProjectDetail.tsx +0 -1618
  872. package/.forge/worktrees/pipeline-316c6574/components/ProjectList.tsx +0 -108
  873. package/.forge/worktrees/pipeline-316c6574/components/ProjectManager.tsx +0 -401
  874. package/.forge/worktrees/pipeline-316c6574/components/SessionList.tsx +0 -74
  875. package/.forge/worktrees/pipeline-316c6574/components/SessionView.tsx +0 -726
  876. package/.forge/worktrees/pipeline-316c6574/components/SettingsModal.tsx +0 -1647
  877. package/.forge/worktrees/pipeline-316c6574/components/SkillsPanel.tsx +0 -969
  878. package/.forge/worktrees/pipeline-316c6574/components/StatusBar.tsx +0 -99
  879. package/.forge/worktrees/pipeline-316c6574/components/TabBar.tsx +0 -46
  880. package/.forge/worktrees/pipeline-316c6574/components/TaskBoard.tsx +0 -113
  881. package/.forge/worktrees/pipeline-316c6574/components/TaskDetail.tsx +0 -372
  882. package/.forge/worktrees/pipeline-316c6574/components/TerminalLauncher.tsx +0 -398
  883. package/.forge/worktrees/pipeline-316c6574/components/TunnelToggle.tsx +0 -206
  884. package/.forge/worktrees/pipeline-316c6574/components/UsagePanel.tsx +0 -207
  885. package/.forge/worktrees/pipeline-316c6574/components/WebTerminal.tsx +0 -1683
  886. package/.forge/worktrees/pipeline-316c6574/components/WorkspaceTree.tsx +0 -221
  887. package/.forge/worktrees/pipeline-316c6574/components/WorkspaceView.tsx +0 -4048
  888. package/.forge/worktrees/pipeline-316c6574/dev-test.sh +0 -5
  889. package/.forge/worktrees/pipeline-316c6574/docs/Forge_Memory_Layer_Design.docx +0 -0
  890. package/.forge/worktrees/pipeline-316c6574/docs/Forge_Strategy_Research_2026.docx +0 -0
  891. package/.forge/worktrees/pipeline-316c6574/docs/LOCAL-DEPLOY.md +0 -144
  892. package/.forge/worktrees/pipeline-316c6574/docs/roadmap-multi-agent-workflow.md +0 -330
  893. package/.forge/worktrees/pipeline-316c6574/forge-logo.png +0 -0
  894. package/.forge/worktrees/pipeline-316c6574/forge-logo.svg +0 -106
  895. package/.forge/worktrees/pipeline-316c6574/hooks/useSidebarResize.ts +0 -52
  896. package/.forge/worktrees/pipeline-316c6574/install.sh +0 -29
  897. package/.forge/worktrees/pipeline-316c6574/instrumentation.ts +0 -35
  898. package/.forge/worktrees/pipeline-316c6574/lib/agents/claude-adapter.ts +0 -104
  899. package/.forge/worktrees/pipeline-316c6574/lib/agents/generic-adapter.ts +0 -64
  900. package/.forge/worktrees/pipeline-316c6574/lib/agents/index.ts +0 -245
  901. package/.forge/worktrees/pipeline-316c6574/lib/agents/types.ts +0 -70
  902. package/.forge/worktrees/pipeline-316c6574/lib/artifacts.ts +0 -106
  903. package/.forge/worktrees/pipeline-316c6574/lib/auth.ts +0 -62
  904. package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/docker.yaml +0 -70
  905. package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/http.yaml +0 -66
  906. package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/jenkins.yaml +0 -92
  907. package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/llm-vision.yaml +0 -85
  908. package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/playwright.yaml +0 -111
  909. package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/shell-command.yaml +0 -60
  910. package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/slack.yaml +0 -48
  911. package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/webhook.yaml +0 -56
  912. package/.forge/worktrees/pipeline-316c6574/lib/claude-process.ts +0 -361
  913. package/.forge/worktrees/pipeline-316c6574/lib/claude-sessions.ts +0 -266
  914. package/.forge/worktrees/pipeline-316c6574/lib/claude-templates.ts +0 -227
  915. package/.forge/worktrees/pipeline-316c6574/lib/cloudflared.ts +0 -424
  916. package/.forge/worktrees/pipeline-316c6574/lib/crypto.ts +0 -67
  917. package/.forge/worktrees/pipeline-316c6574/lib/delivery.ts +0 -787
  918. package/.forge/worktrees/pipeline-316c6574/lib/dirs.ts +0 -99
  919. package/.forge/worktrees/pipeline-316c6574/lib/flows.ts +0 -86
  920. package/.forge/worktrees/pipeline-316c6574/lib/forge-mcp-server.ts +0 -717
  921. package/.forge/worktrees/pipeline-316c6574/lib/forge-skills/forge-inbox.md +0 -38
  922. package/.forge/worktrees/pipeline-316c6574/lib/forge-skills/forge-send.md +0 -47
  923. package/.forge/worktrees/pipeline-316c6574/lib/forge-skills/forge-status.md +0 -32
  924. package/.forge/worktrees/pipeline-316c6574/lib/forge-skills/forge-workspace-sync.md +0 -37
  925. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/00-overview.md +0 -40
  926. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/01-settings.md +0 -194
  927. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/02-telegram.md +0 -41
  928. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/03-tunnel.md +0 -31
  929. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/04-tasks.md +0 -52
  930. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/05-pipelines.md +0 -460
  931. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/06-skills.md +0 -43
  932. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/07-projects.md +0 -73
  933. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/08-rules.md +0 -53
  934. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/09-issue-autofix.md +0 -55
  935. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/10-troubleshooting.md +0 -89
  936. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/11-workspace.md +0 -810
  937. package/.forge/worktrees/pipeline-316c6574/lib/help-docs/CLAUDE.md +0 -62
  938. package/.forge/worktrees/pipeline-316c6574/lib/init.ts +0 -266
  939. package/.forge/worktrees/pipeline-316c6574/lib/issue-scanner.ts +0 -298
  940. package/.forge/worktrees/pipeline-316c6574/lib/logger.ts +0 -79
  941. package/.forge/worktrees/pipeline-316c6574/lib/notifications.ts +0 -75
  942. package/.forge/worktrees/pipeline-316c6574/lib/notify.ts +0 -108
  943. package/.forge/worktrees/pipeline-316c6574/lib/password.ts +0 -97
  944. package/.forge/worktrees/pipeline-316c6574/lib/pipeline-scheduler.ts +0 -373
  945. package/.forge/worktrees/pipeline-316c6574/lib/pipeline.ts +0 -1441
  946. package/.forge/worktrees/pipeline-316c6574/lib/plugins/executor.ts +0 -347
  947. package/.forge/worktrees/pipeline-316c6574/lib/plugins/registry.ts +0 -228
  948. package/.forge/worktrees/pipeline-316c6574/lib/plugins/types.ts +0 -103
  949. package/.forge/worktrees/pipeline-316c6574/lib/project-sessions.ts +0 -53
  950. package/.forge/worktrees/pipeline-316c6574/lib/projects.ts +0 -86
  951. package/.forge/worktrees/pipeline-316c6574/lib/session-manager.ts +0 -156
  952. package/.forge/worktrees/pipeline-316c6574/lib/session-utils.ts +0 -53
  953. package/.forge/worktrees/pipeline-316c6574/lib/session-watcher.ts +0 -345
  954. package/.forge/worktrees/pipeline-316c6574/lib/settings.ts +0 -195
  955. package/.forge/worktrees/pipeline-316c6574/lib/skills.ts +0 -458
  956. package/.forge/worktrees/pipeline-316c6574/lib/task-manager.ts +0 -949
  957. package/.forge/worktrees/pipeline-316c6574/lib/telegram-bot.ts +0 -1477
  958. package/.forge/worktrees/pipeline-316c6574/lib/telegram-standalone.ts +0 -83
  959. package/.forge/worktrees/pipeline-316c6574/lib/terminal-server.ts +0 -70
  960. package/.forge/worktrees/pipeline-316c6574/lib/terminal-standalone.ts +0 -421
  961. package/.forge/worktrees/pipeline-316c6574/lib/usage-scanner.ts +0 -249
  962. package/.forge/worktrees/pipeline-316c6574/lib/workspace/__tests__/state-machine.test.ts +0 -388
  963. package/.forge/worktrees/pipeline-316c6574/lib/workspace/__tests__/workspace.test.ts +0 -311
  964. package/.forge/worktrees/pipeline-316c6574/lib/workspace/agent-bus.ts +0 -416
  965. package/.forge/worktrees/pipeline-316c6574/lib/workspace/agent-worker.ts +0 -655
  966. package/.forge/worktrees/pipeline-316c6574/lib/workspace/backends/api-backend.ts +0 -262
  967. package/.forge/worktrees/pipeline-316c6574/lib/workspace/backends/cli-backend.ts +0 -491
  968. package/.forge/worktrees/pipeline-316c6574/lib/workspace/index.ts +0 -82
  969. package/.forge/worktrees/pipeline-316c6574/lib/workspace/manager.ts +0 -136
  970. package/.forge/worktrees/pipeline-316c6574/lib/workspace/orchestrator.ts +0 -3400
  971. package/.forge/worktrees/pipeline-316c6574/lib/workspace/persistence.ts +0 -309
  972. package/.forge/worktrees/pipeline-316c6574/lib/workspace/presets.ts +0 -649
  973. package/.forge/worktrees/pipeline-316c6574/lib/workspace/requests.ts +0 -287
  974. package/.forge/worktrees/pipeline-316c6574/lib/workspace/session-monitor.ts +0 -240
  975. package/.forge/worktrees/pipeline-316c6574/lib/workspace/skill-installer.ts +0 -275
  976. package/.forge/worktrees/pipeline-316c6574/lib/workspace/smith-memory.ts +0 -498
  977. package/.forge/worktrees/pipeline-316c6574/lib/workspace/types.ts +0 -241
  978. package/.forge/worktrees/pipeline-316c6574/lib/workspace/watch-manager.ts +0 -560
  979. package/.forge/worktrees/pipeline-316c6574/lib/workspace-standalone.ts +0 -911
  980. package/.forge/worktrees/pipeline-316c6574/middleware.ts +0 -51
  981. package/.forge/worktrees/pipeline-316c6574/next.config.ts +0 -26
  982. package/.forge/worktrees/pipeline-316c6574/package.json +0 -74
  983. package/.forge/worktrees/pipeline-316c6574/pnpm-lock.yaml +0 -3719
  984. package/.forge/worktrees/pipeline-316c6574/pnpm-workspace.yaml +0 -1
  985. package/.forge/worktrees/pipeline-316c6574/postcss.config.mjs +0 -7
  986. package/.forge/worktrees/pipeline-316c6574/publish.sh +0 -133
  987. package/.forge/worktrees/pipeline-316c6574/scripts/bench/README.md +0 -66
  988. package/.forge/worktrees/pipeline-316c6574/scripts/bench/results/.gitignore +0 -2
  989. package/.forge/worktrees/pipeline-316c6574/scripts/bench/run.ts +0 -635
  990. package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/01-text-utils/task.md +0 -26
  991. package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  992. package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  993. package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/02-pagination/task.md +0 -48
  994. package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  995. package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  996. package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  997. package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  998. package/.forge/worktrees/pipeline-316c6574/scripts/verify-usage.ts +0 -178
  999. package/.forge/worktrees/pipeline-316c6574/src/config/index.ts +0 -129
  1000. package/.forge/worktrees/pipeline-316c6574/src/core/db/database.ts +0 -259
  1001. package/.forge/worktrees/pipeline-316c6574/src/core/memory/strategy.ts +0 -32
  1002. package/.forge/worktrees/pipeline-316c6574/src/core/providers/chat.ts +0 -65
  1003. package/.forge/worktrees/pipeline-316c6574/src/core/providers/registry.ts +0 -60
  1004. package/.forge/worktrees/pipeline-316c6574/src/core/session/manager.ts +0 -190
  1005. package/.forge/worktrees/pipeline-316c6574/src/types/index.ts +0 -129
  1006. package/.forge/worktrees/pipeline-316c6574/start.sh +0 -31
  1007. package/.forge/worktrees/pipeline-316c6574/templates/smith-lead.json +0 -45
  1008. package/.forge/worktrees/pipeline-316c6574/tsconfig.json +0 -42
  1009. package/.forge/worktrees/pipeline-44a94121/CLAUDE.md +0 -86
  1010. package/.forge/worktrees/pipeline-44a94121/README.md +0 -136
  1011. package/.forge/worktrees/pipeline-44a94121/RELEASE_NOTES.md +0 -11
  1012. package/.forge/worktrees/pipeline-44a94121/app/api/agents/route.ts +0 -17
  1013. package/.forge/worktrees/pipeline-44a94121/app/api/auth/[...nextauth]/route.ts +0 -3
  1014. package/.forge/worktrees/pipeline-44a94121/app/api/auth/verify/route.ts +0 -46
  1015. package/.forge/worktrees/pipeline-44a94121/app/api/claude/[id]/route.ts +0 -31
  1016. package/.forge/worktrees/pipeline-44a94121/app/api/claude/[id]/stream/route.ts +0 -63
  1017. package/.forge/worktrees/pipeline-44a94121/app/api/claude/route.ts +0 -28
  1018. package/.forge/worktrees/pipeline-44a94121/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  1019. package/.forge/worktrees/pipeline-44a94121/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  1020. package/.forge/worktrees/pipeline-44a94121/app/api/claude-sessions/[projectName]/route.ts +0 -37
  1021. package/.forge/worktrees/pipeline-44a94121/app/api/claude-sessions/sync/route.ts +0 -17
  1022. package/.forge/worktrees/pipeline-44a94121/app/api/claude-templates/route.ts +0 -145
  1023. package/.forge/worktrees/pipeline-44a94121/app/api/code/route.ts +0 -299
  1024. package/.forge/worktrees/pipeline-44a94121/app/api/delivery/[id]/route.ts +0 -62
  1025. package/.forge/worktrees/pipeline-44a94121/app/api/delivery/route.ts +0 -40
  1026. package/.forge/worktrees/pipeline-44a94121/app/api/detect-cli/route.ts +0 -46
  1027. package/.forge/worktrees/pipeline-44a94121/app/api/docs/route.ts +0 -176
  1028. package/.forge/worktrees/pipeline-44a94121/app/api/docs/sessions/route.ts +0 -54
  1029. package/.forge/worktrees/pipeline-44a94121/app/api/favorites/route.ts +0 -26
  1030. package/.forge/worktrees/pipeline-44a94121/app/api/flows/route.ts +0 -6
  1031. package/.forge/worktrees/pipeline-44a94121/app/api/flows/run/route.ts +0 -19
  1032. package/.forge/worktrees/pipeline-44a94121/app/api/git/route.ts +0 -149
  1033. package/.forge/worktrees/pipeline-44a94121/app/api/help/route.ts +0 -84
  1034. package/.forge/worktrees/pipeline-44a94121/app/api/issue-scanner/route.ts +0 -116
  1035. package/.forge/worktrees/pipeline-44a94121/app/api/logs/route.ts +0 -100
  1036. package/.forge/worktrees/pipeline-44a94121/app/api/mobile-chat/route.ts +0 -115
  1037. package/.forge/worktrees/pipeline-44a94121/app/api/monitor/route.ts +0 -74
  1038. package/.forge/worktrees/pipeline-44a94121/app/api/notifications/route.ts +0 -42
  1039. package/.forge/worktrees/pipeline-44a94121/app/api/notify/test/route.ts +0 -33
  1040. package/.forge/worktrees/pipeline-44a94121/app/api/online/route.ts +0 -40
  1041. package/.forge/worktrees/pipeline-44a94121/app/api/pipelines/[id]/route.ts +0 -41
  1042. package/.forge/worktrees/pipeline-44a94121/app/api/pipelines/route.ts +0 -90
  1043. package/.forge/worktrees/pipeline-44a94121/app/api/plugins/route.ts +0 -75
  1044. package/.forge/worktrees/pipeline-44a94121/app/api/preview/[...path]/route.ts +0 -64
  1045. package/.forge/worktrees/pipeline-44a94121/app/api/preview/route.ts +0 -156
  1046. package/.forge/worktrees/pipeline-44a94121/app/api/project-pipelines/route.ts +0 -91
  1047. package/.forge/worktrees/pipeline-44a94121/app/api/project-sessions/route.ts +0 -61
  1048. package/.forge/worktrees/pipeline-44a94121/app/api/projects/route.ts +0 -26
  1049. package/.forge/worktrees/pipeline-44a94121/app/api/sessions/[id]/chat/route.ts +0 -64
  1050. package/.forge/worktrees/pipeline-44a94121/app/api/sessions/[id]/messages/route.ts +0 -9
  1051. package/.forge/worktrees/pipeline-44a94121/app/api/sessions/[id]/route.ts +0 -17
  1052. package/.forge/worktrees/pipeline-44a94121/app/api/sessions/route.ts +0 -20
  1053. package/.forge/worktrees/pipeline-44a94121/app/api/settings/route.ts +0 -64
  1054. package/.forge/worktrees/pipeline-44a94121/app/api/skills/local/route.ts +0 -228
  1055. package/.forge/worktrees/pipeline-44a94121/app/api/skills/route.ts +0 -182
  1056. package/.forge/worktrees/pipeline-44a94121/app/api/smith-templates/route.ts +0 -81
  1057. package/.forge/worktrees/pipeline-44a94121/app/api/status/route.ts +0 -12
  1058. package/.forge/worktrees/pipeline-44a94121/app/api/tabs/route.ts +0 -25
  1059. package/.forge/worktrees/pipeline-44a94121/app/api/tasks/[id]/route.ts +0 -51
  1060. package/.forge/worktrees/pipeline-44a94121/app/api/tasks/[id]/stream/route.ts +0 -77
  1061. package/.forge/worktrees/pipeline-44a94121/app/api/tasks/link/route.ts +0 -37
  1062. package/.forge/worktrees/pipeline-44a94121/app/api/tasks/route.ts +0 -44
  1063. package/.forge/worktrees/pipeline-44a94121/app/api/tasks/session/route.ts +0 -14
  1064. package/.forge/worktrees/pipeline-44a94121/app/api/telegram/route.ts +0 -23
  1065. package/.forge/worktrees/pipeline-44a94121/app/api/templates/route.ts +0 -6
  1066. package/.forge/worktrees/pipeline-44a94121/app/api/terminal-bell/route.ts +0 -35
  1067. package/.forge/worktrees/pipeline-44a94121/app/api/terminal-cwd/route.ts +0 -19
  1068. package/.forge/worktrees/pipeline-44a94121/app/api/terminal-state/route.ts +0 -15
  1069. package/.forge/worktrees/pipeline-44a94121/app/api/tunnel/route.ts +0 -26
  1070. package/.forge/worktrees/pipeline-44a94121/app/api/upgrade/route.ts +0 -43
  1071. package/.forge/worktrees/pipeline-44a94121/app/api/usage/route.ts +0 -20
  1072. package/.forge/worktrees/pipeline-44a94121/app/api/version/route.ts +0 -78
  1073. package/.forge/worktrees/pipeline-44a94121/app/api/watchers/route.ts +0 -33
  1074. package/.forge/worktrees/pipeline-44a94121/app/api/workspace/[id]/agents/route.ts +0 -35
  1075. package/.forge/worktrees/pipeline-44a94121/app/api/workspace/[id]/memory/route.ts +0 -23
  1076. package/.forge/worktrees/pipeline-44a94121/app/api/workspace/[id]/smith/route.ts +0 -22
  1077. package/.forge/worktrees/pipeline-44a94121/app/api/workspace/[id]/stream/route.ts +0 -28
  1078. package/.forge/worktrees/pipeline-44a94121/app/api/workspace/route.ts +0 -100
  1079. package/.forge/worktrees/pipeline-44a94121/app/global-error.tsx +0 -21
  1080. package/.forge/worktrees/pipeline-44a94121/app/globals.css +0 -52
  1081. package/.forge/worktrees/pipeline-44a94121/app/icon.ico +0 -0
  1082. package/.forge/worktrees/pipeline-44a94121/app/icon.png +0 -0
  1083. package/.forge/worktrees/pipeline-44a94121/app/icon.svg +0 -106
  1084. package/.forge/worktrees/pipeline-44a94121/app/layout.tsx +0 -17
  1085. package/.forge/worktrees/pipeline-44a94121/app/login/LoginForm.tsx +0 -96
  1086. package/.forge/worktrees/pipeline-44a94121/app/login/page.tsx +0 -10
  1087. package/.forge/worktrees/pipeline-44a94121/app/mobile/page.tsx +0 -9
  1088. package/.forge/worktrees/pipeline-44a94121/app/page.tsx +0 -21
  1089. package/.forge/worktrees/pipeline-44a94121/bin/forge-server.mjs +0 -484
  1090. package/.forge/worktrees/pipeline-44a94121/check-forge-status.sh +0 -71
  1091. package/.forge/worktrees/pipeline-44a94121/cli/mw.ts +0 -579
  1092. package/.forge/worktrees/pipeline-44a94121/components/BrowserPanel.tsx +0 -175
  1093. package/.forge/worktrees/pipeline-44a94121/components/ChatPanel.tsx +0 -191
  1094. package/.forge/worktrees/pipeline-44a94121/components/ClaudeTerminal.tsx +0 -267
  1095. package/.forge/worktrees/pipeline-44a94121/components/CodeViewer.tsx +0 -787
  1096. package/.forge/worktrees/pipeline-44a94121/components/ConversationEditor.tsx +0 -411
  1097. package/.forge/worktrees/pipeline-44a94121/components/ConversationGraphView.tsx +0 -347
  1098. package/.forge/worktrees/pipeline-44a94121/components/ConversationTerminalView.tsx +0 -303
  1099. package/.forge/worktrees/pipeline-44a94121/components/Dashboard.tsx +0 -807
  1100. package/.forge/worktrees/pipeline-44a94121/components/DashboardWrapper.tsx +0 -9
  1101. package/.forge/worktrees/pipeline-44a94121/components/DeliveryFlowEditor.tsx +0 -491
  1102. package/.forge/worktrees/pipeline-44a94121/components/DeliveryList.tsx +0 -230
  1103. package/.forge/worktrees/pipeline-44a94121/components/DeliveryWorkspace.tsx +0 -589
  1104. package/.forge/worktrees/pipeline-44a94121/components/DocTerminal.tsx +0 -187
  1105. package/.forge/worktrees/pipeline-44a94121/components/DocsViewer.tsx +0 -574
  1106. package/.forge/worktrees/pipeline-44a94121/components/HelpDialog.tsx +0 -169
  1107. package/.forge/worktrees/pipeline-44a94121/components/HelpTerminal.tsx +0 -141
  1108. package/.forge/worktrees/pipeline-44a94121/components/InlinePipelineView.tsx +0 -111
  1109. package/.forge/worktrees/pipeline-44a94121/components/LogViewer.tsx +0 -194
  1110. package/.forge/worktrees/pipeline-44a94121/components/MarkdownContent.tsx +0 -73
  1111. package/.forge/worktrees/pipeline-44a94121/components/MobileView.tsx +0 -385
  1112. package/.forge/worktrees/pipeline-44a94121/components/MonitorPanel.tsx +0 -122
  1113. package/.forge/worktrees/pipeline-44a94121/components/NewSessionModal.tsx +0 -93
  1114. package/.forge/worktrees/pipeline-44a94121/components/NewTaskModal.tsx +0 -492
  1115. package/.forge/worktrees/pipeline-44a94121/components/PipelineEditor.tsx +0 -570
  1116. package/.forge/worktrees/pipeline-44a94121/components/PipelineView.tsx +0 -1018
  1117. package/.forge/worktrees/pipeline-44a94121/components/PluginsPanel.tsx +0 -472
  1118. package/.forge/worktrees/pipeline-44a94121/components/ProjectDetail.tsx +0 -1618
  1119. package/.forge/worktrees/pipeline-44a94121/components/ProjectList.tsx +0 -108
  1120. package/.forge/worktrees/pipeline-44a94121/components/ProjectManager.tsx +0 -401
  1121. package/.forge/worktrees/pipeline-44a94121/components/SessionList.tsx +0 -74
  1122. package/.forge/worktrees/pipeline-44a94121/components/SessionView.tsx +0 -726
  1123. package/.forge/worktrees/pipeline-44a94121/components/SettingsModal.tsx +0 -1647
  1124. package/.forge/worktrees/pipeline-44a94121/components/SkillsPanel.tsx +0 -969
  1125. package/.forge/worktrees/pipeline-44a94121/components/StatusBar.tsx +0 -99
  1126. package/.forge/worktrees/pipeline-44a94121/components/TabBar.tsx +0 -46
  1127. package/.forge/worktrees/pipeline-44a94121/components/TaskBoard.tsx +0 -113
  1128. package/.forge/worktrees/pipeline-44a94121/components/TaskDetail.tsx +0 -372
  1129. package/.forge/worktrees/pipeline-44a94121/components/TerminalLauncher.tsx +0 -398
  1130. package/.forge/worktrees/pipeline-44a94121/components/TunnelToggle.tsx +0 -206
  1131. package/.forge/worktrees/pipeline-44a94121/components/UsagePanel.tsx +0 -207
  1132. package/.forge/worktrees/pipeline-44a94121/components/WebTerminal.tsx +0 -1683
  1133. package/.forge/worktrees/pipeline-44a94121/components/WorkspaceTree.tsx +0 -221
  1134. package/.forge/worktrees/pipeline-44a94121/components/WorkspaceView.tsx +0 -4048
  1135. package/.forge/worktrees/pipeline-44a94121/dev-test.sh +0 -5
  1136. package/.forge/worktrees/pipeline-44a94121/docs/Forge_Memory_Layer_Design.docx +0 -0
  1137. package/.forge/worktrees/pipeline-44a94121/docs/Forge_Strategy_Research_2026.docx +0 -0
  1138. package/.forge/worktrees/pipeline-44a94121/docs/LOCAL-DEPLOY.md +0 -144
  1139. package/.forge/worktrees/pipeline-44a94121/docs/roadmap-multi-agent-workflow.md +0 -330
  1140. package/.forge/worktrees/pipeline-44a94121/forge-logo.png +0 -0
  1141. package/.forge/worktrees/pipeline-44a94121/forge-logo.svg +0 -106
  1142. package/.forge/worktrees/pipeline-44a94121/hooks/useSidebarResize.ts +0 -52
  1143. package/.forge/worktrees/pipeline-44a94121/install.sh +0 -29
  1144. package/.forge/worktrees/pipeline-44a94121/instrumentation.ts +0 -35
  1145. package/.forge/worktrees/pipeline-44a94121/lib/agents/claude-adapter.ts +0 -104
  1146. package/.forge/worktrees/pipeline-44a94121/lib/agents/generic-adapter.ts +0 -64
  1147. package/.forge/worktrees/pipeline-44a94121/lib/agents/index.ts +0 -245
  1148. package/.forge/worktrees/pipeline-44a94121/lib/agents/types.ts +0 -70
  1149. package/.forge/worktrees/pipeline-44a94121/lib/artifacts.ts +0 -106
  1150. package/.forge/worktrees/pipeline-44a94121/lib/auth.ts +0 -62
  1151. package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/docker.yaml +0 -70
  1152. package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/http.yaml +0 -66
  1153. package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/jenkins.yaml +0 -92
  1154. package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/llm-vision.yaml +0 -85
  1155. package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/playwright.yaml +0 -111
  1156. package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/shell-command.yaml +0 -60
  1157. package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/slack.yaml +0 -48
  1158. package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/webhook.yaml +0 -56
  1159. package/.forge/worktrees/pipeline-44a94121/lib/claude-process.ts +0 -351
  1160. package/.forge/worktrees/pipeline-44a94121/lib/claude-sessions.ts +0 -266
  1161. package/.forge/worktrees/pipeline-44a94121/lib/claude-templates.ts +0 -227
  1162. package/.forge/worktrees/pipeline-44a94121/lib/cloudflared.ts +0 -424
  1163. package/.forge/worktrees/pipeline-44a94121/lib/crypto.ts +0 -67
  1164. package/.forge/worktrees/pipeline-44a94121/lib/delivery.ts +0 -787
  1165. package/.forge/worktrees/pipeline-44a94121/lib/dirs.ts +0 -99
  1166. package/.forge/worktrees/pipeline-44a94121/lib/flows.ts +0 -86
  1167. package/.forge/worktrees/pipeline-44a94121/lib/forge-mcp-server.ts +0 -717
  1168. package/.forge/worktrees/pipeline-44a94121/lib/forge-skills/forge-inbox.md +0 -38
  1169. package/.forge/worktrees/pipeline-44a94121/lib/forge-skills/forge-send.md +0 -47
  1170. package/.forge/worktrees/pipeline-44a94121/lib/forge-skills/forge-status.md +0 -32
  1171. package/.forge/worktrees/pipeline-44a94121/lib/forge-skills/forge-workspace-sync.md +0 -37
  1172. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/00-overview.md +0 -40
  1173. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/01-settings.md +0 -194
  1174. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/02-telegram.md +0 -41
  1175. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/03-tunnel.md +0 -31
  1176. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/04-tasks.md +0 -52
  1177. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/05-pipelines.md +0 -460
  1178. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/06-skills.md +0 -43
  1179. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/07-projects.md +0 -73
  1180. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/08-rules.md +0 -53
  1181. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/09-issue-autofix.md +0 -55
  1182. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/10-troubleshooting.md +0 -89
  1183. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/11-workspace.md +0 -810
  1184. package/.forge/worktrees/pipeline-44a94121/lib/help-docs/CLAUDE.md +0 -62
  1185. package/.forge/worktrees/pipeline-44a94121/lib/init.ts +0 -266
  1186. package/.forge/worktrees/pipeline-44a94121/lib/issue-scanner.ts +0 -298
  1187. package/.forge/worktrees/pipeline-44a94121/lib/logger.ts +0 -79
  1188. package/.forge/worktrees/pipeline-44a94121/lib/notifications.ts +0 -75
  1189. package/.forge/worktrees/pipeline-44a94121/lib/notify.ts +0 -108
  1190. package/.forge/worktrees/pipeline-44a94121/lib/password.ts +0 -97
  1191. package/.forge/worktrees/pipeline-44a94121/lib/pipeline-scheduler.ts +0 -373
  1192. package/.forge/worktrees/pipeline-44a94121/lib/pipeline.ts +0 -1441
  1193. package/.forge/worktrees/pipeline-44a94121/lib/plugins/executor.ts +0 -347
  1194. package/.forge/worktrees/pipeline-44a94121/lib/plugins/registry.ts +0 -228
  1195. package/.forge/worktrees/pipeline-44a94121/lib/plugins/types.ts +0 -103
  1196. package/.forge/worktrees/pipeline-44a94121/lib/project-sessions.ts +0 -53
  1197. package/.forge/worktrees/pipeline-44a94121/lib/projects.ts +0 -86
  1198. package/.forge/worktrees/pipeline-44a94121/lib/session-manager.ts +0 -156
  1199. package/.forge/worktrees/pipeline-44a94121/lib/session-utils.ts +0 -53
  1200. package/.forge/worktrees/pipeline-44a94121/lib/session-watcher.ts +0 -345
  1201. package/.forge/worktrees/pipeline-44a94121/lib/settings.ts +0 -195
  1202. package/.forge/worktrees/pipeline-44a94121/lib/skills.ts +0 -458
  1203. package/.forge/worktrees/pipeline-44a94121/lib/task-manager.ts +0 -949
  1204. package/.forge/worktrees/pipeline-44a94121/lib/telegram-bot.ts +0 -1477
  1205. package/.forge/worktrees/pipeline-44a94121/lib/telegram-standalone.ts +0 -83
  1206. package/.forge/worktrees/pipeline-44a94121/lib/terminal-server.ts +0 -70
  1207. package/.forge/worktrees/pipeline-44a94121/lib/terminal-standalone.ts +0 -421
  1208. package/.forge/worktrees/pipeline-44a94121/lib/usage-scanner.ts +0 -249
  1209. package/.forge/worktrees/pipeline-44a94121/lib/workspace/__tests__/state-machine.test.ts +0 -388
  1210. package/.forge/worktrees/pipeline-44a94121/lib/workspace/__tests__/workspace.test.ts +0 -311
  1211. package/.forge/worktrees/pipeline-44a94121/lib/workspace/agent-bus.ts +0 -416
  1212. package/.forge/worktrees/pipeline-44a94121/lib/workspace/agent-worker.ts +0 -655
  1213. package/.forge/worktrees/pipeline-44a94121/lib/workspace/backends/api-backend.ts +0 -262
  1214. package/.forge/worktrees/pipeline-44a94121/lib/workspace/backends/cli-backend.ts +0 -491
  1215. package/.forge/worktrees/pipeline-44a94121/lib/workspace/index.ts +0 -82
  1216. package/.forge/worktrees/pipeline-44a94121/lib/workspace/manager.ts +0 -136
  1217. package/.forge/worktrees/pipeline-44a94121/lib/workspace/orchestrator.ts +0 -3400
  1218. package/.forge/worktrees/pipeline-44a94121/lib/workspace/persistence.ts +0 -309
  1219. package/.forge/worktrees/pipeline-44a94121/lib/workspace/presets.ts +0 -649
  1220. package/.forge/worktrees/pipeline-44a94121/lib/workspace/requests.ts +0 -287
  1221. package/.forge/worktrees/pipeline-44a94121/lib/workspace/session-monitor.ts +0 -240
  1222. package/.forge/worktrees/pipeline-44a94121/lib/workspace/skill-installer.ts +0 -275
  1223. package/.forge/worktrees/pipeline-44a94121/lib/workspace/smith-memory.ts +0 -498
  1224. package/.forge/worktrees/pipeline-44a94121/lib/workspace/types.ts +0 -241
  1225. package/.forge/worktrees/pipeline-44a94121/lib/workspace/watch-manager.ts +0 -560
  1226. package/.forge/worktrees/pipeline-44a94121/lib/workspace-standalone.ts +0 -911
  1227. package/.forge/worktrees/pipeline-44a94121/middleware.ts +0 -51
  1228. package/.forge/worktrees/pipeline-44a94121/next.config.ts +0 -26
  1229. package/.forge/worktrees/pipeline-44a94121/package.json +0 -74
  1230. package/.forge/worktrees/pipeline-44a94121/pnpm-lock.yaml +0 -3719
  1231. package/.forge/worktrees/pipeline-44a94121/pnpm-workspace.yaml +0 -1
  1232. package/.forge/worktrees/pipeline-44a94121/postcss.config.mjs +0 -7
  1233. package/.forge/worktrees/pipeline-44a94121/publish.sh +0 -133
  1234. package/.forge/worktrees/pipeline-44a94121/scripts/bench/README.md +0 -66
  1235. package/.forge/worktrees/pipeline-44a94121/scripts/bench/results/.gitignore +0 -2
  1236. package/.forge/worktrees/pipeline-44a94121/scripts/bench/run.ts +0 -635
  1237. package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/01-text-utils/task.md +0 -26
  1238. package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  1239. package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  1240. package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/02-pagination/task.md +0 -48
  1241. package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  1242. package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  1243. package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  1244. package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  1245. package/.forge/worktrees/pipeline-44a94121/scripts/verify-usage.ts +0 -178
  1246. package/.forge/worktrees/pipeline-44a94121/src/config/index.ts +0 -129
  1247. package/.forge/worktrees/pipeline-44a94121/src/core/db/database.ts +0 -259
  1248. package/.forge/worktrees/pipeline-44a94121/src/core/memory/strategy.ts +0 -32
  1249. package/.forge/worktrees/pipeline-44a94121/src/core/providers/chat.ts +0 -65
  1250. package/.forge/worktrees/pipeline-44a94121/src/core/providers/registry.ts +0 -60
  1251. package/.forge/worktrees/pipeline-44a94121/src/core/session/manager.ts +0 -190
  1252. package/.forge/worktrees/pipeline-44a94121/src/types/index.ts +0 -129
  1253. package/.forge/worktrees/pipeline-44a94121/start.sh +0 -31
  1254. package/.forge/worktrees/pipeline-44a94121/templates/smith-lead.json +0 -45
  1255. package/.forge/worktrees/pipeline-44a94121/tsconfig.json +0 -42
  1256. package/.forge/worktrees/pipeline-4dd8dc2d/CLAUDE.md +0 -86
  1257. package/.forge/worktrees/pipeline-4dd8dc2d/README.md +0 -136
  1258. package/.forge/worktrees/pipeline-4dd8dc2d/RELEASE_NOTES.md +0 -36
  1259. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/agents/route.ts +0 -17
  1260. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/auth/[...nextauth]/route.ts +0 -3
  1261. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/auth/verify/route.ts +0 -46
  1262. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude/[id]/route.ts +0 -31
  1263. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude/[id]/stream/route.ts +0 -63
  1264. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude/route.ts +0 -28
  1265. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  1266. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  1267. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-sessions/[projectName]/route.ts +0 -37
  1268. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-sessions/sync/route.ts +0 -17
  1269. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-templates/route.ts +0 -145
  1270. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/code/route.ts +0 -299
  1271. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/delivery/[id]/route.ts +0 -62
  1272. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/delivery/route.ts +0 -40
  1273. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/detect-cli/route.ts +0 -46
  1274. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/docs/route.ts +0 -176
  1275. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/docs/sessions/route.ts +0 -54
  1276. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/favorites/route.ts +0 -26
  1277. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/flows/route.ts +0 -6
  1278. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/flows/run/route.ts +0 -19
  1279. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/git/route.ts +0 -149
  1280. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/help/route.ts +0 -84
  1281. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/issue-scanner/route.ts +0 -116
  1282. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/logs/route.ts +0 -100
  1283. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/mobile-chat/route.ts +0 -115
  1284. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/monitor/route.ts +0 -74
  1285. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/notifications/route.ts +0 -42
  1286. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/notify/test/route.ts +0 -33
  1287. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/online/route.ts +0 -40
  1288. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/pipelines/[id]/route.ts +0 -41
  1289. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/pipelines/route.ts +0 -90
  1290. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/plugins/route.ts +0 -75
  1291. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/preview/[...path]/route.ts +0 -64
  1292. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/preview/route.ts +0 -156
  1293. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/project-pipelines/route.ts +0 -91
  1294. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/project-sessions/route.ts +0 -61
  1295. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/projects/route.ts +0 -26
  1296. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/sessions/[id]/chat/route.ts +0 -64
  1297. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/sessions/[id]/messages/route.ts +0 -9
  1298. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/sessions/[id]/route.ts +0 -17
  1299. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/sessions/route.ts +0 -20
  1300. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/settings/route.ts +0 -64
  1301. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/skills/local/route.ts +0 -228
  1302. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/skills/route.ts +0 -182
  1303. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/smith-templates/route.ts +0 -81
  1304. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/status/route.ts +0 -12
  1305. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tabs/route.ts +0 -25
  1306. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/[id]/route.ts +0 -51
  1307. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/[id]/stream/route.ts +0 -77
  1308. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/link/route.ts +0 -37
  1309. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/route.ts +0 -44
  1310. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/session/route.ts +0 -14
  1311. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/telegram/route.ts +0 -23
  1312. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/templates/route.ts +0 -6
  1313. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/terminal-bell/route.ts +0 -39
  1314. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/terminal-cwd/route.ts +0 -19
  1315. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/terminal-state/route.ts +0 -15
  1316. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tunnel/route.ts +0 -26
  1317. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/upgrade/route.ts +0 -43
  1318. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/usage/route.ts +0 -20
  1319. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/version/route.ts +0 -78
  1320. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/watchers/route.ts +0 -33
  1321. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/[id]/agents/route.ts +0 -35
  1322. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/[id]/memory/route.ts +0 -23
  1323. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/[id]/smith/route.ts +0 -22
  1324. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/[id]/stream/route.ts +0 -31
  1325. package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/route.ts +0 -79
  1326. package/.forge/worktrees/pipeline-4dd8dc2d/app/global-error.tsx +0 -21
  1327. package/.forge/worktrees/pipeline-4dd8dc2d/app/globals.css +0 -52
  1328. package/.forge/worktrees/pipeline-4dd8dc2d/app/icon.ico +0 -0
  1329. package/.forge/worktrees/pipeline-4dd8dc2d/app/icon.png +0 -0
  1330. package/.forge/worktrees/pipeline-4dd8dc2d/app/icon.svg +0 -106
  1331. package/.forge/worktrees/pipeline-4dd8dc2d/app/layout.tsx +0 -17
  1332. package/.forge/worktrees/pipeline-4dd8dc2d/app/login/LoginForm.tsx +0 -96
  1333. package/.forge/worktrees/pipeline-4dd8dc2d/app/login/page.tsx +0 -10
  1334. package/.forge/worktrees/pipeline-4dd8dc2d/app/mobile/page.tsx +0 -10
  1335. package/.forge/worktrees/pipeline-4dd8dc2d/app/page.tsx +0 -22
  1336. package/.forge/worktrees/pipeline-4dd8dc2d/bin/forge-server.mjs +0 -484
  1337. package/.forge/worktrees/pipeline-4dd8dc2d/check-forge-status.sh +0 -71
  1338. package/.forge/worktrees/pipeline-4dd8dc2d/cli/mw.ts +0 -579
  1339. package/.forge/worktrees/pipeline-4dd8dc2d/components/BrowserPanel.tsx +0 -175
  1340. package/.forge/worktrees/pipeline-4dd8dc2d/components/ChatPanel.tsx +0 -191
  1341. package/.forge/worktrees/pipeline-4dd8dc2d/components/ClaudeTerminal.tsx +0 -267
  1342. package/.forge/worktrees/pipeline-4dd8dc2d/components/CodeViewer.tsx +0 -787
  1343. package/.forge/worktrees/pipeline-4dd8dc2d/components/ConversationEditor.tsx +0 -411
  1344. package/.forge/worktrees/pipeline-4dd8dc2d/components/ConversationGraphView.tsx +0 -347
  1345. package/.forge/worktrees/pipeline-4dd8dc2d/components/ConversationTerminalView.tsx +0 -303
  1346. package/.forge/worktrees/pipeline-4dd8dc2d/components/Dashboard.tsx +0 -807
  1347. package/.forge/worktrees/pipeline-4dd8dc2d/components/DashboardWrapper.tsx +0 -9
  1348. package/.forge/worktrees/pipeline-4dd8dc2d/components/DeliveryFlowEditor.tsx +0 -491
  1349. package/.forge/worktrees/pipeline-4dd8dc2d/components/DeliveryList.tsx +0 -230
  1350. package/.forge/worktrees/pipeline-4dd8dc2d/components/DeliveryWorkspace.tsx +0 -589
  1351. package/.forge/worktrees/pipeline-4dd8dc2d/components/DocTerminal.tsx +0 -187
  1352. package/.forge/worktrees/pipeline-4dd8dc2d/components/DocsViewer.tsx +0 -574
  1353. package/.forge/worktrees/pipeline-4dd8dc2d/components/HelpDialog.tsx +0 -169
  1354. package/.forge/worktrees/pipeline-4dd8dc2d/components/HelpTerminal.tsx +0 -141
  1355. package/.forge/worktrees/pipeline-4dd8dc2d/components/InlinePipelineView.tsx +0 -111
  1356. package/.forge/worktrees/pipeline-4dd8dc2d/components/LogViewer.tsx +0 -194
  1357. package/.forge/worktrees/pipeline-4dd8dc2d/components/MarkdownContent.tsx +0 -73
  1358. package/.forge/worktrees/pipeline-4dd8dc2d/components/MobileView.tsx +0 -385
  1359. package/.forge/worktrees/pipeline-4dd8dc2d/components/MonitorPanel.tsx +0 -122
  1360. package/.forge/worktrees/pipeline-4dd8dc2d/components/NewSessionModal.tsx +0 -93
  1361. package/.forge/worktrees/pipeline-4dd8dc2d/components/NewTaskModal.tsx +0 -492
  1362. package/.forge/worktrees/pipeline-4dd8dc2d/components/PipelineEditor.tsx +0 -570
  1363. package/.forge/worktrees/pipeline-4dd8dc2d/components/PipelineView.tsx +0 -1018
  1364. package/.forge/worktrees/pipeline-4dd8dc2d/components/PluginsPanel.tsx +0 -472
  1365. package/.forge/worktrees/pipeline-4dd8dc2d/components/ProjectDetail.tsx +0 -1618
  1366. package/.forge/worktrees/pipeline-4dd8dc2d/components/ProjectList.tsx +0 -108
  1367. package/.forge/worktrees/pipeline-4dd8dc2d/components/ProjectManager.tsx +0 -401
  1368. package/.forge/worktrees/pipeline-4dd8dc2d/components/SessionList.tsx +0 -74
  1369. package/.forge/worktrees/pipeline-4dd8dc2d/components/SessionView.tsx +0 -726
  1370. package/.forge/worktrees/pipeline-4dd8dc2d/components/SettingsModal.tsx +0 -1647
  1371. package/.forge/worktrees/pipeline-4dd8dc2d/components/SkillsPanel.tsx +0 -969
  1372. package/.forge/worktrees/pipeline-4dd8dc2d/components/StatusBar.tsx +0 -99
  1373. package/.forge/worktrees/pipeline-4dd8dc2d/components/TabBar.tsx +0 -46
  1374. package/.forge/worktrees/pipeline-4dd8dc2d/components/TaskBoard.tsx +0 -113
  1375. package/.forge/worktrees/pipeline-4dd8dc2d/components/TaskDetail.tsx +0 -372
  1376. package/.forge/worktrees/pipeline-4dd8dc2d/components/TerminalLauncher.tsx +0 -398
  1377. package/.forge/worktrees/pipeline-4dd8dc2d/components/TunnelToggle.tsx +0 -206
  1378. package/.forge/worktrees/pipeline-4dd8dc2d/components/UsagePanel.tsx +0 -207
  1379. package/.forge/worktrees/pipeline-4dd8dc2d/components/WebTerminal.tsx +0 -1743
  1380. package/.forge/worktrees/pipeline-4dd8dc2d/components/WorkspaceTree.tsx +0 -221
  1381. package/.forge/worktrees/pipeline-4dd8dc2d/components/WorkspaceView.tsx +0 -4048
  1382. package/.forge/worktrees/pipeline-4dd8dc2d/dev-test.sh +0 -5
  1383. package/.forge/worktrees/pipeline-4dd8dc2d/docs/Forge_Memory_Layer_Design.docx +0 -0
  1384. package/.forge/worktrees/pipeline-4dd8dc2d/docs/Forge_Strategy_Research_2026.docx +0 -0
  1385. package/.forge/worktrees/pipeline-4dd8dc2d/docs/LOCAL-DEPLOY.md +0 -144
  1386. package/.forge/worktrees/pipeline-4dd8dc2d/docs/roadmap-multi-agent-workflow.md +0 -330
  1387. package/.forge/worktrees/pipeline-4dd8dc2d/forge-logo.png +0 -0
  1388. package/.forge/worktrees/pipeline-4dd8dc2d/forge-logo.svg +0 -106
  1389. package/.forge/worktrees/pipeline-4dd8dc2d/hooks/useSidebarResize.ts +0 -52
  1390. package/.forge/worktrees/pipeline-4dd8dc2d/install.sh +0 -29
  1391. package/.forge/worktrees/pipeline-4dd8dc2d/instrumentation.ts +0 -35
  1392. package/.forge/worktrees/pipeline-4dd8dc2d/lib/agents/claude-adapter.ts +0 -104
  1393. package/.forge/worktrees/pipeline-4dd8dc2d/lib/agents/generic-adapter.ts +0 -64
  1394. package/.forge/worktrees/pipeline-4dd8dc2d/lib/agents/index.ts +0 -245
  1395. package/.forge/worktrees/pipeline-4dd8dc2d/lib/agents/types.ts +0 -70
  1396. package/.forge/worktrees/pipeline-4dd8dc2d/lib/artifacts.ts +0 -106
  1397. package/.forge/worktrees/pipeline-4dd8dc2d/lib/auth.ts +0 -62
  1398. package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/docker.yaml +0 -70
  1399. package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/http.yaml +0 -66
  1400. package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/jenkins.yaml +0 -92
  1401. package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/llm-vision.yaml +0 -85
  1402. package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/playwright.yaml +0 -111
  1403. package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/shell-command.yaml +0 -60
  1404. package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/slack.yaml +0 -48
  1405. package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/webhook.yaml +0 -56
  1406. package/.forge/worktrees/pipeline-4dd8dc2d/lib/claude-process.ts +0 -361
  1407. package/.forge/worktrees/pipeline-4dd8dc2d/lib/claude-sessions.ts +0 -266
  1408. package/.forge/worktrees/pipeline-4dd8dc2d/lib/claude-templates.ts +0 -227
  1409. package/.forge/worktrees/pipeline-4dd8dc2d/lib/cloudflared.ts +0 -424
  1410. package/.forge/worktrees/pipeline-4dd8dc2d/lib/crypto.ts +0 -67
  1411. package/.forge/worktrees/pipeline-4dd8dc2d/lib/delivery.ts +0 -787
  1412. package/.forge/worktrees/pipeline-4dd8dc2d/lib/dirs.ts +0 -99
  1413. package/.forge/worktrees/pipeline-4dd8dc2d/lib/flows.ts +0 -86
  1414. package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-mcp-server.ts +0 -732
  1415. package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-skills/forge-inbox.md +0 -38
  1416. package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-skills/forge-send.md +0 -47
  1417. package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-skills/forge-status.md +0 -32
  1418. package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-skills/forge-workspace-sync.md +0 -37
  1419. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/00-overview.md +0 -40
  1420. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/01-settings.md +0 -194
  1421. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/02-telegram.md +0 -41
  1422. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/03-tunnel.md +0 -31
  1423. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/04-tasks.md +0 -52
  1424. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/05-pipelines.md +0 -460
  1425. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/06-skills.md +0 -43
  1426. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/07-projects.md +0 -73
  1427. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/08-rules.md +0 -53
  1428. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/09-issue-autofix.md +0 -55
  1429. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/10-troubleshooting.md +0 -89
  1430. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/11-workspace.md +0 -810
  1431. package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/CLAUDE.md +0 -62
  1432. package/.forge/worktrees/pipeline-4dd8dc2d/lib/init.ts +0 -266
  1433. package/.forge/worktrees/pipeline-4dd8dc2d/lib/issue-scanner.ts +0 -298
  1434. package/.forge/worktrees/pipeline-4dd8dc2d/lib/logger.ts +0 -79
  1435. package/.forge/worktrees/pipeline-4dd8dc2d/lib/notifications.ts +0 -75
  1436. package/.forge/worktrees/pipeline-4dd8dc2d/lib/notify.ts +0 -108
  1437. package/.forge/worktrees/pipeline-4dd8dc2d/lib/password.ts +0 -97
  1438. package/.forge/worktrees/pipeline-4dd8dc2d/lib/pipeline-scheduler.ts +0 -373
  1439. package/.forge/worktrees/pipeline-4dd8dc2d/lib/pipeline.ts +0 -1565
  1440. package/.forge/worktrees/pipeline-4dd8dc2d/lib/plugins/executor.ts +0 -347
  1441. package/.forge/worktrees/pipeline-4dd8dc2d/lib/plugins/registry.ts +0 -228
  1442. package/.forge/worktrees/pipeline-4dd8dc2d/lib/plugins/types.ts +0 -103
  1443. package/.forge/worktrees/pipeline-4dd8dc2d/lib/project-sessions.ts +0 -53
  1444. package/.forge/worktrees/pipeline-4dd8dc2d/lib/projects.ts +0 -86
  1445. package/.forge/worktrees/pipeline-4dd8dc2d/lib/session-manager.ts +0 -156
  1446. package/.forge/worktrees/pipeline-4dd8dc2d/lib/session-utils.ts +0 -53
  1447. package/.forge/worktrees/pipeline-4dd8dc2d/lib/session-watcher.ts +0 -345
  1448. package/.forge/worktrees/pipeline-4dd8dc2d/lib/settings.ts +0 -195
  1449. package/.forge/worktrees/pipeline-4dd8dc2d/lib/skills.ts +0 -458
  1450. package/.forge/worktrees/pipeline-4dd8dc2d/lib/task-manager.ts +0 -951
  1451. package/.forge/worktrees/pipeline-4dd8dc2d/lib/telegram-bot.ts +0 -1477
  1452. package/.forge/worktrees/pipeline-4dd8dc2d/lib/telegram-standalone.ts +0 -83
  1453. package/.forge/worktrees/pipeline-4dd8dc2d/lib/terminal-server.ts +0 -70
  1454. package/.forge/worktrees/pipeline-4dd8dc2d/lib/terminal-standalone.ts +0 -438
  1455. package/.forge/worktrees/pipeline-4dd8dc2d/lib/usage-scanner.ts +0 -249
  1456. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/__tests__/state-machine.test.ts +0 -388
  1457. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/__tests__/workspace.test.ts +0 -311
  1458. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/agent-bus.ts +0 -416
  1459. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/agent-worker.ts +0 -655
  1460. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/backends/api-backend.ts +0 -262
  1461. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/backends/cli-backend.ts +0 -491
  1462. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/index.ts +0 -84
  1463. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/manager.ts +0 -136
  1464. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/orchestrator.ts +0 -3415
  1465. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/persistence.ts +0 -309
  1466. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/presets.ts +0 -649
  1467. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/requests.ts +0 -287
  1468. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/session-monitor.ts +0 -240
  1469. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/skill-installer.ts +0 -275
  1470. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/smith-memory.ts +0 -498
  1471. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/types.ts +0 -241
  1472. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/watch-manager.ts +0 -560
  1473. package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace-standalone.ts +0 -978
  1474. package/.forge/worktrees/pipeline-4dd8dc2d/middleware.ts +0 -51
  1475. package/.forge/worktrees/pipeline-4dd8dc2d/next.config.ts +0 -26
  1476. package/.forge/worktrees/pipeline-4dd8dc2d/package.json +0 -74
  1477. package/.forge/worktrees/pipeline-4dd8dc2d/pnpm-lock.yaml +0 -3719
  1478. package/.forge/worktrees/pipeline-4dd8dc2d/pnpm-workspace.yaml +0 -1
  1479. package/.forge/worktrees/pipeline-4dd8dc2d/postcss.config.mjs +0 -7
  1480. package/.forge/worktrees/pipeline-4dd8dc2d/publish.sh +0 -133
  1481. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/README.md +0 -66
  1482. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/results/.gitignore +0 -2
  1483. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/run.ts +0 -635
  1484. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/01-text-utils/task.md +0 -26
  1485. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  1486. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  1487. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/02-pagination/task.md +0 -48
  1488. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  1489. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  1490. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  1491. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  1492. package/.forge/worktrees/pipeline-4dd8dc2d/scripts/verify-usage.ts +0 -178
  1493. package/.forge/worktrees/pipeline-4dd8dc2d/src/config/index.ts +0 -129
  1494. package/.forge/worktrees/pipeline-4dd8dc2d/src/core/db/database.ts +0 -259
  1495. package/.forge/worktrees/pipeline-4dd8dc2d/src/core/memory/strategy.ts +0 -32
  1496. package/.forge/worktrees/pipeline-4dd8dc2d/src/core/providers/chat.ts +0 -65
  1497. package/.forge/worktrees/pipeline-4dd8dc2d/src/core/providers/registry.ts +0 -60
  1498. package/.forge/worktrees/pipeline-4dd8dc2d/src/core/session/manager.ts +0 -190
  1499. package/.forge/worktrees/pipeline-4dd8dc2d/src/types/index.ts +0 -129
  1500. package/.forge/worktrees/pipeline-4dd8dc2d/start.sh +0 -32
  1501. package/.forge/worktrees/pipeline-4dd8dc2d/templates/smith-lead.json +0 -45
  1502. package/.forge/worktrees/pipeline-4dd8dc2d/tsconfig.json +0 -42
  1503. package/.forge/worktrees/pipeline-d1757a50/CLAUDE.md +0 -86
  1504. package/.forge/worktrees/pipeline-d1757a50/README.md +0 -136
  1505. package/.forge/worktrees/pipeline-d1757a50/RELEASE_NOTES.md +0 -11
  1506. package/.forge/worktrees/pipeline-d1757a50/app/api/agents/route.ts +0 -17
  1507. package/.forge/worktrees/pipeline-d1757a50/app/api/auth/[...nextauth]/route.ts +0 -3
  1508. package/.forge/worktrees/pipeline-d1757a50/app/api/auth/verify/route.ts +0 -46
  1509. package/.forge/worktrees/pipeline-d1757a50/app/api/claude/[id]/route.ts +0 -31
  1510. package/.forge/worktrees/pipeline-d1757a50/app/api/claude/[id]/stream/route.ts +0 -63
  1511. package/.forge/worktrees/pipeline-d1757a50/app/api/claude/route.ts +0 -28
  1512. package/.forge/worktrees/pipeline-d1757a50/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  1513. package/.forge/worktrees/pipeline-d1757a50/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  1514. package/.forge/worktrees/pipeline-d1757a50/app/api/claude-sessions/[projectName]/route.ts +0 -37
  1515. package/.forge/worktrees/pipeline-d1757a50/app/api/claude-sessions/sync/route.ts +0 -17
  1516. package/.forge/worktrees/pipeline-d1757a50/app/api/claude-templates/route.ts +0 -145
  1517. package/.forge/worktrees/pipeline-d1757a50/app/api/code/route.ts +0 -299
  1518. package/.forge/worktrees/pipeline-d1757a50/app/api/delivery/[id]/route.ts +0 -62
  1519. package/.forge/worktrees/pipeline-d1757a50/app/api/delivery/route.ts +0 -40
  1520. package/.forge/worktrees/pipeline-d1757a50/app/api/detect-cli/route.ts +0 -46
  1521. package/.forge/worktrees/pipeline-d1757a50/app/api/docs/route.ts +0 -176
  1522. package/.forge/worktrees/pipeline-d1757a50/app/api/docs/sessions/route.ts +0 -54
  1523. package/.forge/worktrees/pipeline-d1757a50/app/api/favorites/route.ts +0 -26
  1524. package/.forge/worktrees/pipeline-d1757a50/app/api/flows/route.ts +0 -6
  1525. package/.forge/worktrees/pipeline-d1757a50/app/api/flows/run/route.ts +0 -19
  1526. package/.forge/worktrees/pipeline-d1757a50/app/api/git/route.ts +0 -149
  1527. package/.forge/worktrees/pipeline-d1757a50/app/api/help/route.ts +0 -84
  1528. package/.forge/worktrees/pipeline-d1757a50/app/api/issue-scanner/route.ts +0 -116
  1529. package/.forge/worktrees/pipeline-d1757a50/app/api/logs/route.ts +0 -100
  1530. package/.forge/worktrees/pipeline-d1757a50/app/api/mobile-chat/route.ts +0 -115
  1531. package/.forge/worktrees/pipeline-d1757a50/app/api/monitor/route.ts +0 -74
  1532. package/.forge/worktrees/pipeline-d1757a50/app/api/notifications/route.ts +0 -42
  1533. package/.forge/worktrees/pipeline-d1757a50/app/api/notify/test/route.ts +0 -33
  1534. package/.forge/worktrees/pipeline-d1757a50/app/api/online/route.ts +0 -40
  1535. package/.forge/worktrees/pipeline-d1757a50/app/api/pipelines/[id]/route.ts +0 -41
  1536. package/.forge/worktrees/pipeline-d1757a50/app/api/pipelines/route.ts +0 -90
  1537. package/.forge/worktrees/pipeline-d1757a50/app/api/plugins/route.ts +0 -75
  1538. package/.forge/worktrees/pipeline-d1757a50/app/api/preview/[...path]/route.ts +0 -64
  1539. package/.forge/worktrees/pipeline-d1757a50/app/api/preview/route.ts +0 -156
  1540. package/.forge/worktrees/pipeline-d1757a50/app/api/project-pipelines/route.ts +0 -91
  1541. package/.forge/worktrees/pipeline-d1757a50/app/api/project-sessions/route.ts +0 -61
  1542. package/.forge/worktrees/pipeline-d1757a50/app/api/projects/route.ts +0 -26
  1543. package/.forge/worktrees/pipeline-d1757a50/app/api/sessions/[id]/chat/route.ts +0 -64
  1544. package/.forge/worktrees/pipeline-d1757a50/app/api/sessions/[id]/messages/route.ts +0 -9
  1545. package/.forge/worktrees/pipeline-d1757a50/app/api/sessions/[id]/route.ts +0 -17
  1546. package/.forge/worktrees/pipeline-d1757a50/app/api/sessions/route.ts +0 -20
  1547. package/.forge/worktrees/pipeline-d1757a50/app/api/settings/route.ts +0 -64
  1548. package/.forge/worktrees/pipeline-d1757a50/app/api/skills/local/route.ts +0 -228
  1549. package/.forge/worktrees/pipeline-d1757a50/app/api/skills/route.ts +0 -182
  1550. package/.forge/worktrees/pipeline-d1757a50/app/api/smith-templates/route.ts +0 -81
  1551. package/.forge/worktrees/pipeline-d1757a50/app/api/status/route.ts +0 -12
  1552. package/.forge/worktrees/pipeline-d1757a50/app/api/tabs/route.ts +0 -25
  1553. package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/[id]/route.ts +0 -51
  1554. package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/[id]/stream/route.ts +0 -77
  1555. package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/link/route.ts +0 -37
  1556. package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/route.ts +0 -44
  1557. package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/session/route.ts +0 -14
  1558. package/.forge/worktrees/pipeline-d1757a50/app/api/telegram/route.ts +0 -23
  1559. package/.forge/worktrees/pipeline-d1757a50/app/api/templates/route.ts +0 -6
  1560. package/.forge/worktrees/pipeline-d1757a50/app/api/terminal-bell/route.ts +0 -35
  1561. package/.forge/worktrees/pipeline-d1757a50/app/api/terminal-cwd/route.ts +0 -19
  1562. package/.forge/worktrees/pipeline-d1757a50/app/api/terminal-state/route.ts +0 -15
  1563. package/.forge/worktrees/pipeline-d1757a50/app/api/tunnel/route.ts +0 -26
  1564. package/.forge/worktrees/pipeline-d1757a50/app/api/upgrade/route.ts +0 -43
  1565. package/.forge/worktrees/pipeline-d1757a50/app/api/usage/route.ts +0 -20
  1566. package/.forge/worktrees/pipeline-d1757a50/app/api/version/route.ts +0 -78
  1567. package/.forge/worktrees/pipeline-d1757a50/app/api/watchers/route.ts +0 -33
  1568. package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/[id]/agents/route.ts +0 -35
  1569. package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/[id]/memory/route.ts +0 -23
  1570. package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/[id]/smith/route.ts +0 -22
  1571. package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/[id]/stream/route.ts +0 -28
  1572. package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/route.ts +0 -100
  1573. package/.forge/worktrees/pipeline-d1757a50/app/global-error.tsx +0 -21
  1574. package/.forge/worktrees/pipeline-d1757a50/app/globals.css +0 -52
  1575. package/.forge/worktrees/pipeline-d1757a50/app/icon.ico +0 -0
  1576. package/.forge/worktrees/pipeline-d1757a50/app/icon.png +0 -0
  1577. package/.forge/worktrees/pipeline-d1757a50/app/icon.svg +0 -106
  1578. package/.forge/worktrees/pipeline-d1757a50/app/layout.tsx +0 -17
  1579. package/.forge/worktrees/pipeline-d1757a50/app/login/LoginForm.tsx +0 -96
  1580. package/.forge/worktrees/pipeline-d1757a50/app/login/page.tsx +0 -10
  1581. package/.forge/worktrees/pipeline-d1757a50/app/mobile/page.tsx +0 -9
  1582. package/.forge/worktrees/pipeline-d1757a50/app/page.tsx +0 -21
  1583. package/.forge/worktrees/pipeline-d1757a50/bin/forge-server.mjs +0 -484
  1584. package/.forge/worktrees/pipeline-d1757a50/check-forge-status.sh +0 -71
  1585. package/.forge/worktrees/pipeline-d1757a50/cli/mw.ts +0 -579
  1586. package/.forge/worktrees/pipeline-d1757a50/components/BrowserPanel.tsx +0 -175
  1587. package/.forge/worktrees/pipeline-d1757a50/components/ChatPanel.tsx +0 -191
  1588. package/.forge/worktrees/pipeline-d1757a50/components/ClaudeTerminal.tsx +0 -267
  1589. package/.forge/worktrees/pipeline-d1757a50/components/CodeViewer.tsx +0 -787
  1590. package/.forge/worktrees/pipeline-d1757a50/components/ConversationEditor.tsx +0 -411
  1591. package/.forge/worktrees/pipeline-d1757a50/components/ConversationGraphView.tsx +0 -347
  1592. package/.forge/worktrees/pipeline-d1757a50/components/ConversationTerminalView.tsx +0 -303
  1593. package/.forge/worktrees/pipeline-d1757a50/components/Dashboard.tsx +0 -807
  1594. package/.forge/worktrees/pipeline-d1757a50/components/DashboardWrapper.tsx +0 -9
  1595. package/.forge/worktrees/pipeline-d1757a50/components/DeliveryFlowEditor.tsx +0 -491
  1596. package/.forge/worktrees/pipeline-d1757a50/components/DeliveryList.tsx +0 -230
  1597. package/.forge/worktrees/pipeline-d1757a50/components/DeliveryWorkspace.tsx +0 -589
  1598. package/.forge/worktrees/pipeline-d1757a50/components/DocTerminal.tsx +0 -187
  1599. package/.forge/worktrees/pipeline-d1757a50/components/DocsViewer.tsx +0 -574
  1600. package/.forge/worktrees/pipeline-d1757a50/components/HelpDialog.tsx +0 -169
  1601. package/.forge/worktrees/pipeline-d1757a50/components/HelpTerminal.tsx +0 -141
  1602. package/.forge/worktrees/pipeline-d1757a50/components/InlinePipelineView.tsx +0 -111
  1603. package/.forge/worktrees/pipeline-d1757a50/components/LogViewer.tsx +0 -194
  1604. package/.forge/worktrees/pipeline-d1757a50/components/MarkdownContent.tsx +0 -73
  1605. package/.forge/worktrees/pipeline-d1757a50/components/MobileView.tsx +0 -385
  1606. package/.forge/worktrees/pipeline-d1757a50/components/MonitorPanel.tsx +0 -122
  1607. package/.forge/worktrees/pipeline-d1757a50/components/NewSessionModal.tsx +0 -93
  1608. package/.forge/worktrees/pipeline-d1757a50/components/NewTaskModal.tsx +0 -492
  1609. package/.forge/worktrees/pipeline-d1757a50/components/PipelineEditor.tsx +0 -570
  1610. package/.forge/worktrees/pipeline-d1757a50/components/PipelineView.tsx +0 -1018
  1611. package/.forge/worktrees/pipeline-d1757a50/components/PluginsPanel.tsx +0 -472
  1612. package/.forge/worktrees/pipeline-d1757a50/components/ProjectDetail.tsx +0 -1618
  1613. package/.forge/worktrees/pipeline-d1757a50/components/ProjectList.tsx +0 -108
  1614. package/.forge/worktrees/pipeline-d1757a50/components/ProjectManager.tsx +0 -401
  1615. package/.forge/worktrees/pipeline-d1757a50/components/SessionList.tsx +0 -74
  1616. package/.forge/worktrees/pipeline-d1757a50/components/SessionView.tsx +0 -726
  1617. package/.forge/worktrees/pipeline-d1757a50/components/SettingsModal.tsx +0 -1647
  1618. package/.forge/worktrees/pipeline-d1757a50/components/SkillsPanel.tsx +0 -969
  1619. package/.forge/worktrees/pipeline-d1757a50/components/StatusBar.tsx +0 -99
  1620. package/.forge/worktrees/pipeline-d1757a50/components/TabBar.tsx +0 -46
  1621. package/.forge/worktrees/pipeline-d1757a50/components/TaskBoard.tsx +0 -113
  1622. package/.forge/worktrees/pipeline-d1757a50/components/TaskDetail.tsx +0 -372
  1623. package/.forge/worktrees/pipeline-d1757a50/components/TerminalLauncher.tsx +0 -398
  1624. package/.forge/worktrees/pipeline-d1757a50/components/TunnelToggle.tsx +0 -206
  1625. package/.forge/worktrees/pipeline-d1757a50/components/UsagePanel.tsx +0 -207
  1626. package/.forge/worktrees/pipeline-d1757a50/components/WebTerminal.tsx +0 -1683
  1627. package/.forge/worktrees/pipeline-d1757a50/components/WorkspaceTree.tsx +0 -221
  1628. package/.forge/worktrees/pipeline-d1757a50/components/WorkspaceView.tsx +0 -4048
  1629. package/.forge/worktrees/pipeline-d1757a50/dev-test.sh +0 -5
  1630. package/.forge/worktrees/pipeline-d1757a50/docs/Forge_Memory_Layer_Design.docx +0 -0
  1631. package/.forge/worktrees/pipeline-d1757a50/docs/Forge_Strategy_Research_2026.docx +0 -0
  1632. package/.forge/worktrees/pipeline-d1757a50/docs/LOCAL-DEPLOY.md +0 -144
  1633. package/.forge/worktrees/pipeline-d1757a50/docs/roadmap-multi-agent-workflow.md +0 -330
  1634. package/.forge/worktrees/pipeline-d1757a50/forge-logo.png +0 -0
  1635. package/.forge/worktrees/pipeline-d1757a50/forge-logo.svg +0 -106
  1636. package/.forge/worktrees/pipeline-d1757a50/hooks/useSidebarResize.ts +0 -52
  1637. package/.forge/worktrees/pipeline-d1757a50/install.sh +0 -29
  1638. package/.forge/worktrees/pipeline-d1757a50/instrumentation.ts +0 -35
  1639. package/.forge/worktrees/pipeline-d1757a50/lib/agents/claude-adapter.ts +0 -104
  1640. package/.forge/worktrees/pipeline-d1757a50/lib/agents/generic-adapter.ts +0 -64
  1641. package/.forge/worktrees/pipeline-d1757a50/lib/agents/index.ts +0 -245
  1642. package/.forge/worktrees/pipeline-d1757a50/lib/agents/types.ts +0 -70
  1643. package/.forge/worktrees/pipeline-d1757a50/lib/artifacts.ts +0 -106
  1644. package/.forge/worktrees/pipeline-d1757a50/lib/auth.ts +0 -62
  1645. package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/docker.yaml +0 -70
  1646. package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/http.yaml +0 -66
  1647. package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/jenkins.yaml +0 -92
  1648. package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/llm-vision.yaml +0 -85
  1649. package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/playwright.yaml +0 -111
  1650. package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/shell-command.yaml +0 -60
  1651. package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/slack.yaml +0 -48
  1652. package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/webhook.yaml +0 -56
  1653. package/.forge/worktrees/pipeline-d1757a50/lib/claude-process.ts +0 -361
  1654. package/.forge/worktrees/pipeline-d1757a50/lib/claude-sessions.ts +0 -266
  1655. package/.forge/worktrees/pipeline-d1757a50/lib/claude-templates.ts +0 -227
  1656. package/.forge/worktrees/pipeline-d1757a50/lib/cloudflared.ts +0 -424
  1657. package/.forge/worktrees/pipeline-d1757a50/lib/crypto.ts +0 -67
  1658. package/.forge/worktrees/pipeline-d1757a50/lib/delivery.ts +0 -787
  1659. package/.forge/worktrees/pipeline-d1757a50/lib/dirs.ts +0 -99
  1660. package/.forge/worktrees/pipeline-d1757a50/lib/flows.ts +0 -86
  1661. package/.forge/worktrees/pipeline-d1757a50/lib/forge-mcp-server.ts +0 -717
  1662. package/.forge/worktrees/pipeline-d1757a50/lib/forge-skills/forge-inbox.md +0 -38
  1663. package/.forge/worktrees/pipeline-d1757a50/lib/forge-skills/forge-send.md +0 -47
  1664. package/.forge/worktrees/pipeline-d1757a50/lib/forge-skills/forge-status.md +0 -32
  1665. package/.forge/worktrees/pipeline-d1757a50/lib/forge-skills/forge-workspace-sync.md +0 -37
  1666. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/00-overview.md +0 -40
  1667. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/01-settings.md +0 -194
  1668. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/02-telegram.md +0 -41
  1669. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/03-tunnel.md +0 -31
  1670. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/04-tasks.md +0 -52
  1671. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/05-pipelines.md +0 -460
  1672. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/06-skills.md +0 -43
  1673. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/07-projects.md +0 -73
  1674. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/08-rules.md +0 -53
  1675. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/09-issue-autofix.md +0 -55
  1676. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/10-troubleshooting.md +0 -89
  1677. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/11-workspace.md +0 -810
  1678. package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/CLAUDE.md +0 -62
  1679. package/.forge/worktrees/pipeline-d1757a50/lib/init.ts +0 -266
  1680. package/.forge/worktrees/pipeline-d1757a50/lib/issue-scanner.ts +0 -298
  1681. package/.forge/worktrees/pipeline-d1757a50/lib/logger.ts +0 -79
  1682. package/.forge/worktrees/pipeline-d1757a50/lib/notifications.ts +0 -75
  1683. package/.forge/worktrees/pipeline-d1757a50/lib/notify.ts +0 -108
  1684. package/.forge/worktrees/pipeline-d1757a50/lib/password.ts +0 -97
  1685. package/.forge/worktrees/pipeline-d1757a50/lib/pipeline-scheduler.ts +0 -373
  1686. package/.forge/worktrees/pipeline-d1757a50/lib/pipeline.ts +0 -1441
  1687. package/.forge/worktrees/pipeline-d1757a50/lib/plugins/executor.ts +0 -347
  1688. package/.forge/worktrees/pipeline-d1757a50/lib/plugins/registry.ts +0 -228
  1689. package/.forge/worktrees/pipeline-d1757a50/lib/plugins/types.ts +0 -103
  1690. package/.forge/worktrees/pipeline-d1757a50/lib/project-sessions.ts +0 -53
  1691. package/.forge/worktrees/pipeline-d1757a50/lib/projects.ts +0 -86
  1692. package/.forge/worktrees/pipeline-d1757a50/lib/session-manager.ts +0 -156
  1693. package/.forge/worktrees/pipeline-d1757a50/lib/session-utils.ts +0 -53
  1694. package/.forge/worktrees/pipeline-d1757a50/lib/session-watcher.ts +0 -345
  1695. package/.forge/worktrees/pipeline-d1757a50/lib/settings.ts +0 -195
  1696. package/.forge/worktrees/pipeline-d1757a50/lib/skills.ts +0 -458
  1697. package/.forge/worktrees/pipeline-d1757a50/lib/task-manager.ts +0 -949
  1698. package/.forge/worktrees/pipeline-d1757a50/lib/telegram-bot.ts +0 -1477
  1699. package/.forge/worktrees/pipeline-d1757a50/lib/telegram-standalone.ts +0 -83
  1700. package/.forge/worktrees/pipeline-d1757a50/lib/terminal-server.ts +0 -70
  1701. package/.forge/worktrees/pipeline-d1757a50/lib/terminal-standalone.ts +0 -421
  1702. package/.forge/worktrees/pipeline-d1757a50/lib/usage-scanner.ts +0 -249
  1703. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/__tests__/state-machine.test.ts +0 -388
  1704. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/__tests__/workspace.test.ts +0 -311
  1705. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/agent-bus.ts +0 -416
  1706. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/agent-worker.ts +0 -655
  1707. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/backends/api-backend.ts +0 -262
  1708. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/backends/cli-backend.ts +0 -491
  1709. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/index.ts +0 -82
  1710. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/manager.ts +0 -136
  1711. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/orchestrator.ts +0 -3400
  1712. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/persistence.ts +0 -309
  1713. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/presets.ts +0 -649
  1714. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/requests.ts +0 -287
  1715. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/session-monitor.ts +0 -240
  1716. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/skill-installer.ts +0 -275
  1717. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/smith-memory.ts +0 -498
  1718. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/types.ts +0 -241
  1719. package/.forge/worktrees/pipeline-d1757a50/lib/workspace/watch-manager.ts +0 -560
  1720. package/.forge/worktrees/pipeline-d1757a50/lib/workspace-standalone.ts +0 -911
  1721. package/.forge/worktrees/pipeline-d1757a50/middleware.ts +0 -51
  1722. package/.forge/worktrees/pipeline-d1757a50/next.config.ts +0 -26
  1723. package/.forge/worktrees/pipeline-d1757a50/package.json +0 -74
  1724. package/.forge/worktrees/pipeline-d1757a50/pnpm-lock.yaml +0 -3719
  1725. package/.forge/worktrees/pipeline-d1757a50/pnpm-workspace.yaml +0 -1
  1726. package/.forge/worktrees/pipeline-d1757a50/postcss.config.mjs +0 -7
  1727. package/.forge/worktrees/pipeline-d1757a50/publish.sh +0 -133
  1728. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/README.md +0 -66
  1729. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/results/.gitignore +0 -2
  1730. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/run.ts +0 -635
  1731. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/01-text-utils/task.md +0 -26
  1732. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  1733. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  1734. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/02-pagination/task.md +0 -48
  1735. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  1736. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  1737. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  1738. package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  1739. package/.forge/worktrees/pipeline-d1757a50/scripts/verify-usage.ts +0 -178
  1740. package/.forge/worktrees/pipeline-d1757a50/src/config/index.ts +0 -129
  1741. package/.forge/worktrees/pipeline-d1757a50/src/core/db/database.ts +0 -259
  1742. package/.forge/worktrees/pipeline-d1757a50/src/core/memory/strategy.ts +0 -32
  1743. package/.forge/worktrees/pipeline-d1757a50/src/core/providers/chat.ts +0 -65
  1744. package/.forge/worktrees/pipeline-d1757a50/src/core/providers/registry.ts +0 -60
  1745. package/.forge/worktrees/pipeline-d1757a50/src/core/session/manager.ts +0 -190
  1746. package/.forge/worktrees/pipeline-d1757a50/src/types/index.ts +0 -129
  1747. package/.forge/worktrees/pipeline-d1757a50/start.sh +0 -31
  1748. package/.forge/worktrees/pipeline-d1757a50/templates/smith-lead.json +0 -45
  1749. package/.forge/worktrees/pipeline-d1757a50/tsconfig.json +0 -42
  1750. package/.forge/worktrees/pipeline-d59c2fe2/CLAUDE.md +0 -86
  1751. package/.forge/worktrees/pipeline-d59c2fe2/README.md +0 -136
  1752. package/.forge/worktrees/pipeline-d59c2fe2/RELEASE_NOTES.md +0 -11
  1753. package/.forge/worktrees/pipeline-d59c2fe2/app/api/agents/route.ts +0 -17
  1754. package/.forge/worktrees/pipeline-d59c2fe2/app/api/auth/[...nextauth]/route.ts +0 -3
  1755. package/.forge/worktrees/pipeline-d59c2fe2/app/api/auth/verify/route.ts +0 -46
  1756. package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude/[id]/route.ts +0 -31
  1757. package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude/[id]/stream/route.ts +0 -63
  1758. package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude/route.ts +0 -28
  1759. package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  1760. package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  1761. package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-sessions/[projectName]/route.ts +0 -37
  1762. package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-sessions/sync/route.ts +0 -17
  1763. package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-templates/route.ts +0 -145
  1764. package/.forge/worktrees/pipeline-d59c2fe2/app/api/code/route.ts +0 -299
  1765. package/.forge/worktrees/pipeline-d59c2fe2/app/api/delivery/[id]/route.ts +0 -62
  1766. package/.forge/worktrees/pipeline-d59c2fe2/app/api/delivery/route.ts +0 -40
  1767. package/.forge/worktrees/pipeline-d59c2fe2/app/api/detect-cli/route.ts +0 -46
  1768. package/.forge/worktrees/pipeline-d59c2fe2/app/api/docs/route.ts +0 -176
  1769. package/.forge/worktrees/pipeline-d59c2fe2/app/api/docs/sessions/route.ts +0 -54
  1770. package/.forge/worktrees/pipeline-d59c2fe2/app/api/favorites/route.ts +0 -26
  1771. package/.forge/worktrees/pipeline-d59c2fe2/app/api/flows/route.ts +0 -6
  1772. package/.forge/worktrees/pipeline-d59c2fe2/app/api/flows/run/route.ts +0 -19
  1773. package/.forge/worktrees/pipeline-d59c2fe2/app/api/git/route.ts +0 -149
  1774. package/.forge/worktrees/pipeline-d59c2fe2/app/api/help/route.ts +0 -84
  1775. package/.forge/worktrees/pipeline-d59c2fe2/app/api/issue-scanner/route.ts +0 -116
  1776. package/.forge/worktrees/pipeline-d59c2fe2/app/api/logs/route.ts +0 -100
  1777. package/.forge/worktrees/pipeline-d59c2fe2/app/api/mobile-chat/route.ts +0 -115
  1778. package/.forge/worktrees/pipeline-d59c2fe2/app/api/monitor/route.ts +0 -74
  1779. package/.forge/worktrees/pipeline-d59c2fe2/app/api/notifications/route.ts +0 -42
  1780. package/.forge/worktrees/pipeline-d59c2fe2/app/api/notify/test/route.ts +0 -33
  1781. package/.forge/worktrees/pipeline-d59c2fe2/app/api/online/route.ts +0 -40
  1782. package/.forge/worktrees/pipeline-d59c2fe2/app/api/pipelines/[id]/route.ts +0 -41
  1783. package/.forge/worktrees/pipeline-d59c2fe2/app/api/pipelines/route.ts +0 -90
  1784. package/.forge/worktrees/pipeline-d59c2fe2/app/api/plugins/route.ts +0 -75
  1785. package/.forge/worktrees/pipeline-d59c2fe2/app/api/preview/[...path]/route.ts +0 -64
  1786. package/.forge/worktrees/pipeline-d59c2fe2/app/api/preview/route.ts +0 -156
  1787. package/.forge/worktrees/pipeline-d59c2fe2/app/api/project-pipelines/route.ts +0 -91
  1788. package/.forge/worktrees/pipeline-d59c2fe2/app/api/project-sessions/route.ts +0 -61
  1789. package/.forge/worktrees/pipeline-d59c2fe2/app/api/projects/route.ts +0 -26
  1790. package/.forge/worktrees/pipeline-d59c2fe2/app/api/sessions/[id]/chat/route.ts +0 -64
  1791. package/.forge/worktrees/pipeline-d59c2fe2/app/api/sessions/[id]/messages/route.ts +0 -9
  1792. package/.forge/worktrees/pipeline-d59c2fe2/app/api/sessions/[id]/route.ts +0 -17
  1793. package/.forge/worktrees/pipeline-d59c2fe2/app/api/sessions/route.ts +0 -20
  1794. package/.forge/worktrees/pipeline-d59c2fe2/app/api/settings/route.ts +0 -64
  1795. package/.forge/worktrees/pipeline-d59c2fe2/app/api/skills/local/route.ts +0 -228
  1796. package/.forge/worktrees/pipeline-d59c2fe2/app/api/skills/route.ts +0 -182
  1797. package/.forge/worktrees/pipeline-d59c2fe2/app/api/smith-templates/route.ts +0 -81
  1798. package/.forge/worktrees/pipeline-d59c2fe2/app/api/status/route.ts +0 -12
  1799. package/.forge/worktrees/pipeline-d59c2fe2/app/api/tabs/route.ts +0 -25
  1800. package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/[id]/route.ts +0 -51
  1801. package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/[id]/stream/route.ts +0 -77
  1802. package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/link/route.ts +0 -37
  1803. package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/route.ts +0 -44
  1804. package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/session/route.ts +0 -14
  1805. package/.forge/worktrees/pipeline-d59c2fe2/app/api/telegram/route.ts +0 -23
  1806. package/.forge/worktrees/pipeline-d59c2fe2/app/api/templates/route.ts +0 -6
  1807. package/.forge/worktrees/pipeline-d59c2fe2/app/api/terminal-bell/route.ts +0 -35
  1808. package/.forge/worktrees/pipeline-d59c2fe2/app/api/terminal-cwd/route.ts +0 -19
  1809. package/.forge/worktrees/pipeline-d59c2fe2/app/api/terminal-state/route.ts +0 -15
  1810. package/.forge/worktrees/pipeline-d59c2fe2/app/api/tunnel/route.ts +0 -26
  1811. package/.forge/worktrees/pipeline-d59c2fe2/app/api/upgrade/route.ts +0 -43
  1812. package/.forge/worktrees/pipeline-d59c2fe2/app/api/usage/route.ts +0 -20
  1813. package/.forge/worktrees/pipeline-d59c2fe2/app/api/version/route.ts +0 -78
  1814. package/.forge/worktrees/pipeline-d59c2fe2/app/api/watchers/route.ts +0 -33
  1815. package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/[id]/agents/route.ts +0 -35
  1816. package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/[id]/memory/route.ts +0 -23
  1817. package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/[id]/smith/route.ts +0 -22
  1818. package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/[id]/stream/route.ts +0 -28
  1819. package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/route.ts +0 -100
  1820. package/.forge/worktrees/pipeline-d59c2fe2/app/global-error.tsx +0 -21
  1821. package/.forge/worktrees/pipeline-d59c2fe2/app/globals.css +0 -52
  1822. package/.forge/worktrees/pipeline-d59c2fe2/app/icon.ico +0 -0
  1823. package/.forge/worktrees/pipeline-d59c2fe2/app/icon.png +0 -0
  1824. package/.forge/worktrees/pipeline-d59c2fe2/app/icon.svg +0 -106
  1825. package/.forge/worktrees/pipeline-d59c2fe2/app/layout.tsx +0 -17
  1826. package/.forge/worktrees/pipeline-d59c2fe2/app/login/LoginForm.tsx +0 -96
  1827. package/.forge/worktrees/pipeline-d59c2fe2/app/login/page.tsx +0 -10
  1828. package/.forge/worktrees/pipeline-d59c2fe2/app/mobile/page.tsx +0 -9
  1829. package/.forge/worktrees/pipeline-d59c2fe2/app/page.tsx +0 -21
  1830. package/.forge/worktrees/pipeline-d59c2fe2/bin/forge-server.mjs +0 -484
  1831. package/.forge/worktrees/pipeline-d59c2fe2/check-forge-status.sh +0 -71
  1832. package/.forge/worktrees/pipeline-d59c2fe2/cli/mw.ts +0 -579
  1833. package/.forge/worktrees/pipeline-d59c2fe2/components/BrowserPanel.tsx +0 -175
  1834. package/.forge/worktrees/pipeline-d59c2fe2/components/ChatPanel.tsx +0 -191
  1835. package/.forge/worktrees/pipeline-d59c2fe2/components/ClaudeTerminal.tsx +0 -267
  1836. package/.forge/worktrees/pipeline-d59c2fe2/components/CodeViewer.tsx +0 -787
  1837. package/.forge/worktrees/pipeline-d59c2fe2/components/ConversationEditor.tsx +0 -411
  1838. package/.forge/worktrees/pipeline-d59c2fe2/components/ConversationGraphView.tsx +0 -347
  1839. package/.forge/worktrees/pipeline-d59c2fe2/components/ConversationTerminalView.tsx +0 -303
  1840. package/.forge/worktrees/pipeline-d59c2fe2/components/Dashboard.tsx +0 -807
  1841. package/.forge/worktrees/pipeline-d59c2fe2/components/DashboardWrapper.tsx +0 -9
  1842. package/.forge/worktrees/pipeline-d59c2fe2/components/DeliveryFlowEditor.tsx +0 -491
  1843. package/.forge/worktrees/pipeline-d59c2fe2/components/DeliveryList.tsx +0 -230
  1844. package/.forge/worktrees/pipeline-d59c2fe2/components/DeliveryWorkspace.tsx +0 -589
  1845. package/.forge/worktrees/pipeline-d59c2fe2/components/DocTerminal.tsx +0 -187
  1846. package/.forge/worktrees/pipeline-d59c2fe2/components/DocsViewer.tsx +0 -574
  1847. package/.forge/worktrees/pipeline-d59c2fe2/components/HelpDialog.tsx +0 -169
  1848. package/.forge/worktrees/pipeline-d59c2fe2/components/HelpTerminal.tsx +0 -141
  1849. package/.forge/worktrees/pipeline-d59c2fe2/components/InlinePipelineView.tsx +0 -111
  1850. package/.forge/worktrees/pipeline-d59c2fe2/components/LogViewer.tsx +0 -194
  1851. package/.forge/worktrees/pipeline-d59c2fe2/components/MarkdownContent.tsx +0 -73
  1852. package/.forge/worktrees/pipeline-d59c2fe2/components/MobileView.tsx +0 -385
  1853. package/.forge/worktrees/pipeline-d59c2fe2/components/MonitorPanel.tsx +0 -122
  1854. package/.forge/worktrees/pipeline-d59c2fe2/components/NewSessionModal.tsx +0 -93
  1855. package/.forge/worktrees/pipeline-d59c2fe2/components/NewTaskModal.tsx +0 -492
  1856. package/.forge/worktrees/pipeline-d59c2fe2/components/PipelineEditor.tsx +0 -570
  1857. package/.forge/worktrees/pipeline-d59c2fe2/components/PipelineView.tsx +0 -1018
  1858. package/.forge/worktrees/pipeline-d59c2fe2/components/PluginsPanel.tsx +0 -472
  1859. package/.forge/worktrees/pipeline-d59c2fe2/components/ProjectDetail.tsx +0 -1618
  1860. package/.forge/worktrees/pipeline-d59c2fe2/components/ProjectList.tsx +0 -108
  1861. package/.forge/worktrees/pipeline-d59c2fe2/components/ProjectManager.tsx +0 -401
  1862. package/.forge/worktrees/pipeline-d59c2fe2/components/SessionList.tsx +0 -74
  1863. package/.forge/worktrees/pipeline-d59c2fe2/components/SessionView.tsx +0 -726
  1864. package/.forge/worktrees/pipeline-d59c2fe2/components/SettingsModal.tsx +0 -1647
  1865. package/.forge/worktrees/pipeline-d59c2fe2/components/SkillsPanel.tsx +0 -969
  1866. package/.forge/worktrees/pipeline-d59c2fe2/components/StatusBar.tsx +0 -99
  1867. package/.forge/worktrees/pipeline-d59c2fe2/components/TabBar.tsx +0 -46
  1868. package/.forge/worktrees/pipeline-d59c2fe2/components/TaskBoard.tsx +0 -113
  1869. package/.forge/worktrees/pipeline-d59c2fe2/components/TaskDetail.tsx +0 -372
  1870. package/.forge/worktrees/pipeline-d59c2fe2/components/TerminalLauncher.tsx +0 -398
  1871. package/.forge/worktrees/pipeline-d59c2fe2/components/TunnelToggle.tsx +0 -206
  1872. package/.forge/worktrees/pipeline-d59c2fe2/components/UsagePanel.tsx +0 -207
  1873. package/.forge/worktrees/pipeline-d59c2fe2/components/WebTerminal.tsx +0 -1683
  1874. package/.forge/worktrees/pipeline-d59c2fe2/components/WorkspaceTree.tsx +0 -221
  1875. package/.forge/worktrees/pipeline-d59c2fe2/components/WorkspaceView.tsx +0 -4048
  1876. package/.forge/worktrees/pipeline-d59c2fe2/dev-test.sh +0 -5
  1877. package/.forge/worktrees/pipeline-d59c2fe2/docs/Forge_Memory_Layer_Design.docx +0 -0
  1878. package/.forge/worktrees/pipeline-d59c2fe2/docs/Forge_Strategy_Research_2026.docx +0 -0
  1879. package/.forge/worktrees/pipeline-d59c2fe2/docs/LOCAL-DEPLOY.md +0 -144
  1880. package/.forge/worktrees/pipeline-d59c2fe2/docs/roadmap-multi-agent-workflow.md +0 -330
  1881. package/.forge/worktrees/pipeline-d59c2fe2/forge-logo.png +0 -0
  1882. package/.forge/worktrees/pipeline-d59c2fe2/forge-logo.svg +0 -106
  1883. package/.forge/worktrees/pipeline-d59c2fe2/hooks/useSidebarResize.ts +0 -52
  1884. package/.forge/worktrees/pipeline-d59c2fe2/install.sh +0 -29
  1885. package/.forge/worktrees/pipeline-d59c2fe2/instrumentation.ts +0 -35
  1886. package/.forge/worktrees/pipeline-d59c2fe2/lib/agents/claude-adapter.ts +0 -104
  1887. package/.forge/worktrees/pipeline-d59c2fe2/lib/agents/generic-adapter.ts +0 -64
  1888. package/.forge/worktrees/pipeline-d59c2fe2/lib/agents/index.ts +0 -245
  1889. package/.forge/worktrees/pipeline-d59c2fe2/lib/agents/types.ts +0 -70
  1890. package/.forge/worktrees/pipeline-d59c2fe2/lib/artifacts.ts +0 -106
  1891. package/.forge/worktrees/pipeline-d59c2fe2/lib/auth.ts +0 -62
  1892. package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/docker.yaml +0 -70
  1893. package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/http.yaml +0 -66
  1894. package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/jenkins.yaml +0 -92
  1895. package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/llm-vision.yaml +0 -85
  1896. package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/playwright.yaml +0 -111
  1897. package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/shell-command.yaml +0 -60
  1898. package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/slack.yaml +0 -48
  1899. package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/webhook.yaml +0 -56
  1900. package/.forge/worktrees/pipeline-d59c2fe2/lib/claude-process.ts +0 -361
  1901. package/.forge/worktrees/pipeline-d59c2fe2/lib/claude-sessions.ts +0 -266
  1902. package/.forge/worktrees/pipeline-d59c2fe2/lib/claude-templates.ts +0 -227
  1903. package/.forge/worktrees/pipeline-d59c2fe2/lib/cloudflared.ts +0 -424
  1904. package/.forge/worktrees/pipeline-d59c2fe2/lib/crypto.ts +0 -67
  1905. package/.forge/worktrees/pipeline-d59c2fe2/lib/delivery.ts +0 -787
  1906. package/.forge/worktrees/pipeline-d59c2fe2/lib/dirs.ts +0 -99
  1907. package/.forge/worktrees/pipeline-d59c2fe2/lib/flows.ts +0 -86
  1908. package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-mcp-server.ts +0 -717
  1909. package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-skills/forge-inbox.md +0 -38
  1910. package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-skills/forge-send.md +0 -47
  1911. package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-skills/forge-status.md +0 -32
  1912. package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-skills/forge-workspace-sync.md +0 -37
  1913. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/00-overview.md +0 -40
  1914. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/01-settings.md +0 -194
  1915. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/02-telegram.md +0 -41
  1916. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/03-tunnel.md +0 -31
  1917. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/04-tasks.md +0 -52
  1918. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/05-pipelines.md +0 -460
  1919. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/06-skills.md +0 -43
  1920. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/07-projects.md +0 -73
  1921. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/08-rules.md +0 -53
  1922. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/09-issue-autofix.md +0 -55
  1923. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/10-troubleshooting.md +0 -89
  1924. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/11-workspace.md +0 -810
  1925. package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/CLAUDE.md +0 -62
  1926. package/.forge/worktrees/pipeline-d59c2fe2/lib/init.ts +0 -266
  1927. package/.forge/worktrees/pipeline-d59c2fe2/lib/issue-scanner.ts +0 -298
  1928. package/.forge/worktrees/pipeline-d59c2fe2/lib/logger.ts +0 -79
  1929. package/.forge/worktrees/pipeline-d59c2fe2/lib/notifications.ts +0 -75
  1930. package/.forge/worktrees/pipeline-d59c2fe2/lib/notify.ts +0 -108
  1931. package/.forge/worktrees/pipeline-d59c2fe2/lib/password.ts +0 -97
  1932. package/.forge/worktrees/pipeline-d59c2fe2/lib/pipeline-scheduler.ts +0 -373
  1933. package/.forge/worktrees/pipeline-d59c2fe2/lib/pipeline.ts +0 -1441
  1934. package/.forge/worktrees/pipeline-d59c2fe2/lib/plugins/executor.ts +0 -347
  1935. package/.forge/worktrees/pipeline-d59c2fe2/lib/plugins/registry.ts +0 -228
  1936. package/.forge/worktrees/pipeline-d59c2fe2/lib/plugins/types.ts +0 -103
  1937. package/.forge/worktrees/pipeline-d59c2fe2/lib/project-sessions.ts +0 -53
  1938. package/.forge/worktrees/pipeline-d59c2fe2/lib/projects.ts +0 -86
  1939. package/.forge/worktrees/pipeline-d59c2fe2/lib/session-manager.ts +0 -156
  1940. package/.forge/worktrees/pipeline-d59c2fe2/lib/session-utils.ts +0 -53
  1941. package/.forge/worktrees/pipeline-d59c2fe2/lib/session-watcher.ts +0 -345
  1942. package/.forge/worktrees/pipeline-d59c2fe2/lib/settings.ts +0 -195
  1943. package/.forge/worktrees/pipeline-d59c2fe2/lib/skills.ts +0 -458
  1944. package/.forge/worktrees/pipeline-d59c2fe2/lib/task-manager.ts +0 -949
  1945. package/.forge/worktrees/pipeline-d59c2fe2/lib/telegram-bot.ts +0 -1477
  1946. package/.forge/worktrees/pipeline-d59c2fe2/lib/telegram-standalone.ts +0 -83
  1947. package/.forge/worktrees/pipeline-d59c2fe2/lib/terminal-server.ts +0 -70
  1948. package/.forge/worktrees/pipeline-d59c2fe2/lib/terminal-standalone.ts +0 -421
  1949. package/.forge/worktrees/pipeline-d59c2fe2/lib/usage-scanner.ts +0 -249
  1950. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/__tests__/state-machine.test.ts +0 -388
  1951. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/__tests__/workspace.test.ts +0 -311
  1952. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/agent-bus.ts +0 -416
  1953. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/agent-worker.ts +0 -655
  1954. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/backends/api-backend.ts +0 -262
  1955. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/backends/cli-backend.ts +0 -491
  1956. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/index.ts +0 -82
  1957. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/manager.ts +0 -136
  1958. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/orchestrator.ts +0 -3400
  1959. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/persistence.ts +0 -309
  1960. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/presets.ts +0 -649
  1961. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/requests.ts +0 -287
  1962. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/session-monitor.ts +0 -240
  1963. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/skill-installer.ts +0 -275
  1964. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/smith-memory.ts +0 -498
  1965. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/types.ts +0 -241
  1966. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/watch-manager.ts +0 -560
  1967. package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace-standalone.ts +0 -911
  1968. package/.forge/worktrees/pipeline-d59c2fe2/middleware.ts +0 -51
  1969. package/.forge/worktrees/pipeline-d59c2fe2/next.config.ts +0 -26
  1970. package/.forge/worktrees/pipeline-d59c2fe2/package.json +0 -74
  1971. package/.forge/worktrees/pipeline-d59c2fe2/pnpm-lock.yaml +0 -3719
  1972. package/.forge/worktrees/pipeline-d59c2fe2/pnpm-workspace.yaml +0 -1
  1973. package/.forge/worktrees/pipeline-d59c2fe2/postcss.config.mjs +0 -7
  1974. package/.forge/worktrees/pipeline-d59c2fe2/publish.sh +0 -133
  1975. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/README.md +0 -66
  1976. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/results/.gitignore +0 -2
  1977. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/run.ts +0 -635
  1978. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/01-text-utils/task.md +0 -26
  1979. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  1980. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  1981. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/02-pagination/task.md +0 -48
  1982. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  1983. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  1984. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  1985. package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  1986. package/.forge/worktrees/pipeline-d59c2fe2/scripts/verify-usage.ts +0 -178
  1987. package/.forge/worktrees/pipeline-d59c2fe2/src/config/index.ts +0 -129
  1988. package/.forge/worktrees/pipeline-d59c2fe2/src/core/db/database.ts +0 -259
  1989. package/.forge/worktrees/pipeline-d59c2fe2/src/core/memory/strategy.ts +0 -32
  1990. package/.forge/worktrees/pipeline-d59c2fe2/src/core/providers/chat.ts +0 -65
  1991. package/.forge/worktrees/pipeline-d59c2fe2/src/core/providers/registry.ts +0 -60
  1992. package/.forge/worktrees/pipeline-d59c2fe2/src/core/session/manager.ts +0 -190
  1993. package/.forge/worktrees/pipeline-d59c2fe2/src/types/index.ts +0 -129
  1994. package/.forge/worktrees/pipeline-d59c2fe2/start.sh +0 -31
  1995. package/.forge/worktrees/pipeline-d59c2fe2/templates/smith-lead.json +0 -45
  1996. package/.forge/worktrees/pipeline-d59c2fe2/tsconfig.json +0 -42
  1997. package/.forge/worktrees/pipeline-d6a6ef23/CLAUDE.md +0 -86
  1998. package/.forge/worktrees/pipeline-d6a6ef23/README.md +0 -136
  1999. package/.forge/worktrees/pipeline-d6a6ef23/RELEASE_NOTES.md +0 -11
  2000. package/.forge/worktrees/pipeline-d6a6ef23/app/api/agents/route.ts +0 -17
  2001. package/.forge/worktrees/pipeline-d6a6ef23/app/api/auth/[...nextauth]/route.ts +0 -3
  2002. package/.forge/worktrees/pipeline-d6a6ef23/app/api/auth/verify/route.ts +0 -46
  2003. package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude/[id]/route.ts +0 -31
  2004. package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude/[id]/stream/route.ts +0 -63
  2005. package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude/route.ts +0 -28
  2006. package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  2007. package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  2008. package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-sessions/[projectName]/route.ts +0 -37
  2009. package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-sessions/sync/route.ts +0 -17
  2010. package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-templates/route.ts +0 -145
  2011. package/.forge/worktrees/pipeline-d6a6ef23/app/api/code/route.ts +0 -299
  2012. package/.forge/worktrees/pipeline-d6a6ef23/app/api/delivery/[id]/route.ts +0 -62
  2013. package/.forge/worktrees/pipeline-d6a6ef23/app/api/delivery/route.ts +0 -40
  2014. package/.forge/worktrees/pipeline-d6a6ef23/app/api/detect-cli/route.ts +0 -46
  2015. package/.forge/worktrees/pipeline-d6a6ef23/app/api/docs/route.ts +0 -176
  2016. package/.forge/worktrees/pipeline-d6a6ef23/app/api/docs/sessions/route.ts +0 -54
  2017. package/.forge/worktrees/pipeline-d6a6ef23/app/api/favorites/route.ts +0 -26
  2018. package/.forge/worktrees/pipeline-d6a6ef23/app/api/flows/route.ts +0 -6
  2019. package/.forge/worktrees/pipeline-d6a6ef23/app/api/flows/run/route.ts +0 -19
  2020. package/.forge/worktrees/pipeline-d6a6ef23/app/api/git/route.ts +0 -149
  2021. package/.forge/worktrees/pipeline-d6a6ef23/app/api/help/route.ts +0 -84
  2022. package/.forge/worktrees/pipeline-d6a6ef23/app/api/issue-scanner/route.ts +0 -116
  2023. package/.forge/worktrees/pipeline-d6a6ef23/app/api/logs/route.ts +0 -100
  2024. package/.forge/worktrees/pipeline-d6a6ef23/app/api/mobile-chat/route.ts +0 -115
  2025. package/.forge/worktrees/pipeline-d6a6ef23/app/api/monitor/route.ts +0 -74
  2026. package/.forge/worktrees/pipeline-d6a6ef23/app/api/notifications/route.ts +0 -42
  2027. package/.forge/worktrees/pipeline-d6a6ef23/app/api/notify/test/route.ts +0 -33
  2028. package/.forge/worktrees/pipeline-d6a6ef23/app/api/online/route.ts +0 -40
  2029. package/.forge/worktrees/pipeline-d6a6ef23/app/api/pipelines/[id]/route.ts +0 -41
  2030. package/.forge/worktrees/pipeline-d6a6ef23/app/api/pipelines/route.ts +0 -90
  2031. package/.forge/worktrees/pipeline-d6a6ef23/app/api/plugins/route.ts +0 -75
  2032. package/.forge/worktrees/pipeline-d6a6ef23/app/api/preview/[...path]/route.ts +0 -64
  2033. package/.forge/worktrees/pipeline-d6a6ef23/app/api/preview/route.ts +0 -156
  2034. package/.forge/worktrees/pipeline-d6a6ef23/app/api/project-pipelines/route.ts +0 -91
  2035. package/.forge/worktrees/pipeline-d6a6ef23/app/api/project-sessions/route.ts +0 -61
  2036. package/.forge/worktrees/pipeline-d6a6ef23/app/api/projects/route.ts +0 -26
  2037. package/.forge/worktrees/pipeline-d6a6ef23/app/api/sessions/[id]/chat/route.ts +0 -64
  2038. package/.forge/worktrees/pipeline-d6a6ef23/app/api/sessions/[id]/messages/route.ts +0 -9
  2039. package/.forge/worktrees/pipeline-d6a6ef23/app/api/sessions/[id]/route.ts +0 -17
  2040. package/.forge/worktrees/pipeline-d6a6ef23/app/api/sessions/route.ts +0 -20
  2041. package/.forge/worktrees/pipeline-d6a6ef23/app/api/settings/route.ts +0 -64
  2042. package/.forge/worktrees/pipeline-d6a6ef23/app/api/skills/local/route.ts +0 -228
  2043. package/.forge/worktrees/pipeline-d6a6ef23/app/api/skills/route.ts +0 -182
  2044. package/.forge/worktrees/pipeline-d6a6ef23/app/api/smith-templates/route.ts +0 -81
  2045. package/.forge/worktrees/pipeline-d6a6ef23/app/api/status/route.ts +0 -12
  2046. package/.forge/worktrees/pipeline-d6a6ef23/app/api/tabs/route.ts +0 -25
  2047. package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/[id]/route.ts +0 -51
  2048. package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/[id]/stream/route.ts +0 -77
  2049. package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/link/route.ts +0 -37
  2050. package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/route.ts +0 -44
  2051. package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/session/route.ts +0 -14
  2052. package/.forge/worktrees/pipeline-d6a6ef23/app/api/telegram/route.ts +0 -23
  2053. package/.forge/worktrees/pipeline-d6a6ef23/app/api/templates/route.ts +0 -6
  2054. package/.forge/worktrees/pipeline-d6a6ef23/app/api/terminal-bell/route.ts +0 -35
  2055. package/.forge/worktrees/pipeline-d6a6ef23/app/api/terminal-cwd/route.ts +0 -19
  2056. package/.forge/worktrees/pipeline-d6a6ef23/app/api/terminal-state/route.ts +0 -15
  2057. package/.forge/worktrees/pipeline-d6a6ef23/app/api/tunnel/route.ts +0 -26
  2058. package/.forge/worktrees/pipeline-d6a6ef23/app/api/upgrade/route.ts +0 -43
  2059. package/.forge/worktrees/pipeline-d6a6ef23/app/api/usage/route.ts +0 -20
  2060. package/.forge/worktrees/pipeline-d6a6ef23/app/api/version/route.ts +0 -78
  2061. package/.forge/worktrees/pipeline-d6a6ef23/app/api/watchers/route.ts +0 -33
  2062. package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/[id]/agents/route.ts +0 -35
  2063. package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/[id]/memory/route.ts +0 -23
  2064. package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/[id]/smith/route.ts +0 -22
  2065. package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/[id]/stream/route.ts +0 -28
  2066. package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/route.ts +0 -100
  2067. package/.forge/worktrees/pipeline-d6a6ef23/app/global-error.tsx +0 -21
  2068. package/.forge/worktrees/pipeline-d6a6ef23/app/globals.css +0 -52
  2069. package/.forge/worktrees/pipeline-d6a6ef23/app/icon.ico +0 -0
  2070. package/.forge/worktrees/pipeline-d6a6ef23/app/icon.png +0 -0
  2071. package/.forge/worktrees/pipeline-d6a6ef23/app/icon.svg +0 -106
  2072. package/.forge/worktrees/pipeline-d6a6ef23/app/layout.tsx +0 -17
  2073. package/.forge/worktrees/pipeline-d6a6ef23/app/login/LoginForm.tsx +0 -96
  2074. package/.forge/worktrees/pipeline-d6a6ef23/app/login/page.tsx +0 -10
  2075. package/.forge/worktrees/pipeline-d6a6ef23/app/mobile/page.tsx +0 -9
  2076. package/.forge/worktrees/pipeline-d6a6ef23/app/page.tsx +0 -21
  2077. package/.forge/worktrees/pipeline-d6a6ef23/bin/forge-server.mjs +0 -484
  2078. package/.forge/worktrees/pipeline-d6a6ef23/check-forge-status.sh +0 -71
  2079. package/.forge/worktrees/pipeline-d6a6ef23/cli/mw.ts +0 -579
  2080. package/.forge/worktrees/pipeline-d6a6ef23/components/BrowserPanel.tsx +0 -175
  2081. package/.forge/worktrees/pipeline-d6a6ef23/components/ChatPanel.tsx +0 -191
  2082. package/.forge/worktrees/pipeline-d6a6ef23/components/ClaudeTerminal.tsx +0 -267
  2083. package/.forge/worktrees/pipeline-d6a6ef23/components/CodeViewer.tsx +0 -787
  2084. package/.forge/worktrees/pipeline-d6a6ef23/components/ConversationEditor.tsx +0 -411
  2085. package/.forge/worktrees/pipeline-d6a6ef23/components/ConversationGraphView.tsx +0 -347
  2086. package/.forge/worktrees/pipeline-d6a6ef23/components/ConversationTerminalView.tsx +0 -303
  2087. package/.forge/worktrees/pipeline-d6a6ef23/components/Dashboard.tsx +0 -807
  2088. package/.forge/worktrees/pipeline-d6a6ef23/components/DashboardWrapper.tsx +0 -9
  2089. package/.forge/worktrees/pipeline-d6a6ef23/components/DeliveryFlowEditor.tsx +0 -491
  2090. package/.forge/worktrees/pipeline-d6a6ef23/components/DeliveryList.tsx +0 -230
  2091. package/.forge/worktrees/pipeline-d6a6ef23/components/DeliveryWorkspace.tsx +0 -589
  2092. package/.forge/worktrees/pipeline-d6a6ef23/components/DocTerminal.tsx +0 -187
  2093. package/.forge/worktrees/pipeline-d6a6ef23/components/DocsViewer.tsx +0 -574
  2094. package/.forge/worktrees/pipeline-d6a6ef23/components/HelpDialog.tsx +0 -169
  2095. package/.forge/worktrees/pipeline-d6a6ef23/components/HelpTerminal.tsx +0 -141
  2096. package/.forge/worktrees/pipeline-d6a6ef23/components/InlinePipelineView.tsx +0 -111
  2097. package/.forge/worktrees/pipeline-d6a6ef23/components/LogViewer.tsx +0 -194
  2098. package/.forge/worktrees/pipeline-d6a6ef23/components/MarkdownContent.tsx +0 -73
  2099. package/.forge/worktrees/pipeline-d6a6ef23/components/MobileView.tsx +0 -385
  2100. package/.forge/worktrees/pipeline-d6a6ef23/components/MonitorPanel.tsx +0 -122
  2101. package/.forge/worktrees/pipeline-d6a6ef23/components/NewSessionModal.tsx +0 -93
  2102. package/.forge/worktrees/pipeline-d6a6ef23/components/NewTaskModal.tsx +0 -492
  2103. package/.forge/worktrees/pipeline-d6a6ef23/components/PipelineEditor.tsx +0 -570
  2104. package/.forge/worktrees/pipeline-d6a6ef23/components/PipelineView.tsx +0 -1018
  2105. package/.forge/worktrees/pipeline-d6a6ef23/components/PluginsPanel.tsx +0 -472
  2106. package/.forge/worktrees/pipeline-d6a6ef23/components/ProjectDetail.tsx +0 -1618
  2107. package/.forge/worktrees/pipeline-d6a6ef23/components/ProjectList.tsx +0 -108
  2108. package/.forge/worktrees/pipeline-d6a6ef23/components/ProjectManager.tsx +0 -401
  2109. package/.forge/worktrees/pipeline-d6a6ef23/components/SessionList.tsx +0 -74
  2110. package/.forge/worktrees/pipeline-d6a6ef23/components/SessionView.tsx +0 -726
  2111. package/.forge/worktrees/pipeline-d6a6ef23/components/SettingsModal.tsx +0 -1647
  2112. package/.forge/worktrees/pipeline-d6a6ef23/components/SkillsPanel.tsx +0 -969
  2113. package/.forge/worktrees/pipeline-d6a6ef23/components/StatusBar.tsx +0 -99
  2114. package/.forge/worktrees/pipeline-d6a6ef23/components/TabBar.tsx +0 -46
  2115. package/.forge/worktrees/pipeline-d6a6ef23/components/TaskBoard.tsx +0 -113
  2116. package/.forge/worktrees/pipeline-d6a6ef23/components/TaskDetail.tsx +0 -372
  2117. package/.forge/worktrees/pipeline-d6a6ef23/components/TerminalLauncher.tsx +0 -398
  2118. package/.forge/worktrees/pipeline-d6a6ef23/components/TunnelToggle.tsx +0 -206
  2119. package/.forge/worktrees/pipeline-d6a6ef23/components/UsagePanel.tsx +0 -207
  2120. package/.forge/worktrees/pipeline-d6a6ef23/components/WebTerminal.tsx +0 -1683
  2121. package/.forge/worktrees/pipeline-d6a6ef23/components/WorkspaceTree.tsx +0 -221
  2122. package/.forge/worktrees/pipeline-d6a6ef23/components/WorkspaceView.tsx +0 -4048
  2123. package/.forge/worktrees/pipeline-d6a6ef23/dev-test.sh +0 -5
  2124. package/.forge/worktrees/pipeline-d6a6ef23/docs/Forge_Memory_Layer_Design.docx +0 -0
  2125. package/.forge/worktrees/pipeline-d6a6ef23/docs/Forge_Strategy_Research_2026.docx +0 -0
  2126. package/.forge/worktrees/pipeline-d6a6ef23/docs/LOCAL-DEPLOY.md +0 -144
  2127. package/.forge/worktrees/pipeline-d6a6ef23/docs/roadmap-multi-agent-workflow.md +0 -330
  2128. package/.forge/worktrees/pipeline-d6a6ef23/forge-logo.png +0 -0
  2129. package/.forge/worktrees/pipeline-d6a6ef23/forge-logo.svg +0 -106
  2130. package/.forge/worktrees/pipeline-d6a6ef23/hooks/useSidebarResize.ts +0 -52
  2131. package/.forge/worktrees/pipeline-d6a6ef23/install.sh +0 -29
  2132. package/.forge/worktrees/pipeline-d6a6ef23/instrumentation.ts +0 -35
  2133. package/.forge/worktrees/pipeline-d6a6ef23/lib/agents/claude-adapter.ts +0 -104
  2134. package/.forge/worktrees/pipeline-d6a6ef23/lib/agents/generic-adapter.ts +0 -64
  2135. package/.forge/worktrees/pipeline-d6a6ef23/lib/agents/index.ts +0 -245
  2136. package/.forge/worktrees/pipeline-d6a6ef23/lib/agents/types.ts +0 -70
  2137. package/.forge/worktrees/pipeline-d6a6ef23/lib/artifacts.ts +0 -106
  2138. package/.forge/worktrees/pipeline-d6a6ef23/lib/auth.ts +0 -62
  2139. package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/docker.yaml +0 -70
  2140. package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/http.yaml +0 -66
  2141. package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/jenkins.yaml +0 -92
  2142. package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/llm-vision.yaml +0 -85
  2143. package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/playwright.yaml +0 -111
  2144. package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/shell-command.yaml +0 -60
  2145. package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/slack.yaml +0 -48
  2146. package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/webhook.yaml +0 -56
  2147. package/.forge/worktrees/pipeline-d6a6ef23/lib/claude-process.ts +0 -352
  2148. package/.forge/worktrees/pipeline-d6a6ef23/lib/claude-sessions.ts +0 -266
  2149. package/.forge/worktrees/pipeline-d6a6ef23/lib/claude-templates.ts +0 -227
  2150. package/.forge/worktrees/pipeline-d6a6ef23/lib/cloudflared.ts +0 -424
  2151. package/.forge/worktrees/pipeline-d6a6ef23/lib/crypto.ts +0 -67
  2152. package/.forge/worktrees/pipeline-d6a6ef23/lib/delivery.ts +0 -787
  2153. package/.forge/worktrees/pipeline-d6a6ef23/lib/dirs.ts +0 -99
  2154. package/.forge/worktrees/pipeline-d6a6ef23/lib/flows.ts +0 -86
  2155. package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-mcp-server.ts +0 -717
  2156. package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-skills/forge-inbox.md +0 -38
  2157. package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-skills/forge-send.md +0 -47
  2158. package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-skills/forge-status.md +0 -32
  2159. package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-skills/forge-workspace-sync.md +0 -37
  2160. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/00-overview.md +0 -40
  2161. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/01-settings.md +0 -194
  2162. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/02-telegram.md +0 -41
  2163. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/03-tunnel.md +0 -31
  2164. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/04-tasks.md +0 -52
  2165. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/05-pipelines.md +0 -460
  2166. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/06-skills.md +0 -43
  2167. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/07-projects.md +0 -73
  2168. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/08-rules.md +0 -53
  2169. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/09-issue-autofix.md +0 -55
  2170. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/10-troubleshooting.md +0 -89
  2171. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/11-workspace.md +0 -810
  2172. package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/CLAUDE.md +0 -62
  2173. package/.forge/worktrees/pipeline-d6a6ef23/lib/init.ts +0 -266
  2174. package/.forge/worktrees/pipeline-d6a6ef23/lib/issue-scanner.ts +0 -298
  2175. package/.forge/worktrees/pipeline-d6a6ef23/lib/logger.ts +0 -79
  2176. package/.forge/worktrees/pipeline-d6a6ef23/lib/notifications.ts +0 -75
  2177. package/.forge/worktrees/pipeline-d6a6ef23/lib/notify.ts +0 -108
  2178. package/.forge/worktrees/pipeline-d6a6ef23/lib/password.ts +0 -97
  2179. package/.forge/worktrees/pipeline-d6a6ef23/lib/pipeline-scheduler.ts +0 -373
  2180. package/.forge/worktrees/pipeline-d6a6ef23/lib/pipeline.ts +0 -1438
  2181. package/.forge/worktrees/pipeline-d6a6ef23/lib/plugins/executor.ts +0 -347
  2182. package/.forge/worktrees/pipeline-d6a6ef23/lib/plugins/registry.ts +0 -228
  2183. package/.forge/worktrees/pipeline-d6a6ef23/lib/plugins/types.ts +0 -103
  2184. package/.forge/worktrees/pipeline-d6a6ef23/lib/project-sessions.ts +0 -53
  2185. package/.forge/worktrees/pipeline-d6a6ef23/lib/projects.ts +0 -86
  2186. package/.forge/worktrees/pipeline-d6a6ef23/lib/session-manager.ts +0 -156
  2187. package/.forge/worktrees/pipeline-d6a6ef23/lib/session-utils.ts +0 -53
  2188. package/.forge/worktrees/pipeline-d6a6ef23/lib/session-watcher.ts +0 -345
  2189. package/.forge/worktrees/pipeline-d6a6ef23/lib/settings.ts +0 -195
  2190. package/.forge/worktrees/pipeline-d6a6ef23/lib/skills.ts +0 -458
  2191. package/.forge/worktrees/pipeline-d6a6ef23/lib/task-manager.ts +0 -949
  2192. package/.forge/worktrees/pipeline-d6a6ef23/lib/telegram-bot.ts +0 -1477
  2193. package/.forge/worktrees/pipeline-d6a6ef23/lib/telegram-standalone.ts +0 -83
  2194. package/.forge/worktrees/pipeline-d6a6ef23/lib/terminal-server.ts +0 -70
  2195. package/.forge/worktrees/pipeline-d6a6ef23/lib/terminal-standalone.ts +0 -421
  2196. package/.forge/worktrees/pipeline-d6a6ef23/lib/usage-scanner.ts +0 -249
  2197. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/__tests__/state-machine.test.ts +0 -388
  2198. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/__tests__/workspace.test.ts +0 -311
  2199. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/agent-bus.ts +0 -416
  2200. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/agent-worker.ts +0 -655
  2201. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/backends/api-backend.ts +0 -262
  2202. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/backends/cli-backend.ts +0 -491
  2203. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/index.ts +0 -82
  2204. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/manager.ts +0 -136
  2205. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/orchestrator.ts +0 -3400
  2206. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/persistence.ts +0 -309
  2207. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/presets.ts +0 -649
  2208. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/requests.ts +0 -287
  2209. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/session-monitor.ts +0 -240
  2210. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/skill-installer.ts +0 -275
  2211. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/smith-memory.ts +0 -498
  2212. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/types.ts +0 -241
  2213. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/watch-manager.ts +0 -560
  2214. package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace-standalone.ts +0 -911
  2215. package/.forge/worktrees/pipeline-d6a6ef23/middleware.ts +0 -51
  2216. package/.forge/worktrees/pipeline-d6a6ef23/next.config.ts +0 -26
  2217. package/.forge/worktrees/pipeline-d6a6ef23/package.json +0 -74
  2218. package/.forge/worktrees/pipeline-d6a6ef23/pnpm-lock.yaml +0 -3719
  2219. package/.forge/worktrees/pipeline-d6a6ef23/pnpm-workspace.yaml +0 -1
  2220. package/.forge/worktrees/pipeline-d6a6ef23/postcss.config.mjs +0 -7
  2221. package/.forge/worktrees/pipeline-d6a6ef23/publish.sh +0 -133
  2222. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/README.md +0 -66
  2223. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/results/.gitignore +0 -2
  2224. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/run.ts +0 -635
  2225. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/01-text-utils/task.md +0 -26
  2226. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  2227. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  2228. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/02-pagination/task.md +0 -48
  2229. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  2230. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  2231. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  2232. package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  2233. package/.forge/worktrees/pipeline-d6a6ef23/scripts/verify-usage.ts +0 -178
  2234. package/.forge/worktrees/pipeline-d6a6ef23/src/config/index.ts +0 -129
  2235. package/.forge/worktrees/pipeline-d6a6ef23/src/core/db/database.ts +0 -259
  2236. package/.forge/worktrees/pipeline-d6a6ef23/src/core/memory/strategy.ts +0 -32
  2237. package/.forge/worktrees/pipeline-d6a6ef23/src/core/providers/chat.ts +0 -65
  2238. package/.forge/worktrees/pipeline-d6a6ef23/src/core/providers/registry.ts +0 -60
  2239. package/.forge/worktrees/pipeline-d6a6ef23/src/core/session/manager.ts +0 -190
  2240. package/.forge/worktrees/pipeline-d6a6ef23/src/types/index.ts +0 -129
  2241. package/.forge/worktrees/pipeline-d6a6ef23/start.sh +0 -31
  2242. package/.forge/worktrees/pipeline-d6a6ef23/templates/smith-lead.json +0 -45
  2243. package/.forge/worktrees/pipeline-d6a6ef23/tsconfig.json +0 -42
  2244. package/.forge/worktrees/pipeline-e7f78b7a/CLAUDE.md +0 -86
  2245. package/.forge/worktrees/pipeline-e7f78b7a/README.md +0 -136
  2246. package/.forge/worktrees/pipeline-e7f78b7a/RELEASE_NOTES.md +0 -11
  2247. package/.forge/worktrees/pipeline-e7f78b7a/app/api/agents/route.ts +0 -17
  2248. package/.forge/worktrees/pipeline-e7f78b7a/app/api/auth/[...nextauth]/route.ts +0 -3
  2249. package/.forge/worktrees/pipeline-e7f78b7a/app/api/auth/verify/route.ts +0 -46
  2250. package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude/[id]/route.ts +0 -31
  2251. package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude/[id]/stream/route.ts +0 -63
  2252. package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude/route.ts +0 -28
  2253. package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  2254. package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  2255. package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-sessions/[projectName]/route.ts +0 -37
  2256. package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-sessions/sync/route.ts +0 -17
  2257. package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-templates/route.ts +0 -145
  2258. package/.forge/worktrees/pipeline-e7f78b7a/app/api/code/route.ts +0 -299
  2259. package/.forge/worktrees/pipeline-e7f78b7a/app/api/delivery/[id]/route.ts +0 -62
  2260. package/.forge/worktrees/pipeline-e7f78b7a/app/api/delivery/route.ts +0 -40
  2261. package/.forge/worktrees/pipeline-e7f78b7a/app/api/detect-cli/route.ts +0 -46
  2262. package/.forge/worktrees/pipeline-e7f78b7a/app/api/docs/route.ts +0 -176
  2263. package/.forge/worktrees/pipeline-e7f78b7a/app/api/docs/sessions/route.ts +0 -54
  2264. package/.forge/worktrees/pipeline-e7f78b7a/app/api/favorites/route.ts +0 -26
  2265. package/.forge/worktrees/pipeline-e7f78b7a/app/api/flows/route.ts +0 -6
  2266. package/.forge/worktrees/pipeline-e7f78b7a/app/api/flows/run/route.ts +0 -19
  2267. package/.forge/worktrees/pipeline-e7f78b7a/app/api/git/route.ts +0 -149
  2268. package/.forge/worktrees/pipeline-e7f78b7a/app/api/help/route.ts +0 -84
  2269. package/.forge/worktrees/pipeline-e7f78b7a/app/api/issue-scanner/route.ts +0 -116
  2270. package/.forge/worktrees/pipeline-e7f78b7a/app/api/logs/route.ts +0 -100
  2271. package/.forge/worktrees/pipeline-e7f78b7a/app/api/mobile-chat/route.ts +0 -115
  2272. package/.forge/worktrees/pipeline-e7f78b7a/app/api/monitor/route.ts +0 -74
  2273. package/.forge/worktrees/pipeline-e7f78b7a/app/api/notifications/route.ts +0 -42
  2274. package/.forge/worktrees/pipeline-e7f78b7a/app/api/notify/test/route.ts +0 -33
  2275. package/.forge/worktrees/pipeline-e7f78b7a/app/api/online/route.ts +0 -40
  2276. package/.forge/worktrees/pipeline-e7f78b7a/app/api/pipelines/[id]/route.ts +0 -41
  2277. package/.forge/worktrees/pipeline-e7f78b7a/app/api/pipelines/route.ts +0 -90
  2278. package/.forge/worktrees/pipeline-e7f78b7a/app/api/plugins/route.ts +0 -75
  2279. package/.forge/worktrees/pipeline-e7f78b7a/app/api/preview/[...path]/route.ts +0 -64
  2280. package/.forge/worktrees/pipeline-e7f78b7a/app/api/preview/route.ts +0 -156
  2281. package/.forge/worktrees/pipeline-e7f78b7a/app/api/project-pipelines/route.ts +0 -91
  2282. package/.forge/worktrees/pipeline-e7f78b7a/app/api/project-sessions/route.ts +0 -61
  2283. package/.forge/worktrees/pipeline-e7f78b7a/app/api/projects/route.ts +0 -26
  2284. package/.forge/worktrees/pipeline-e7f78b7a/app/api/sessions/[id]/chat/route.ts +0 -64
  2285. package/.forge/worktrees/pipeline-e7f78b7a/app/api/sessions/[id]/messages/route.ts +0 -9
  2286. package/.forge/worktrees/pipeline-e7f78b7a/app/api/sessions/[id]/route.ts +0 -17
  2287. package/.forge/worktrees/pipeline-e7f78b7a/app/api/sessions/route.ts +0 -20
  2288. package/.forge/worktrees/pipeline-e7f78b7a/app/api/settings/route.ts +0 -64
  2289. package/.forge/worktrees/pipeline-e7f78b7a/app/api/skills/local/route.ts +0 -228
  2290. package/.forge/worktrees/pipeline-e7f78b7a/app/api/skills/route.ts +0 -182
  2291. package/.forge/worktrees/pipeline-e7f78b7a/app/api/smith-templates/route.ts +0 -81
  2292. package/.forge/worktrees/pipeline-e7f78b7a/app/api/status/route.ts +0 -12
  2293. package/.forge/worktrees/pipeline-e7f78b7a/app/api/tabs/route.ts +0 -25
  2294. package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/[id]/route.ts +0 -51
  2295. package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/[id]/stream/route.ts +0 -77
  2296. package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/link/route.ts +0 -37
  2297. package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/route.ts +0 -44
  2298. package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/session/route.ts +0 -14
  2299. package/.forge/worktrees/pipeline-e7f78b7a/app/api/telegram/route.ts +0 -23
  2300. package/.forge/worktrees/pipeline-e7f78b7a/app/api/templates/route.ts +0 -6
  2301. package/.forge/worktrees/pipeline-e7f78b7a/app/api/terminal-bell/route.ts +0 -35
  2302. package/.forge/worktrees/pipeline-e7f78b7a/app/api/terminal-cwd/route.ts +0 -19
  2303. package/.forge/worktrees/pipeline-e7f78b7a/app/api/terminal-state/route.ts +0 -15
  2304. package/.forge/worktrees/pipeline-e7f78b7a/app/api/tunnel/route.ts +0 -26
  2305. package/.forge/worktrees/pipeline-e7f78b7a/app/api/upgrade/route.ts +0 -43
  2306. package/.forge/worktrees/pipeline-e7f78b7a/app/api/usage/route.ts +0 -20
  2307. package/.forge/worktrees/pipeline-e7f78b7a/app/api/version/route.ts +0 -78
  2308. package/.forge/worktrees/pipeline-e7f78b7a/app/api/watchers/route.ts +0 -33
  2309. package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/[id]/agents/route.ts +0 -35
  2310. package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/[id]/memory/route.ts +0 -23
  2311. package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/[id]/smith/route.ts +0 -22
  2312. package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/[id]/stream/route.ts +0 -28
  2313. package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/route.ts +0 -100
  2314. package/.forge/worktrees/pipeline-e7f78b7a/app/global-error.tsx +0 -21
  2315. package/.forge/worktrees/pipeline-e7f78b7a/app/globals.css +0 -52
  2316. package/.forge/worktrees/pipeline-e7f78b7a/app/icon.ico +0 -0
  2317. package/.forge/worktrees/pipeline-e7f78b7a/app/icon.png +0 -0
  2318. package/.forge/worktrees/pipeline-e7f78b7a/app/icon.svg +0 -106
  2319. package/.forge/worktrees/pipeline-e7f78b7a/app/layout.tsx +0 -17
  2320. package/.forge/worktrees/pipeline-e7f78b7a/app/login/LoginForm.tsx +0 -96
  2321. package/.forge/worktrees/pipeline-e7f78b7a/app/login/page.tsx +0 -10
  2322. package/.forge/worktrees/pipeline-e7f78b7a/app/mobile/page.tsx +0 -9
  2323. package/.forge/worktrees/pipeline-e7f78b7a/app/page.tsx +0 -21
  2324. package/.forge/worktrees/pipeline-e7f78b7a/bin/forge-server.mjs +0 -484
  2325. package/.forge/worktrees/pipeline-e7f78b7a/check-forge-status.sh +0 -71
  2326. package/.forge/worktrees/pipeline-e7f78b7a/cli/mw.ts +0 -579
  2327. package/.forge/worktrees/pipeline-e7f78b7a/components/BrowserPanel.tsx +0 -175
  2328. package/.forge/worktrees/pipeline-e7f78b7a/components/ChatPanel.tsx +0 -191
  2329. package/.forge/worktrees/pipeline-e7f78b7a/components/ClaudeTerminal.tsx +0 -267
  2330. package/.forge/worktrees/pipeline-e7f78b7a/components/CodeViewer.tsx +0 -787
  2331. package/.forge/worktrees/pipeline-e7f78b7a/components/ConversationEditor.tsx +0 -411
  2332. package/.forge/worktrees/pipeline-e7f78b7a/components/ConversationGraphView.tsx +0 -347
  2333. package/.forge/worktrees/pipeline-e7f78b7a/components/ConversationTerminalView.tsx +0 -303
  2334. package/.forge/worktrees/pipeline-e7f78b7a/components/Dashboard.tsx +0 -807
  2335. package/.forge/worktrees/pipeline-e7f78b7a/components/DashboardWrapper.tsx +0 -9
  2336. package/.forge/worktrees/pipeline-e7f78b7a/components/DeliveryFlowEditor.tsx +0 -491
  2337. package/.forge/worktrees/pipeline-e7f78b7a/components/DeliveryList.tsx +0 -230
  2338. package/.forge/worktrees/pipeline-e7f78b7a/components/DeliveryWorkspace.tsx +0 -589
  2339. package/.forge/worktrees/pipeline-e7f78b7a/components/DocTerminal.tsx +0 -187
  2340. package/.forge/worktrees/pipeline-e7f78b7a/components/DocsViewer.tsx +0 -574
  2341. package/.forge/worktrees/pipeline-e7f78b7a/components/HelpDialog.tsx +0 -169
  2342. package/.forge/worktrees/pipeline-e7f78b7a/components/HelpTerminal.tsx +0 -141
  2343. package/.forge/worktrees/pipeline-e7f78b7a/components/InlinePipelineView.tsx +0 -111
  2344. package/.forge/worktrees/pipeline-e7f78b7a/components/LogViewer.tsx +0 -194
  2345. package/.forge/worktrees/pipeline-e7f78b7a/components/MarkdownContent.tsx +0 -73
  2346. package/.forge/worktrees/pipeline-e7f78b7a/components/MobileView.tsx +0 -385
  2347. package/.forge/worktrees/pipeline-e7f78b7a/components/MonitorPanel.tsx +0 -122
  2348. package/.forge/worktrees/pipeline-e7f78b7a/components/NewSessionModal.tsx +0 -93
  2349. package/.forge/worktrees/pipeline-e7f78b7a/components/NewTaskModal.tsx +0 -492
  2350. package/.forge/worktrees/pipeline-e7f78b7a/components/PipelineEditor.tsx +0 -570
  2351. package/.forge/worktrees/pipeline-e7f78b7a/components/PipelineView.tsx +0 -1018
  2352. package/.forge/worktrees/pipeline-e7f78b7a/components/PluginsPanel.tsx +0 -472
  2353. package/.forge/worktrees/pipeline-e7f78b7a/components/ProjectDetail.tsx +0 -1618
  2354. package/.forge/worktrees/pipeline-e7f78b7a/components/ProjectList.tsx +0 -108
  2355. package/.forge/worktrees/pipeline-e7f78b7a/components/ProjectManager.tsx +0 -401
  2356. package/.forge/worktrees/pipeline-e7f78b7a/components/SessionList.tsx +0 -74
  2357. package/.forge/worktrees/pipeline-e7f78b7a/components/SessionView.tsx +0 -726
  2358. package/.forge/worktrees/pipeline-e7f78b7a/components/SettingsModal.tsx +0 -1647
  2359. package/.forge/worktrees/pipeline-e7f78b7a/components/SkillsPanel.tsx +0 -969
  2360. package/.forge/worktrees/pipeline-e7f78b7a/components/StatusBar.tsx +0 -99
  2361. package/.forge/worktrees/pipeline-e7f78b7a/components/TabBar.tsx +0 -46
  2362. package/.forge/worktrees/pipeline-e7f78b7a/components/TaskBoard.tsx +0 -113
  2363. package/.forge/worktrees/pipeline-e7f78b7a/components/TaskDetail.tsx +0 -372
  2364. package/.forge/worktrees/pipeline-e7f78b7a/components/TerminalLauncher.tsx +0 -398
  2365. package/.forge/worktrees/pipeline-e7f78b7a/components/TunnelToggle.tsx +0 -206
  2366. package/.forge/worktrees/pipeline-e7f78b7a/components/UsagePanel.tsx +0 -207
  2367. package/.forge/worktrees/pipeline-e7f78b7a/components/WebTerminal.tsx +0 -1683
  2368. package/.forge/worktrees/pipeline-e7f78b7a/components/WorkspaceTree.tsx +0 -221
  2369. package/.forge/worktrees/pipeline-e7f78b7a/components/WorkspaceView.tsx +0 -4048
  2370. package/.forge/worktrees/pipeline-e7f78b7a/dev-test.sh +0 -5
  2371. package/.forge/worktrees/pipeline-e7f78b7a/docs/Forge_Memory_Layer_Design.docx +0 -0
  2372. package/.forge/worktrees/pipeline-e7f78b7a/docs/Forge_Strategy_Research_2026.docx +0 -0
  2373. package/.forge/worktrees/pipeline-e7f78b7a/docs/LOCAL-DEPLOY.md +0 -144
  2374. package/.forge/worktrees/pipeline-e7f78b7a/docs/roadmap-multi-agent-workflow.md +0 -330
  2375. package/.forge/worktrees/pipeline-e7f78b7a/forge-logo.png +0 -0
  2376. package/.forge/worktrees/pipeline-e7f78b7a/forge-logo.svg +0 -106
  2377. package/.forge/worktrees/pipeline-e7f78b7a/hooks/useSidebarResize.ts +0 -52
  2378. package/.forge/worktrees/pipeline-e7f78b7a/install.sh +0 -29
  2379. package/.forge/worktrees/pipeline-e7f78b7a/instrumentation.ts +0 -35
  2380. package/.forge/worktrees/pipeline-e7f78b7a/lib/agents/claude-adapter.ts +0 -104
  2381. package/.forge/worktrees/pipeline-e7f78b7a/lib/agents/generic-adapter.ts +0 -64
  2382. package/.forge/worktrees/pipeline-e7f78b7a/lib/agents/index.ts +0 -245
  2383. package/.forge/worktrees/pipeline-e7f78b7a/lib/agents/types.ts +0 -70
  2384. package/.forge/worktrees/pipeline-e7f78b7a/lib/artifacts.ts +0 -106
  2385. package/.forge/worktrees/pipeline-e7f78b7a/lib/auth.ts +0 -62
  2386. package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/docker.yaml +0 -70
  2387. package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/http.yaml +0 -66
  2388. package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/jenkins.yaml +0 -92
  2389. package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/llm-vision.yaml +0 -85
  2390. package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/playwright.yaml +0 -111
  2391. package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/shell-command.yaml +0 -60
  2392. package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/slack.yaml +0 -48
  2393. package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/webhook.yaml +0 -56
  2394. package/.forge/worktrees/pipeline-e7f78b7a/lib/claude-process.ts +0 -352
  2395. package/.forge/worktrees/pipeline-e7f78b7a/lib/claude-sessions.ts +0 -266
  2396. package/.forge/worktrees/pipeline-e7f78b7a/lib/claude-templates.ts +0 -227
  2397. package/.forge/worktrees/pipeline-e7f78b7a/lib/cloudflared.ts +0 -424
  2398. package/.forge/worktrees/pipeline-e7f78b7a/lib/crypto.ts +0 -67
  2399. package/.forge/worktrees/pipeline-e7f78b7a/lib/delivery.ts +0 -787
  2400. package/.forge/worktrees/pipeline-e7f78b7a/lib/dirs.ts +0 -99
  2401. package/.forge/worktrees/pipeline-e7f78b7a/lib/flows.ts +0 -86
  2402. package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-mcp-server.ts +0 -717
  2403. package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-skills/forge-inbox.md +0 -38
  2404. package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-skills/forge-send.md +0 -47
  2405. package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-skills/forge-status.md +0 -32
  2406. package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-skills/forge-workspace-sync.md +0 -37
  2407. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/00-overview.md +0 -40
  2408. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/01-settings.md +0 -194
  2409. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/02-telegram.md +0 -41
  2410. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/03-tunnel.md +0 -31
  2411. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/04-tasks.md +0 -52
  2412. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/05-pipelines.md +0 -460
  2413. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/06-skills.md +0 -43
  2414. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/07-projects.md +0 -73
  2415. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/08-rules.md +0 -53
  2416. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/09-issue-autofix.md +0 -55
  2417. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/10-troubleshooting.md +0 -89
  2418. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/11-workspace.md +0 -810
  2419. package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/CLAUDE.md +0 -62
  2420. package/.forge/worktrees/pipeline-e7f78b7a/lib/init.ts +0 -266
  2421. package/.forge/worktrees/pipeline-e7f78b7a/lib/issue-scanner.ts +0 -298
  2422. package/.forge/worktrees/pipeline-e7f78b7a/lib/logger.ts +0 -79
  2423. package/.forge/worktrees/pipeline-e7f78b7a/lib/notifications.ts +0 -75
  2424. package/.forge/worktrees/pipeline-e7f78b7a/lib/notify.ts +0 -108
  2425. package/.forge/worktrees/pipeline-e7f78b7a/lib/password.ts +0 -97
  2426. package/.forge/worktrees/pipeline-e7f78b7a/lib/pipeline-scheduler.ts +0 -373
  2427. package/.forge/worktrees/pipeline-e7f78b7a/lib/pipeline.ts +0 -1441
  2428. package/.forge/worktrees/pipeline-e7f78b7a/lib/plugins/executor.ts +0 -347
  2429. package/.forge/worktrees/pipeline-e7f78b7a/lib/plugins/registry.ts +0 -228
  2430. package/.forge/worktrees/pipeline-e7f78b7a/lib/plugins/types.ts +0 -103
  2431. package/.forge/worktrees/pipeline-e7f78b7a/lib/project-sessions.ts +0 -53
  2432. package/.forge/worktrees/pipeline-e7f78b7a/lib/projects.ts +0 -86
  2433. package/.forge/worktrees/pipeline-e7f78b7a/lib/session-manager.ts +0 -156
  2434. package/.forge/worktrees/pipeline-e7f78b7a/lib/session-utils.ts +0 -53
  2435. package/.forge/worktrees/pipeline-e7f78b7a/lib/session-watcher.ts +0 -345
  2436. package/.forge/worktrees/pipeline-e7f78b7a/lib/settings.ts +0 -195
  2437. package/.forge/worktrees/pipeline-e7f78b7a/lib/skills.ts +0 -458
  2438. package/.forge/worktrees/pipeline-e7f78b7a/lib/task-manager.ts +0 -949
  2439. package/.forge/worktrees/pipeline-e7f78b7a/lib/telegram-bot.ts +0 -1477
  2440. package/.forge/worktrees/pipeline-e7f78b7a/lib/telegram-standalone.ts +0 -83
  2441. package/.forge/worktrees/pipeline-e7f78b7a/lib/terminal-server.ts +0 -70
  2442. package/.forge/worktrees/pipeline-e7f78b7a/lib/terminal-standalone.ts +0 -421
  2443. package/.forge/worktrees/pipeline-e7f78b7a/lib/usage-scanner.ts +0 -249
  2444. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/__tests__/state-machine.test.ts +0 -388
  2445. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/__tests__/workspace.test.ts +0 -311
  2446. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/agent-bus.ts +0 -416
  2447. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/agent-worker.ts +0 -655
  2448. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/backends/api-backend.ts +0 -262
  2449. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/backends/cli-backend.ts +0 -491
  2450. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/index.ts +0 -82
  2451. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/manager.ts +0 -136
  2452. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/orchestrator.ts +0 -3400
  2453. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/persistence.ts +0 -309
  2454. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/presets.ts +0 -649
  2455. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/requests.ts +0 -287
  2456. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/session-monitor.ts +0 -240
  2457. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/skill-installer.ts +0 -275
  2458. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/smith-memory.ts +0 -498
  2459. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/types.ts +0 -241
  2460. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/watch-manager.ts +0 -560
  2461. package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace-standalone.ts +0 -911
  2462. package/.forge/worktrees/pipeline-e7f78b7a/middleware.ts +0 -51
  2463. package/.forge/worktrees/pipeline-e7f78b7a/next.config.ts +0 -26
  2464. package/.forge/worktrees/pipeline-e7f78b7a/package.json +0 -74
  2465. package/.forge/worktrees/pipeline-e7f78b7a/pnpm-lock.yaml +0 -3719
  2466. package/.forge/worktrees/pipeline-e7f78b7a/pnpm-workspace.yaml +0 -1
  2467. package/.forge/worktrees/pipeline-e7f78b7a/postcss.config.mjs +0 -7
  2468. package/.forge/worktrees/pipeline-e7f78b7a/publish.sh +0 -133
  2469. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/README.md +0 -66
  2470. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/results/.gitignore +0 -2
  2471. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/run.ts +0 -635
  2472. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/01-text-utils/task.md +0 -26
  2473. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  2474. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  2475. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/02-pagination/task.md +0 -48
  2476. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  2477. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  2478. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  2479. package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  2480. package/.forge/worktrees/pipeline-e7f78b7a/scripts/verify-usage.ts +0 -178
  2481. package/.forge/worktrees/pipeline-e7f78b7a/src/config/index.ts +0 -129
  2482. package/.forge/worktrees/pipeline-e7f78b7a/src/core/db/database.ts +0 -259
  2483. package/.forge/worktrees/pipeline-e7f78b7a/src/core/memory/strategy.ts +0 -32
  2484. package/.forge/worktrees/pipeline-e7f78b7a/src/core/providers/chat.ts +0 -65
  2485. package/.forge/worktrees/pipeline-e7f78b7a/src/core/providers/registry.ts +0 -60
  2486. package/.forge/worktrees/pipeline-e7f78b7a/src/core/session/manager.ts +0 -190
  2487. package/.forge/worktrees/pipeline-e7f78b7a/src/types/index.ts +0 -129
  2488. package/.forge/worktrees/pipeline-e7f78b7a/start.sh +0 -31
  2489. package/.forge/worktrees/pipeline-e7f78b7a/templates/smith-lead.json +0 -45
  2490. package/.forge/worktrees/pipeline-e7f78b7a/tsconfig.json +0 -42
  2491. package/.forge/worktrees/pipeline-e97c13c7/CLAUDE.md +0 -86
  2492. package/.forge/worktrees/pipeline-e97c13c7/README.md +0 -136
  2493. package/.forge/worktrees/pipeline-e97c13c7/RELEASE_NOTES.md +0 -11
  2494. package/.forge/worktrees/pipeline-e97c13c7/app/api/agents/route.ts +0 -17
  2495. package/.forge/worktrees/pipeline-e97c13c7/app/api/auth/[...nextauth]/route.ts +0 -3
  2496. package/.forge/worktrees/pipeline-e97c13c7/app/api/auth/verify/route.ts +0 -46
  2497. package/.forge/worktrees/pipeline-e97c13c7/app/api/claude/[id]/route.ts +0 -31
  2498. package/.forge/worktrees/pipeline-e97c13c7/app/api/claude/[id]/stream/route.ts +0 -63
  2499. package/.forge/worktrees/pipeline-e97c13c7/app/api/claude/route.ts +0 -28
  2500. package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  2501. package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  2502. package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-sessions/[projectName]/route.ts +0 -37
  2503. package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-sessions/sync/route.ts +0 -17
  2504. package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-templates/route.ts +0 -145
  2505. package/.forge/worktrees/pipeline-e97c13c7/app/api/code/route.ts +0 -299
  2506. package/.forge/worktrees/pipeline-e97c13c7/app/api/delivery/[id]/route.ts +0 -62
  2507. package/.forge/worktrees/pipeline-e97c13c7/app/api/delivery/route.ts +0 -40
  2508. package/.forge/worktrees/pipeline-e97c13c7/app/api/detect-cli/route.ts +0 -46
  2509. package/.forge/worktrees/pipeline-e97c13c7/app/api/docs/route.ts +0 -176
  2510. package/.forge/worktrees/pipeline-e97c13c7/app/api/docs/sessions/route.ts +0 -54
  2511. package/.forge/worktrees/pipeline-e97c13c7/app/api/favorites/route.ts +0 -26
  2512. package/.forge/worktrees/pipeline-e97c13c7/app/api/flows/route.ts +0 -6
  2513. package/.forge/worktrees/pipeline-e97c13c7/app/api/flows/run/route.ts +0 -19
  2514. package/.forge/worktrees/pipeline-e97c13c7/app/api/git/route.ts +0 -149
  2515. package/.forge/worktrees/pipeline-e97c13c7/app/api/help/route.ts +0 -84
  2516. package/.forge/worktrees/pipeline-e97c13c7/app/api/issue-scanner/route.ts +0 -116
  2517. package/.forge/worktrees/pipeline-e97c13c7/app/api/logs/route.ts +0 -100
  2518. package/.forge/worktrees/pipeline-e97c13c7/app/api/mobile-chat/route.ts +0 -115
  2519. package/.forge/worktrees/pipeline-e97c13c7/app/api/monitor/route.ts +0 -74
  2520. package/.forge/worktrees/pipeline-e97c13c7/app/api/notifications/route.ts +0 -42
  2521. package/.forge/worktrees/pipeline-e97c13c7/app/api/notify/test/route.ts +0 -33
  2522. package/.forge/worktrees/pipeline-e97c13c7/app/api/online/route.ts +0 -40
  2523. package/.forge/worktrees/pipeline-e97c13c7/app/api/pipelines/[id]/route.ts +0 -41
  2524. package/.forge/worktrees/pipeline-e97c13c7/app/api/pipelines/route.ts +0 -90
  2525. package/.forge/worktrees/pipeline-e97c13c7/app/api/plugins/route.ts +0 -75
  2526. package/.forge/worktrees/pipeline-e97c13c7/app/api/preview/[...path]/route.ts +0 -64
  2527. package/.forge/worktrees/pipeline-e97c13c7/app/api/preview/route.ts +0 -156
  2528. package/.forge/worktrees/pipeline-e97c13c7/app/api/project-pipelines/route.ts +0 -91
  2529. package/.forge/worktrees/pipeline-e97c13c7/app/api/project-sessions/route.ts +0 -61
  2530. package/.forge/worktrees/pipeline-e97c13c7/app/api/projects/route.ts +0 -26
  2531. package/.forge/worktrees/pipeline-e97c13c7/app/api/sessions/[id]/chat/route.ts +0 -64
  2532. package/.forge/worktrees/pipeline-e97c13c7/app/api/sessions/[id]/messages/route.ts +0 -9
  2533. package/.forge/worktrees/pipeline-e97c13c7/app/api/sessions/[id]/route.ts +0 -17
  2534. package/.forge/worktrees/pipeline-e97c13c7/app/api/sessions/route.ts +0 -20
  2535. package/.forge/worktrees/pipeline-e97c13c7/app/api/settings/route.ts +0 -64
  2536. package/.forge/worktrees/pipeline-e97c13c7/app/api/skills/local/route.ts +0 -228
  2537. package/.forge/worktrees/pipeline-e97c13c7/app/api/skills/route.ts +0 -182
  2538. package/.forge/worktrees/pipeline-e97c13c7/app/api/smith-templates/route.ts +0 -81
  2539. package/.forge/worktrees/pipeline-e97c13c7/app/api/status/route.ts +0 -12
  2540. package/.forge/worktrees/pipeline-e97c13c7/app/api/tabs/route.ts +0 -25
  2541. package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/[id]/route.ts +0 -51
  2542. package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/[id]/stream/route.ts +0 -77
  2543. package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/link/route.ts +0 -37
  2544. package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/route.ts +0 -44
  2545. package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/session/route.ts +0 -14
  2546. package/.forge/worktrees/pipeline-e97c13c7/app/api/telegram/route.ts +0 -23
  2547. package/.forge/worktrees/pipeline-e97c13c7/app/api/templates/route.ts +0 -6
  2548. package/.forge/worktrees/pipeline-e97c13c7/app/api/terminal-bell/route.ts +0 -35
  2549. package/.forge/worktrees/pipeline-e97c13c7/app/api/terminal-cwd/route.ts +0 -19
  2550. package/.forge/worktrees/pipeline-e97c13c7/app/api/terminal-state/route.ts +0 -15
  2551. package/.forge/worktrees/pipeline-e97c13c7/app/api/tunnel/route.ts +0 -26
  2552. package/.forge/worktrees/pipeline-e97c13c7/app/api/upgrade/route.ts +0 -43
  2553. package/.forge/worktrees/pipeline-e97c13c7/app/api/usage/route.ts +0 -20
  2554. package/.forge/worktrees/pipeline-e97c13c7/app/api/version/route.ts +0 -78
  2555. package/.forge/worktrees/pipeline-e97c13c7/app/api/watchers/route.ts +0 -33
  2556. package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/[id]/agents/route.ts +0 -35
  2557. package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/[id]/memory/route.ts +0 -23
  2558. package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/[id]/smith/route.ts +0 -22
  2559. package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/[id]/stream/route.ts +0 -28
  2560. package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/route.ts +0 -100
  2561. package/.forge/worktrees/pipeline-e97c13c7/app/global-error.tsx +0 -21
  2562. package/.forge/worktrees/pipeline-e97c13c7/app/globals.css +0 -52
  2563. package/.forge/worktrees/pipeline-e97c13c7/app/icon.ico +0 -0
  2564. package/.forge/worktrees/pipeline-e97c13c7/app/icon.png +0 -0
  2565. package/.forge/worktrees/pipeline-e97c13c7/app/icon.svg +0 -106
  2566. package/.forge/worktrees/pipeline-e97c13c7/app/layout.tsx +0 -17
  2567. package/.forge/worktrees/pipeline-e97c13c7/app/login/LoginForm.tsx +0 -96
  2568. package/.forge/worktrees/pipeline-e97c13c7/app/login/page.tsx +0 -10
  2569. package/.forge/worktrees/pipeline-e97c13c7/app/mobile/page.tsx +0 -9
  2570. package/.forge/worktrees/pipeline-e97c13c7/app/page.tsx +0 -21
  2571. package/.forge/worktrees/pipeline-e97c13c7/bin/forge-server.mjs +0 -484
  2572. package/.forge/worktrees/pipeline-e97c13c7/check-forge-status.sh +0 -71
  2573. package/.forge/worktrees/pipeline-e97c13c7/cli/mw.ts +0 -579
  2574. package/.forge/worktrees/pipeline-e97c13c7/components/BrowserPanel.tsx +0 -175
  2575. package/.forge/worktrees/pipeline-e97c13c7/components/ChatPanel.tsx +0 -191
  2576. package/.forge/worktrees/pipeline-e97c13c7/components/ClaudeTerminal.tsx +0 -267
  2577. package/.forge/worktrees/pipeline-e97c13c7/components/CodeViewer.tsx +0 -787
  2578. package/.forge/worktrees/pipeline-e97c13c7/components/ConversationEditor.tsx +0 -411
  2579. package/.forge/worktrees/pipeline-e97c13c7/components/ConversationGraphView.tsx +0 -347
  2580. package/.forge/worktrees/pipeline-e97c13c7/components/ConversationTerminalView.tsx +0 -303
  2581. package/.forge/worktrees/pipeline-e97c13c7/components/Dashboard.tsx +0 -807
  2582. package/.forge/worktrees/pipeline-e97c13c7/components/DashboardWrapper.tsx +0 -9
  2583. package/.forge/worktrees/pipeline-e97c13c7/components/DeliveryFlowEditor.tsx +0 -491
  2584. package/.forge/worktrees/pipeline-e97c13c7/components/DeliveryList.tsx +0 -230
  2585. package/.forge/worktrees/pipeline-e97c13c7/components/DeliveryWorkspace.tsx +0 -589
  2586. package/.forge/worktrees/pipeline-e97c13c7/components/DocTerminal.tsx +0 -187
  2587. package/.forge/worktrees/pipeline-e97c13c7/components/DocsViewer.tsx +0 -574
  2588. package/.forge/worktrees/pipeline-e97c13c7/components/HelpDialog.tsx +0 -169
  2589. package/.forge/worktrees/pipeline-e97c13c7/components/HelpTerminal.tsx +0 -141
  2590. package/.forge/worktrees/pipeline-e97c13c7/components/InlinePipelineView.tsx +0 -111
  2591. package/.forge/worktrees/pipeline-e97c13c7/components/LogViewer.tsx +0 -194
  2592. package/.forge/worktrees/pipeline-e97c13c7/components/MarkdownContent.tsx +0 -73
  2593. package/.forge/worktrees/pipeline-e97c13c7/components/MobileView.tsx +0 -385
  2594. package/.forge/worktrees/pipeline-e97c13c7/components/MonitorPanel.tsx +0 -122
  2595. package/.forge/worktrees/pipeline-e97c13c7/components/NewSessionModal.tsx +0 -93
  2596. package/.forge/worktrees/pipeline-e97c13c7/components/NewTaskModal.tsx +0 -492
  2597. package/.forge/worktrees/pipeline-e97c13c7/components/PipelineEditor.tsx +0 -570
  2598. package/.forge/worktrees/pipeline-e97c13c7/components/PipelineView.tsx +0 -1018
  2599. package/.forge/worktrees/pipeline-e97c13c7/components/PluginsPanel.tsx +0 -472
  2600. package/.forge/worktrees/pipeline-e97c13c7/components/ProjectDetail.tsx +0 -1618
  2601. package/.forge/worktrees/pipeline-e97c13c7/components/ProjectList.tsx +0 -108
  2602. package/.forge/worktrees/pipeline-e97c13c7/components/ProjectManager.tsx +0 -401
  2603. package/.forge/worktrees/pipeline-e97c13c7/components/SessionList.tsx +0 -74
  2604. package/.forge/worktrees/pipeline-e97c13c7/components/SessionView.tsx +0 -726
  2605. package/.forge/worktrees/pipeline-e97c13c7/components/SettingsModal.tsx +0 -1647
  2606. package/.forge/worktrees/pipeline-e97c13c7/components/SkillsPanel.tsx +0 -969
  2607. package/.forge/worktrees/pipeline-e97c13c7/components/StatusBar.tsx +0 -99
  2608. package/.forge/worktrees/pipeline-e97c13c7/components/TabBar.tsx +0 -46
  2609. package/.forge/worktrees/pipeline-e97c13c7/components/TaskBoard.tsx +0 -113
  2610. package/.forge/worktrees/pipeline-e97c13c7/components/TaskDetail.tsx +0 -372
  2611. package/.forge/worktrees/pipeline-e97c13c7/components/TerminalLauncher.tsx +0 -398
  2612. package/.forge/worktrees/pipeline-e97c13c7/components/TunnelToggle.tsx +0 -206
  2613. package/.forge/worktrees/pipeline-e97c13c7/components/UsagePanel.tsx +0 -207
  2614. package/.forge/worktrees/pipeline-e97c13c7/components/WebTerminal.tsx +0 -1683
  2615. package/.forge/worktrees/pipeline-e97c13c7/components/WorkspaceTree.tsx +0 -221
  2616. package/.forge/worktrees/pipeline-e97c13c7/components/WorkspaceView.tsx +0 -4048
  2617. package/.forge/worktrees/pipeline-e97c13c7/dev-test.sh +0 -5
  2618. package/.forge/worktrees/pipeline-e97c13c7/docs/Forge_Memory_Layer_Design.docx +0 -0
  2619. package/.forge/worktrees/pipeline-e97c13c7/docs/Forge_Strategy_Research_2026.docx +0 -0
  2620. package/.forge/worktrees/pipeline-e97c13c7/docs/LOCAL-DEPLOY.md +0 -144
  2621. package/.forge/worktrees/pipeline-e97c13c7/docs/roadmap-multi-agent-workflow.md +0 -330
  2622. package/.forge/worktrees/pipeline-e97c13c7/forge-logo.png +0 -0
  2623. package/.forge/worktrees/pipeline-e97c13c7/forge-logo.svg +0 -106
  2624. package/.forge/worktrees/pipeline-e97c13c7/hooks/useSidebarResize.ts +0 -52
  2625. package/.forge/worktrees/pipeline-e97c13c7/install.sh +0 -29
  2626. package/.forge/worktrees/pipeline-e97c13c7/instrumentation.ts +0 -35
  2627. package/.forge/worktrees/pipeline-e97c13c7/lib/agents/claude-adapter.ts +0 -104
  2628. package/.forge/worktrees/pipeline-e97c13c7/lib/agents/generic-adapter.ts +0 -64
  2629. package/.forge/worktrees/pipeline-e97c13c7/lib/agents/index.ts +0 -245
  2630. package/.forge/worktrees/pipeline-e97c13c7/lib/agents/types.ts +0 -70
  2631. package/.forge/worktrees/pipeline-e97c13c7/lib/artifacts.ts +0 -106
  2632. package/.forge/worktrees/pipeline-e97c13c7/lib/auth.ts +0 -62
  2633. package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/docker.yaml +0 -70
  2634. package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/http.yaml +0 -66
  2635. package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/jenkins.yaml +0 -92
  2636. package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/llm-vision.yaml +0 -85
  2637. package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/playwright.yaml +0 -111
  2638. package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/shell-command.yaml +0 -60
  2639. package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/slack.yaml +0 -48
  2640. package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/webhook.yaml +0 -56
  2641. package/.forge/worktrees/pipeline-e97c13c7/lib/claude-process.ts +0 -352
  2642. package/.forge/worktrees/pipeline-e97c13c7/lib/claude-sessions.ts +0 -266
  2643. package/.forge/worktrees/pipeline-e97c13c7/lib/claude-templates.ts +0 -227
  2644. package/.forge/worktrees/pipeline-e97c13c7/lib/cloudflared.ts +0 -424
  2645. package/.forge/worktrees/pipeline-e97c13c7/lib/crypto.ts +0 -67
  2646. package/.forge/worktrees/pipeline-e97c13c7/lib/delivery.ts +0 -787
  2647. package/.forge/worktrees/pipeline-e97c13c7/lib/dirs.ts +0 -99
  2648. package/.forge/worktrees/pipeline-e97c13c7/lib/flows.ts +0 -86
  2649. package/.forge/worktrees/pipeline-e97c13c7/lib/forge-mcp-server.ts +0 -717
  2650. package/.forge/worktrees/pipeline-e97c13c7/lib/forge-skills/forge-inbox.md +0 -38
  2651. package/.forge/worktrees/pipeline-e97c13c7/lib/forge-skills/forge-send.md +0 -47
  2652. package/.forge/worktrees/pipeline-e97c13c7/lib/forge-skills/forge-status.md +0 -32
  2653. package/.forge/worktrees/pipeline-e97c13c7/lib/forge-skills/forge-workspace-sync.md +0 -37
  2654. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/00-overview.md +0 -40
  2655. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/01-settings.md +0 -194
  2656. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/02-telegram.md +0 -41
  2657. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/03-tunnel.md +0 -31
  2658. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/04-tasks.md +0 -52
  2659. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/05-pipelines.md +0 -460
  2660. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/06-skills.md +0 -43
  2661. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/07-projects.md +0 -73
  2662. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/08-rules.md +0 -53
  2663. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/09-issue-autofix.md +0 -55
  2664. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/10-troubleshooting.md +0 -89
  2665. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/11-workspace.md +0 -810
  2666. package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/CLAUDE.md +0 -62
  2667. package/.forge/worktrees/pipeline-e97c13c7/lib/init.ts +0 -266
  2668. package/.forge/worktrees/pipeline-e97c13c7/lib/issue-scanner.ts +0 -298
  2669. package/.forge/worktrees/pipeline-e97c13c7/lib/logger.ts +0 -79
  2670. package/.forge/worktrees/pipeline-e97c13c7/lib/notifications.ts +0 -75
  2671. package/.forge/worktrees/pipeline-e97c13c7/lib/notify.ts +0 -108
  2672. package/.forge/worktrees/pipeline-e97c13c7/lib/password.ts +0 -97
  2673. package/.forge/worktrees/pipeline-e97c13c7/lib/pipeline-scheduler.ts +0 -373
  2674. package/.forge/worktrees/pipeline-e97c13c7/lib/pipeline.ts +0 -1438
  2675. package/.forge/worktrees/pipeline-e97c13c7/lib/plugins/executor.ts +0 -347
  2676. package/.forge/worktrees/pipeline-e97c13c7/lib/plugins/registry.ts +0 -228
  2677. package/.forge/worktrees/pipeline-e97c13c7/lib/plugins/types.ts +0 -103
  2678. package/.forge/worktrees/pipeline-e97c13c7/lib/project-sessions.ts +0 -53
  2679. package/.forge/worktrees/pipeline-e97c13c7/lib/projects.ts +0 -86
  2680. package/.forge/worktrees/pipeline-e97c13c7/lib/session-manager.ts +0 -156
  2681. package/.forge/worktrees/pipeline-e97c13c7/lib/session-utils.ts +0 -53
  2682. package/.forge/worktrees/pipeline-e97c13c7/lib/session-watcher.ts +0 -345
  2683. package/.forge/worktrees/pipeline-e97c13c7/lib/settings.ts +0 -195
  2684. package/.forge/worktrees/pipeline-e97c13c7/lib/skills.ts +0 -458
  2685. package/.forge/worktrees/pipeline-e97c13c7/lib/task-manager.ts +0 -949
  2686. package/.forge/worktrees/pipeline-e97c13c7/lib/telegram-bot.ts +0 -1477
  2687. package/.forge/worktrees/pipeline-e97c13c7/lib/telegram-standalone.ts +0 -83
  2688. package/.forge/worktrees/pipeline-e97c13c7/lib/terminal-server.ts +0 -70
  2689. package/.forge/worktrees/pipeline-e97c13c7/lib/terminal-standalone.ts +0 -421
  2690. package/.forge/worktrees/pipeline-e97c13c7/lib/usage-scanner.ts +0 -249
  2691. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/__tests__/state-machine.test.ts +0 -388
  2692. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/__tests__/workspace.test.ts +0 -311
  2693. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/agent-bus.ts +0 -416
  2694. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/agent-worker.ts +0 -655
  2695. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/backends/api-backend.ts +0 -262
  2696. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/backends/cli-backend.ts +0 -491
  2697. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/index.ts +0 -82
  2698. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/manager.ts +0 -136
  2699. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/orchestrator.ts +0 -3400
  2700. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/persistence.ts +0 -309
  2701. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/presets.ts +0 -649
  2702. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/requests.ts +0 -287
  2703. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/session-monitor.ts +0 -240
  2704. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/skill-installer.ts +0 -275
  2705. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/smith-memory.ts +0 -498
  2706. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/types.ts +0 -241
  2707. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/watch-manager.ts +0 -560
  2708. package/.forge/worktrees/pipeline-e97c13c7/lib/workspace-standalone.ts +0 -911
  2709. package/.forge/worktrees/pipeline-e97c13c7/middleware.ts +0 -51
  2710. package/.forge/worktrees/pipeline-e97c13c7/next.config.ts +0 -26
  2711. package/.forge/worktrees/pipeline-e97c13c7/package.json +0 -74
  2712. package/.forge/worktrees/pipeline-e97c13c7/pnpm-lock.yaml +0 -3719
  2713. package/.forge/worktrees/pipeline-e97c13c7/pnpm-workspace.yaml +0 -1
  2714. package/.forge/worktrees/pipeline-e97c13c7/postcss.config.mjs +0 -7
  2715. package/.forge/worktrees/pipeline-e97c13c7/publish.sh +0 -133
  2716. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/README.md +0 -66
  2717. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/results/.gitignore +0 -2
  2718. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/run.ts +0 -635
  2719. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/01-text-utils/task.md +0 -26
  2720. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  2721. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  2722. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/02-pagination/task.md +0 -48
  2723. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  2724. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  2725. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  2726. package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  2727. package/.forge/worktrees/pipeline-e97c13c7/scripts/verify-usage.ts +0 -178
  2728. package/.forge/worktrees/pipeline-e97c13c7/src/config/index.ts +0 -129
  2729. package/.forge/worktrees/pipeline-e97c13c7/src/core/db/database.ts +0 -259
  2730. package/.forge/worktrees/pipeline-e97c13c7/src/core/memory/strategy.ts +0 -32
  2731. package/.forge/worktrees/pipeline-e97c13c7/src/core/providers/chat.ts +0 -65
  2732. package/.forge/worktrees/pipeline-e97c13c7/src/core/providers/registry.ts +0 -60
  2733. package/.forge/worktrees/pipeline-e97c13c7/src/core/session/manager.ts +0 -190
  2734. package/.forge/worktrees/pipeline-e97c13c7/src/types/index.ts +0 -129
  2735. package/.forge/worktrees/pipeline-e97c13c7/start.sh +0 -31
  2736. package/.forge/worktrees/pipeline-e97c13c7/templates/smith-lead.json +0 -45
  2737. package/.forge/worktrees/pipeline-e97c13c7/tsconfig.json +0 -42
  2738. package/.forge/worktrees/pipeline-ecd7cb0f/CLAUDE.md +0 -86
  2739. package/.forge/worktrees/pipeline-ecd7cb0f/README.md +0 -136
  2740. package/.forge/worktrees/pipeline-ecd7cb0f/RELEASE_NOTES.md +0 -11
  2741. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/agents/route.ts +0 -17
  2742. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/auth/[...nextauth]/route.ts +0 -3
  2743. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/auth/verify/route.ts +0 -46
  2744. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude/[id]/route.ts +0 -31
  2745. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude/[id]/stream/route.ts +0 -63
  2746. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude/route.ts +0 -28
  2747. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
  2748. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
  2749. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-sessions/[projectName]/route.ts +0 -37
  2750. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-sessions/sync/route.ts +0 -17
  2751. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-templates/route.ts +0 -145
  2752. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/code/route.ts +0 -299
  2753. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/delivery/[id]/route.ts +0 -62
  2754. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/delivery/route.ts +0 -40
  2755. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/detect-cli/route.ts +0 -46
  2756. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/docs/route.ts +0 -176
  2757. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/docs/sessions/route.ts +0 -54
  2758. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/favorites/route.ts +0 -26
  2759. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/flows/route.ts +0 -6
  2760. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/flows/run/route.ts +0 -19
  2761. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/git/route.ts +0 -149
  2762. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/help/route.ts +0 -84
  2763. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/issue-scanner/route.ts +0 -116
  2764. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/logs/route.ts +0 -100
  2765. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/mobile-chat/route.ts +0 -115
  2766. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/monitor/route.ts +0 -74
  2767. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/notifications/route.ts +0 -42
  2768. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/notify/test/route.ts +0 -33
  2769. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/online/route.ts +0 -40
  2770. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/pipelines/[id]/route.ts +0 -41
  2771. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/pipelines/route.ts +0 -90
  2772. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/plugins/route.ts +0 -75
  2773. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/preview/[...path]/route.ts +0 -64
  2774. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/preview/route.ts +0 -156
  2775. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/project-pipelines/route.ts +0 -91
  2776. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/project-sessions/route.ts +0 -61
  2777. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/projects/route.ts +0 -26
  2778. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/sessions/[id]/chat/route.ts +0 -64
  2779. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/sessions/[id]/messages/route.ts +0 -9
  2780. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/sessions/[id]/route.ts +0 -17
  2781. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/sessions/route.ts +0 -20
  2782. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/settings/route.ts +0 -64
  2783. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/skills/local/route.ts +0 -228
  2784. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/skills/route.ts +0 -182
  2785. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/smith-templates/route.ts +0 -81
  2786. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/status/route.ts +0 -12
  2787. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tabs/route.ts +0 -25
  2788. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/[id]/route.ts +0 -51
  2789. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/[id]/stream/route.ts +0 -77
  2790. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/link/route.ts +0 -37
  2791. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/route.ts +0 -44
  2792. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/session/route.ts +0 -14
  2793. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/telegram/route.ts +0 -23
  2794. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/templates/route.ts +0 -6
  2795. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/terminal-bell/route.ts +0 -35
  2796. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/terminal-cwd/route.ts +0 -19
  2797. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/terminal-state/route.ts +0 -15
  2798. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tunnel/route.ts +0 -26
  2799. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/upgrade/route.ts +0 -43
  2800. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/usage/route.ts +0 -20
  2801. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/version/route.ts +0 -78
  2802. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/watchers/route.ts +0 -33
  2803. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/[id]/agents/route.ts +0 -35
  2804. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/[id]/memory/route.ts +0 -23
  2805. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/[id]/smith/route.ts +0 -22
  2806. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/[id]/stream/route.ts +0 -28
  2807. package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/route.ts +0 -100
  2808. package/.forge/worktrees/pipeline-ecd7cb0f/app/global-error.tsx +0 -21
  2809. package/.forge/worktrees/pipeline-ecd7cb0f/app/globals.css +0 -52
  2810. package/.forge/worktrees/pipeline-ecd7cb0f/app/icon.ico +0 -0
  2811. package/.forge/worktrees/pipeline-ecd7cb0f/app/icon.png +0 -0
  2812. package/.forge/worktrees/pipeline-ecd7cb0f/app/icon.svg +0 -106
  2813. package/.forge/worktrees/pipeline-ecd7cb0f/app/layout.tsx +0 -17
  2814. package/.forge/worktrees/pipeline-ecd7cb0f/app/login/LoginForm.tsx +0 -96
  2815. package/.forge/worktrees/pipeline-ecd7cb0f/app/login/page.tsx +0 -10
  2816. package/.forge/worktrees/pipeline-ecd7cb0f/app/mobile/page.tsx +0 -9
  2817. package/.forge/worktrees/pipeline-ecd7cb0f/app/page.tsx +0 -21
  2818. package/.forge/worktrees/pipeline-ecd7cb0f/bin/forge-server.mjs +0 -484
  2819. package/.forge/worktrees/pipeline-ecd7cb0f/check-forge-status.sh +0 -71
  2820. package/.forge/worktrees/pipeline-ecd7cb0f/cli/mw.ts +0 -579
  2821. package/.forge/worktrees/pipeline-ecd7cb0f/components/BrowserPanel.tsx +0 -175
  2822. package/.forge/worktrees/pipeline-ecd7cb0f/components/ChatPanel.tsx +0 -191
  2823. package/.forge/worktrees/pipeline-ecd7cb0f/components/ClaudeTerminal.tsx +0 -267
  2824. package/.forge/worktrees/pipeline-ecd7cb0f/components/CodeViewer.tsx +0 -787
  2825. package/.forge/worktrees/pipeline-ecd7cb0f/components/ConversationEditor.tsx +0 -411
  2826. package/.forge/worktrees/pipeline-ecd7cb0f/components/ConversationGraphView.tsx +0 -347
  2827. package/.forge/worktrees/pipeline-ecd7cb0f/components/ConversationTerminalView.tsx +0 -303
  2828. package/.forge/worktrees/pipeline-ecd7cb0f/components/Dashboard.tsx +0 -807
  2829. package/.forge/worktrees/pipeline-ecd7cb0f/components/DashboardWrapper.tsx +0 -9
  2830. package/.forge/worktrees/pipeline-ecd7cb0f/components/DeliveryFlowEditor.tsx +0 -491
  2831. package/.forge/worktrees/pipeline-ecd7cb0f/components/DeliveryList.tsx +0 -230
  2832. package/.forge/worktrees/pipeline-ecd7cb0f/components/DeliveryWorkspace.tsx +0 -589
  2833. package/.forge/worktrees/pipeline-ecd7cb0f/components/DocTerminal.tsx +0 -187
  2834. package/.forge/worktrees/pipeline-ecd7cb0f/components/DocsViewer.tsx +0 -574
  2835. package/.forge/worktrees/pipeline-ecd7cb0f/components/HelpDialog.tsx +0 -169
  2836. package/.forge/worktrees/pipeline-ecd7cb0f/components/HelpTerminal.tsx +0 -141
  2837. package/.forge/worktrees/pipeline-ecd7cb0f/components/InlinePipelineView.tsx +0 -111
  2838. package/.forge/worktrees/pipeline-ecd7cb0f/components/LogViewer.tsx +0 -194
  2839. package/.forge/worktrees/pipeline-ecd7cb0f/components/MarkdownContent.tsx +0 -73
  2840. package/.forge/worktrees/pipeline-ecd7cb0f/components/MobileView.tsx +0 -385
  2841. package/.forge/worktrees/pipeline-ecd7cb0f/components/MonitorPanel.tsx +0 -122
  2842. package/.forge/worktrees/pipeline-ecd7cb0f/components/NewSessionModal.tsx +0 -93
  2843. package/.forge/worktrees/pipeline-ecd7cb0f/components/NewTaskModal.tsx +0 -492
  2844. package/.forge/worktrees/pipeline-ecd7cb0f/components/PipelineEditor.tsx +0 -570
  2845. package/.forge/worktrees/pipeline-ecd7cb0f/components/PipelineView.tsx +0 -1018
  2846. package/.forge/worktrees/pipeline-ecd7cb0f/components/PluginsPanel.tsx +0 -472
  2847. package/.forge/worktrees/pipeline-ecd7cb0f/components/ProjectDetail.tsx +0 -1618
  2848. package/.forge/worktrees/pipeline-ecd7cb0f/components/ProjectList.tsx +0 -108
  2849. package/.forge/worktrees/pipeline-ecd7cb0f/components/ProjectManager.tsx +0 -401
  2850. package/.forge/worktrees/pipeline-ecd7cb0f/components/SessionList.tsx +0 -74
  2851. package/.forge/worktrees/pipeline-ecd7cb0f/components/SessionView.tsx +0 -726
  2852. package/.forge/worktrees/pipeline-ecd7cb0f/components/SettingsModal.tsx +0 -1647
  2853. package/.forge/worktrees/pipeline-ecd7cb0f/components/SkillsPanel.tsx +0 -969
  2854. package/.forge/worktrees/pipeline-ecd7cb0f/components/StatusBar.tsx +0 -99
  2855. package/.forge/worktrees/pipeline-ecd7cb0f/components/TabBar.tsx +0 -46
  2856. package/.forge/worktrees/pipeline-ecd7cb0f/components/TaskBoard.tsx +0 -113
  2857. package/.forge/worktrees/pipeline-ecd7cb0f/components/TaskDetail.tsx +0 -372
  2858. package/.forge/worktrees/pipeline-ecd7cb0f/components/TerminalLauncher.tsx +0 -398
  2859. package/.forge/worktrees/pipeline-ecd7cb0f/components/TunnelToggle.tsx +0 -206
  2860. package/.forge/worktrees/pipeline-ecd7cb0f/components/UsagePanel.tsx +0 -207
  2861. package/.forge/worktrees/pipeline-ecd7cb0f/components/WebTerminal.tsx +0 -1683
  2862. package/.forge/worktrees/pipeline-ecd7cb0f/components/WorkspaceTree.tsx +0 -221
  2863. package/.forge/worktrees/pipeline-ecd7cb0f/components/WorkspaceView.tsx +0 -4048
  2864. package/.forge/worktrees/pipeline-ecd7cb0f/dev-test.sh +0 -5
  2865. package/.forge/worktrees/pipeline-ecd7cb0f/docs/Forge_Memory_Layer_Design.docx +0 -0
  2866. package/.forge/worktrees/pipeline-ecd7cb0f/docs/Forge_Strategy_Research_2026.docx +0 -0
  2867. package/.forge/worktrees/pipeline-ecd7cb0f/docs/LOCAL-DEPLOY.md +0 -144
  2868. package/.forge/worktrees/pipeline-ecd7cb0f/docs/roadmap-multi-agent-workflow.md +0 -330
  2869. package/.forge/worktrees/pipeline-ecd7cb0f/forge-logo.png +0 -0
  2870. package/.forge/worktrees/pipeline-ecd7cb0f/forge-logo.svg +0 -106
  2871. package/.forge/worktrees/pipeline-ecd7cb0f/hooks/useSidebarResize.ts +0 -52
  2872. package/.forge/worktrees/pipeline-ecd7cb0f/install.sh +0 -29
  2873. package/.forge/worktrees/pipeline-ecd7cb0f/instrumentation.ts +0 -35
  2874. package/.forge/worktrees/pipeline-ecd7cb0f/lib/agents/claude-adapter.ts +0 -104
  2875. package/.forge/worktrees/pipeline-ecd7cb0f/lib/agents/generic-adapter.ts +0 -64
  2876. package/.forge/worktrees/pipeline-ecd7cb0f/lib/agents/index.ts +0 -245
  2877. package/.forge/worktrees/pipeline-ecd7cb0f/lib/agents/types.ts +0 -70
  2878. package/.forge/worktrees/pipeline-ecd7cb0f/lib/artifacts.ts +0 -106
  2879. package/.forge/worktrees/pipeline-ecd7cb0f/lib/auth.ts +0 -62
  2880. package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/docker.yaml +0 -70
  2881. package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/http.yaml +0 -66
  2882. package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/jenkins.yaml +0 -92
  2883. package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/llm-vision.yaml +0 -85
  2884. package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/playwright.yaml +0 -111
  2885. package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/shell-command.yaml +0 -60
  2886. package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/slack.yaml +0 -48
  2887. package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/webhook.yaml +0 -56
  2888. package/.forge/worktrees/pipeline-ecd7cb0f/lib/claude-process.ts +0 -352
  2889. package/.forge/worktrees/pipeline-ecd7cb0f/lib/claude-sessions.ts +0 -266
  2890. package/.forge/worktrees/pipeline-ecd7cb0f/lib/claude-templates.ts +0 -227
  2891. package/.forge/worktrees/pipeline-ecd7cb0f/lib/cloudflared.ts +0 -424
  2892. package/.forge/worktrees/pipeline-ecd7cb0f/lib/crypto.ts +0 -67
  2893. package/.forge/worktrees/pipeline-ecd7cb0f/lib/delivery.ts +0 -787
  2894. package/.forge/worktrees/pipeline-ecd7cb0f/lib/dirs.ts +0 -99
  2895. package/.forge/worktrees/pipeline-ecd7cb0f/lib/flows.ts +0 -86
  2896. package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-mcp-server.ts +0 -717
  2897. package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-skills/forge-inbox.md +0 -38
  2898. package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-skills/forge-send.md +0 -47
  2899. package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-skills/forge-status.md +0 -32
  2900. package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-skills/forge-workspace-sync.md +0 -37
  2901. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/00-overview.md +0 -40
  2902. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/01-settings.md +0 -194
  2903. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/02-telegram.md +0 -41
  2904. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/03-tunnel.md +0 -31
  2905. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/04-tasks.md +0 -52
  2906. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/05-pipelines.md +0 -460
  2907. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/06-skills.md +0 -43
  2908. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/07-projects.md +0 -73
  2909. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/08-rules.md +0 -53
  2910. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/09-issue-autofix.md +0 -55
  2911. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/10-troubleshooting.md +0 -89
  2912. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/11-workspace.md +0 -810
  2913. package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/CLAUDE.md +0 -62
  2914. package/.forge/worktrees/pipeline-ecd7cb0f/lib/init.ts +0 -266
  2915. package/.forge/worktrees/pipeline-ecd7cb0f/lib/issue-scanner.ts +0 -298
  2916. package/.forge/worktrees/pipeline-ecd7cb0f/lib/logger.ts +0 -79
  2917. package/.forge/worktrees/pipeline-ecd7cb0f/lib/notifications.ts +0 -75
  2918. package/.forge/worktrees/pipeline-ecd7cb0f/lib/notify.ts +0 -108
  2919. package/.forge/worktrees/pipeline-ecd7cb0f/lib/password.ts +0 -97
  2920. package/.forge/worktrees/pipeline-ecd7cb0f/lib/pipeline-scheduler.ts +0 -373
  2921. package/.forge/worktrees/pipeline-ecd7cb0f/lib/pipeline.ts +0 -1441
  2922. package/.forge/worktrees/pipeline-ecd7cb0f/lib/plugins/executor.ts +0 -347
  2923. package/.forge/worktrees/pipeline-ecd7cb0f/lib/plugins/registry.ts +0 -228
  2924. package/.forge/worktrees/pipeline-ecd7cb0f/lib/plugins/types.ts +0 -103
  2925. package/.forge/worktrees/pipeline-ecd7cb0f/lib/project-sessions.ts +0 -53
  2926. package/.forge/worktrees/pipeline-ecd7cb0f/lib/projects.ts +0 -86
  2927. package/.forge/worktrees/pipeline-ecd7cb0f/lib/session-manager.ts +0 -156
  2928. package/.forge/worktrees/pipeline-ecd7cb0f/lib/session-utils.ts +0 -53
  2929. package/.forge/worktrees/pipeline-ecd7cb0f/lib/session-watcher.ts +0 -345
  2930. package/.forge/worktrees/pipeline-ecd7cb0f/lib/settings.ts +0 -195
  2931. package/.forge/worktrees/pipeline-ecd7cb0f/lib/skills.ts +0 -458
  2932. package/.forge/worktrees/pipeline-ecd7cb0f/lib/task-manager.ts +0 -949
  2933. package/.forge/worktrees/pipeline-ecd7cb0f/lib/telegram-bot.ts +0 -1477
  2934. package/.forge/worktrees/pipeline-ecd7cb0f/lib/telegram-standalone.ts +0 -83
  2935. package/.forge/worktrees/pipeline-ecd7cb0f/lib/terminal-server.ts +0 -70
  2936. package/.forge/worktrees/pipeline-ecd7cb0f/lib/terminal-standalone.ts +0 -421
  2937. package/.forge/worktrees/pipeline-ecd7cb0f/lib/usage-scanner.ts +0 -249
  2938. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/__tests__/state-machine.test.ts +0 -388
  2939. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/__tests__/workspace.test.ts +0 -311
  2940. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/agent-bus.ts +0 -416
  2941. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/agent-worker.ts +0 -655
  2942. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/backends/api-backend.ts +0 -262
  2943. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/backends/cli-backend.ts +0 -491
  2944. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/index.ts +0 -82
  2945. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/manager.ts +0 -136
  2946. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/orchestrator.ts +0 -3400
  2947. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/persistence.ts +0 -309
  2948. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/presets.ts +0 -649
  2949. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/requests.ts +0 -287
  2950. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/session-monitor.ts +0 -240
  2951. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/skill-installer.ts +0 -275
  2952. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/smith-memory.ts +0 -498
  2953. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/types.ts +0 -241
  2954. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/watch-manager.ts +0 -560
  2955. package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace-standalone.ts +0 -911
  2956. package/.forge/worktrees/pipeline-ecd7cb0f/middleware.ts +0 -51
  2957. package/.forge/worktrees/pipeline-ecd7cb0f/next.config.ts +0 -26
  2958. package/.forge/worktrees/pipeline-ecd7cb0f/package.json +0 -74
  2959. package/.forge/worktrees/pipeline-ecd7cb0f/pnpm-lock.yaml +0 -3719
  2960. package/.forge/worktrees/pipeline-ecd7cb0f/pnpm-workspace.yaml +0 -1
  2961. package/.forge/worktrees/pipeline-ecd7cb0f/postcss.config.mjs +0 -7
  2962. package/.forge/worktrees/pipeline-ecd7cb0f/publish.sh +0 -133
  2963. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/README.md +0 -66
  2964. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/results/.gitignore +0 -2
  2965. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/run.ts +0 -635
  2966. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/01-text-utils/task.md +0 -26
  2967. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
  2968. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/02-pagination/setup.sh +0 -19
  2969. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/02-pagination/task.md +0 -48
  2970. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/02-pagination/validator.sh +0 -69
  2971. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
  2972. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/03-bug-fix/task.md +0 -30
  2973. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
  2974. package/.forge/worktrees/pipeline-ecd7cb0f/scripts/verify-usage.ts +0 -178
  2975. package/.forge/worktrees/pipeline-ecd7cb0f/src/config/index.ts +0 -129
  2976. package/.forge/worktrees/pipeline-ecd7cb0f/src/core/db/database.ts +0 -259
  2977. package/.forge/worktrees/pipeline-ecd7cb0f/src/core/memory/strategy.ts +0 -32
  2978. package/.forge/worktrees/pipeline-ecd7cb0f/src/core/providers/chat.ts +0 -65
  2979. package/.forge/worktrees/pipeline-ecd7cb0f/src/core/providers/registry.ts +0 -60
  2980. package/.forge/worktrees/pipeline-ecd7cb0f/src/core/session/manager.ts +0 -190
  2981. package/.forge/worktrees/pipeline-ecd7cb0f/src/types/index.ts +0 -129
  2982. package/.forge/worktrees/pipeline-ecd7cb0f/start.sh +0 -31
  2983. package/.forge/worktrees/pipeline-ecd7cb0f/templates/smith-lead.json +0 -45
  2984. package/.forge/worktrees/pipeline-ecd7cb0f/tsconfig.json +0 -42
  2985. package/qa/.forge/agent-context.json +0 -6
  2986. package/qa/.forge/mcp.json +0 -8
package/.forge/mcp.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "mcpServers": {
3
3
  "forge": {
4
4
  "type": "sse",
5
- "url": "http://localhost:8406/sse?workspaceId=656c9e65-9d73-4cb6-a065-60d966e1fc78"
5
+ "url": "http://localhost:8406/sse?workspaceId=6fc40ffc-3dfc-4e2d-bf93-c934d1996af2"
6
6
  }
7
7
  }
8
8
  }
package/CLAUDE.md CHANGED
@@ -1,53 +1,95 @@
1
+ # CLAUDE.md
2
+
3
+ This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
+
1
5
  ## Project: Forge (@aion0/forge)
2
6
 
3
- ### Scripts
7
+ Self-hosted Vibe Coding platform — Next.js web UI + tmux-backed browser terminal + multi-agent workspace + Telegram bot + Cloudflare tunnel, wrapping Claude Code and other CLIs.
8
+
9
+ Package manager is **pnpm** (pinned in `packageManager`). `better-sqlite3` and `node-pty` are native — `pnpm rebuild` after a Node upgrade.
10
+
11
+ ## Scripts
12
+
4
13
  ```bash
5
14
  # ── Start ──
6
- ./start.sh # production (kill old processes → build → start)
7
- ./start.sh dev # development (hot-reload)
8
- forge server start # production via npm link/install
9
- forge server start --dev # dev mode
10
- forge server start # background by default, logs to ~/.forge/forge.log
11
- forge server start --foreground # foreground mode
12
- forge server stop # stop default instance (port 8403)
13
- forge server stop --port 4000 --dir ~/.forge-staging # stop specific instance
14
- forge server restart # stop + start (safe for remote)
15
- forge server rebuild # force rebuild
16
- forge server start --port 4000 --terminal-port 4001 --dir ~/.forge-staging
15
+ ./start.sh # production (kill old processes → build → start)
16
+ ./start.sh dev # development (hot-reload, FORGE_DEV=1 bypasses auth)
17
+ forge server start # production via npm link/install, background + logs to <data>/forge.log
18
+ forge server start --foreground # run in foreground
19
+ forge server start --dev # dev mode
20
+ forge server stop # stop default instance (port 8403)
21
+ forge server stop --port 4000 --dir ~/.forge-staging # stop specific instance
22
+ forge server restart # stop + start (safe for remote)
23
+ forge server rebuild # force rebuild .next
24
+ forge server start --port 4000 --terminal-port 4001 --workspace-port 4002 --dir ~/.forge-staging
17
25
  forge server start --reset-terminal # kill terminal server (loses tmux attach)
18
- forge --version # show version
19
-
20
- # ── Test ──
21
- ./dev-test.sh # test instance (port 4000, data ~/.forge-test)
26
+ forge --reset-password # reset admin password
27
+ forge --version
22
28
 
23
- # ── Install ──
24
- ./install.sh # install from npm
25
- ./install.sh --local # install from local source (npm link + build)
29
+ # ── Test instance ──
30
+ ./dev-test.sh # port 4000, data ~/.forge-test, hot-reload
26
31
 
27
- # ── Publish ──
28
- ./publish.sh # bump patch version, commit, tag
29
- ./publish.sh minor # bump minor
30
- ./publish.sh 1.0.0 # explicit version
32
+ # ── Install / Publish ──
33
+ ./install.sh # from npm
34
+ ./install.sh --local # npm link + pnpm build from source
35
+ ./publish.sh [patch|minor|major|x.y.z] # bump, generate RELEASE_NOTES.md, commit, tag, push, gh release
31
36
  npm login && npm publish --access public --otp=<code>
32
37
 
33
38
  # ── Monitor ──
34
- ./check-forge-status.sh # show process status + tmux sessions
35
-
36
- # ── CLI ──
37
- forge # help
38
- forge --version # show version
39
- forge tcode # show tunnel URL + session code
40
- forge tasks # list tasks
41
- forge task <project> "prompt" # submit task
42
- forge watch <id> # live stream task output
39
+ ./check-forge-status.sh # show process status + tmux sessions
40
+
41
+ # ── Tests (no framework — custom tsx scripts) ──
42
+ npx tsx lib/workspace/__tests__/workspace.test.ts
43
+ npx tsx lib/workspace/__tests__/state-machine.test.ts
44
+ npx tsx scripts/verify-usage.ts
45
+
46
+ # ── CLI (talks to running server over HTTP) ──
47
+ forge # help
48
+ forge task <project> "prompt" # submit a background task (--new for fresh session)
49
+ forge tasks # list
50
+ forge watch <id> # live stream task output
51
+ forge tcode # tunnel URL + session code
43
52
  ```
44
53
 
45
- ### Key Paths
46
- - Data: `~/.forge/` (settings, db, password, terminal-state, flows, bin)
47
- - npm package: `@aion0/forge`
48
- - GitHub: `github.com/aiwatching/forge`
54
+ The CLI (`cli/mw.ts`) reaches the server at `http://localhost:${MW_URL port or 3000}`. Set `MW_URL` if the server is not on the default port.
55
+
56
+ ## Architecture
57
+
58
+ ### Process model
59
+ Forge runs as **four cooperating processes**, normally launched by `bin/forge-server.mjs`:
60
+
61
+ | Process | Port (default) | Responsibility |
62
+ |---|---|---|
63
+ | `next-server` (web UI + API) | 8403 | Next.js app — UI, REST/SSE APIs, auth |
64
+ | `lib/terminal-standalone.ts` | 8404 | WebSocket ↔ tmux pty bridge for browser terminals |
65
+ | `lib/workspace-standalone.ts` | 8405 (+ MCP 8406) | Workspace daemon + MCP server — **exclusive writer of workspace `state.json`** |
66
+ | `lib/telegram-standalone.ts` | — | Telegram bot polling loop |
67
+
68
+ Each forked service is spawned with a `--forge-port=<webPort>` instance tag. `forge-server.mjs`'s `cleanupOrphans()` uses this tag to kill *this* instance's stale processes and legacy untagged orphans while leaving other instances alone. When adding a new standalone, keep the tag forwarded.
69
+
70
+ ### Dev mode vs production mode
71
+ - `FORGE_EXTERNAL_SERVICES=1` tells Next.js (`lib/init.ts`) **not** to spawn terminal/telegram/workspace — `forge-server.mjs` manages them. This is set automatically by `forge-server.mjs` in prod/background/dev.
72
+ - Plain `pnpm dev` (or `./dev-test.sh`) sets it to `0` — `lib/init.ts` becomes the process supervisor and spawns the standalones itself. Use this when iterating on Next.js only.
73
+ - `FORGE_DEV=1` (set by `./start.sh dev`) **bypasses login in `middleware.ts`** — never set in production.
74
+
75
+ ### Data layout (`lib/dirs.ts`)
76
+ - `getConfigDir()` → `~/.forge/` — shared across instances, holds `bin/` (cloudflared).
77
+ - `getDataDir()` → `FORGE_DATA_DIR` env var, or `--dir` flag, or `~/.forge/data/` — **per-instance** settings, sqlite (`workflow.db`), encrypted key, flows, logs, workspaces.
78
+ - A one-time migration on startup moves the legacy flat `~/.forge/*` layout into `~/.forge/data/*` (also handled in `forge-server.mjs`). If touching paths, check both places.
79
+
80
+ ### `lib/init.ts` side effects
81
+ First API request per Next.js worker triggers `ensureInitialized()` (guarded by a global Symbol). It migrates secrets, auto-detects CLI agents (`which claude`), installs Forge's skills into `~/.claude/skills/`, syncs `lib/help-docs/` to `<dataDir>/help/`, and starts the task runner / session watcher / pipeline scheduler. Anything you add here runs on every cold worker — keep it idempotent.
82
+
83
+ ### Workspace orchestration (`lib/workspace/`)
84
+ - `orchestrator.ts` (3400 lines) is the core DAG engine; `manager.ts` is a singleton cache of orchestrators keyed by workspace ID (HMR-safe via `globalThis.__forgeOrchestrators`).
85
+ - `persistence.ts` exports `loadWorkspace` / `listWorkspaces` etc. but **intentionally does not export `saveWorkspace`** — all mutations must go through the workspace daemon's HTTP API to avoid multi-writer races. Respect this when adding new mutators.
86
+ - `agent-bus.ts` = inter-agent messages (notifications + tickets); `agent-worker.ts` = per-agent loop; `backends/{api,cli}-backend.ts` = API vs CLI execution; `watch-manager.ts` = autonomous file/git/command monitoring.
87
+
88
+ ### Settings & secrets
89
+ `lib/settings.ts` reads/writes `<dataDir>/settings.yaml`. Fields listed in `SECRET_FIELDS` (`lib/crypto.ts`) are auto-encrypted with AES-256-GCM using `<dataDir>/.encrypt-key`. `lib/init.ts#migrateSecrets` re-encrypts any plaintext secret on startup.
90
+
91
+ ## Help Docs Rule
49
92
 
50
- ### Help Docs Rule
51
93
  When adding or changing a feature, check if `lib/help-docs/` needs updating. Each file covers one module:
52
94
  - `00-overview.md` — install, start, data paths
53
95
  - `01-settings.md` — all settings fields
@@ -62,12 +104,18 @@ When adding or changing a feature, check if `lib/help-docs/` needs updating. Eac
62
104
  - `10-troubleshooting.md` — common issues
63
105
  - `11-workspace.md` — multi-agent workspace (smiths, daemon, request docs)
64
106
  - `12-usage.md` — token usage analytics and cost tracking
65
- If a feature change affects user-facing behavior, update the corresponding help doc in the same commit.
66
107
 
67
- ### Architecture
68
- - `forge-server.mjs` starts: Next.js + terminal-standalone + telegram-standalone
69
- - `pnpm dev` / `start.sh dev` starts: Next.js (init.ts spawns terminal + telegram)
70
- - `FORGE_EXTERNAL_SERVICES=1` → init.ts skips spawning (forge-server manages them)
108
+ If a feature change affects user-facing behavior, update the corresponding help doc in the same commit. These docs are also served to the in-app Help AI — `lib/help-docs/CLAUDE.md` is its system prompt.
109
+
110
+ ## Commit conventions
111
+
112
+ `publish.sh` groups release notes by prefix: `feat:`, `fix:`, `perf:`, `refactor:`, `docs:`. Anything else lands in "Other". Use these prefixes for anything you want surfaced in release notes.
113
+
114
+ ## Key paths
115
+
116
+ - Data: `~/.forge/data/` (override with `FORGE_DATA_DIR` or `--dir`)
117
+ - npm package: `@aion0/forge`
118
+ - GitHub: `github.com/aiwatching/forge`
71
119
 
72
120
  ## Obsidian Vault
73
121
  Location: /Users/zliu/MyDocuments/obsidian-project/Projects/Bastion
package/RELEASE_NOTES.md CHANGED
@@ -1,12 +1,11 @@
1
- # Forge v0.5.40
1
+ # Forge v0.5.43
2
2
 
3
- Released: 2026-04-14
3
+ Released: 2026-04-25
4
4
 
5
- ## Changes since v0.5.38
5
+ ## Changes since v0.5.42
6
6
 
7
- ### Other
8
- - v0.5.39
9
- - add option to disable claude modification
7
+ ### Features
8
+ - feat: smith pause/resume + agent_status watch event-driven + primary session picker
10
9
 
11
10
 
12
- **Full Changelog**: https://github.com/aiwatching/forge/compare/v0.5.38...v0.5.40
11
+ **Full Changelog**: https://github.com/aiwatching/forge/compare/v0.5.42...v0.5.43
@@ -1,6 +1,6 @@
1
1
  import { NextResponse, type NextRequest } from 'next/server';
2
- import { execSync, exec } from 'node:child_process';
3
- import { existsSync, readdirSync } from 'node:fs';
2
+ import { execSync, execFileSync, exec } from 'node:child_process';
3
+ import { existsSync, mkdirSync, readdirSync } from 'node:fs';
4
4
  import { join } from 'node:path';
5
5
  import { homedir } from 'node:os';
6
6
  import { promisify } from 'node:util';
@@ -78,23 +78,41 @@ export async function POST(req: NextRequest) {
78
78
 
79
79
  if (action === 'clone') {
80
80
  // Clone a repo into a project root
81
- if (!repoUrl) return NextResponse.json({ error: 'repoUrl required' }, { status: 400 });
81
+ if (!repoUrl || typeof repoUrl !== 'string') {
82
+ return NextResponse.json({ error: 'repoUrl required' }, { status: 400 });
83
+ }
82
84
  const settings = loadSettings();
83
85
  const roots = (settings.projectRoots || []).map(r => r.replace(/^~/, homedir()));
84
- const cloneTarget = targetDir || roots[0];
85
- if (!cloneTarget) return NextResponse.json({ error: 'No project root configured' }, { status: 400 });
86
+ const expandedTarget = typeof targetDir === 'string' ? targetDir.replace(/^~/, homedir()) : undefined;
87
+ // If caller specified targetDir, it must be under a configured project root
88
+ if (expandedTarget && !roots.some(r => expandedTarget === r || expandedTarget.startsWith(r + '/'))) {
89
+ return NextResponse.json({ error: 'targetDir must be under a configured project root' }, { status: 400 });
90
+ }
91
+ const cloneTarget = expandedTarget || roots[0];
92
+ if (!cloneTarget) return NextResponse.json({ error: 'No project root configured — add one in Settings' }, { status: 400 });
86
93
 
87
94
  try {
88
- const output = execSync(`git clone "${repoUrl}"`, {
95
+ if (!existsSync(cloneTarget)) mkdirSync(cloneTarget, { recursive: true });
96
+ // execFileSync avoids shell interpolation; GIT_TERMINAL_PROMPT=0 makes git fail fast
97
+ // instead of hanging for credentials when there is no TTY.
98
+ const output = execFileSync('git', ['clone', '--', repoUrl], {
89
99
  cwd: cloneTarget,
90
100
  encoding: 'utf-8',
91
- timeout: 60000,
101
+ timeout: 120000,
102
+ stdio: ['ignore', 'pipe', 'pipe'],
103
+ env: { ...process.env, GIT_TERMINAL_PROMPT: '0' },
92
104
  });
93
- // Extract cloned dir name from URL
94
105
  const repoName = repoUrl.split('/').pop()?.replace(/\.git$/, '') || 'repo';
95
106
  return NextResponse.json({ ok: true, path: join(cloneTarget, repoName), output });
96
107
  } catch (e: any) {
97
- return NextResponse.json({ error: e.message }, { status: 500 });
108
+ // Surface git's real message (stderr) so the UI can show "Repository not found",
109
+ // "Authentication failed", etc. — not a bare "Command failed".
110
+ const stderr = (e.stderr ? e.stderr.toString() : '').trim();
111
+ const msg = stderr || e.message || 'git clone failed';
112
+ console.error('[git] clone failed:', msg);
113
+ // User-caused failures (bad URL, auth, already exists) → 400; infra failures → 500
114
+ const isUserError = /not found|authentication|could not read username|already exists|invalid|permission denied/i.test(msg);
115
+ return NextResponse.json({ error: msg }, { status: isUserError ? 400 : 500 });
98
116
  }
99
117
  }
100
118
 
@@ -108,6 +108,45 @@ if (!getArg('--dir')) {
108
108
 
109
109
  mkdirSync(DATA_DIR, { recursive: true });
110
110
 
111
+ // ── tmux check (required for browser terminals) ──
112
+ if (!isStop) {
113
+ try {
114
+ execSync('command -v tmux', { stdio: ['ignore', 'pipe', 'pipe'] });
115
+ } catch {
116
+ console.error('[forge] tmux is required but was not found on PATH.');
117
+ console.error('[forge] Install it with one of:');
118
+ if (process.platform === 'darwin') {
119
+ console.error(' brew install tmux');
120
+ } else if (process.platform === 'linux') {
121
+ console.error(' sudo apt install -y tmux # Debian/Ubuntu');
122
+ console.error(' sudo dnf install -y tmux # Fedora/RHEL');
123
+ console.error(' sudo pacman -S tmux # Arch');
124
+ } else {
125
+ console.error(' See https://github.com/tmux/tmux/wiki/Installing');
126
+ }
127
+ console.error('[forge] Then re-run: forge server start');
128
+ process.exit(1);
129
+ }
130
+ }
131
+
132
+ // ── Agent CLI check (warn-only — API-only profiles still work) ──
133
+ if (!isStop) {
134
+ const has = (bin) => {
135
+ try { execSync(`command -v ${bin}`, { stdio: ['ignore', 'pipe', 'pipe'] }); return true; }
136
+ catch { return false; }
137
+ };
138
+ const hasClaude = has('claude');
139
+ const hasCodex = has('codex');
140
+ const hasAider = has('aider');
141
+ if (!hasClaude && !hasCodex && !hasAider) {
142
+ console.warn('[forge] ⚠️ No agent CLI found (claude / codex / aider).');
143
+ console.warn('[forge] Forge needs at least one to drive terminals, tasks, and workspace agents.');
144
+ console.warn('[forge] Install Claude Code: npm install -g @anthropic-ai/claude-code');
145
+ console.warn('[forge] Install Codex: https://github.com/openai/codex#installation');
146
+ console.warn('[forge] Or configure API-only profiles in Settings after login.');
147
+ }
148
+ }
149
+
111
150
  // ── Load <data-dir>/.env.local ──
112
151
  const envFile = join(DATA_DIR, '.env.local');
113
152
  if (existsSync(envFile)) {
@@ -148,6 +148,11 @@ export default function Dashboard({ user }: { user: any }) {
148
148
  }, []);
149
149
  useEffect(() => { refreshDisplayName(); }, [refreshDisplayName]);
150
150
 
151
+ // Reflect the current user's name in the browser tab title
152
+ useEffect(() => {
153
+ document.title = displayName && displayName !== 'Forge' ? `Forge — ${displayName}` : 'Forge';
154
+ }, [displayName]);
155
+
151
156
  // Listen for open-terminal events from ProjectManager
152
157
  useEffect(() => {
153
158
  const handler = (e: Event) => {
@@ -278,7 +283,9 @@ export default function Dashboard({ user }: { user: any }) {
278
283
  <header className="h-12 border-b-2 border-[var(--border)] flex items-center justify-between px-4 shrink-0 bg-[var(--bg-secondary)]">
279
284
  <div className="flex items-center gap-4">
280
285
  <img src="/icon.png" alt="Forge" width={28} height={28} className="rounded" />
281
- <span className="text-sm font-bold text-[var(--accent)]">Forge</span>
286
+ <span className="text-sm font-bold text-[var(--accent)]">
287
+ Forge{displayName && displayName !== 'Forge' ? ` · ${displayName}` : ''}
288
+ </span>
282
289
  {versionInfo && (
283
290
  <span className="flex items-center gap-1.5">
284
291
  <span className="text-[10px] text-[var(--text-secondary)]">v{versionInfo.current}</span>
@@ -34,6 +34,7 @@ interface AgentConfig {
34
34
  interface AgentState {
35
35
  smithStatus: 'down' | 'starting' | 'active';
36
36
  taskStatus: 'idle' | 'running' | 'done' | 'failed';
37
+ paused?: boolean;
37
38
  currentStep?: number;
38
39
  tmuxSession?: string;
39
40
  artifacts: { type: string; path?: string; summary?: string }[];
@@ -2794,6 +2795,7 @@ interface AgentNodeData {
2794
2795
  workspaceId: string | null;
2795
2796
  onRun: () => void;
2796
2797
  onPause: () => void;
2798
+ onResume: () => void;
2797
2799
  onStop: () => void;
2798
2800
  onRetry: () => void;
2799
2801
  onEdit: () => void;
@@ -3307,7 +3309,7 @@ function WorkerMascot({ taskStatus, smithStatus, seed, accentColor, theme }: { t
3307
3309
  }
3308
3310
 
3309
3311
  function AgentFlowNode({ data }: NodeProps<Node<AgentNodeData>>) {
3310
- const { config, state, colorIdx, previewLines, projectPath, workspaceId, onRun, onPause, onStop, onRetry, onEdit, onRemove, onMessage, onApprove, onShowLog, onShowMemory, onShowInbox, onOpenTerminal, onSwitchSession, onSaveAsTemplate, mascotTheme, bellOn = false, onToggleBell, inboxPending = 0, inboxFailed = 0 } = data;
3312
+ const { config, state, colorIdx, previewLines, projectPath, workspaceId, onRun, onPause, onResume, onStop, onRetry, onEdit, onRemove, onMessage, onApprove, onShowLog, onShowMemory, onShowInbox, onOpenTerminal, onSwitchSession, onSaveAsTemplate, mascotTheme, bellOn = false, onToggleBell, inboxPending = 0, inboxFailed = 0 } = data;
3311
3313
  const c = COLORS[colorIdx % COLORS.length];
3312
3314
  const smithStatus = state?.smithStatus || 'down';
3313
3315
  const taskStatus = state?.taskStatus || 'idle';
@@ -3426,10 +3428,20 @@ function AgentFlowNode({ data }: NodeProps<Node<AgentNodeData>>) {
3426
3428
  </>
3427
3429
  )}
3428
3430
  {/* Message button — send instructions to agent */}
3429
- {smithStatus === 'active' && taskStatus !== 'running' && (
3431
+ {smithStatus === 'active' && taskStatus !== 'running' && !state?.paused && (
3430
3432
  <button onPointerDown={e => e.stopPropagation()} onClick={e => { e.stopPropagation(); onMessage(); }}
3431
3433
  className="text-[9px] px-1.5 py-0.5 rounded bg-blue-600/20 text-blue-400 hover:bg-blue-600/30">💬 Message</button>
3432
3434
  )}
3435
+ {/* Pause / Resume — icon-only so it doesn't widen the card */}
3436
+ {smithStatus !== 'down' && config.type !== 'input' && (
3437
+ <button onPointerDown={e => e.stopPropagation()}
3438
+ onClick={e => { e.stopPropagation(); state?.paused ? onResume() : onPause(); }}
3439
+ className={`text-[9px] px-1 ${state?.paused ? 'text-orange-400 hover:text-orange-300' : 'text-gray-600 hover:text-orange-400'}`}
3440
+ title={state?.paused
3441
+ ? 'Paused — click to resume bus pickups and watch alerts'
3442
+ : 'Pause — drop new bus messages and watch alerts as failed (in-flight task continues)'}
3443
+ >{state?.paused ? '▶' : '⏸'}</button>
3444
+ )}
3433
3445
  <div className="flex-1" />
3434
3446
  <span className="flex items-center">
3435
3447
  <button onPointerDown={e => e.stopPropagation()}
@@ -3733,6 +3745,7 @@ function WorkspaceViewInner({ projectPath, projectName, onClose }: {
3733
3745
  wsApi(workspaceId!, 'run', { agentId: agent.id });
3734
3746
  },
3735
3747
  onPause: () => wsApi(workspaceId!, 'pause', { agentId: agent.id }),
3748
+ onResume: () => wsApi(workspaceId!, 'resume', { agentId: agent.id }),
3736
3749
  onStop: () => wsApi(workspaceId!, 'stop', { agentId: agent.id }),
3737
3750
  mascotTheme,
3738
3751
  bellOn: bellAgents.has(agent.id),
package/install.sh CHANGED
@@ -7,6 +7,46 @@
7
7
 
8
8
  set -e
9
9
 
10
+ # tmux is required for browser terminals — warn early if missing
11
+ if ! command -v tmux >/dev/null 2>&1; then
12
+ echo "[forge] ⚠️ tmux not found — Forge terminals won't work without it."
13
+ case "$(uname -s)" in
14
+ Darwin)
15
+ echo "[forge] Install: brew install tmux"
16
+ if command -v brew >/dev/null 2>&1; then
17
+ read -r -p "[forge] Run 'brew install tmux' now? [y/N] " reply
18
+ case "$reply" in [yY]*) brew install tmux ;; esac
19
+ fi
20
+ ;;
21
+ Linux)
22
+ if command -v apt-get >/dev/null 2>&1; then
23
+ echo "[forge] Install: sudo apt install -y tmux"
24
+ elif command -v dnf >/dev/null 2>&1; then
25
+ echo "[forge] Install: sudo dnf install -y tmux"
26
+ elif command -v pacman >/dev/null 2>&1; then
27
+ echo "[forge] Install: sudo pacman -S tmux"
28
+ else
29
+ echo "[forge] Install tmux via your distro's package manager."
30
+ fi
31
+ ;;
32
+ *)
33
+ echo "[forge] See https://github.com/tmux/tmux/wiki/Installing"
34
+ ;;
35
+ esac
36
+ echo ""
37
+ fi
38
+
39
+ # Agent CLI check — at least one of claude / codex / aider is needed
40
+ if ! command -v claude >/dev/null 2>&1 \
41
+ && ! command -v codex >/dev/null 2>&1 \
42
+ && ! command -v aider >/dev/null 2>&1; then
43
+ echo "[forge] ⚠️ No agent CLI found (claude / codex / aider)."
44
+ echo "[forge] Install Claude Code: npm install -g @anthropic-ai/claude-code"
45
+ echo "[forge] Install Codex: https://github.com/openai/codex#installation"
46
+ echo "[forge] Or configure API-only profiles in Settings after login."
47
+ echo ""
48
+ fi
49
+
10
50
  if [ "$1" = "local" ] || [ "$1" = "--local" ]; then
11
51
  echo "[forge] Installing from local source..."
12
52
  npm uninstall -g @aion0/forge 2>/dev/null || true
@@ -414,7 +414,7 @@ Each smith can display an animated companion character next to its node.
414
414
  | **Stop Daemon** | Stop all smiths, kill workers. Preserves user's terminal conversation context (no `/clear` is sent). Tmux sessions attached to by a user are kept alive. |
415
415
  | **Run All** | Trigger all runnable agents once |
416
416
  | **Run** | Trigger specific agent |
417
- | **Pause/Resume** | Pause/resume message consumption for one agent |
417
+ | **Pause/Resume** | Pause stops new bus pickups, drops queued + incoming messages to `failed`, and suppresses watch-alert dispatch. In-flight task continues. Resume re-enables. The pause flag is transient — daemon stop/start or process restart clears it. UI: ⏸ / ▶ icon on the smith card. |
418
418
  | **Mark Done/Failed/Idle** | Manually set task status |
419
419
  | **Retry** | Re-run a failed agent from checkpoint |
420
420
  | **Open Terminal** | Enter manual mode with tmux session |
@@ -592,6 +592,7 @@ Use this exact JSON structure when calling `POST /api/workspace/<id>/agents` wit
592
592
 
593
593
  - `action` values: `log` | `analyze` | `approve` | `send_message`
594
594
  - `sendTo` is required only when `action: "send_message"`
595
+ - `agent_status` target is event-driven — orchestrator stamps a transition timestamp on every real `taskStatus` change (idempotent re-emits are deduped). The watch tick compares timestamps and only fires when the target has settled to a non-busy state (not `running`/`starting`) and matches `pattern`. Does not depend on polling, so sub-tick task transitions are caught reliably. Pattern matches the **final** state only — intermediate states during the interval window don't affect matching.
595
596
 
596
597
  ## Complete Recipes
597
598
 
@@ -39,7 +39,7 @@ import {
39
39
  loadMemory, saveMemory, createMemory, formatMemoryForPrompt,
40
40
  addObservation, addSessionSummary, parseStepToObservations, buildSessionSummary,
41
41
  } from './smith-memory';
42
- import { getFixedSession } from '../project-sessions';
42
+ import { getFixedSession, setFixedSession } from '../project-sessions';
43
43
 
44
44
  // ─── Workspace Topology Cache ────────────────────────────
45
45
 
@@ -116,12 +116,29 @@ export class WorkspaceOrchestrator extends EventEmitter {
116
116
  if (event.type === 'log' && event.agentId && event.entry) {
117
117
  appendAgentLog(this.workspaceId, event.agentId, event.entry).catch(() => {});
118
118
  }
119
+ // Stamp taskStatus transitions. Idempotent re-emits of the same value
120
+ // don't bump the timestamp — agent_status watches rely on this to detect
121
+ // real transitions without polling.
122
+ if (event.type === 'task_status' && event.agentId && event.taskStatus) {
123
+ const entry = this.agents.get(event.agentId);
124
+ if (entry && entry.state.lastTaskStatus !== event.taskStatus) {
125
+ const prev = entry.state.lastTaskStatus;
126
+ entry.state.lastTaskStatus = event.taskStatus;
127
+ entry.state.taskStatusChangedAt = Date.now();
128
+ console.log(`[task_status] ${entry.config.label}: ${prev || '(none)'} → ${event.taskStatus} @ ${entry.state.taskStatusChangedAt}`);
129
+ }
130
+ }
119
131
  });
120
132
  // Handle watch events
121
133
  this.watchManager.on('watch_alert', (event) => {
134
+ const alertEntry = this.agents.get(event.agentId);
135
+ // Paused source smith — observation continues but no dispatch.
136
+ if (alertEntry?.state.paused) {
137
+ console.log(`[watch] ${alertEntry.config.label}: paused — alert dropped`);
138
+ return;
139
+ }
122
140
  this.emit('event', event);
123
141
  // Push alert to agent history so Log panel shows it
124
- const alertEntry = this.agents.get(event.agentId);
125
142
  if (alertEntry && event.entry) {
126
143
  alertEntry.state.history.push(event.entry);
127
144
  this.emit('event', { type: 'log', agentId: event.agentId, entry: event.entry } as any);
@@ -266,6 +283,21 @@ export class WorkspaceOrchestrator extends EventEmitter {
266
283
  return null;
267
284
  }
268
285
 
286
+ /** Resolve the primary smith's fixed session for this project. If none is bound
287
+ * yet, auto-bind to the latest existing claude session so the terminal picker
288
+ * can offer "Current Session" instead of forcing the user into a fresh shell. */
289
+ resolvePrimaryFixedSession(): string | null {
290
+ const existing = getFixedSession(this.projectPath);
291
+ if (existing) return existing;
292
+ const primary = this.getPrimaryAgent();
293
+ if (!primary) return null;
294
+ const latest = this.getLatestSessionId(primary.config.workDir);
295
+ if (!latest) return null;
296
+ setFixedSession(this.projectPath, latest);
297
+ console.log(`[workspace] primary auto-bound to existing session ${latest} for ${this.projectPath}`);
298
+ return latest;
299
+ }
300
+
269
301
  addAgent(config: WorkspaceAgentConfig): void {
270
302
  const conflict = this.validateOutputs(config);
271
303
  if (conflict) throw new Error(conflict);
@@ -440,7 +472,7 @@ export class WorkspaceOrchestrator extends EventEmitter {
440
472
  const workerState = entry.worker?.getState();
441
473
  // Merge: worker state for task/smith, entry.state for mode (orchestrator controls mode)
442
474
  result[id] = workerState
443
- ? { ...workerState, taskStatus: entry.state.taskStatus, tmuxSession: entry.state.tmuxSession, currentMessageId: entry.state.currentMessageId }
475
+ ? { ...workerState, taskStatus: entry.state.taskStatus, tmuxSession: entry.state.tmuxSession, currentMessageId: entry.state.currentMessageId, paused: entry.state.paused }
444
476
  : entry.state;
445
477
  }
446
478
  return result;
@@ -930,6 +962,9 @@ export class WorkspaceOrchestrator extends EventEmitter {
930
962
  // Clean up stale state from previous run
931
963
  this.bus.markAllRunningAsFailed();
932
964
 
965
+ // Paused is transient — clear on every daemon start so any leftover flag goes away.
966
+ for (const entry of this.agents.values()) entry.state.paused = false;
967
+
933
968
  // Install forge skills globally (once per daemon start)
934
969
  try {
935
970
  installForgeSkills(this.projectPath, this.workspaceId, '', Number(process.env.PORT) || 8403);
@@ -1167,6 +1202,9 @@ export class WorkspaceOrchestrator extends EventEmitter {
1167
1202
  for (const [id, entry] of this.agents) {
1168
1203
  if (entry.config.type === 'input') continue;
1169
1204
 
1205
+ // 0. Clear transient paused flag — daemon stop should always reset it.
1206
+ entry.state.paused = false;
1207
+
1170
1208
  // 1. Stop message loop
1171
1209
  this.stopMessageLoop(id);
1172
1210
 
@@ -1633,16 +1671,40 @@ export class WorkspaceOrchestrator extends EventEmitter {
1633
1671
  return this.daemonActive;
1634
1672
  }
1635
1673
 
1636
- /** Pause a running agent */
1674
+ /** Pause a smith drop pending/incoming bus messages as failed, suppress watch alerts.
1675
+ * In-flight task continues. Resume does NOT replay dropped messages.
1676
+ * Transient: any daemon stop/start or process restart clears the flag. */
1637
1677
  pauseAgent(agentId: string): void {
1638
1678
  const entry = this.agents.get(agentId);
1639
- entry?.worker?.pause();
1679
+ if (!entry) return;
1680
+ entry.state.paused = true;
1681
+ entry.worker?.pause();
1682
+
1683
+ // Drain inbox: anything queued for this smith → failed (visible in inbox).
1684
+ let drained = 0;
1685
+ for (const m of this.bus.getLog()) {
1686
+ if (m.to !== agentId || m.type === 'ack') continue;
1687
+ if (m.status === 'pending' || m.status === 'pending_approval') {
1688
+ m.status = 'failed' as any;
1689
+ drained++;
1690
+ this.emit('event', { type: 'bus_message_status', messageId: m.id, status: 'failed' } as any);
1691
+ }
1692
+ }
1693
+
1694
+ this.emit('event', { type: 'task_status', agentId, taskStatus: entry.state.taskStatus } as any);
1695
+ this.emitAgentsChanged();
1696
+ console.log(`[workspace] ${entry.config.label}: paused${drained ? ` (${drained} pending message(s) dropped to failed)` : ''}`);
1640
1697
  }
1641
1698
 
1642
- /** Resume a paused agent */
1699
+ /** Resume a paused smith — clear flag, re-enable bus pickup and watch dispatch. */
1643
1700
  resumeAgent(agentId: string): void {
1644
1701
  const entry = this.agents.get(agentId);
1645
- entry?.worker?.resume();
1702
+ if (!entry) return;
1703
+ entry.state.paused = false;
1704
+ entry.worker?.resume();
1705
+ this.emit('event', { type: 'task_status', agentId, taskStatus: entry.state.taskStatus } as any);
1706
+ this.emitAgentsChanged();
1707
+ console.log(`[workspace] ${entry.config.label}: resumed`);
1646
1708
  }
1647
1709
 
1648
1710
  /** Stop a running agent */
@@ -2902,6 +2964,14 @@ Silently ingest this context. Do NOT respond — await an actual task.`;
2902
2964
  // ── Store message in agent history ──
2903
2965
  target.state.history.push(logEntry);
2904
2966
 
2967
+ // ── Paused smith → drop as failed; user retries/deletes from inbox. ──
2968
+ if (target.state.paused) {
2969
+ msg.status = 'failed' as any;
2970
+ this.emit('event', { type: 'bus_message_status', messageId: msg.id, status: 'failed' } as any);
2971
+ console.log(`[bus] ${target.config.label}: paused — ${action} dropped to failed`);
2972
+ return;
2973
+ }
2974
+
2905
2975
  // ── requiresApproval → set pending_approval on arrival ──
2906
2976
  if (target.config.requiresApproval) {
2907
2977
  msg.status = 'pending_approval';
@@ -2933,6 +3003,9 @@ Silently ingest this context. Do NOT respond — await an actual task.`;
2933
3003
  // (loop stays alive so it works when smith comes back)
2934
3004
  if (entry.state.smithStatus !== 'active') return;
2935
3005
 
3006
+ // Paused smiths refuse new bus pickups; loop stays alive for resume.
3007
+ if (entry.state.paused) return;
3008
+
2936
3009
  // Skip if already busy
2937
3010
  if (entry.state.taskStatus === 'running') return;
2938
3011
 
@@ -53,6 +53,9 @@ export async function saveWorkspace(state: WorkspaceState): Promise<void> {
53
53
  ...s,
54
54
  history: [],
55
55
  logFile: agentLogFile(state.id, id),
56
+ paused: undefined, // transient — never persisted
57
+ taskStatusChangedAt: undefined, // transient
58
+ lastTaskStatus: undefined, // transient
56
59
  }])
57
60
  ),
58
61
  updatedAt: Date.now(),
@@ -90,6 +93,9 @@ export function saveWorkspaceSync(state: WorkspaceState): void {
90
93
  ...s,
91
94
  history: [],
92
95
  logFile: agentLogFile(state.id, id),
96
+ paused: undefined, // transient — never persisted
97
+ taskStatusChangedAt: undefined, // transient
98
+ lastTaskStatus: undefined, // transient
93
99
  }])
94
100
  ),
95
101
  updatedAt: Date.now(),
@@ -160,6 +166,16 @@ export function loadWorkspace(workspaceId: string): WorkspaceState | null {
160
166
  if (agentState.taskStatus === 'running') {
161
167
  agentState.taskStatus = 'idle';
162
168
  }
169
+
170
+ // Defensive: paused is transient. Force false on load in case any
171
+ // older state.json still has it persisted.
172
+ agentState.paused = false;
173
+
174
+ // Init the agent_status watch fields. Setting changedAt to now() means
175
+ // any transitions that happen after load advance the timestamp; watchers
176
+ // record this baseline at their first tick and won't spuriously fire.
177
+ agentState.taskStatusChangedAt = Date.now();
178
+ agentState.lastTaskStatus = agentState.taskStatus;
163
179
  }
164
180
 
165
181
  // Migrate Input nodes: content → entries