@aion0/forge 0.6.0 → 0.6.3
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.
- package/.forge/agent-context.json +3 -3
- package/.forge/mcp.json +1 -1
- package/RELEASE_NOTES.md +7 -4
- package/bin/forge-server.mjs +33 -33
- package/components/SettingsModal.tsx +2 -2
- package/components/TerminalLauncher.tsx +3 -1
- package/components/WorkspaceView.tsx +18 -10
- package/lib/agents/index.ts +44 -6
- package/lib/agents/types.ts +1 -1
- package/lib/help-docs/01-settings.md +2 -2
- package/lib/help-docs/10-troubleshooting.md +10 -2
- package/lib/terminal-standalone.ts +58 -36
- package/lib/workspace/orchestrator.ts +1 -0
- package/package.json +1 -1
- package/reviewer/.forge/agent-context.json +6 -0
- package/.forge/memory/graph.json +0 -1
- package/.forge/memory/knowledge.json +0 -18
- package/.forge/memory/meta.json +0 -7
- package/.forge/migration/endpoints.json +0 -1
- package/.forge/worktrees/pipeline-0a33c50d/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-0a33c50d/README.md +0 -136
- package/.forge/worktrees/pipeline-0a33c50d/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-0a33c50d/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-0a33c50d/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-0a33c50d/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-0a33c50d/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-0a33c50d/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-0a33c50d/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-0a33c50d/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-0a33c50d/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-0a33c50d/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-0a33c50d/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-0a33c50d/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-0a33c50d/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-0a33c50d/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-0a33c50d/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-0a33c50d/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-0a33c50d/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-0a33c50d/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-0a33c50d/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-0a33c50d/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-0a33c50d/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-0a33c50d/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-0a33c50d/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-0a33c50d/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-0a33c50d/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-0a33c50d/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-0a33c50d/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-0a33c50d/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-0a33c50d/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-0a33c50d/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-0a33c50d/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-0a33c50d/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-0a33c50d/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-0a33c50d/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-0a33c50d/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-0a33c50d/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-0a33c50d/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-0a33c50d/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-0a33c50d/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-0a33c50d/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-0a33c50d/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-0a33c50d/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-0a33c50d/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-0a33c50d/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-0a33c50d/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-0a33c50d/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-0a33c50d/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-0a33c50d/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-0a33c50d/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-0a33c50d/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-0a33c50d/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-0a33c50d/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-0a33c50d/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-0a33c50d/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-0a33c50d/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-0a33c50d/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-0a33c50d/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-0a33c50d/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-0a33c50d/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-0a33c50d/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-0a33c50d/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-0a33c50d/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-0a33c50d/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-0a33c50d/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-0a33c50d/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-0a33c50d/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-0a33c50d/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-0a33c50d/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-0a33c50d/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-0a33c50d/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-0a33c50d/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-0a33c50d/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-0a33c50d/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-0a33c50d/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-0a33c50d/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-0a33c50d/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-0a33c50d/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-0a33c50d/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-0a33c50d/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-0a33c50d/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-0a33c50d/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-0a33c50d/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-0a33c50d/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-0a33c50d/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-0a33c50d/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-0a33c50d/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-0a33c50d/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-0a33c50d/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-0a33c50d/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-0a33c50d/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-0a33c50d/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-0a33c50d/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-0a33c50d/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-0a33c50d/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-0a33c50d/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-0a33c50d/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-0a33c50d/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-0a33c50d/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-0a33c50d/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-0a33c50d/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-0a33c50d/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-0a33c50d/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-0a33c50d/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-0a33c50d/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-0a33c50d/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-0a33c50d/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-0a33c50d/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-0a33c50d/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-0a33c50d/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-0a33c50d/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-0a33c50d/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-0a33c50d/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-0a33c50d/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-0a33c50d/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-0a33c50d/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-0a33c50d/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-0a33c50d/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-0a33c50d/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-0a33c50d/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-0a33c50d/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-0a33c50d/install.sh +0 -29
- package/.forge/worktrees/pipeline-0a33c50d/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-0a33c50d/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-0a33c50d/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-0a33c50d/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-0a33c50d/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-0a33c50d/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-0a33c50d/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-0a33c50d/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-0a33c50d/lib/claude-process.ts +0 -352
- package/.forge/worktrees/pipeline-0a33c50d/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-0a33c50d/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-0a33c50d/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-0a33c50d/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-0a33c50d/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-0a33c50d/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-0a33c50d/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-0a33c50d/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-0a33c50d/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-0a33c50d/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-0a33c50d/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-0a33c50d/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-0a33c50d/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-0a33c50d/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-0a33c50d/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-0a33c50d/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-0a33c50d/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-0a33c50d/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-0a33c50d/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-0a33c50d/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-0a33c50d/lib/pipeline.ts +0 -1438
- package/.forge/worktrees/pipeline-0a33c50d/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-0a33c50d/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-0a33c50d/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-0a33c50d/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-0a33c50d/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-0a33c50d/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-0a33c50d/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-0a33c50d/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-0a33c50d/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-0a33c50d/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-0a33c50d/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-0a33c50d/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-0a33c50d/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-0a33c50d/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-0a33c50d/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-0a33c50d/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-0a33c50d/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-0a33c50d/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-0a33c50d/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-0a33c50d/package.json +0 -74
- package/.forge/worktrees/pipeline-0a33c50d/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-0a33c50d/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-0a33c50d/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-0a33c50d/publish.sh +0 -133
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-0a33c50d/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-0a33c50d/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-0a33c50d/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-0a33c50d/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-0a33c50d/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-0a33c50d/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-0a33c50d/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-0a33c50d/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-0a33c50d/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-0a33c50d/start.sh +0 -31
- package/.forge/worktrees/pipeline-0a33c50d/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-0a33c50d/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-2ba01c10/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-2ba01c10/README.md +0 -136
- package/.forge/worktrees/pipeline-2ba01c10/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-2ba01c10/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-2ba01c10/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-2ba01c10/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-2ba01c10/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-2ba01c10/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-2ba01c10/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-2ba01c10/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-2ba01c10/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-2ba01c10/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-2ba01c10/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-2ba01c10/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-2ba01c10/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-2ba01c10/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-2ba01c10/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-2ba01c10/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-2ba01c10/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-2ba01c10/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-2ba01c10/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-2ba01c10/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-2ba01c10/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-2ba01c10/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-2ba01c10/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-2ba01c10/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-2ba01c10/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-2ba01c10/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-2ba01c10/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-2ba01c10/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-2ba01c10/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-2ba01c10/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-2ba01c10/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-2ba01c10/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-2ba01c10/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-2ba01c10/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-2ba01c10/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-2ba01c10/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-2ba01c10/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-2ba01c10/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-2ba01c10/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-2ba01c10/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-2ba01c10/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-2ba01c10/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-2ba01c10/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-2ba01c10/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-2ba01c10/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-2ba01c10/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-2ba01c10/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-2ba01c10/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-2ba01c10/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-2ba01c10/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-2ba01c10/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-2ba01c10/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-2ba01c10/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-2ba01c10/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-2ba01c10/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-2ba01c10/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-2ba01c10/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-2ba01c10/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-2ba01c10/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-2ba01c10/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-2ba01c10/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-2ba01c10/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-2ba01c10/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-2ba01c10/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-2ba01c10/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-2ba01c10/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-2ba01c10/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-2ba01c10/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-2ba01c10/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-2ba01c10/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-2ba01c10/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-2ba01c10/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-2ba01c10/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-2ba01c10/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-2ba01c10/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-2ba01c10/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-2ba01c10/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-2ba01c10/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-2ba01c10/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-2ba01c10/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-2ba01c10/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-2ba01c10/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-2ba01c10/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-2ba01c10/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-2ba01c10/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-2ba01c10/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-2ba01c10/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-2ba01c10/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-2ba01c10/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-2ba01c10/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-2ba01c10/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-2ba01c10/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-2ba01c10/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-2ba01c10/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-2ba01c10/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-2ba01c10/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-2ba01c10/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-2ba01c10/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-2ba01c10/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-2ba01c10/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-2ba01c10/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-2ba01c10/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-2ba01c10/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-2ba01c10/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-2ba01c10/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-2ba01c10/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-2ba01c10/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-2ba01c10/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-2ba01c10/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-2ba01c10/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-2ba01c10/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-2ba01c10/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-2ba01c10/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-2ba01c10/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-2ba01c10/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-2ba01c10/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-2ba01c10/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-2ba01c10/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-2ba01c10/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-2ba01c10/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-2ba01c10/install.sh +0 -29
- package/.forge/worktrees/pipeline-2ba01c10/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-2ba01c10/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-2ba01c10/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-2ba01c10/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-2ba01c10/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-2ba01c10/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-2ba01c10/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-2ba01c10/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-2ba01c10/lib/claude-process.ts +0 -352
- package/.forge/worktrees/pipeline-2ba01c10/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-2ba01c10/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-2ba01c10/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-2ba01c10/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-2ba01c10/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-2ba01c10/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-2ba01c10/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-2ba01c10/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-2ba01c10/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-2ba01c10/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-2ba01c10/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-2ba01c10/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-2ba01c10/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-2ba01c10/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-2ba01c10/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-2ba01c10/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-2ba01c10/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-2ba01c10/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-2ba01c10/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-2ba01c10/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-2ba01c10/lib/pipeline.ts +0 -1438
- package/.forge/worktrees/pipeline-2ba01c10/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-2ba01c10/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-2ba01c10/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-2ba01c10/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-2ba01c10/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-2ba01c10/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-2ba01c10/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-2ba01c10/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-2ba01c10/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-2ba01c10/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-2ba01c10/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-2ba01c10/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-2ba01c10/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-2ba01c10/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-2ba01c10/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-2ba01c10/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-2ba01c10/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-2ba01c10/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-2ba01c10/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-2ba01c10/package.json +0 -74
- package/.forge/worktrees/pipeline-2ba01c10/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-2ba01c10/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-2ba01c10/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-2ba01c10/publish.sh +0 -133
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-2ba01c10/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-2ba01c10/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-2ba01c10/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-2ba01c10/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-2ba01c10/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-2ba01c10/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-2ba01c10/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-2ba01c10/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-2ba01c10/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-2ba01c10/start.sh +0 -31
- package/.forge/worktrees/pipeline-2ba01c10/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-2ba01c10/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-3156a8b3/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-3156a8b3/README.md +0 -136
- package/.forge/worktrees/pipeline-3156a8b3/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-3156a8b3/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-3156a8b3/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-3156a8b3/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-3156a8b3/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-3156a8b3/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-3156a8b3/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-3156a8b3/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-3156a8b3/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-3156a8b3/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-3156a8b3/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-3156a8b3/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-3156a8b3/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-3156a8b3/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-3156a8b3/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-3156a8b3/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-3156a8b3/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-3156a8b3/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-3156a8b3/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-3156a8b3/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-3156a8b3/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-3156a8b3/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-3156a8b3/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-3156a8b3/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-3156a8b3/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-3156a8b3/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-3156a8b3/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-3156a8b3/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-3156a8b3/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-3156a8b3/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-3156a8b3/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-3156a8b3/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-3156a8b3/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-3156a8b3/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-3156a8b3/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-3156a8b3/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-3156a8b3/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-3156a8b3/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-3156a8b3/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-3156a8b3/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-3156a8b3/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-3156a8b3/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-3156a8b3/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-3156a8b3/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-3156a8b3/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-3156a8b3/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-3156a8b3/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-3156a8b3/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-3156a8b3/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-3156a8b3/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-3156a8b3/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-3156a8b3/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-3156a8b3/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-3156a8b3/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-3156a8b3/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-3156a8b3/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-3156a8b3/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-3156a8b3/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-3156a8b3/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-3156a8b3/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-3156a8b3/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-3156a8b3/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-3156a8b3/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-3156a8b3/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-3156a8b3/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-3156a8b3/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-3156a8b3/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-3156a8b3/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-3156a8b3/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-3156a8b3/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-3156a8b3/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-3156a8b3/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-3156a8b3/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-3156a8b3/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-3156a8b3/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-3156a8b3/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-3156a8b3/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-3156a8b3/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-3156a8b3/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-3156a8b3/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-3156a8b3/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-3156a8b3/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-3156a8b3/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-3156a8b3/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-3156a8b3/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-3156a8b3/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-3156a8b3/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-3156a8b3/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-3156a8b3/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-3156a8b3/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-3156a8b3/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-3156a8b3/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-3156a8b3/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-3156a8b3/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-3156a8b3/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-3156a8b3/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-3156a8b3/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-3156a8b3/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-3156a8b3/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-3156a8b3/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-3156a8b3/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-3156a8b3/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-3156a8b3/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-3156a8b3/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-3156a8b3/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-3156a8b3/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-3156a8b3/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-3156a8b3/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-3156a8b3/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-3156a8b3/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-3156a8b3/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-3156a8b3/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-3156a8b3/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-3156a8b3/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-3156a8b3/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-3156a8b3/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-3156a8b3/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-3156a8b3/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-3156a8b3/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-3156a8b3/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-3156a8b3/install.sh +0 -29
- package/.forge/worktrees/pipeline-3156a8b3/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-3156a8b3/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-3156a8b3/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-3156a8b3/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-3156a8b3/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-3156a8b3/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-3156a8b3/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-3156a8b3/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-3156a8b3/lib/claude-process.ts +0 -351
- package/.forge/worktrees/pipeline-3156a8b3/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-3156a8b3/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-3156a8b3/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-3156a8b3/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-3156a8b3/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-3156a8b3/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-3156a8b3/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-3156a8b3/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-3156a8b3/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-3156a8b3/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-3156a8b3/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-3156a8b3/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-3156a8b3/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-3156a8b3/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-3156a8b3/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-3156a8b3/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-3156a8b3/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-3156a8b3/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-3156a8b3/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-3156a8b3/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-3156a8b3/lib/pipeline.ts +0 -1441
- package/.forge/worktrees/pipeline-3156a8b3/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-3156a8b3/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-3156a8b3/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-3156a8b3/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-3156a8b3/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-3156a8b3/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-3156a8b3/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-3156a8b3/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-3156a8b3/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-3156a8b3/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-3156a8b3/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-3156a8b3/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-3156a8b3/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-3156a8b3/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-3156a8b3/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-3156a8b3/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-3156a8b3/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-3156a8b3/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-3156a8b3/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-3156a8b3/package.json +0 -74
- package/.forge/worktrees/pipeline-3156a8b3/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-3156a8b3/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-3156a8b3/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-3156a8b3/publish.sh +0 -133
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-3156a8b3/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-3156a8b3/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-3156a8b3/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-3156a8b3/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-3156a8b3/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-3156a8b3/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-3156a8b3/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-3156a8b3/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-3156a8b3/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-3156a8b3/start.sh +0 -31
- package/.forge/worktrees/pipeline-3156a8b3/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-3156a8b3/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-316c6574/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-316c6574/README.md +0 -136
- package/.forge/worktrees/pipeline-316c6574/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-316c6574/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-316c6574/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-316c6574/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-316c6574/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-316c6574/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-316c6574/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-316c6574/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-316c6574/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-316c6574/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-316c6574/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-316c6574/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-316c6574/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-316c6574/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-316c6574/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-316c6574/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-316c6574/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-316c6574/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-316c6574/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-316c6574/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-316c6574/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-316c6574/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-316c6574/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-316c6574/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-316c6574/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-316c6574/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-316c6574/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-316c6574/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-316c6574/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-316c6574/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-316c6574/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-316c6574/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-316c6574/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-316c6574/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-316c6574/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-316c6574/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-316c6574/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-316c6574/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-316c6574/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-316c6574/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-316c6574/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-316c6574/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-316c6574/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-316c6574/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-316c6574/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-316c6574/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-316c6574/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-316c6574/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-316c6574/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-316c6574/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-316c6574/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-316c6574/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-316c6574/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-316c6574/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-316c6574/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-316c6574/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-316c6574/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-316c6574/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-316c6574/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-316c6574/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-316c6574/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-316c6574/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-316c6574/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-316c6574/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-316c6574/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-316c6574/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-316c6574/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-316c6574/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-316c6574/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-316c6574/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-316c6574/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-316c6574/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-316c6574/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-316c6574/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-316c6574/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-316c6574/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-316c6574/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-316c6574/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-316c6574/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-316c6574/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-316c6574/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-316c6574/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-316c6574/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-316c6574/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-316c6574/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-316c6574/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-316c6574/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-316c6574/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-316c6574/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-316c6574/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-316c6574/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-316c6574/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-316c6574/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-316c6574/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-316c6574/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-316c6574/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-316c6574/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-316c6574/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-316c6574/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-316c6574/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-316c6574/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-316c6574/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-316c6574/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-316c6574/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-316c6574/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-316c6574/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-316c6574/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-316c6574/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-316c6574/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-316c6574/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-316c6574/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-316c6574/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-316c6574/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-316c6574/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-316c6574/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-316c6574/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-316c6574/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-316c6574/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-316c6574/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-316c6574/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-316c6574/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-316c6574/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-316c6574/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-316c6574/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-316c6574/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-316c6574/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-316c6574/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-316c6574/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-316c6574/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-316c6574/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-316c6574/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-316c6574/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-316c6574/install.sh +0 -29
- package/.forge/worktrees/pipeline-316c6574/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-316c6574/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-316c6574/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-316c6574/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-316c6574/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-316c6574/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-316c6574/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-316c6574/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-316c6574/lib/claude-process.ts +0 -361
- package/.forge/worktrees/pipeline-316c6574/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-316c6574/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-316c6574/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-316c6574/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-316c6574/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-316c6574/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-316c6574/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-316c6574/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-316c6574/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-316c6574/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-316c6574/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-316c6574/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-316c6574/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-316c6574/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-316c6574/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-316c6574/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-316c6574/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-316c6574/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-316c6574/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-316c6574/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-316c6574/lib/pipeline.ts +0 -1441
- package/.forge/worktrees/pipeline-316c6574/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-316c6574/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-316c6574/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-316c6574/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-316c6574/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-316c6574/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-316c6574/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-316c6574/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-316c6574/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-316c6574/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-316c6574/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-316c6574/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-316c6574/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-316c6574/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-316c6574/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-316c6574/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-316c6574/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-316c6574/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-316c6574/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-316c6574/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-316c6574/package.json +0 -74
- package/.forge/worktrees/pipeline-316c6574/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-316c6574/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-316c6574/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-316c6574/publish.sh +0 -133
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-316c6574/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-316c6574/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-316c6574/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-316c6574/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-316c6574/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-316c6574/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-316c6574/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-316c6574/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-316c6574/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-316c6574/start.sh +0 -31
- package/.forge/worktrees/pipeline-316c6574/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-316c6574/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-44a94121/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-44a94121/README.md +0 -136
- package/.forge/worktrees/pipeline-44a94121/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-44a94121/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-44a94121/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-44a94121/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-44a94121/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-44a94121/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-44a94121/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-44a94121/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-44a94121/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-44a94121/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-44a94121/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-44a94121/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-44a94121/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-44a94121/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-44a94121/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-44a94121/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-44a94121/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-44a94121/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-44a94121/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-44a94121/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-44a94121/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-44a94121/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-44a94121/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-44a94121/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-44a94121/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-44a94121/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-44a94121/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-44a94121/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-44a94121/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-44a94121/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-44a94121/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-44a94121/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-44a94121/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-44a94121/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-44a94121/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-44a94121/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-44a94121/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-44a94121/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-44a94121/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-44a94121/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-44a94121/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-44a94121/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-44a94121/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-44a94121/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-44a94121/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-44a94121/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-44a94121/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-44a94121/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-44a94121/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-44a94121/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-44a94121/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-44a94121/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-44a94121/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-44a94121/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-44a94121/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-44a94121/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-44a94121/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-44a94121/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-44a94121/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-44a94121/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-44a94121/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-44a94121/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-44a94121/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-44a94121/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-44a94121/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-44a94121/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-44a94121/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-44a94121/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-44a94121/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-44a94121/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-44a94121/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-44a94121/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-44a94121/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-44a94121/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-44a94121/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-44a94121/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-44a94121/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-44a94121/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-44a94121/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-44a94121/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-44a94121/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-44a94121/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-44a94121/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-44a94121/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-44a94121/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-44a94121/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-44a94121/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-44a94121/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-44a94121/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-44a94121/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-44a94121/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-44a94121/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-44a94121/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-44a94121/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-44a94121/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-44a94121/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-44a94121/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-44a94121/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-44a94121/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-44a94121/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-44a94121/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-44a94121/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-44a94121/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-44a94121/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-44a94121/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-44a94121/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-44a94121/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-44a94121/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-44a94121/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-44a94121/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-44a94121/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-44a94121/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-44a94121/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-44a94121/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-44a94121/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-44a94121/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-44a94121/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-44a94121/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-44a94121/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-44a94121/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-44a94121/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-44a94121/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-44a94121/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-44a94121/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-44a94121/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-44a94121/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-44a94121/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-44a94121/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-44a94121/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-44a94121/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-44a94121/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-44a94121/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-44a94121/install.sh +0 -29
- package/.forge/worktrees/pipeline-44a94121/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-44a94121/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-44a94121/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-44a94121/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-44a94121/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-44a94121/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-44a94121/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-44a94121/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-44a94121/lib/claude-process.ts +0 -351
- package/.forge/worktrees/pipeline-44a94121/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-44a94121/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-44a94121/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-44a94121/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-44a94121/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-44a94121/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-44a94121/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-44a94121/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-44a94121/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-44a94121/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-44a94121/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-44a94121/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-44a94121/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-44a94121/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-44a94121/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-44a94121/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-44a94121/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-44a94121/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-44a94121/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-44a94121/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-44a94121/lib/pipeline.ts +0 -1441
- package/.forge/worktrees/pipeline-44a94121/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-44a94121/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-44a94121/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-44a94121/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-44a94121/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-44a94121/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-44a94121/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-44a94121/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-44a94121/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-44a94121/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-44a94121/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-44a94121/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-44a94121/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-44a94121/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-44a94121/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-44a94121/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-44a94121/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-44a94121/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-44a94121/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-44a94121/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-44a94121/package.json +0 -74
- package/.forge/worktrees/pipeline-44a94121/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-44a94121/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-44a94121/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-44a94121/publish.sh +0 -133
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-44a94121/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-44a94121/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-44a94121/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-44a94121/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-44a94121/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-44a94121/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-44a94121/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-44a94121/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-44a94121/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-44a94121/start.sh +0 -31
- package/.forge/worktrees/pipeline-44a94121/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-44a94121/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-4dd8dc2d/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-4dd8dc2d/README.md +0 -136
- package/.forge/worktrees/pipeline-4dd8dc2d/RELEASE_NOTES.md +0 -36
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/terminal-bell/route.ts +0 -39
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/[id]/stream/route.ts +0 -31
- package/.forge/worktrees/pipeline-4dd8dc2d/app/api/workspace/route.ts +0 -79
- package/.forge/worktrees/pipeline-4dd8dc2d/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-4dd8dc2d/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-4dd8dc2d/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-4dd8dc2d/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-4dd8dc2d/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-4dd8dc2d/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-4dd8dc2d/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-4dd8dc2d/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-4dd8dc2d/app/mobile/page.tsx +0 -10
- package/.forge/worktrees/pipeline-4dd8dc2d/app/page.tsx +0 -22
- package/.forge/worktrees/pipeline-4dd8dc2d/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-4dd8dc2d/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-4dd8dc2d/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-4dd8dc2d/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-4dd8dc2d/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-4dd8dc2d/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-4dd8dc2d/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-4dd8dc2d/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-4dd8dc2d/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-4dd8dc2d/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-4dd8dc2d/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-4dd8dc2d/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-4dd8dc2d/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-4dd8dc2d/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-4dd8dc2d/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-4dd8dc2d/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-4dd8dc2d/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-4dd8dc2d/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-4dd8dc2d/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-4dd8dc2d/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-4dd8dc2d/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-4dd8dc2d/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-4dd8dc2d/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-4dd8dc2d/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-4dd8dc2d/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-4dd8dc2d/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-4dd8dc2d/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-4dd8dc2d/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-4dd8dc2d/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-4dd8dc2d/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-4dd8dc2d/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-4dd8dc2d/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-4dd8dc2d/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-4dd8dc2d/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-4dd8dc2d/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-4dd8dc2d/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-4dd8dc2d/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-4dd8dc2d/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-4dd8dc2d/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-4dd8dc2d/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-4dd8dc2d/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-4dd8dc2d/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-4dd8dc2d/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-4dd8dc2d/components/WebTerminal.tsx +0 -1743
- package/.forge/worktrees/pipeline-4dd8dc2d/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-4dd8dc2d/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-4dd8dc2d/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-4dd8dc2d/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-4dd8dc2d/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-4dd8dc2d/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-4dd8dc2d/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-4dd8dc2d/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-4dd8dc2d/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-4dd8dc2d/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-4dd8dc2d/install.sh +0 -29
- package/.forge/worktrees/pipeline-4dd8dc2d/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/claude-process.ts +0 -361
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-mcp-server.ts +0 -732
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/pipeline.ts +0 -1565
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/task-manager.ts +0 -951
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/terminal-standalone.ts +0 -438
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/index.ts +0 -84
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/orchestrator.ts +0 -3415
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-4dd8dc2d/lib/workspace-standalone.ts +0 -978
- package/.forge/worktrees/pipeline-4dd8dc2d/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-4dd8dc2d/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-4dd8dc2d/package.json +0 -74
- package/.forge/worktrees/pipeline-4dd8dc2d/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-4dd8dc2d/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-4dd8dc2d/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-4dd8dc2d/publish.sh +0 -133
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-4dd8dc2d/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-4dd8dc2d/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-4dd8dc2d/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-4dd8dc2d/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-4dd8dc2d/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-4dd8dc2d/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-4dd8dc2d/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-4dd8dc2d/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-4dd8dc2d/start.sh +0 -32
- package/.forge/worktrees/pipeline-4dd8dc2d/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-4dd8dc2d/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-d1757a50/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-d1757a50/README.md +0 -136
- package/.forge/worktrees/pipeline-d1757a50/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-d1757a50/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-d1757a50/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-d1757a50/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-d1757a50/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-d1757a50/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-d1757a50/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-d1757a50/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-d1757a50/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-d1757a50/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-d1757a50/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-d1757a50/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-d1757a50/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-d1757a50/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-d1757a50/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-d1757a50/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-d1757a50/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-d1757a50/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-d1757a50/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-d1757a50/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-d1757a50/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-d1757a50/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-d1757a50/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-d1757a50/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-d1757a50/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-d1757a50/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-d1757a50/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-d1757a50/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-d1757a50/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-d1757a50/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-d1757a50/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-d1757a50/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-d1757a50/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-d1757a50/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-d1757a50/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-d1757a50/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-d1757a50/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-d1757a50/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-d1757a50/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-d1757a50/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-d1757a50/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-d1757a50/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-d1757a50/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-d1757a50/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-d1757a50/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-d1757a50/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-d1757a50/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-d1757a50/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-d1757a50/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-d1757a50/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-d1757a50/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-d1757a50/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-d1757a50/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-d1757a50/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-d1757a50/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-d1757a50/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-d1757a50/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-d1757a50/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-d1757a50/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-d1757a50/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-d1757a50/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-d1757a50/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-d1757a50/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-d1757a50/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-d1757a50/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-d1757a50/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-d1757a50/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-d1757a50/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-d1757a50/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-d1757a50/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-d1757a50/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-d1757a50/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-d1757a50/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-d1757a50/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-d1757a50/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-d1757a50/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-d1757a50/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-d1757a50/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-d1757a50/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-d1757a50/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-d1757a50/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-d1757a50/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-d1757a50/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-d1757a50/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-d1757a50/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-d1757a50/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-d1757a50/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-d1757a50/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-d1757a50/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-d1757a50/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-d1757a50/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-d1757a50/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-d1757a50/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-d1757a50/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-d1757a50/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-d1757a50/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-d1757a50/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-d1757a50/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-d1757a50/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-d1757a50/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-d1757a50/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-d1757a50/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-d1757a50/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-d1757a50/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-d1757a50/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-d1757a50/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-d1757a50/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-d1757a50/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-d1757a50/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-d1757a50/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-d1757a50/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-d1757a50/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-d1757a50/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-d1757a50/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-d1757a50/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-d1757a50/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-d1757a50/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-d1757a50/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-d1757a50/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-d1757a50/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-d1757a50/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-d1757a50/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-d1757a50/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-d1757a50/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-d1757a50/install.sh +0 -29
- package/.forge/worktrees/pipeline-d1757a50/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-d1757a50/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-d1757a50/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-d1757a50/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-d1757a50/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-d1757a50/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-d1757a50/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-d1757a50/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-d1757a50/lib/claude-process.ts +0 -361
- package/.forge/worktrees/pipeline-d1757a50/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-d1757a50/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-d1757a50/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-d1757a50/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-d1757a50/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-d1757a50/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-d1757a50/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-d1757a50/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-d1757a50/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-d1757a50/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-d1757a50/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-d1757a50/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-d1757a50/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-d1757a50/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-d1757a50/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-d1757a50/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-d1757a50/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-d1757a50/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-d1757a50/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-d1757a50/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-d1757a50/lib/pipeline.ts +0 -1441
- package/.forge/worktrees/pipeline-d1757a50/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-d1757a50/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-d1757a50/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-d1757a50/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-d1757a50/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-d1757a50/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-d1757a50/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-d1757a50/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-d1757a50/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-d1757a50/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-d1757a50/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-d1757a50/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-d1757a50/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-d1757a50/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-d1757a50/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-d1757a50/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-d1757a50/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-d1757a50/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-d1757a50/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-d1757a50/package.json +0 -74
- package/.forge/worktrees/pipeline-d1757a50/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-d1757a50/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-d1757a50/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-d1757a50/publish.sh +0 -133
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-d1757a50/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-d1757a50/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-d1757a50/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-d1757a50/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-d1757a50/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-d1757a50/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-d1757a50/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-d1757a50/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-d1757a50/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-d1757a50/start.sh +0 -31
- package/.forge/worktrees/pipeline-d1757a50/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-d1757a50/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-d59c2fe2/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-d59c2fe2/README.md +0 -136
- package/.forge/worktrees/pipeline-d59c2fe2/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-d59c2fe2/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-d59c2fe2/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-d59c2fe2/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-d59c2fe2/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-d59c2fe2/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-d59c2fe2/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-d59c2fe2/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-d59c2fe2/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-d59c2fe2/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-d59c2fe2/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-d59c2fe2/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-d59c2fe2/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-d59c2fe2/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-d59c2fe2/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-d59c2fe2/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-d59c2fe2/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-d59c2fe2/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-d59c2fe2/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-d59c2fe2/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-d59c2fe2/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-d59c2fe2/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-d59c2fe2/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-d59c2fe2/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-d59c2fe2/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-d59c2fe2/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-d59c2fe2/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-d59c2fe2/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-d59c2fe2/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-d59c2fe2/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-d59c2fe2/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-d59c2fe2/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-d59c2fe2/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-d59c2fe2/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-d59c2fe2/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-d59c2fe2/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-d59c2fe2/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-d59c2fe2/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-d59c2fe2/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-d59c2fe2/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-d59c2fe2/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-d59c2fe2/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-d59c2fe2/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-d59c2fe2/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-d59c2fe2/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-d59c2fe2/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-d59c2fe2/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-d59c2fe2/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-d59c2fe2/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-d59c2fe2/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-d59c2fe2/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-d59c2fe2/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-d59c2fe2/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-d59c2fe2/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-d59c2fe2/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-d59c2fe2/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-d59c2fe2/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-d59c2fe2/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-d59c2fe2/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-d59c2fe2/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-d59c2fe2/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-d59c2fe2/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-d59c2fe2/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-d59c2fe2/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-d59c2fe2/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-d59c2fe2/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-d59c2fe2/install.sh +0 -29
- package/.forge/worktrees/pipeline-d59c2fe2/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-d59c2fe2/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-d59c2fe2/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-d59c2fe2/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-d59c2fe2/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-d59c2fe2/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-d59c2fe2/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-d59c2fe2/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-d59c2fe2/lib/claude-process.ts +0 -361
- package/.forge/worktrees/pipeline-d59c2fe2/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-d59c2fe2/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-d59c2fe2/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-d59c2fe2/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-d59c2fe2/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-d59c2fe2/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-d59c2fe2/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-d59c2fe2/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-d59c2fe2/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-d59c2fe2/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-d59c2fe2/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-d59c2fe2/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-d59c2fe2/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-d59c2fe2/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-d59c2fe2/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-d59c2fe2/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-d59c2fe2/lib/pipeline.ts +0 -1441
- package/.forge/worktrees/pipeline-d59c2fe2/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-d59c2fe2/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-d59c2fe2/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-d59c2fe2/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-d59c2fe2/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-d59c2fe2/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-d59c2fe2/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-d59c2fe2/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-d59c2fe2/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-d59c2fe2/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-d59c2fe2/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-d59c2fe2/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-d59c2fe2/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-d59c2fe2/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-d59c2fe2/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-d59c2fe2/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-d59c2fe2/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-d59c2fe2/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-d59c2fe2/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-d59c2fe2/package.json +0 -74
- package/.forge/worktrees/pipeline-d59c2fe2/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-d59c2fe2/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-d59c2fe2/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-d59c2fe2/publish.sh +0 -133
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-d59c2fe2/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-d59c2fe2/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-d59c2fe2/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-d59c2fe2/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-d59c2fe2/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-d59c2fe2/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-d59c2fe2/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-d59c2fe2/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-d59c2fe2/start.sh +0 -31
- package/.forge/worktrees/pipeline-d59c2fe2/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-d59c2fe2/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-d6a6ef23/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-d6a6ef23/README.md +0 -136
- package/.forge/worktrees/pipeline-d6a6ef23/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-d6a6ef23/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-d6a6ef23/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-d6a6ef23/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-d6a6ef23/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-d6a6ef23/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-d6a6ef23/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-d6a6ef23/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-d6a6ef23/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-d6a6ef23/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-d6a6ef23/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-d6a6ef23/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-d6a6ef23/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-d6a6ef23/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-d6a6ef23/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-d6a6ef23/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-d6a6ef23/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-d6a6ef23/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-d6a6ef23/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-d6a6ef23/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-d6a6ef23/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-d6a6ef23/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-d6a6ef23/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-d6a6ef23/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-d6a6ef23/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-d6a6ef23/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-d6a6ef23/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-d6a6ef23/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-d6a6ef23/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-d6a6ef23/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-d6a6ef23/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-d6a6ef23/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-d6a6ef23/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-d6a6ef23/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-d6a6ef23/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-d6a6ef23/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-d6a6ef23/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-d6a6ef23/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-d6a6ef23/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-d6a6ef23/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-d6a6ef23/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-d6a6ef23/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-d6a6ef23/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-d6a6ef23/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-d6a6ef23/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-d6a6ef23/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-d6a6ef23/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-d6a6ef23/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-d6a6ef23/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-d6a6ef23/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-d6a6ef23/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-d6a6ef23/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-d6a6ef23/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-d6a6ef23/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-d6a6ef23/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-d6a6ef23/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-d6a6ef23/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-d6a6ef23/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-d6a6ef23/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-d6a6ef23/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-d6a6ef23/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-d6a6ef23/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-d6a6ef23/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-d6a6ef23/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-d6a6ef23/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-d6a6ef23/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-d6a6ef23/install.sh +0 -29
- package/.forge/worktrees/pipeline-d6a6ef23/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-d6a6ef23/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-d6a6ef23/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-d6a6ef23/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-d6a6ef23/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-d6a6ef23/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-d6a6ef23/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-d6a6ef23/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-d6a6ef23/lib/claude-process.ts +0 -352
- package/.forge/worktrees/pipeline-d6a6ef23/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-d6a6ef23/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-d6a6ef23/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-d6a6ef23/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-d6a6ef23/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-d6a6ef23/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-d6a6ef23/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-d6a6ef23/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-d6a6ef23/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-d6a6ef23/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-d6a6ef23/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-d6a6ef23/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-d6a6ef23/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-d6a6ef23/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-d6a6ef23/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-d6a6ef23/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-d6a6ef23/lib/pipeline.ts +0 -1438
- package/.forge/worktrees/pipeline-d6a6ef23/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-d6a6ef23/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-d6a6ef23/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-d6a6ef23/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-d6a6ef23/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-d6a6ef23/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-d6a6ef23/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-d6a6ef23/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-d6a6ef23/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-d6a6ef23/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-d6a6ef23/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-d6a6ef23/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-d6a6ef23/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-d6a6ef23/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-d6a6ef23/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-d6a6ef23/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-d6a6ef23/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-d6a6ef23/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-d6a6ef23/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-d6a6ef23/package.json +0 -74
- package/.forge/worktrees/pipeline-d6a6ef23/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-d6a6ef23/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-d6a6ef23/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-d6a6ef23/publish.sh +0 -133
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-d6a6ef23/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-d6a6ef23/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-d6a6ef23/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-d6a6ef23/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-d6a6ef23/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-d6a6ef23/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-d6a6ef23/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-d6a6ef23/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-d6a6ef23/start.sh +0 -31
- package/.forge/worktrees/pipeline-d6a6ef23/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-d6a6ef23/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-e7f78b7a/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-e7f78b7a/README.md +0 -136
- package/.forge/worktrees/pipeline-e7f78b7a/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-e7f78b7a/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-e7f78b7a/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-e7f78b7a/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-e7f78b7a/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-e7f78b7a/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-e7f78b7a/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-e7f78b7a/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-e7f78b7a/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-e7f78b7a/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-e7f78b7a/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-e7f78b7a/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-e7f78b7a/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-e7f78b7a/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-e7f78b7a/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-e7f78b7a/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-e7f78b7a/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-e7f78b7a/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-e7f78b7a/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-e7f78b7a/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-e7f78b7a/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-e7f78b7a/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-e7f78b7a/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-e7f78b7a/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-e7f78b7a/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-e7f78b7a/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-e7f78b7a/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-e7f78b7a/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-e7f78b7a/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-e7f78b7a/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-e7f78b7a/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-e7f78b7a/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-e7f78b7a/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-e7f78b7a/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-e7f78b7a/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-e7f78b7a/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-e7f78b7a/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-e7f78b7a/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-e7f78b7a/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-e7f78b7a/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-e7f78b7a/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-e7f78b7a/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-e7f78b7a/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-e7f78b7a/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-e7f78b7a/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-e7f78b7a/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-e7f78b7a/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-e7f78b7a/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-e7f78b7a/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-e7f78b7a/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-e7f78b7a/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-e7f78b7a/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-e7f78b7a/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-e7f78b7a/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-e7f78b7a/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-e7f78b7a/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-e7f78b7a/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-e7f78b7a/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-e7f78b7a/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-e7f78b7a/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-e7f78b7a/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-e7f78b7a/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-e7f78b7a/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-e7f78b7a/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-e7f78b7a/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-e7f78b7a/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-e7f78b7a/install.sh +0 -29
- package/.forge/worktrees/pipeline-e7f78b7a/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-e7f78b7a/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-e7f78b7a/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-e7f78b7a/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-e7f78b7a/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-e7f78b7a/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-e7f78b7a/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-e7f78b7a/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-e7f78b7a/lib/claude-process.ts +0 -352
- package/.forge/worktrees/pipeline-e7f78b7a/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-e7f78b7a/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-e7f78b7a/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-e7f78b7a/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-e7f78b7a/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-e7f78b7a/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-e7f78b7a/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-e7f78b7a/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-e7f78b7a/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-e7f78b7a/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-e7f78b7a/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-e7f78b7a/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-e7f78b7a/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-e7f78b7a/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-e7f78b7a/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-e7f78b7a/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-e7f78b7a/lib/pipeline.ts +0 -1441
- package/.forge/worktrees/pipeline-e7f78b7a/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-e7f78b7a/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-e7f78b7a/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-e7f78b7a/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-e7f78b7a/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-e7f78b7a/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-e7f78b7a/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-e7f78b7a/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-e7f78b7a/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-e7f78b7a/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-e7f78b7a/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-e7f78b7a/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-e7f78b7a/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-e7f78b7a/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-e7f78b7a/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-e7f78b7a/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-e7f78b7a/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-e7f78b7a/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-e7f78b7a/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-e7f78b7a/package.json +0 -74
- package/.forge/worktrees/pipeline-e7f78b7a/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-e7f78b7a/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-e7f78b7a/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-e7f78b7a/publish.sh +0 -133
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-e7f78b7a/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-e7f78b7a/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-e7f78b7a/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-e7f78b7a/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-e7f78b7a/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-e7f78b7a/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-e7f78b7a/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-e7f78b7a/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-e7f78b7a/start.sh +0 -31
- package/.forge/worktrees/pipeline-e7f78b7a/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-e7f78b7a/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-e97c13c7/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-e97c13c7/README.md +0 -136
- package/.forge/worktrees/pipeline-e97c13c7/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-e97c13c7/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-e97c13c7/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-e97c13c7/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-e97c13c7/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-e97c13c7/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-e97c13c7/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-e97c13c7/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-e97c13c7/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-e97c13c7/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-e97c13c7/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-e97c13c7/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-e97c13c7/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-e97c13c7/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-e97c13c7/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-e97c13c7/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-e97c13c7/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-e97c13c7/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-e97c13c7/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-e97c13c7/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-e97c13c7/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-e97c13c7/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-e97c13c7/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-e97c13c7/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-e97c13c7/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-e97c13c7/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-e97c13c7/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-e97c13c7/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-e97c13c7/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-e97c13c7/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-e97c13c7/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-e97c13c7/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-e97c13c7/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-e97c13c7/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-e97c13c7/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-e97c13c7/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-e97c13c7/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-e97c13c7/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-e97c13c7/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-e97c13c7/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-e97c13c7/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-e97c13c7/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-e97c13c7/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-e97c13c7/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-e97c13c7/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-e97c13c7/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-e97c13c7/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-e97c13c7/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-e97c13c7/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-e97c13c7/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-e97c13c7/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-e97c13c7/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-e97c13c7/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-e97c13c7/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-e97c13c7/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-e97c13c7/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-e97c13c7/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-e97c13c7/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-e97c13c7/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-e97c13c7/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-e97c13c7/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-e97c13c7/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-e97c13c7/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-e97c13c7/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-e97c13c7/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-e97c13c7/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-e97c13c7/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-e97c13c7/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-e97c13c7/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-e97c13c7/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-e97c13c7/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-e97c13c7/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-e97c13c7/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-e97c13c7/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-e97c13c7/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-e97c13c7/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-e97c13c7/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-e97c13c7/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-e97c13c7/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-e97c13c7/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-e97c13c7/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-e97c13c7/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-e97c13c7/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-e97c13c7/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-e97c13c7/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-e97c13c7/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-e97c13c7/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-e97c13c7/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-e97c13c7/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-e97c13c7/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-e97c13c7/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-e97c13c7/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-e97c13c7/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-e97c13c7/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-e97c13c7/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-e97c13c7/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-e97c13c7/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-e97c13c7/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-e97c13c7/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-e97c13c7/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-e97c13c7/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-e97c13c7/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-e97c13c7/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-e97c13c7/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-e97c13c7/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-e97c13c7/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-e97c13c7/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-e97c13c7/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-e97c13c7/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-e97c13c7/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-e97c13c7/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-e97c13c7/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-e97c13c7/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-e97c13c7/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-e97c13c7/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-e97c13c7/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-e97c13c7/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-e97c13c7/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-e97c13c7/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-e97c13c7/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-e97c13c7/install.sh +0 -29
- package/.forge/worktrees/pipeline-e97c13c7/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-e97c13c7/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-e97c13c7/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-e97c13c7/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-e97c13c7/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-e97c13c7/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-e97c13c7/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-e97c13c7/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-e97c13c7/lib/claude-process.ts +0 -352
- package/.forge/worktrees/pipeline-e97c13c7/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-e97c13c7/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-e97c13c7/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-e97c13c7/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-e97c13c7/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-e97c13c7/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-e97c13c7/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-e97c13c7/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-e97c13c7/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-e97c13c7/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-e97c13c7/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-e97c13c7/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-e97c13c7/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-e97c13c7/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-e97c13c7/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-e97c13c7/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-e97c13c7/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-e97c13c7/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-e97c13c7/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-e97c13c7/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-e97c13c7/lib/pipeline.ts +0 -1438
- package/.forge/worktrees/pipeline-e97c13c7/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-e97c13c7/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-e97c13c7/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-e97c13c7/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-e97c13c7/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-e97c13c7/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-e97c13c7/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-e97c13c7/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-e97c13c7/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-e97c13c7/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-e97c13c7/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-e97c13c7/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-e97c13c7/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-e97c13c7/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-e97c13c7/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-e97c13c7/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-e97c13c7/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-e97c13c7/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-e97c13c7/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-e97c13c7/package.json +0 -74
- package/.forge/worktrees/pipeline-e97c13c7/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-e97c13c7/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-e97c13c7/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-e97c13c7/publish.sh +0 -133
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-e97c13c7/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-e97c13c7/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-e97c13c7/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-e97c13c7/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-e97c13c7/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-e97c13c7/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-e97c13c7/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-e97c13c7/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-e97c13c7/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-e97c13c7/start.sh +0 -31
- package/.forge/worktrees/pipeline-e97c13c7/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-e97c13c7/tsconfig.json +0 -42
- package/.forge/worktrees/pipeline-ecd7cb0f/CLAUDE.md +0 -86
- package/.forge/worktrees/pipeline-ecd7cb0f/README.md +0 -136
- package/.forge/worktrees/pipeline-ecd7cb0f/RELEASE_NOTES.md +0 -11
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/agents/route.ts +0 -17
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/auth/[...nextauth]/route.ts +0 -3
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/auth/verify/route.ts +0 -46
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude/[id]/route.ts +0 -31
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude/[id]/stream/route.ts +0 -63
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude/route.ts +0 -28
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-sessions/[projectName]/entries/route.ts +0 -23
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-sessions/[projectName]/live/route.ts +0 -72
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-sessions/[projectName]/route.ts +0 -37
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-sessions/sync/route.ts +0 -17
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/claude-templates/route.ts +0 -145
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/code/route.ts +0 -299
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/delivery/[id]/route.ts +0 -62
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/delivery/route.ts +0 -40
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/detect-cli/route.ts +0 -46
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/docs/route.ts +0 -176
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/docs/sessions/route.ts +0 -54
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/favorites/route.ts +0 -26
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/flows/route.ts +0 -6
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/flows/run/route.ts +0 -19
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/git/route.ts +0 -149
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/help/route.ts +0 -84
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/issue-scanner/route.ts +0 -116
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/logs/route.ts +0 -100
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/mobile-chat/route.ts +0 -115
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/monitor/route.ts +0 -74
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/notifications/route.ts +0 -42
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/notify/test/route.ts +0 -33
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/online/route.ts +0 -40
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/pipelines/[id]/route.ts +0 -41
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/pipelines/route.ts +0 -90
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/plugins/route.ts +0 -75
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/preview/[...path]/route.ts +0 -64
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/preview/route.ts +0 -156
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/project-pipelines/route.ts +0 -91
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/project-sessions/route.ts +0 -61
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/projects/route.ts +0 -26
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/sessions/[id]/chat/route.ts +0 -64
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/sessions/[id]/messages/route.ts +0 -9
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/sessions/[id]/route.ts +0 -17
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/sessions/route.ts +0 -20
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/settings/route.ts +0 -64
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/skills/local/route.ts +0 -228
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/skills/route.ts +0 -182
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/smith-templates/route.ts +0 -81
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/status/route.ts +0 -12
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tabs/route.ts +0 -25
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/[id]/route.ts +0 -51
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/[id]/stream/route.ts +0 -77
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/link/route.ts +0 -37
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/route.ts +0 -44
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tasks/session/route.ts +0 -14
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/telegram/route.ts +0 -23
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/templates/route.ts +0 -6
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/terminal-bell/route.ts +0 -35
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/terminal-cwd/route.ts +0 -19
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/terminal-state/route.ts +0 -15
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/tunnel/route.ts +0 -26
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/upgrade/route.ts +0 -43
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/usage/route.ts +0 -20
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/version/route.ts +0 -78
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/watchers/route.ts +0 -33
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/[id]/agents/route.ts +0 -35
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/[id]/memory/route.ts +0 -23
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/[id]/smith/route.ts +0 -22
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/[id]/stream/route.ts +0 -28
- package/.forge/worktrees/pipeline-ecd7cb0f/app/api/workspace/route.ts +0 -100
- package/.forge/worktrees/pipeline-ecd7cb0f/app/global-error.tsx +0 -21
- package/.forge/worktrees/pipeline-ecd7cb0f/app/globals.css +0 -52
- package/.forge/worktrees/pipeline-ecd7cb0f/app/icon.ico +0 -0
- package/.forge/worktrees/pipeline-ecd7cb0f/app/icon.png +0 -0
- package/.forge/worktrees/pipeline-ecd7cb0f/app/icon.svg +0 -106
- package/.forge/worktrees/pipeline-ecd7cb0f/app/layout.tsx +0 -17
- package/.forge/worktrees/pipeline-ecd7cb0f/app/login/LoginForm.tsx +0 -96
- package/.forge/worktrees/pipeline-ecd7cb0f/app/login/page.tsx +0 -10
- package/.forge/worktrees/pipeline-ecd7cb0f/app/mobile/page.tsx +0 -9
- package/.forge/worktrees/pipeline-ecd7cb0f/app/page.tsx +0 -21
- package/.forge/worktrees/pipeline-ecd7cb0f/bin/forge-server.mjs +0 -484
- package/.forge/worktrees/pipeline-ecd7cb0f/check-forge-status.sh +0 -71
- package/.forge/worktrees/pipeline-ecd7cb0f/cli/mw.ts +0 -579
- package/.forge/worktrees/pipeline-ecd7cb0f/components/BrowserPanel.tsx +0 -175
- package/.forge/worktrees/pipeline-ecd7cb0f/components/ChatPanel.tsx +0 -191
- package/.forge/worktrees/pipeline-ecd7cb0f/components/ClaudeTerminal.tsx +0 -267
- package/.forge/worktrees/pipeline-ecd7cb0f/components/CodeViewer.tsx +0 -787
- package/.forge/worktrees/pipeline-ecd7cb0f/components/ConversationEditor.tsx +0 -411
- package/.forge/worktrees/pipeline-ecd7cb0f/components/ConversationGraphView.tsx +0 -347
- package/.forge/worktrees/pipeline-ecd7cb0f/components/ConversationTerminalView.tsx +0 -303
- package/.forge/worktrees/pipeline-ecd7cb0f/components/Dashboard.tsx +0 -807
- package/.forge/worktrees/pipeline-ecd7cb0f/components/DashboardWrapper.tsx +0 -9
- package/.forge/worktrees/pipeline-ecd7cb0f/components/DeliveryFlowEditor.tsx +0 -491
- package/.forge/worktrees/pipeline-ecd7cb0f/components/DeliveryList.tsx +0 -230
- package/.forge/worktrees/pipeline-ecd7cb0f/components/DeliveryWorkspace.tsx +0 -589
- package/.forge/worktrees/pipeline-ecd7cb0f/components/DocTerminal.tsx +0 -187
- package/.forge/worktrees/pipeline-ecd7cb0f/components/DocsViewer.tsx +0 -574
- package/.forge/worktrees/pipeline-ecd7cb0f/components/HelpDialog.tsx +0 -169
- package/.forge/worktrees/pipeline-ecd7cb0f/components/HelpTerminal.tsx +0 -141
- package/.forge/worktrees/pipeline-ecd7cb0f/components/InlinePipelineView.tsx +0 -111
- package/.forge/worktrees/pipeline-ecd7cb0f/components/LogViewer.tsx +0 -194
- package/.forge/worktrees/pipeline-ecd7cb0f/components/MarkdownContent.tsx +0 -73
- package/.forge/worktrees/pipeline-ecd7cb0f/components/MobileView.tsx +0 -385
- package/.forge/worktrees/pipeline-ecd7cb0f/components/MonitorPanel.tsx +0 -122
- package/.forge/worktrees/pipeline-ecd7cb0f/components/NewSessionModal.tsx +0 -93
- package/.forge/worktrees/pipeline-ecd7cb0f/components/NewTaskModal.tsx +0 -492
- package/.forge/worktrees/pipeline-ecd7cb0f/components/PipelineEditor.tsx +0 -570
- package/.forge/worktrees/pipeline-ecd7cb0f/components/PipelineView.tsx +0 -1018
- package/.forge/worktrees/pipeline-ecd7cb0f/components/PluginsPanel.tsx +0 -472
- package/.forge/worktrees/pipeline-ecd7cb0f/components/ProjectDetail.tsx +0 -1618
- package/.forge/worktrees/pipeline-ecd7cb0f/components/ProjectList.tsx +0 -108
- package/.forge/worktrees/pipeline-ecd7cb0f/components/ProjectManager.tsx +0 -401
- package/.forge/worktrees/pipeline-ecd7cb0f/components/SessionList.tsx +0 -74
- package/.forge/worktrees/pipeline-ecd7cb0f/components/SessionView.tsx +0 -726
- package/.forge/worktrees/pipeline-ecd7cb0f/components/SettingsModal.tsx +0 -1647
- package/.forge/worktrees/pipeline-ecd7cb0f/components/SkillsPanel.tsx +0 -969
- package/.forge/worktrees/pipeline-ecd7cb0f/components/StatusBar.tsx +0 -99
- package/.forge/worktrees/pipeline-ecd7cb0f/components/TabBar.tsx +0 -46
- package/.forge/worktrees/pipeline-ecd7cb0f/components/TaskBoard.tsx +0 -113
- package/.forge/worktrees/pipeline-ecd7cb0f/components/TaskDetail.tsx +0 -372
- package/.forge/worktrees/pipeline-ecd7cb0f/components/TerminalLauncher.tsx +0 -398
- package/.forge/worktrees/pipeline-ecd7cb0f/components/TunnelToggle.tsx +0 -206
- package/.forge/worktrees/pipeline-ecd7cb0f/components/UsagePanel.tsx +0 -207
- package/.forge/worktrees/pipeline-ecd7cb0f/components/WebTerminal.tsx +0 -1683
- package/.forge/worktrees/pipeline-ecd7cb0f/components/WorkspaceTree.tsx +0 -221
- package/.forge/worktrees/pipeline-ecd7cb0f/components/WorkspaceView.tsx +0 -4048
- package/.forge/worktrees/pipeline-ecd7cb0f/dev-test.sh +0 -5
- package/.forge/worktrees/pipeline-ecd7cb0f/docs/Forge_Memory_Layer_Design.docx +0 -0
- package/.forge/worktrees/pipeline-ecd7cb0f/docs/Forge_Strategy_Research_2026.docx +0 -0
- package/.forge/worktrees/pipeline-ecd7cb0f/docs/LOCAL-DEPLOY.md +0 -144
- package/.forge/worktrees/pipeline-ecd7cb0f/docs/roadmap-multi-agent-workflow.md +0 -330
- package/.forge/worktrees/pipeline-ecd7cb0f/forge-logo.png +0 -0
- package/.forge/worktrees/pipeline-ecd7cb0f/forge-logo.svg +0 -106
- package/.forge/worktrees/pipeline-ecd7cb0f/hooks/useSidebarResize.ts +0 -52
- package/.forge/worktrees/pipeline-ecd7cb0f/install.sh +0 -29
- package/.forge/worktrees/pipeline-ecd7cb0f/instrumentation.ts +0 -35
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/agents/claude-adapter.ts +0 -104
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/agents/generic-adapter.ts +0 -64
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/agents/index.ts +0 -245
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/agents/types.ts +0 -70
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/artifacts.ts +0 -106
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/auth.ts +0 -62
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/docker.yaml +0 -70
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/http.yaml +0 -66
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/jenkins.yaml +0 -92
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/llm-vision.yaml +0 -85
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/playwright.yaml +0 -111
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/shell-command.yaml +0 -60
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/slack.yaml +0 -48
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/builtin-plugins/webhook.yaml +0 -56
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/claude-process.ts +0 -352
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/claude-sessions.ts +0 -266
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/claude-templates.ts +0 -227
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/cloudflared.ts +0 -424
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/crypto.ts +0 -67
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/delivery.ts +0 -787
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/dirs.ts +0 -99
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/flows.ts +0 -86
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-mcp-server.ts +0 -717
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-skills/forge-inbox.md +0 -38
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-skills/forge-send.md +0 -47
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-skills/forge-status.md +0 -32
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/forge-skills/forge-workspace-sync.md +0 -37
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/00-overview.md +0 -40
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/01-settings.md +0 -194
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/02-telegram.md +0 -41
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/03-tunnel.md +0 -31
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/04-tasks.md +0 -52
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/05-pipelines.md +0 -460
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/06-skills.md +0 -43
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/07-projects.md +0 -73
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/08-rules.md +0 -53
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/09-issue-autofix.md +0 -55
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/10-troubleshooting.md +0 -89
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/11-workspace.md +0 -810
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/help-docs/CLAUDE.md +0 -62
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/init.ts +0 -266
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/issue-scanner.ts +0 -298
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/logger.ts +0 -79
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/notifications.ts +0 -75
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/notify.ts +0 -108
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/password.ts +0 -97
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/pipeline-scheduler.ts +0 -373
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/pipeline.ts +0 -1441
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/plugins/executor.ts +0 -347
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/plugins/registry.ts +0 -228
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/plugins/types.ts +0 -103
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/project-sessions.ts +0 -53
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/projects.ts +0 -86
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/session-manager.ts +0 -156
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/session-utils.ts +0 -53
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/session-watcher.ts +0 -345
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/settings.ts +0 -195
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/skills.ts +0 -458
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/task-manager.ts +0 -949
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/telegram-bot.ts +0 -1477
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/telegram-standalone.ts +0 -83
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/terminal-server.ts +0 -70
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/terminal-standalone.ts +0 -421
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/usage-scanner.ts +0 -249
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/__tests__/state-machine.test.ts +0 -388
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/__tests__/workspace.test.ts +0 -311
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/agent-bus.ts +0 -416
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/agent-worker.ts +0 -655
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/backends/api-backend.ts +0 -262
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/backends/cli-backend.ts +0 -491
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/index.ts +0 -82
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/manager.ts +0 -136
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/orchestrator.ts +0 -3400
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/persistence.ts +0 -309
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/presets.ts +0 -649
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/requests.ts +0 -287
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/session-monitor.ts +0 -240
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/skill-installer.ts +0 -275
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/smith-memory.ts +0 -498
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/types.ts +0 -241
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace/watch-manager.ts +0 -560
- package/.forge/worktrees/pipeline-ecd7cb0f/lib/workspace-standalone.ts +0 -911
- package/.forge/worktrees/pipeline-ecd7cb0f/middleware.ts +0 -51
- package/.forge/worktrees/pipeline-ecd7cb0f/next.config.ts +0 -26
- package/.forge/worktrees/pipeline-ecd7cb0f/package.json +0 -74
- package/.forge/worktrees/pipeline-ecd7cb0f/pnpm-lock.yaml +0 -3719
- package/.forge/worktrees/pipeline-ecd7cb0f/pnpm-workspace.yaml +0 -1
- package/.forge/worktrees/pipeline-ecd7cb0f/postcss.config.mjs +0 -7
- package/.forge/worktrees/pipeline-ecd7cb0f/publish.sh +0 -133
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/README.md +0 -66
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/results/.gitignore +0 -2
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/run.ts +0 -635
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/01-text-utils/task.md +0 -26
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/01-text-utils/validator.sh +0 -46
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/02-pagination/setup.sh +0 -19
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/02-pagination/task.md +0 -48
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/02-pagination/validator.sh +0 -69
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/03-bug-fix/setup.sh +0 -82
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/03-bug-fix/task.md +0 -30
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/bench/tasks/03-bug-fix/validator.sh +0 -29
- package/.forge/worktrees/pipeline-ecd7cb0f/scripts/verify-usage.ts +0 -178
- package/.forge/worktrees/pipeline-ecd7cb0f/src/config/index.ts +0 -129
- package/.forge/worktrees/pipeline-ecd7cb0f/src/core/db/database.ts +0 -259
- package/.forge/worktrees/pipeline-ecd7cb0f/src/core/memory/strategy.ts +0 -32
- package/.forge/worktrees/pipeline-ecd7cb0f/src/core/providers/chat.ts +0 -65
- package/.forge/worktrees/pipeline-ecd7cb0f/src/core/providers/registry.ts +0 -60
- package/.forge/worktrees/pipeline-ecd7cb0f/src/core/session/manager.ts +0 -190
- package/.forge/worktrees/pipeline-ecd7cb0f/src/types/index.ts +0 -129
- package/.forge/worktrees/pipeline-ecd7cb0f/start.sh +0 -31
- package/.forge/worktrees/pipeline-ecd7cb0f/templates/smith-lead.json +0 -45
- package/.forge/worktrees/pipeline-ecd7cb0f/tsconfig.json +0 -42
- package/qa/.forge/agent-context.json +0 -6
- package/qa/.forge/mcp.json +0 -8
|
@@ -1,732 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Forge MCP Server — agent communication bus via Model Context Protocol.
|
|
3
|
-
*
|
|
4
|
-
* Each Claude Code session connects with context baked into the SSE URL:
|
|
5
|
-
* http://localhost:8406/sse?workspaceId=xxx&agentId=yyy
|
|
6
|
-
*
|
|
7
|
-
* The agent doesn't need to know IDs. It just calls:
|
|
8
|
-
* send_message(to: "Reviewer", content: "fixed the bug")
|
|
9
|
-
* get_inbox()
|
|
10
|
-
* get_status()
|
|
11
|
-
*
|
|
12
|
-
* Forge resolves everything from the connection context.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
|
|
16
|
-
import { SSEServerTransport } from '@modelcontextprotocol/sdk/server/sse.js';
|
|
17
|
-
import { z } from 'zod';
|
|
18
|
-
import { createServer, type IncomingMessage, type ServerResponse } from 'node:http';
|
|
19
|
-
|
|
20
|
-
// Lazy imports to avoid circular deps (workspace modules)
|
|
21
|
-
let _getOrchestrator: ((workspaceId: string) => any) | null = null;
|
|
22
|
-
|
|
23
|
-
export function setOrchestratorResolver(fn: (id: string) => any): void {
|
|
24
|
-
_getOrchestrator = fn;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
function getOrch(workspaceId: string): any {
|
|
28
|
-
if (!_getOrchestrator) throw new Error('Orchestrator resolver not set');
|
|
29
|
-
return _getOrchestrator(workspaceId);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// Per-session context (resolved from SSE URL + orchestrator topo)
|
|
33
|
-
interface SessionContext {
|
|
34
|
-
workspaceId: string;
|
|
35
|
-
agentId: string; // resolved dynamically, may be empty for non-agent terminals
|
|
36
|
-
}
|
|
37
|
-
const sessionContexts = new Map<string, SessionContext>();
|
|
38
|
-
|
|
39
|
-
/** Resolve agentId from orchestrator's agent-tmux mapping */
|
|
40
|
-
function resolveAgentFromOrch(workspaceId: string): string {
|
|
41
|
-
// For now, default to primary agent. Future: resolve from tmux session → agent map
|
|
42
|
-
try {
|
|
43
|
-
const orch = getOrch(workspaceId);
|
|
44
|
-
const primary = orch.getPrimaryAgent();
|
|
45
|
-
return primary?.config?.id || '';
|
|
46
|
-
} catch { return ''; }
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
// ─── MCP Server Definition ──────────────────────────────
|
|
50
|
-
|
|
51
|
-
function createForgeMcpServer(sessionId: string): McpServer {
|
|
52
|
-
const server = new McpServer({
|
|
53
|
-
name: 'forge',
|
|
54
|
-
version: '1.0.0',
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
// Helper: get context for this session
|
|
58
|
-
const ctx = () => sessionContexts.get(sessionId) || { workspaceId: '', agentId: '' };
|
|
59
|
-
|
|
60
|
-
// ── send_message ──────────────────────────
|
|
61
|
-
server.tool(
|
|
62
|
-
'send_message',
|
|
63
|
-
'Send a message to another agent in the workspace. Set noReply=true for notifications that do not need a response.',
|
|
64
|
-
{
|
|
65
|
-
to: z.string().describe('Target agent — name like "Reviewer", or description like "the one who does testing"'),
|
|
66
|
-
content: z.string().describe('Message content'),
|
|
67
|
-
action: z.string().optional().describe('Message type: fix_request, update_notify, question, review, info_request'),
|
|
68
|
-
noReply: z.boolean().optional().describe('If true, recipient should not reply to this message'),
|
|
69
|
-
},
|
|
70
|
-
async (params) => {
|
|
71
|
-
const { to, content, action = 'update_notify', noReply } = params;
|
|
72
|
-
const { workspaceId, agentId } = ctx();
|
|
73
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context.' }] };
|
|
74
|
-
|
|
75
|
-
try {
|
|
76
|
-
const orch = getOrch(workspaceId);
|
|
77
|
-
const snapshot = orch.getSnapshot();
|
|
78
|
-
const candidates = snapshot.agents.filter((a: any) => a.type !== 'input' && a.id !== agentId);
|
|
79
|
-
|
|
80
|
-
// Match: exact label > label contains > role contains
|
|
81
|
-
const toLower = to.toLowerCase();
|
|
82
|
-
let target = candidates.find((a: any) => a.label.toLowerCase() === toLower);
|
|
83
|
-
if (!target) target = candidates.find((a: any) => a.label.toLowerCase().includes(toLower));
|
|
84
|
-
if (!target) target = candidates.find((a: any) => (a.role || '').toLowerCase().includes(toLower));
|
|
85
|
-
|
|
86
|
-
if (!target) {
|
|
87
|
-
const available = candidates.map((a: any) => `${a.label} (${(a.role || '').slice(0, 50)})`).join(', ');
|
|
88
|
-
return { content: [{ type: 'text', text: `No agent matches "${to}". Available: ${available}` }] };
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
// Block reply to agents who have a running/pending message to us.
|
|
92
|
-
// The system auto-delivers completion status — use /forge-send only for NEW messages.
|
|
93
|
-
// Uses findLast to check the most recent message state (not oldest/stale ones).
|
|
94
|
-
const incomingFromTarget = orch.getBus().getLog().findLast((m: any) =>
|
|
95
|
-
m.to === agentId && m.from === target.id &&
|
|
96
|
-
(m.status === 'running' || m.status === 'pending')
|
|
97
|
-
);
|
|
98
|
-
if (incomingFromTarget && !incomingFromTarget.payload?.noReply) {
|
|
99
|
-
return { content: [{ type: 'text', text: `Skipped: you are processing a message from ${target.label}. Your completion is delivered automatically — no need to reply via send_message.` }] };
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
const payload: any = { action, content };
|
|
103
|
-
if (noReply) payload.noReply = true;
|
|
104
|
-
orch.getBus().send(agentId, target.id, 'notify', payload);
|
|
105
|
-
return { content: [{ type: 'text', text: `Message sent to ${target.label}${noReply ? ' (no-reply)' : ''}` }] };
|
|
106
|
-
} catch (err: any) {
|
|
107
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
);
|
|
111
|
-
|
|
112
|
-
// ── get_inbox ─────────────────────────────
|
|
113
|
-
server.tool(
|
|
114
|
-
'get_inbox',
|
|
115
|
-
'Check inbox messages from other agents',
|
|
116
|
-
{},
|
|
117
|
-
async () => {
|
|
118
|
-
const { workspaceId, agentId } = ctx();
|
|
119
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context' }] };
|
|
120
|
-
|
|
121
|
-
try {
|
|
122
|
-
const orch = getOrch(workspaceId);
|
|
123
|
-
const messages = orch.getBus().getLog()
|
|
124
|
-
.filter((m: any) => m.to === agentId && m.type !== 'ack')
|
|
125
|
-
.slice(-20);
|
|
126
|
-
|
|
127
|
-
if (messages.length === 0) {
|
|
128
|
-
return { content: [{ type: 'text', text: 'No messages in inbox.' }] };
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
const snapshot = orch.getSnapshot();
|
|
132
|
-
const getLabel = (id: string) => snapshot.agents.find((a: any) => a.id === id)?.label || id;
|
|
133
|
-
|
|
134
|
-
const formatted = messages.map((m: any) => {
|
|
135
|
-
const noReplyTag = m.payload?.noReply ? ' [no-reply]' : '';
|
|
136
|
-
const refInfo = m.payload?.ref ? ` [ref: ${m.payload.ref}]` : '';
|
|
137
|
-
return `[${m.status}] From ${getLabel(m.from)}${noReplyTag}: ${m.payload?.content || m.payload?.action || '(no content)'}${refInfo} (${m.id.slice(0, 8)})`;
|
|
138
|
-
}).join('\n');
|
|
139
|
-
|
|
140
|
-
return { content: [{ type: 'text', text: formatted }] };
|
|
141
|
-
} catch (err: any) {
|
|
142
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
);
|
|
146
|
-
|
|
147
|
-
// ── mark_message_done ─────────────────────
|
|
148
|
-
server.tool(
|
|
149
|
-
'mark_message_done',
|
|
150
|
-
'Mark an inbox message as done after handling it',
|
|
151
|
-
{
|
|
152
|
-
message_id: z.string().describe('Message ID (first 8 chars or full UUID)'),
|
|
153
|
-
},
|
|
154
|
-
async (params) => {
|
|
155
|
-
const { workspaceId, agentId } = ctx();
|
|
156
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context' }] };
|
|
157
|
-
|
|
158
|
-
try {
|
|
159
|
-
const orch = getOrch(workspaceId);
|
|
160
|
-
const msg = orch.getBus().getLog().find((m: any) =>
|
|
161
|
-
(m.id === params.message_id || m.id.startsWith(params.message_id)) && m.to === agentId
|
|
162
|
-
);
|
|
163
|
-
if (!msg) return { content: [{ type: 'text', text: 'Message not found' }] };
|
|
164
|
-
|
|
165
|
-
msg.status = 'done';
|
|
166
|
-
return { content: [{ type: 'text', text: `Message ${params.message_id} marked as done` }] };
|
|
167
|
-
} catch (err: any) {
|
|
168
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
);
|
|
172
|
-
|
|
173
|
-
// ── get_status ────────────────────────────
|
|
174
|
-
server.tool(
|
|
175
|
-
'get_status',
|
|
176
|
-
'Get live status of all agents in the workspace (from topology cache)',
|
|
177
|
-
{},
|
|
178
|
-
async () => {
|
|
179
|
-
const { workspaceId } = ctx();
|
|
180
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context' }] };
|
|
181
|
-
|
|
182
|
-
try {
|
|
183
|
-
const orch = getOrch(workspaceId);
|
|
184
|
-
const topo = orch.getWorkspaceTopo();
|
|
185
|
-
|
|
186
|
-
const lines = topo.agents.map((a: any) => {
|
|
187
|
-
const icon = a.smithStatus === 'active'
|
|
188
|
-
? (a.taskStatus === 'running' ? '🔵' : a.taskStatus === 'done' ? '✅' : a.taskStatus === 'failed' ? '🔴' : '🟢')
|
|
189
|
-
: '⬚';
|
|
190
|
-
return `${icon} ${a.label}: smith=${a.smithStatus} task=${a.taskStatus}`;
|
|
191
|
-
});
|
|
192
|
-
lines.unshift(`Flow: ${topo.flow}\n`);
|
|
193
|
-
|
|
194
|
-
return { content: [{ type: 'text', text: lines.join('\n') || 'No agents configured.' }] };
|
|
195
|
-
} catch (err: any) {
|
|
196
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
);
|
|
200
|
-
|
|
201
|
-
// ── get_agents ────────────────────────────
|
|
202
|
-
server.tool(
|
|
203
|
-
'get_agents',
|
|
204
|
-
'Get workspace topology — all agents, their roles, relationships, current status, and execution flow. Cached and auto-refreshed on any agent change. Call this to understand the full team composition before planning work.',
|
|
205
|
-
{},
|
|
206
|
-
async () => {
|
|
207
|
-
const { workspaceId, agentId } = ctx();
|
|
208
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context' }] };
|
|
209
|
-
|
|
210
|
-
try {
|
|
211
|
-
const orch = getOrch(workspaceId);
|
|
212
|
-
const topo = orch.getWorkspaceTopo();
|
|
213
|
-
|
|
214
|
-
const lines: string[] = [];
|
|
215
|
-
lines.push(`## Workspace Topology (${topo.agents.length} agents)`);
|
|
216
|
-
lines.push(`Flow: ${topo.flow}\n`);
|
|
217
|
-
|
|
218
|
-
// Identify present and missing standard roles
|
|
219
|
-
const labels = new Set(topo.agents.map((a: any) => a.label.toLowerCase()));
|
|
220
|
-
const standardRoles = ['architect', 'engineer', 'qa', 'reviewer', 'pm', 'lead'];
|
|
221
|
-
const present = standardRoles.filter(r => labels.has(r));
|
|
222
|
-
const missing = standardRoles.filter(r => !labels.has(r));
|
|
223
|
-
if (missing.length > 0) {
|
|
224
|
-
lines.push(`Present roles: ${present.join(', ') || 'none'}`);
|
|
225
|
-
lines.push(`Missing roles: ${missing.join(', ')} — these responsibilities must be covered by existing agents\n`);
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
for (const a of topo.agents as any[]) {
|
|
229
|
-
const isMe = a.id === agentId;
|
|
230
|
-
lines.push(`### ${a.icon} ${a.label}${isMe ? ' ← YOU' : ''}${a.primary ? ' [PRIMARY]' : ''}`);
|
|
231
|
-
lines.push(`Status: smith=${a.smithStatus} task=${a.taskStatus}`);
|
|
232
|
-
lines.push(`Role: ${a.roleSummary}`);
|
|
233
|
-
if (a.dependsOn.length > 0) lines.push(`Depends on: ${a.dependsOn.join(', ')}`);
|
|
234
|
-
if (a.workDir !== './') lines.push(`Work dir: ${a.workDir}`);
|
|
235
|
-
if (a.outputs.length > 0) lines.push(`Outputs: ${a.outputs.join(', ')}`);
|
|
236
|
-
if (a.steps.length > 0) lines.push(`Steps: ${a.steps.join(' → ')}`);
|
|
237
|
-
lines.push('');
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
return { content: [{ type: 'text', text: lines.join('\n') }] };
|
|
241
|
-
} catch (err: any) {
|
|
242
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
);
|
|
246
|
-
|
|
247
|
-
// ── sync_progress ─────────────────────────
|
|
248
|
-
server.tool(
|
|
249
|
-
'sync_progress',
|
|
250
|
-
'Report your work progress to the workspace (what you did, files changed)',
|
|
251
|
-
{
|
|
252
|
-
summary: z.string().describe('Brief summary of what you accomplished'),
|
|
253
|
-
files: z.array(z.string()).optional().describe('List of files changed'),
|
|
254
|
-
},
|
|
255
|
-
async (params) => {
|
|
256
|
-
const { workspaceId, agentId } = ctx();
|
|
257
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context' }] };
|
|
258
|
-
|
|
259
|
-
try {
|
|
260
|
-
const orch = getOrch(workspaceId);
|
|
261
|
-
const entry = orch.getSnapshot().agents.find((a: any) => a.id === agentId);
|
|
262
|
-
if (!entry) return { content: [{ type: 'text', text: 'Agent not found in workspace' }] };
|
|
263
|
-
|
|
264
|
-
orch.completeManualAgent(agentId, params.files || []);
|
|
265
|
-
|
|
266
|
-
return { content: [{ type: 'text', text: `Progress synced: ${params.summary}` }] };
|
|
267
|
-
} catch (err: any) {
|
|
268
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
);
|
|
272
|
-
|
|
273
|
-
// ── check_outbox ──────────────────────────
|
|
274
|
-
server.tool(
|
|
275
|
-
'check_outbox',
|
|
276
|
-
'Check status of messages you sent to other agents. See if they replied or completed.',
|
|
277
|
-
{},
|
|
278
|
-
async () => {
|
|
279
|
-
const { workspaceId, agentId } = ctx();
|
|
280
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context' }] };
|
|
281
|
-
|
|
282
|
-
try {
|
|
283
|
-
const orch = getOrch(workspaceId);
|
|
284
|
-
const snapshot = orch.getSnapshot();
|
|
285
|
-
const getLabel = (id: string) => snapshot.agents.find((a: any) => a.id === id)?.label || id;
|
|
286
|
-
|
|
287
|
-
// Messages sent BY this agent
|
|
288
|
-
const sent = orch.getBus().getLog()
|
|
289
|
-
.filter((m: any) => m.from === agentId && m.type !== 'ack')
|
|
290
|
-
.slice(-20);
|
|
291
|
-
|
|
292
|
-
if (sent.length === 0) {
|
|
293
|
-
return { content: [{ type: 'text', text: 'No messages sent.' }] };
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
// Check for replies
|
|
297
|
-
const formatted = sent.map((m: any) => {
|
|
298
|
-
const targetLabel = getLabel(m.to);
|
|
299
|
-
const replies = orch.getBus().getLog().filter((r: any) =>
|
|
300
|
-
r.from === m.to && r.to === agentId && r.timestamp > m.timestamp && r.type !== 'ack'
|
|
301
|
-
);
|
|
302
|
-
const replyInfo = replies.length > 0
|
|
303
|
-
? `replied: ${replies[replies.length - 1].payload?.content?.slice(0, 100) || '(no content)'}`
|
|
304
|
-
: 'no reply yet';
|
|
305
|
-
return `→ ${targetLabel}: [${m.status}] ${(m.payload?.content || '').slice(0, 60)} | ${replyInfo}`;
|
|
306
|
-
}).join('\n');
|
|
307
|
-
|
|
308
|
-
return { content: [{ type: 'text', text: formatted }] };
|
|
309
|
-
} catch (err: any) {
|
|
310
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
);
|
|
314
|
-
|
|
315
|
-
// ── trigger_pipeline ──────────────────────────
|
|
316
|
-
server.tool(
|
|
317
|
-
'trigger_pipeline',
|
|
318
|
-
'Trigger a pipeline workflow. Lists available workflows if called without arguments.',
|
|
319
|
-
{
|
|
320
|
-
workflow: z.string().optional().describe('Workflow name to trigger. Omit to list available workflows.'),
|
|
321
|
-
input: z.record(z.string(), z.string()).optional().describe('Input variables for the pipeline (e.g., { project: "my-app" })'),
|
|
322
|
-
},
|
|
323
|
-
async (params) => {
|
|
324
|
-
try {
|
|
325
|
-
if (!params.workflow) {
|
|
326
|
-
// List available workflows
|
|
327
|
-
const { listWorkflows } = await import('./pipeline');
|
|
328
|
-
const workflows = listWorkflows();
|
|
329
|
-
if (workflows.length === 0) {
|
|
330
|
-
return { content: [{ type: 'text', text: 'No workflows found. Create .yaml files in ~/.forge/flows/' }] };
|
|
331
|
-
}
|
|
332
|
-
const list = workflows.map((w: any) => `• ${w.name}${w.description ? ' — ' + w.description : ''} (${Object.keys(w.nodes || {}).length} nodes)`).join('\n');
|
|
333
|
-
return { content: [{ type: 'text', text: `Available workflows:\n${list}` }] };
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
const { startPipeline } = await import('./pipeline');
|
|
337
|
-
const pipeline = startPipeline(params.workflow, (params.input || {}) as Record<string, string>);
|
|
338
|
-
return { content: [{ type: 'text', text: `Pipeline started: ${pipeline.id} (workflow: ${params.workflow}, status: ${pipeline.status})` }] };
|
|
339
|
-
} catch (err: any) {
|
|
340
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
);
|
|
344
|
-
|
|
345
|
-
// ── run_plugin ──────────────────────────────────
|
|
346
|
-
server.tool(
|
|
347
|
-
'run_plugin',
|
|
348
|
-
'Run an installed plugin action directly. Lists installed plugins if called without arguments.',
|
|
349
|
-
{
|
|
350
|
-
plugin: z.string().optional().describe('Plugin ID (e.g., "jenkins", "shell-command", "docker"). Omit to list installed plugins.'),
|
|
351
|
-
action: z.string().optional().describe('Action name (e.g., "trigger", "run", "build"). Uses default action if omitted.'),
|
|
352
|
-
params: z.record(z.string(), z.string()).optional().describe('Parameters for the action. Keys matching plugin config fields will override config values.'),
|
|
353
|
-
wait: z.boolean().optional().describe('Auto-run "wait" action after main action (for async operations like Jenkins builds)'),
|
|
354
|
-
},
|
|
355
|
-
async (params) => {
|
|
356
|
-
try {
|
|
357
|
-
const { listInstalledPlugins, getInstalledPlugin } = await import('./plugins/registry');
|
|
358
|
-
|
|
359
|
-
if (!params.plugin) {
|
|
360
|
-
const installed = listInstalledPlugins();
|
|
361
|
-
if (installed.length === 0) {
|
|
362
|
-
return { content: [{ type: 'text', text: 'No plugins installed. Install from the Plugins page.' }] };
|
|
363
|
-
}
|
|
364
|
-
const list = installed.map((p: any) => {
|
|
365
|
-
const actions = Object.keys(p.definition.actions).join(', ');
|
|
366
|
-
return `• ${p.definition.icon} ${p.id} — ${p.definition.description || p.definition.name}\n actions: ${actions}`;
|
|
367
|
-
}).join('\n');
|
|
368
|
-
return { content: [{ type: 'text', text: `Installed plugins:\n${list}` }] };
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
const inst = getInstalledPlugin(params.plugin);
|
|
372
|
-
if (!inst) return { content: [{ type: 'text', text: `Plugin "${params.plugin}" not installed.` }] };
|
|
373
|
-
if (!inst.enabled) return { content: [{ type: 'text', text: `Plugin "${params.plugin}" is disabled.` }] };
|
|
374
|
-
|
|
375
|
-
const { executePluginWithWait } = await import('./plugins/executor');
|
|
376
|
-
const actionName = params.action || inst.definition.defaultAction || Object.keys(inst.definition.actions)[0];
|
|
377
|
-
|
|
378
|
-
if (!inst.definition.actions[actionName]) {
|
|
379
|
-
const available = Object.keys(inst.definition.actions).join(', ');
|
|
380
|
-
return { content: [{ type: 'text', text: `Action "${actionName}" not found. Available: ${available}` }] };
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
const result = await executePluginWithWait(inst, actionName, params.params || {}, params.wait || false);
|
|
384
|
-
|
|
385
|
-
const output = JSON.stringify(result.output, null, 2);
|
|
386
|
-
const status = result.ok ? 'OK' : 'FAILED';
|
|
387
|
-
const duration = result.duration ? ` (${result.duration}ms)` : '';
|
|
388
|
-
const error = result.error ? `\nError: ${result.error}` : '';
|
|
389
|
-
|
|
390
|
-
return { content: [{ type: 'text', text: `${status}${duration}${error}\n${output}` }] };
|
|
391
|
-
} catch (err: any) {
|
|
392
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
);
|
|
396
|
-
|
|
397
|
-
// ── get_pipeline_status ────────────────────────
|
|
398
|
-
server.tool(
|
|
399
|
-
'get_pipeline_status',
|
|
400
|
-
'Check the status and results of a running or completed pipeline.',
|
|
401
|
-
{
|
|
402
|
-
pipeline_id: z.string().describe('Pipeline ID to check'),
|
|
403
|
-
},
|
|
404
|
-
async (params) => {
|
|
405
|
-
try {
|
|
406
|
-
const { getPipeline } = await import('./pipeline');
|
|
407
|
-
const pipeline = getPipeline(params.pipeline_id);
|
|
408
|
-
if (!pipeline) return { content: [{ type: 'text', text: `Pipeline "${params.pipeline_id}" not found.` }] };
|
|
409
|
-
|
|
410
|
-
const nodes = Object.entries(pipeline.nodes).map(([id, n]: [string, any]) => {
|
|
411
|
-
let line = ` ${id}: ${n.status}`;
|
|
412
|
-
if (n.error) line += ` — ${n.error}`;
|
|
413
|
-
if (n.outputs && Object.keys(n.outputs).length > 0) {
|
|
414
|
-
for (const [k, v] of Object.entries(n.outputs)) {
|
|
415
|
-
line += `\n ${k}: ${String(v).slice(0, 200)}`;
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
return line;
|
|
419
|
-
}).join('\n');
|
|
420
|
-
|
|
421
|
-
return { content: [{ type: 'text', text: `Pipeline ${pipeline.id} [${pipeline.status}] (${pipeline.workflowName})\n${nodes}` }] };
|
|
422
|
-
} catch (err: any) {
|
|
423
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
|
-
);
|
|
427
|
-
|
|
428
|
-
// ─── Request/Response Document Tools ─────────────────────
|
|
429
|
-
|
|
430
|
-
server.tool(
|
|
431
|
-
'create_request',
|
|
432
|
-
'Create a new request document for implementation. Auto-notifies downstream agents via DAG.',
|
|
433
|
-
{
|
|
434
|
-
title: z.string().describe('Short title for the request'),
|
|
435
|
-
description: z.string().describe('Detailed description of what to implement'),
|
|
436
|
-
type: z.enum(['feature', 'bugfix', 'refactor', 'task']).optional().describe('Request type (default: feature)'),
|
|
437
|
-
modules: z.array(z.object({
|
|
438
|
-
name: z.string(),
|
|
439
|
-
description: z.string(),
|
|
440
|
-
acceptance_criteria: z.array(z.string()),
|
|
441
|
-
})).describe('Feature modules with acceptance criteria'),
|
|
442
|
-
batch: z.string().optional().describe('Batch name to group related requests (default: auto-generated from date)'),
|
|
443
|
-
priority: z.enum(['high', 'medium', 'low']).optional().describe('Priority level (default: medium)'),
|
|
444
|
-
},
|
|
445
|
-
async (params) => {
|
|
446
|
-
const { workspaceId, agentId } = ctx();
|
|
447
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context.' }] };
|
|
448
|
-
try {
|
|
449
|
-
const orch = getOrch(workspaceId);
|
|
450
|
-
const { createRequest } = await import('./workspace/requests') as any;
|
|
451
|
-
const batch = params.batch || `delivery-${new Date().toISOString().slice(0, 10)}`;
|
|
452
|
-
const agentLabel = orch.getSnapshot().agents.find((a: any) => a.id === agentId)?.label || agentId;
|
|
453
|
-
|
|
454
|
-
const ref = createRequest(orch.projectPath, {
|
|
455
|
-
title: params.title,
|
|
456
|
-
description: params.description,
|
|
457
|
-
type: params.type || 'feature',
|
|
458
|
-
modules: params.modules,
|
|
459
|
-
batch,
|
|
460
|
-
priority: params.priority || 'medium',
|
|
461
|
-
status: 'open',
|
|
462
|
-
assigned_to: '',
|
|
463
|
-
created_by: agentLabel,
|
|
464
|
-
});
|
|
465
|
-
|
|
466
|
-
// Auto-notify downstream agents via DAG
|
|
467
|
-
const snapshot = orch.getSnapshot();
|
|
468
|
-
const notified: string[] = [];
|
|
469
|
-
for (const agent of snapshot.agents) {
|
|
470
|
-
if (agent.type === 'input') continue;
|
|
471
|
-
if (!agent.dependsOn?.includes(agentId)) continue;
|
|
472
|
-
orch.getBus().send(agentId, agent.id, 'notify', {
|
|
473
|
-
action: 'new_request',
|
|
474
|
-
content: `New request: ${params.title} [${params.priority || 'medium'}] — ${params.modules.length} module(s). Use list_requests and claim_request to pick it up.`,
|
|
475
|
-
ref,
|
|
476
|
-
});
|
|
477
|
-
notified.push(agent.label);
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
return { content: [{ type: 'text', text: `Created request: ${ref}\nBatch: ${batch}\nModules: ${params.modules.length}\nNotified: ${notified.length > 0 ? notified.join(', ') : '(no downstream agents)'}` }] };
|
|
481
|
-
} catch (err: any) {
|
|
482
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
);
|
|
486
|
-
|
|
487
|
-
server.tool(
|
|
488
|
-
'claim_request',
|
|
489
|
-
'Claim an open request for implementation. Prevents other agents from working on the same request.',
|
|
490
|
-
{
|
|
491
|
-
request_id: z.string().describe('Request ID to claim (e.g., REQ-20260403-001)'),
|
|
492
|
-
},
|
|
493
|
-
async (params) => {
|
|
494
|
-
const { workspaceId, agentId } = ctx();
|
|
495
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context.' }] };
|
|
496
|
-
try {
|
|
497
|
-
const orch = getOrch(workspaceId);
|
|
498
|
-
const { claimRequest } = await import('./workspace/requests') as any;
|
|
499
|
-
const agentLabel = orch.getSnapshot().agents.find((a: any) => a.id === agentId)?.label || agentId;
|
|
500
|
-
|
|
501
|
-
const result = claimRequest(orch.projectPath, params.request_id, agentLabel);
|
|
502
|
-
if (!result.ok) {
|
|
503
|
-
return { content: [{ type: 'text', text: `Cannot claim ${params.request_id}: already claimed by ${result.claimedBy}. Use list_requests(status: "open") to find available requests.` }] };
|
|
504
|
-
}
|
|
505
|
-
return { content: [{ type: 'text', text: `Claimed ${params.request_id}. Status: in_progress. You can now implement it and use update_response when done.` }] };
|
|
506
|
-
} catch (err: any) {
|
|
507
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
);
|
|
511
|
-
|
|
512
|
-
server.tool(
|
|
513
|
-
'update_response',
|
|
514
|
-
'Update a response document with your work results. Auto-advances status and notifies downstream agents via DAG.',
|
|
515
|
-
{
|
|
516
|
-
request_id: z.string().describe('Request ID (e.g., REQ-20260403-001)'),
|
|
517
|
-
section: z.enum(['engineer', 'review', 'qa']).describe('Which section to update'),
|
|
518
|
-
data: z.object({
|
|
519
|
-
files_changed: z.array(z.string()).optional().describe('Files modified (engineer)'),
|
|
520
|
-
notes: z.string().optional().describe('Implementation notes (engineer)'),
|
|
521
|
-
result: z.string().optional().describe('Result: approved/changes_requested/rejected (review) or passed/failed (qa)'),
|
|
522
|
-
findings: z.array(z.object({
|
|
523
|
-
severity: z.string(),
|
|
524
|
-
description: z.string(),
|
|
525
|
-
})).optional().describe('Issues found (review/qa)'),
|
|
526
|
-
test_files: z.array(z.string()).optional().describe('Test files run (qa)'),
|
|
527
|
-
}).describe('Response data for your section'),
|
|
528
|
-
},
|
|
529
|
-
async (params) => {
|
|
530
|
-
const { workspaceId, agentId } = ctx();
|
|
531
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context.' }] };
|
|
532
|
-
try {
|
|
533
|
-
const orch = getOrch(workspaceId);
|
|
534
|
-
const { updateResponse, getRequest } = await import('./workspace/requests') as any;
|
|
535
|
-
|
|
536
|
-
const ref = updateResponse(orch.projectPath, params.request_id, params.section, params.data);
|
|
537
|
-
const updated = getRequest(orch.projectPath, params.request_id);
|
|
538
|
-
const newStatus = updated?.request?.status || 'unknown';
|
|
539
|
-
|
|
540
|
-
// Auto-notify downstream agents via DAG
|
|
541
|
-
const snapshot = orch.getSnapshot();
|
|
542
|
-
const notified: string[] = [];
|
|
543
|
-
for (const agent of snapshot.agents) {
|
|
544
|
-
if (agent.type === 'input') continue;
|
|
545
|
-
if (!agent.dependsOn?.includes(agentId)) continue;
|
|
546
|
-
orch.getBus().send(agentId, agent.id, 'notify', {
|
|
547
|
-
action: 'response_updated',
|
|
548
|
-
content: `${params.section} completed for ${params.request_id} → status: ${newStatus}. Use get_request to review details.`,
|
|
549
|
-
ref,
|
|
550
|
-
});
|
|
551
|
-
notified.push(agent.label);
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
return { content: [{ type: 'text', text: `Updated ${params.request_id} [${params.section}] → status: ${newStatus}\nNotified: ${notified.length > 0 ? notified.join(', ') : '(no downstream agents)'}` }] };
|
|
555
|
-
} catch (err: any) {
|
|
556
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
);
|
|
560
|
-
|
|
561
|
-
server.tool(
|
|
562
|
-
'list_requests',
|
|
563
|
-
'List all request documents in the project, optionally filtered by batch or status.',
|
|
564
|
-
{
|
|
565
|
-
batch: z.string().optional().describe('Filter by batch/delivery name'),
|
|
566
|
-
status: z.enum(['open', 'in_progress', 'review', 'qa', 'done', 'rejected']).optional().describe('Filter by status'),
|
|
567
|
-
},
|
|
568
|
-
async (params) => {
|
|
569
|
-
const { workspaceId } = ctx();
|
|
570
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context.' }] };
|
|
571
|
-
try {
|
|
572
|
-
const orch = getOrch(workspaceId);
|
|
573
|
-
const { listRequests, getBatchStatus } = await import('./workspace/requests') as any;
|
|
574
|
-
|
|
575
|
-
const requests = listRequests(orch.projectPath, { batch: params.batch, status: params.status as any });
|
|
576
|
-
if (requests.length === 0) {
|
|
577
|
-
return { content: [{ type: 'text', text: params.batch || params.status ? 'No requests match the filter.' : 'No requests found. Use create_request to create one.' }] };
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
const lines = requests.map((r: any) =>
|
|
581
|
-
`[${r.status}] ${r.id}: ${r.title} (${r.priority}) — ${r.modules?.length || 0} module(s)${r.assigned_to ? ` → ${r.assigned_to}` : ''}`
|
|
582
|
-
);
|
|
583
|
-
|
|
584
|
-
// Add batch summary if filtering by batch
|
|
585
|
-
if (params.batch) {
|
|
586
|
-
const bs = getBatchStatus(orch.projectPath, params.batch);
|
|
587
|
-
lines.push(`\nBatch "${params.batch}": ${bs.done}/${bs.total} done${bs.allDone ? ' ✓ ALL COMPLETE' : ''}`);
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
return { content: [{ type: 'text', text: lines.join('\n') }] };
|
|
591
|
-
} catch (err: any) {
|
|
592
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
593
|
-
}
|
|
594
|
-
}
|
|
595
|
-
);
|
|
596
|
-
|
|
597
|
-
server.tool(
|
|
598
|
-
'get_request',
|
|
599
|
-
'Get full details of a request document and its response.',
|
|
600
|
-
{
|
|
601
|
-
request_id: z.string().describe('Request ID (e.g., REQ-20260403-001)'),
|
|
602
|
-
},
|
|
603
|
-
async (params) => {
|
|
604
|
-
const { workspaceId } = ctx();
|
|
605
|
-
if (!workspaceId) return { content: [{ type: 'text', text: 'Error: No workspace context.' }] };
|
|
606
|
-
try {
|
|
607
|
-
const orch = getOrch(workspaceId);
|
|
608
|
-
const { getRequest } = await import('./workspace/requests') as any;
|
|
609
|
-
|
|
610
|
-
const result = getRequest(orch.projectPath, params.request_id);
|
|
611
|
-
if (!result) return { content: [{ type: 'text', text: `Request "${params.request_id}" not found.` }] };
|
|
612
|
-
|
|
613
|
-
const YAML = (await import('yaml')).default;
|
|
614
|
-
let text = `# Request: ${result.request.title}\n\n`;
|
|
615
|
-
text += YAML.stringify(result.request);
|
|
616
|
-
if (result.response) {
|
|
617
|
-
text += `\n---\n# Response\n\n`;
|
|
618
|
-
text += YAML.stringify(result.response);
|
|
619
|
-
} else {
|
|
620
|
-
text += `\n---\nNo response yet.`;
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
return { content: [{ type: 'text', text }] };
|
|
624
|
-
} catch (err: any) {
|
|
625
|
-
return { content: [{ type: 'text', text: `Error: ${err.message}` }] };
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
);
|
|
629
|
-
|
|
630
|
-
// Update get_inbox to show ref field
|
|
631
|
-
// (Already handled — ref is part of payload, shown via content)
|
|
632
|
-
|
|
633
|
-
return server;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
// ─── HTTP Server with SSE Transport ─────────────────────
|
|
637
|
-
|
|
638
|
-
let mcpHttpServer: ReturnType<typeof createServer> | null = null;
|
|
639
|
-
const transports = new Map<string, SSEServerTransport>();
|
|
640
|
-
|
|
641
|
-
export async function startMcpServer(port: number): Promise<void> {
|
|
642
|
-
mcpHttpServer = createServer(async (req: IncomingMessage, res: ServerResponse) => {
|
|
643
|
-
const url = new URL(req.url || '/', `http://localhost:${port}`);
|
|
644
|
-
|
|
645
|
-
// CORS
|
|
646
|
-
res.setHeader('Access-Control-Allow-Origin', '*');
|
|
647
|
-
res.setHeader('Access-Control-Allow-Methods', 'GET, POST, OPTIONS');
|
|
648
|
-
res.setHeader('Access-Control-Allow-Headers', 'Content-Type');
|
|
649
|
-
if (req.method === 'OPTIONS') { res.writeHead(204); res.end(); return; }
|
|
650
|
-
|
|
651
|
-
// SSE endpoint — each connection gets its own MCP server instance
|
|
652
|
-
if (url.pathname === '/sse' && req.method === 'GET') {
|
|
653
|
-
const transport = new SSEServerTransport('/message', res);
|
|
654
|
-
const sessionId = transport.sessionId;
|
|
655
|
-
transports.set(sessionId, transport);
|
|
656
|
-
|
|
657
|
-
// Extract workspace context from URL params
|
|
658
|
-
const workspaceId = url.searchParams.get('workspaceId') || '';
|
|
659
|
-
const agentId = url.searchParams.get('agentId') || (workspaceId ? resolveAgentFromOrch(workspaceId) : '');
|
|
660
|
-
sessionContexts.set(sessionId, { workspaceId, agentId });
|
|
661
|
-
|
|
662
|
-
transport.onclose = () => {
|
|
663
|
-
transports.delete(sessionId);
|
|
664
|
-
sessionContexts.delete(sessionId);
|
|
665
|
-
};
|
|
666
|
-
|
|
667
|
-
// Each session gets its own MCP server with context
|
|
668
|
-
const server = createForgeMcpServer(sessionId);
|
|
669
|
-
await server.connect(transport);
|
|
670
|
-
let agentLabel = 'unknown';
|
|
671
|
-
try { agentLabel = workspaceId ? (getOrch(workspaceId)?.getSnapshot()?.agents?.find((a: any) => a.id === agentId)?.label || agentId) : 'unknown'; } catch {}
|
|
672
|
-
console.log(`[forge-mcp] Client connected: ${agentLabel} (ws=${workspaceId?.slice(0, 8) || '?'}, session=${sessionId})`);
|
|
673
|
-
return;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
// Message endpoint — route by sessionId query param
|
|
677
|
-
if (url.pathname === '/message' && req.method === 'POST') {
|
|
678
|
-
const sessionId = url.searchParams.get('sessionId');
|
|
679
|
-
if (!sessionId) {
|
|
680
|
-
res.writeHead(400);
|
|
681
|
-
res.end('Missing sessionId parameter');
|
|
682
|
-
return;
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
const transport = transports.get(sessionId);
|
|
686
|
-
if (!transport) {
|
|
687
|
-
res.writeHead(404);
|
|
688
|
-
res.end('Session not found');
|
|
689
|
-
return;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
// Read body and pass to transport
|
|
693
|
-
const body: Buffer[] = [];
|
|
694
|
-
req.on('data', (chunk: Buffer) => body.push(chunk));
|
|
695
|
-
req.on('end', async () => {
|
|
696
|
-
try {
|
|
697
|
-
const parsed = JSON.parse(Buffer.concat(body).toString());
|
|
698
|
-
await transport.handlePostMessage(req, res, parsed);
|
|
699
|
-
} catch (err: any) {
|
|
700
|
-
if (!res.headersSent) { res.writeHead(400); res.end('Invalid JSON'); }
|
|
701
|
-
}
|
|
702
|
-
});
|
|
703
|
-
return;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
// Health check
|
|
707
|
-
if (url.pathname === '/health') {
|
|
708
|
-
res.writeHead(200, { 'Content-Type': 'application/json' });
|
|
709
|
-
res.end(JSON.stringify({ ok: true, sessions: transports.size }));
|
|
710
|
-
return;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
res.writeHead(404);
|
|
714
|
-
res.end('Not found');
|
|
715
|
-
});
|
|
716
|
-
|
|
717
|
-
mcpHttpServer.listen(port, () => {
|
|
718
|
-
console.log(`[forge-mcp] MCP Server running on http://localhost:${port}`);
|
|
719
|
-
});
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
export function stopMcpServer(): void {
|
|
723
|
-
if (mcpHttpServer) {
|
|
724
|
-
mcpHttpServer.close();
|
|
725
|
-
mcpHttpServer = null;
|
|
726
|
-
transports.clear();
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
export function getMcpPort(): number {
|
|
731
|
-
return Number(process.env.MCP_PORT) || 8406;
|
|
732
|
-
}
|