@bohuyeshan/openagent-labforge-core 3.11.5 → 3.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (272) hide show
  1. package/README.ja.md +130 -343
  2. package/README.ko.md +128 -337
  3. package/README.md +229 -584
  4. package/README.ru.md +131 -364
  5. package/README.zh-cn.md +231 -547
  6. package/bin/openagent-labforge.js +95 -9
  7. package/bin/platform.test.ts +20 -21
  8. package/dist/agents/article-writer.d.ts +7 -0
  9. package/dist/agents/atlas/default.d.ts +1 -1
  10. package/dist/agents/atlas/gemini.d.ts +1 -1
  11. package/dist/agents/atlas/gpt.d.ts +1 -1
  12. package/dist/agents/bio-methodologist.d.ts +1 -1
  13. package/dist/agents/bio-orchestrator.d.ts +7 -0
  14. package/dist/agents/bio-skill-guidance.d.ts +1 -0
  15. package/dist/agents/builtin-agents/general-agents.d.ts +0 -1
  16. package/dist/agents/builtin-agents/sisyphus-agent.d.ts +16 -0
  17. package/dist/agents/dynamic-agent-prompt-builder.d.ts +0 -2
  18. package/dist/agents/engineering-capability.d.ts +7 -0
  19. package/dist/agents/env-context.d.ts +1 -1
  20. package/dist/agents/github-scout.d.ts +7 -0
  21. package/dist/agents/index.d.ts +0 -1
  22. package/dist/agents/metis.d.ts +1 -1
  23. package/dist/agents/momus.d.ts +1 -1
  24. package/dist/agents/prometheus/behavioral-summary.d.ts +1 -1
  25. package/dist/agents/prometheus/gemini.d.ts +1 -1
  26. package/dist/agents/prometheus/gpt.d.ts +1 -1
  27. package/dist/agents/prometheus/interview-mode.d.ts +1 -1
  28. package/dist/agents/prometheus/plan-generation.d.ts +1 -1
  29. package/dist/agents/prometheus/plan-template.d.ts +1 -1
  30. package/dist/agents/prometheus/system-prompt.d.ts +1 -1
  31. package/dist/agents/scientific-writer.d.ts +7 -0
  32. package/dist/agents/sisyphus-junior/gpt-5-3-codex.d.ts +1 -1
  33. package/dist/agents/sisyphus-junior/gpt-5-4.d.ts +1 -1
  34. package/dist/agents/sisyphus-junior/gpt.d.ts +1 -1
  35. package/dist/agents/tech-scout.d.ts +7 -0
  36. package/dist/agents/types.d.ts +1 -1
  37. package/dist/agents/wase.d.ts +8 -0
  38. package/dist/agents/wet-lab-designer.d.ts +7 -0
  39. package/dist/agents/writing-style-rules.d.ts +1 -0
  40. package/dist/cli/config-manager/bun-install.d.ts +1 -6
  41. package/dist/cli/config-manager/cleanup-managed-mcp-from-opencode-config.d.ts +2 -0
  42. package/dist/cli/config-manager/cleanup-stale-managed-agents.d.ts +2 -0
  43. package/dist/cli/config-manager/parse-opencode-config-file.d.ts +2 -0
  44. package/dist/cli/config-manager/plugin-name-with-version.d.ts +1 -1
  45. package/dist/cli/config-manager/sync-static-agent-to-opencode-config.d.ts +2 -0
  46. package/dist/cli/config-manager/sync-static-mcp-to-opencode-config.d.ts +2 -0
  47. package/dist/cli/config-manager/write-bootstrap-skill.d.ts +15 -0
  48. package/dist/cli/config-manager.d.ts +5 -0
  49. package/dist/cli/index.js +24986 -15362
  50. package/dist/cli/install-validators.d.ts +0 -1
  51. package/dist/cli/model-fallback-types.d.ts +0 -1
  52. package/dist/cli/run/index.d.ts +0 -1
  53. package/dist/cli/run/types.d.ts +0 -1
  54. package/dist/cli/types.d.ts +0 -3
  55. package/dist/config/schema/agent-names.d.ts +36 -3
  56. package/dist/config/schema/agent-overrides.d.ts +504 -0
  57. package/dist/config/schema/background-task.d.ts +0 -2
  58. package/dist/config/schema/experimental.d.ts +5 -0
  59. package/dist/config/schema/git-master.d.ts +0 -1
  60. package/dist/config/schema/hooks.d.ts +0 -2
  61. package/dist/config/schema/mcp-policy.d.ts +1 -0
  62. package/dist/config/schema/oh-my-opencode-config.d.ts +526 -54
  63. package/dist/config/schema.d.ts +0 -1
  64. package/dist/create-hooks.d.ts +0 -13
  65. package/dist/features/background-agent/compaction-aware-message-resolver.d.ts +1 -16
  66. package/dist/features/background-agent/constants.d.ts +2 -1
  67. package/dist/features/background-agent/manager.d.ts +5 -20
  68. package/dist/features/background-agent/process-cleanup.d.ts +1 -1
  69. package/dist/features/background-agent/task-history.d.ts +0 -1
  70. package/dist/features/background-agent/task-poller.d.ts +0 -1
  71. package/dist/features/background-agent/types.d.ts +0 -4
  72. package/dist/features/builtin-commands/commands.d.ts +4 -1
  73. package/dist/features/builtin-skills/skills/bio-methods.d.ts +2 -0
  74. package/dist/features/builtin-skills/skills/bio-pipeline.d.ts +2 -0
  75. package/dist/features/builtin-skills/skills/bio-tools.d.ts +2 -0
  76. package/dist/features/builtin-skills/skills/bio-visualization.d.ts +2 -0
  77. package/dist/features/builtin-skills/skills/cell-annotation.d.ts +2 -0
  78. package/dist/features/builtin-skills/skills/differential-expression.d.ts +2 -0
  79. package/dist/features/builtin-skills/skills/geo-query.d.ts +2 -0
  80. package/dist/features/builtin-skills/skills/index.d.ts +14 -0
  81. package/dist/features/builtin-skills/skills/paper-evidence.d.ts +2 -0
  82. package/dist/features/builtin-skills/skills/pubmed-search.d.ts +2 -0
  83. package/dist/features/builtin-skills/skills/scrna-preprocessing.d.ts +2 -0
  84. package/dist/features/builtin-skills/skills/sequence-analysis.d.ts +2 -0
  85. package/dist/features/builtin-skills/skills/structural-biology.d.ts +2 -0
  86. package/dist/features/builtin-skills/skills/vector-design.d.ts +2 -0
  87. package/dist/features/builtin-skills/skills/wet-lab-design.d.ts +2 -0
  88. package/dist/features/claude-code-agent-loader/loader.d.ts +3 -3
  89. package/dist/features/claude-code-agent-loader/types.d.ts +1 -8
  90. package/dist/features/claude-code-mcp-loader/configure-allowed-env-vars.d.ts +5 -0
  91. package/dist/features/claude-code-mcp-loader/index.d.ts +1 -0
  92. package/dist/features/claude-code-mcp-loader/types.d.ts +3 -0
  93. package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +2 -2
  94. package/dist/features/claude-code-plugin-loader/loader.d.ts +2 -2
  95. package/dist/features/claude-code-plugin-loader/types.d.ts +1 -1
  96. package/dist/features/claude-code-session-state/state.d.ts +5 -0
  97. package/dist/features/opencode-skill-loader/git-master-template-injection.d.ts +1 -1
  98. package/dist/features/opencode-skill-loader/project-skill-directory-discovery.d.ts +1 -0
  99. package/dist/features/opencode-skill-loader/skill-metadata-validator.d.ts +8 -0
  100. package/dist/features/skill-mcp-manager/types.d.ts +0 -4
  101. package/dist/features/tmux-subagent/index.d.ts +0 -1
  102. package/dist/features/tmux-subagent/manager.d.ts +0 -5
  103. package/dist/features/tmux-subagent/types.d.ts +0 -2
  104. package/dist/hooks/atlas/tool-execute-after.d.ts +0 -2
  105. package/dist/hooks/atlas/types.d.ts +0 -2
  106. package/dist/hooks/atlas/verification-reminders.d.ts +0 -4
  107. package/dist/hooks/auto-slash-command/hook.d.ts +0 -7
  108. package/dist/hooks/auto-update-checker/checker.d.ts +1 -3
  109. package/dist/hooks/auto-update-checker/constants.d.ts +2 -2
  110. package/dist/hooks/comment-checker/downloader.d.ts +1 -1
  111. package/dist/hooks/compaction-context-injector/hook.d.ts +1 -5
  112. package/dist/hooks/context-window-monitor.d.ts +5 -2
  113. package/dist/hooks/index.d.ts +0 -2
  114. package/dist/hooks/keyword-detector/detector.d.ts +1 -1
  115. package/dist/hooks/keyword-detector/hook.d.ts +2 -2
  116. package/dist/hooks/keyword-detector/index.d.ts +1 -0
  117. package/dist/hooks/keyword-detector/semantic-hint.d.ts +4 -0
  118. package/dist/hooks/keyword-detector/ultrawork/autonomous.d.ts +8 -0
  119. package/dist/hooks/preemptive-compaction.d.ts +5 -2
  120. package/dist/hooks/runtime-fallback/hook.d.ts +3 -2
  121. package/dist/hooks/runtime-fallback/message-update-handler.d.ts +2 -1
  122. package/dist/hooks/runtime-fallback/types.d.ts +3 -56
  123. package/dist/hooks/session-notification-scheduler.d.ts +3 -5
  124. package/dist/hooks/session-notification.d.ts +0 -2
  125. package/dist/hooks/session-recovery/tool-pairing.d.ts +16 -0
  126. package/dist/hooks/start-work/index.d.ts +1 -1
  127. package/dist/hooks/start-work/worktree-detector.d.ts +0 -7
  128. package/dist/hooks/todo-continuation-enforcer/compaction-guard.d.ts +4 -0
  129. package/dist/hooks/todo-continuation-enforcer/constants.d.ts +6 -5
  130. package/dist/hooks/todo-continuation-enforcer/handler.d.ts +0 -1
  131. package/dist/hooks/todo-continuation-enforcer/idle-event.d.ts +0 -1
  132. package/dist/hooks/todo-continuation-enforcer/resolve-message-info.d.ts +3 -0
  133. package/dist/hooks/todo-continuation-enforcer/session-state.d.ts +1 -1
  134. package/dist/hooks/todo-continuation-enforcer/types.d.ts +8 -3
  135. package/dist/hooks/tool-output-truncator.d.ts +0 -1
  136. package/dist/index.js +56627 -56933
  137. package/dist/mcp/extended.d.ts +4 -2
  138. package/dist/mcp/index.d.ts +2 -1
  139. package/dist/mcp/types.d.ts +2 -3
  140. package/dist/openagent-labforge.schema.json +1362 -83
  141. package/dist/plugin/hooks/create-continuation-hooks.d.ts +1 -2
  142. package/dist/plugin/hooks/create-core-hooks.d.ts +0 -1
  143. package/dist/plugin/hooks/create-session-hooks.d.ts +1 -2
  144. package/dist/plugin/ultrawork-model-override.d.ts +11 -1
  145. package/dist/plugin-dispose.d.ts +12 -10
  146. package/dist/plugin-handlers/agent-config-handler.d.ts +0 -1
  147. package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -1
  148. package/dist/plugin-state.d.ts +0 -5
  149. package/dist/shared/agent-display-names.d.ts +1 -0
  150. package/dist/shared/data-path.d.ts +1 -1
  151. package/dist/shared/dynamic-truncator.d.ts +7 -4
  152. package/dist/shared/external-plugin-detector.d.ts +7 -0
  153. package/dist/shared/index.d.ts +5 -3
  154. package/dist/shared/jsonc-parser.d.ts +4 -0
  155. package/dist/shared/mcp-local-command-normalizer.d.ts +1 -0
  156. package/dist/shared/migrate-legacy-config-file.d.ts +1 -0
  157. package/dist/shared/model-error-classifier.d.ts +1 -2
  158. package/dist/shared/opencode-command-dirs.d.ts +0 -1
  159. package/dist/shared/plugin-identity.d.ts +2 -3
  160. package/dist/shared/project-discovery-dirs.d.ts +4 -0
  161. package/dist/shared/session-model-state.d.ts +1 -2
  162. package/dist/shared/system-directive.d.ts +5 -6
  163. package/dist/tools/call-omo-agent/background-executor.d.ts +1 -2
  164. package/dist/tools/call-omo-agent/constants.d.ts +2 -2
  165. package/dist/tools/call-omo-agent/sync-executor.d.ts +3 -11
  166. package/dist/tools/call-omo-agent/tools.d.ts +2 -2
  167. package/dist/tools/call-omo-agent/types.d.ts +13 -0
  168. package/dist/tools/delegate-task/constants.d.ts +1 -1
  169. package/dist/tools/delegate-task/model-selection.d.ts +0 -1
  170. package/dist/tools/delegate-task/model-string-parser.d.ts +3 -1
  171. package/dist/tools/delegate-task/parent-context-resolver.d.ts +22 -0
  172. package/dist/tools/lsp/constants.d.ts +0 -1
  173. package/dist/tools/lsp/lsp-client-transport.d.ts +2 -4
  174. package/dist/tools/lsp/lsp-client-wrapper.d.ts +1 -2
  175. package/generated/skills-bundles/catalog.json +1 -1
  176. package/generated/skills-bundles/full/skills/data-analysis/experiment-monitoring/auto-claude__monitor-experiment/SKILL.md +56 -55
  177. package/generated/skills-bundles/full/skills/data-analysis/experiment-ops/auto-claude__run-experiment/SKILL.md +105 -104
  178. package/generated/skills-bundles/full/skills/data-analysis/optimization/auto-claude__dse-loop/SKILL.md +272 -271
  179. package/generated/skills-bundles/full/skills/data-analysis/statistics/auto-claude__analyze-results/SKILL.md +40 -39
  180. package/generated/skills-bundles/full/skills/data-analysis/visualization/auto-claude__paper-figure/SKILL.md +274 -273
  181. package/generated/skills-bundles/full/skills/productivity/visual-design/auto-claude__pixel-art/SKILL.md +131 -130
  182. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-compile/SKILL.md +245 -244
  183. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-plan/SKILL.md +247 -246
  184. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/SKILL.md +303 -302
  185. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/iclr2026.tex +84 -84
  186. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/icml2025.tex +87 -87
  187. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/math_commands.tex +48 -48
  188. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-write/templates/neurips2025.tex +80 -80
  189. package/generated/skills-bundles/full/skills/research/document-authoring/auto-claude__paper-writing/SKILL.md +31 -31
  190. package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__arxiv/SKILL.md +126 -125
  191. package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__novelty-check/SKILL.md +80 -79
  192. package/generated/skills-bundles/full/skills/research/literature-and-web-search/auto-claude__research-lit/SKILL.md +187 -186
  193. package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-creator/SKILL.md +11 -11
  194. package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-discovery/SKILL.md +18 -18
  195. package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__idea-discovery-robot/SKILL.md +20 -20
  196. package/generated/skills-bundles/full/skills/research/research-ideation/auto-claude__research-pipeline/SKILL.md +15 -15
  197. package/generated/skills-bundles/full/skills/research/theory-writing/auto-claude__proof-writer/SKILL.md +217 -216
  198. package/generated/skills-bundles/paper/skills/data-analysis/experiment-monitoring/auto-claude__monitor-experiment/SKILL.md +56 -55
  199. package/generated/skills-bundles/paper/skills/data-analysis/experiment-ops/auto-claude__run-experiment/SKILL.md +105 -104
  200. package/generated/skills-bundles/paper/skills/data-analysis/optimization/auto-claude__dse-loop/SKILL.md +272 -271
  201. package/generated/skills-bundles/paper/skills/data-analysis/statistics/auto-claude__analyze-results/SKILL.md +40 -39
  202. package/generated/skills-bundles/paper/skills/data-analysis/visualization/auto-claude__paper-figure/SKILL.md +274 -273
  203. package/generated/skills-bundles/paper/skills/productivity/visual-design/auto-claude__pixel-art/SKILL.md +131 -130
  204. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-compile/SKILL.md +245 -244
  205. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-plan/SKILL.md +247 -246
  206. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/SKILL.md +303 -302
  207. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/iclr2026.tex +84 -84
  208. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/icml2025.tex +87 -87
  209. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/math_commands.tex +48 -48
  210. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-write/templates/neurips2025.tex +80 -80
  211. package/generated/skills-bundles/paper/skills/research/document-authoring/auto-claude__paper-writing/SKILL.md +31 -31
  212. package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__arxiv/SKILL.md +126 -125
  213. package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__novelty-check/SKILL.md +80 -79
  214. package/generated/skills-bundles/paper/skills/research/literature-and-web-search/auto-claude__research-lit/SKILL.md +187 -186
  215. package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-creator/SKILL.md +11 -11
  216. package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-discovery/SKILL.md +18 -18
  217. package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__idea-discovery-robot/SKILL.md +20 -20
  218. package/generated/skills-bundles/paper/skills/research/research-ideation/auto-claude__research-pipeline/SKILL.md +15 -15
  219. package/generated/skills-bundles/paper/skills/research/theory-writing/auto-claude__proof-writer/SKILL.md +217 -216
  220. package/package.json +36 -32
  221. package/dist/cli/openai-only-model-catalog.d.ts +0 -3
  222. package/dist/cli/run/model-resolver.d.ts +0 -4
  223. package/dist/config/schema/git-env-prefix.d.ts +0 -5
  224. package/dist/features/background-agent/remove-task-toast-tracking.d.ts +0 -1
  225. package/dist/features/background-agent/subagent-spawn-limits.d.ts +0 -23
  226. package/dist/features/claude-code-agent-loader/claude-model-mapper.d.ts +0 -4
  227. package/dist/features/tmux-subagent/pane-state-parser.d.ts +0 -8
  228. package/dist/features/tmux-subagent/tracked-session-state.d.ts +0 -8
  229. package/dist/hooks/atlas/boulder-session-lineage.d.ts +0 -6
  230. package/dist/hooks/atlas/final-wave-approval-gate.d.ts +0 -4
  231. package/dist/hooks/atlas/idle-event.d.ts +0 -8
  232. package/dist/hooks/atlas/resolve-active-boulder-session.d.ts +0 -11
  233. package/dist/hooks/auto-slash-command/processed-command-store.d.ts +0 -7
  234. package/dist/hooks/auto-update-checker/checker/sync-package-json.d.ts +0 -7
  235. package/dist/hooks/compaction-context-injector/compaction-context-prompt.d.ts +0 -1
  236. package/dist/hooks/compaction-context-injector/constants.d.ts +0 -5
  237. package/dist/hooks/compaction-context-injector/recovery-prompt-config.d.ts +0 -6
  238. package/dist/hooks/compaction-context-injector/recovery.d.ts +0 -6
  239. package/dist/hooks/compaction-context-injector/session-id.d.ts +0 -2
  240. package/dist/hooks/compaction-context-injector/session-prompt-config-resolver.d.ts +0 -16
  241. package/dist/hooks/compaction-context-injector/tail-monitor.d.ts +0 -13
  242. package/dist/hooks/compaction-context-injector/types.d.ts +0 -43
  243. package/dist/hooks/compaction-context-injector/validated-model.d.ts +0 -13
  244. package/dist/hooks/delegate-task-english-directive/hook.d.ts +0 -14
  245. package/dist/hooks/delegate-task-english-directive/index.d.ts +0 -1
  246. package/dist/hooks/gpt-permission-continuation/assistant-message.d.ts +0 -23
  247. package/dist/hooks/gpt-permission-continuation/constants.d.ts +0 -4
  248. package/dist/hooks/gpt-permission-continuation/detector.d.ts +0 -1
  249. package/dist/hooks/gpt-permission-continuation/handler.d.ts +0 -12
  250. package/dist/hooks/gpt-permission-continuation/index.d.ts +0 -13
  251. package/dist/hooks/gpt-permission-continuation/session-state.d.ts +0 -15
  252. package/dist/hooks/ralph-loop/pending-verification-handler.d.ts +0 -16
  253. package/dist/hooks/runtime-fallback/fallback-bootstrap-model.d.ts +0 -10
  254. package/dist/hooks/runtime-fallback/fallback-retry-dispatcher.d.ts +0 -11
  255. package/dist/hooks/runtime-fallback/last-user-retry-parts.d.ts +0 -4
  256. package/dist/hooks/runtime-fallback/retry-model-payload.d.ts +0 -7
  257. package/dist/hooks/runtime-fallback/session-messages.d.ts +0 -9
  258. package/dist/hooks/runtime-fallback/session-status-handler.d.ts +0 -3
  259. package/dist/hooks/runtime-fallback/visible-assistant-response.d.ts +0 -3
  260. package/dist/hooks/session-notification-content.d.ts +0 -30
  261. package/dist/plugin/normalize-tool-arg-schemas.d.ts +0 -2
  262. package/dist/plugin/ultrawork-variant-availability.d.ts +0 -6
  263. package/dist/shared/compaction-agent-config-checkpoint.d.ts +0 -11
  264. package/dist/shared/context-limit-resolver.d.ts +0 -5
  265. package/dist/shared/fallback-chain-from-models.d.ts +0 -3
  266. package/dist/shared/question-denied-session-permission.d.ts +0 -6
  267. package/dist/shared/retry-status-utils.d.ts +0 -2
  268. package/dist/shared/vision-capable-models-cache.d.ts +0 -4
  269. package/dist/tools/delegate-task/cancel-unstable-agent-task.d.ts +0 -2
  270. package/dist/tools/look-at/multimodal-fallback-chain.d.ts +0 -4
  271. package/dist/tools/lsp/directory-diagnostics.d.ts +0 -1
  272. package/dist/tools/lsp/server-path-bases.d.ts +0 -1
package/README.md CHANGED
@@ -1,584 +1,229 @@
1
- > [!WARNING]
2
- > **TEMP NOTICE (This Week): Reduced Maintainer Availability**
3
- >
4
- > Core maintainer Q got injured, so issue/PR responses and releases may be delayed this week.
5
- > Thank you for your patience and support.
6
-
7
- > [!NOTE]
8
- > **Derivative Notice**
9
- >
10
- > This project is a fork/derivative of `code-yeongyu/openagent-labforge` (formerly `openagent-labforge`).
11
- > We have renamed the project and added new features and configuration options focused on user-controlled model routing and research workflows.
12
- > Licensing and provenance are documented in `LICENSE.md`, `NOTICE`, `THIRD_PARTY_NOTICES.md`, and `docs/licensing.md`.
13
- >
14
- > [![Sisyphus Labs - Sisyphus is the agent that codes like your team.](./.github/assets/sisyphuslabs.png?v=2)](https://sisyphuslabs.ai)
15
- > > **We're building a fully productized version of Sisyphus to define the future of frontier agents. <br />Join the waitlist [here](https://sisyphuslabs.ai).**
16
-
17
- > [!TIP]
18
- > Be with us!
19
- >
20
- > | [<img alt="Discord link" src="https://img.shields.io/discord/1452487457085063218?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square" width="156px" />](https://discord.gg/PUwSMR9XNk) | Join our [Discord community](https://discord.gg/PUwSMR9XNk) to connect with contributors and fellow `openagent-labforge` users. |
21
- > | :-----| :----- |
22
- > | [<img alt="X link" src="https://img.shields.io/badge/Follow-%40justsisyphus-00CED1?style=flat-square&logo=x&labelColor=black" width="156px" />](https://x.com/justsisyphus) | News and updates for `openagent-labforge` used to be posted on my X account. <br /> Since it was suspended mistakenly, [@justsisyphus](https://x.com/justsisyphus) now posts updates on my behalf. |
23
- > | [<img alt="GitHub Follow" src="https://img.shields.io/github/followers/code-yeongyu?style=flat-square&logo=github&labelColor=black&color=24292f" width="156px" />](https://github.com/code-yeongyu) | Follow [@code-yeongyu](https://github.com/code-yeongyu) on GitHub for more projects. |
24
-
25
- <!-- <CENTERED SECTION FOR GITHUB DISPLAY> -->
26
-
27
- <div align="center">
28
-
29
- [![OpenAgent Labforge](./.github/assets/hero.jpg)](https://github.com/code-yeongyu/openagent-labforge#openagent-labforge)
30
-
31
- [![Preview](./.github/assets/omo.png)](https://github.com/code-yeongyu/openagent-labforge#openagent-labforge)
32
-
33
-
34
- </div>
35
-
36
- > Anthropic [**blocked OpenCode because of us.**](https://x.com/thdxr/status/2010149530486911014) **Yes this is true.**
37
- > They want you locked in. Claude Code's a nice prison, but it's still a prison.
38
- >
39
- > We don't do lock-in here. We ride every model. Claude / Kimi / GLM for orchestration. GPT for reasoning. Minimax for speed. Gemini for creativity.
40
- > The future isn't picking one winner—it's orchestrating them all. Models get cheaper every month. Smarter every month. No single provider will dominate. We're building for that open market, not their walled gardens.
41
-
42
- <div align="center">
43
-
44
- [![GitHub Release](https://img.shields.io/github/v/release/code-yeongyu/openagent-labforge?color=369eff&labelColor=black&logo=github&style=flat-square)](https://github.com/code-yeongyu/openagent-labforge/releases)
45
- [![npm downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fohmyopenagent.com%2Fapi%2Fnpm-downloads&style=flat-square)](https://www.npmjs.com/package/openagent-labforge)
46
- [![GitHub Contributors](https://img.shields.io/github/contributors/code-yeongyu/openagent-labforge?color=c4f042&labelColor=black&style=flat-square)](https://github.com/code-yeongyu/openagent-labforge/graphs/contributors)
47
- [![GitHub Forks](https://img.shields.io/github/forks/code-yeongyu/openagent-labforge?color=8ae8ff&labelColor=black&style=flat-square)](https://github.com/code-yeongyu/openagent-labforge/network/members)
48
- [![GitHub Stars](https://img.shields.io/github/stars/code-yeongyu/openagent-labforge?color=ffcb47&labelColor=black&style=flat-square)](https://github.com/code-yeongyu/openagent-labforge/stargazers)
49
- [![GitHub Issues](https://img.shields.io/github/issues/code-yeongyu/openagent-labforge?color=ff80eb&labelColor=black&style=flat-square)](https://github.com/code-yeongyu/openagent-labforge/issues)
50
- [![License](https://img.shields.io/badge/license-SUL--1.0-white?labelColor=black&style=flat-square)](https://github.com/code-yeongyu/openagent-labforge/blob/dev/LICENSE.md)
51
- [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/code-yeongyu/openagent-labforge)
52
-
53
- [English](README.md) | [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-cn.md)
54
-
55
- </div>
56
-
57
- <!-- </CENTERED SECTION FOR GITHUB DISPLAY> -->
58
-
59
- ## Reviews
60
-
61
- > "It made me cancel my Cursor subscription. Unbelievable things are happening in the open source community." - [Arthur Guiot](https://x.com/arthur_guiot/status/2008736347092382053?s=20)
62
-
63
- > "If Claude Code does in 7 days what a human does in 3 months, Sisyphus does it in 1 hour. It just works until the task is done. It is a discipline agent." <br/>- B, Quant Researcher
64
-
65
- > "Knocked out 8000 eslint warnings with OpenAgent Labforge, just in a day" <br/>- [Jacob Ferrari](https://x.com/jacobferrari_/status/2003258761952289061)
66
-
67
- > "I converted a 45k line tauri app into a SaaS web app overnight using Ohmyopencode and ralph loop. Started with interview me prompt, asked it for ratings and recommendations on the questions. It was amazing to watch it work and to wake up this morning to a mostly working website!" - [James Hargis](https://x.com/hargabyte/status/2007299688261882202)
68
-
69
- > "use openagent-labforge, you will never go back" <br/>- [d0t3ch](https://x.com/d0t3ch/status/2001685618200580503)
70
-
71
- > "I haven't really been able to articulate exactly what makes it so great yet, but the development experience has reached a completely different dimension." - [
72
- 苔硯:こけすずり](https://x.com/kokesuzuri/status/2008532913961529372?s=20)
73
-
74
- > "Experimenting with open code, OpenAgent Labforge and supermemory this weekend to build some minecraft/souls-like abomination."
75
- > "Asking it to add crouch animations while I go take my post-lunch walk. [Video]" - [MagiMetal](https://x.com/MagiMetal/status/2005374704178373023)
76
-
77
- > "You guys should pull this into core and recruit him. Seriously. It's really, really, really good." <br/>- Henning Kilset
78
-
79
- > "Hire @yeon_gyu_kim if you can convince him, this dude has revolutionized opencode." <br/>- [mysticaltech](https://x.com/mysticaltech/status/2001858758608376079)
80
-
81
- > "OpenAgent Labforge Is Actually Insane" - [YouTube - Darren Builds AI](https://www.youtube.com/watch?v=G_Snfh2M41M)
82
-
83
- ---
84
-
85
- # OpenAgent Labforge
86
-
87
- You're juggling Claude Code, Codex, random OSS models. Configuring workflows. Debugging agents.
88
-
89
- We did the work. Tested everything. Kept what actually shipped.
90
-
91
- Install OmO. Type `ultrawork`. Done.
92
-
93
- ## Change Summary (Labforge)
94
-
95
- - Renamed fork with a derivative notice and third-party provenance.
96
- - Restored lightweight default plan and build behavior with explicit toggles.
97
- - Added Model Governor AUTO for discovery, category defaults, and fallback chains.
98
- - Enforced manual model selection priority to prevent unwanted overrides.
99
- - Added i18n agent display names and SOUL rule injection controls.
100
- - Added built-in skills for DOCX, PDF, PPTX, XLSX, web research, and data analysis.
101
- - Added research-oriented MCP defaults, explicit MCP policy, and visible default-off research MCPs.
102
- - Added unified `full` / `paper` skills bundles with source-aware naming and bundle loading.
103
- - Reduced skill initialization overhead with metadata-first preview and lazy merged-skill access.
104
- - Hardened todo continuation behavior to better respect user-facing question/confirmation flows.
105
-
106
- ## Research-Focused Design
107
-
108
- - This derivative keeps the original programming strengths and adds research-oriented defaults directly in core.
109
- - Core now includes model governance, SOUL injection controls, and document/research skill presets.
110
- - Skills now support a unified functional catalog with metadata-first preview and lazy body loading.
111
- - Curated skills are split into `paper` and `full` bundles for lower token overhead at runtime.
112
- - Companion plugins are still recommended for domain depth:
113
- - `opencode-agent-bio-paper`
114
- - `opencode-mcp-paper-search`
115
- - See `plugins/BUNDLES.md` for `full` and `paper-only` bundle profiles.
116
-
117
- ## Unified Skills Catalog
118
-
119
- - Generate the curated functional catalog:
120
-
121
- ```bash
122
- bun run build:skills-catalog
123
- ```
124
-
125
- - Use the runtime bundle shortcut:
126
-
127
- ```jsonc
128
- {
129
- "skills": {
130
- "bundle": "full"
131
- }
132
- }
133
- ```
134
-
135
- or:
136
-
137
- ```jsonc
138
- {
139
- "skills": {
140
- "bundle": "paper"
141
- }
142
- }
143
- ```
144
-
145
- - Generated outputs:
146
- - `generated/skills-bundles/catalog.json`
147
- - `generated/skills-bundles/full/INDEX.md`
148
- - `generated/skills-bundles/paper/INDEX.md`
149
-
150
- The model now previews skill `name`, `description`, and `category` first, then reads full skill instructions only when needed.
151
-
152
- To avoid collisions between curated sources, external bundle skills use source-prefixed IDs (for example `openai-curated/openai-docs`, `anthropic/mcp-builder`), while builtin skills keep their original stable names.
153
-
154
- ## Model Selection Guarantee
155
-
156
- - User-selected model is treated as highest priority across build/plan and all added agents.
157
- - AUTO is explicit (`auto` provider entry) and does not override explicit model pinning.
158
- - Strict lock is enabled by default and configurable:
159
-
160
- ```jsonc
161
- {
162
- "experimental": {
163
- "strict_user_model_priority": true
164
- }
165
- }
166
- ```
167
-
168
-
169
- ## Installation
170
-
171
- ### Published Package
172
-
173
- - Core package: `@bohuyeshan/openagent-labforge-core`
174
- - Current published version line: `3.11.x`
175
- - Legacy `@labforge/...` references remain in some historical docs and migration notes only
176
-
177
- ## Current Distribution Policy
178
-
179
- - Current recommended usage: **npm install from the published package**
180
- - Local build + local install remains available for development and debugging
181
- - Upstream publish workflow differences are tracked in `docs/release/upstream-publish-notes.md`
182
-
183
- ## Recommended Current Usage
184
-
185
- 1. Install from npm:
186
-
187
- ```bash
188
- npm install --prefix ~/.config/opencode @bohuyeshan/openagent-labforge-core@latest
189
- ```
190
-
191
- 2. Register the plugin in `opencode.json`:
192
-
193
- ```jsonc
194
- {
195
- "plugin": ["@bohuyeshan/openagent-labforge-core"]
196
- }
197
- ```
198
-
199
- 3. Use the bundle shortcut in plugin config:
200
-
201
- ```bash
202
- bun run build:skills-catalog
203
- bun run build
204
- ```
205
-
206
- ```jsonc
207
- {
208
- "skills": {
209
- "bundle": "full"
210
- }
211
- }
212
- ```
213
-
214
- 4. Use `paper` if you want a smaller research-focused runtime surface.
215
-
216
- 5. Local development path (optional):
217
-
218
- ```bash
219
- bun run build:skills-catalog
220
- bun run build
221
- npm pack
222
- npm install --prefix ~/.config/opencode /absolute/path/to/openagent-labforge-core-<version>.tgz
223
- ```
224
-
225
- ## Current Runtime Behavior
226
-
227
- - User-selected model remains highest priority across sessions and agents.
228
- - OpenAI-compatible providers such as `gmn` should keep a single GPT model entry (for example `gmn/gpt-5.3-codex`) and let the OpenCode UI control reasoning depth.
229
- - `skills.bundle = "full"` currently loads the complete curated bundle (builtin + curated external skills).
230
- - External bundle skills use source-prefixed IDs (for example `openai-curated/openai-docs`) to avoid collision with builtin skills.
231
- - Todo continuation is now more conservative:
232
- - waits for a second idle cycle before injecting continuation
233
- - respects `question` tool usage and common textual “waiting for user” patterns
234
- - avoids immediate repeated continuation reinjection
235
-
236
- ## Current Known Limits
237
-
238
- - Multi-window / multi-repository switching still depends partly on OpenCode host-side initialization behavior.
239
- - The plugin now avoids several repeated scans, but `createSkillContext` and host-side session loading can still add noticeable cold-start cost in very large workspaces or long-running OpenCode installations.
240
- - Large OpenCode host storage, stale session state, and very large workspaces can still make session hydration feel slower than raw startup.
241
-
242
- ## Provider Note
243
-
244
- For OpenAI-compatible providers such as `gmn`, prefer a config shape like:
245
-
246
- ```jsonc
247
- {
248
- "provider": {
249
- "gmn": {
250
- "npm": "@ai-sdk/openai",
251
- "options": {
252
- "baseURL": "https://gmn.chuangzuoli.com/v1"
253
- },
254
- "models": {
255
- "gpt-5.3-codex": {
256
- "name": "GPT-5.3 Codex",
257
- "limit": {
258
- "context": 400000,
259
- "output": 128000
260
- }
261
- }
262
- }
263
- }
264
- },
265
- "model": "gmn/gpt-5.3-codex"
266
- }
267
- ```
268
-
269
- Keep reasoning depth in the OpenCode UI instead of hardcoding separate `low` / `medium` / `high` model aliases.
270
-
271
- ### For Humans
272
-
273
- Copy and paste this prompt to your LLM agent (Claude Code, AmpCode, Cursor, etc.):
274
-
275
- ```
276
- Install and configure @bohuyeshan/openagent-labforge-core by following the instructions here:
277
- https://raw.githubusercontent.com/code-yeongyu/openagent-labforge/refs/heads/dev/docs/guide/installation.md
278
- ```
279
-
280
- Or read the [Installation Guide](docs/guide/installation.md), but seriously, let an agent do it. Humans fat-finger configs.
281
-
282
- ### For LLM Agents
283
-
284
- Fetch the installation guide and follow it:
285
-
286
- ```bash
287
- curl -s https://raw.githubusercontent.com/code-yeongyu/openagent-labforge/refs/heads/dev/docs/guide/installation.md
288
- ```
289
-
290
- ---
291
-
292
- ## Skip This README
293
-
294
- We're past the era of reading docs. Just paste this into your agent:
295
-
296
- ```
297
- Read this and tell me why it's not just another boilerplate: https://raw.githubusercontent.com/code-yeongyu/openagent-labforge/refs/heads/dev/README.md
298
- ```
299
-
300
- ## Highlights
301
-
302
- ### 🪄 `ultrawork`
303
-
304
- You're actually reading this? Wild.
305
-
306
- Install. Type `ultrawork` (or `ulw`). Done.
307
-
308
- Everything below, every feature, every optimization, you don't need to know it. It just works.
309
-
310
- Even only with following subscriptions, ultrawork will work well (this project is not affiliated, this is just personal recommendation):
311
- - [ChatGPT Subscription ($20)](https://chatgpt.com/)
312
- - [Kimi Code Subscription ($0.99) (*only this month)](https://www.kimi.com/kimiplus/sale)
313
- - [GLM Coding Plan ($10)](https://z.ai/subscribe)
314
- - If you are eligible for pay-per-token, using kimi and gemini models won't cost you that much.
315
-
316
- | | Feature | What it does |
317
- | :---: | :------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
318
- | 🤖 | **Discipline Agents** | Sisyphus orchestrates Hephaestus, Oracle, Librarian, Explore. A full AI dev team in parallel. |
319
- | ⚡ | **`ultrawork` / `ulw`** | One word. Every agent activates. Doesn't stop until done. |
320
- | 🚪 | **[IntentGate](https://factory.ai/news/terminal-bench)** | Analyzes true user intent before classifying or acting. No more literal misinterpretations. |
321
- | 🔗 | **Hash-Anchored Edit Tool** | `LINE#ID` content hash validates every change. Zero stale-line errors. Inspired by [oh-my-pi](https://github.com/can1357/oh-my-pi). [The Harness Problem →](https://blog.can.ac/2026/02/12/the-harness-problem/) |
322
- | 🛠️ | **LSP + AST-Grep** | Workspace rename, pre-build diagnostics, AST-aware rewrites. IDE precision for agents. |
323
- | 🧠 | **Background Agents** | Fire 5+ specialists in parallel. Context stays lean. Results when ready. |
324
- | 📚 | **Built-in MCPs** | Exa (web search), Context7 (official docs), Grep.app (GitHub search). Always on. |
325
- | 🔁 | **Ralph Loop / `/ulw-loop`** | Self-referential loop. Doesn't stop until 100% done. |
326
- | ✅ | **Todo Enforcer** | Agent goes idle? System yanks it back. Your task gets done, period. |
327
- | 💬 | **Comment Checker** | No AI slop in comments. Code reads like a senior wrote it. |
328
- | 🖥️ | **Tmux Integration** | Full interactive terminal. REPLs, debuggers, TUIs. All live. |
329
- | 🔌 | **Claude Code Compatible** | Your hooks, commands, skills, MCPs, and plugins? All work here. |
330
- | 🎯 | **Skill-Embedded MCPs** | Skills carry their own MCP servers. No context bloat. |
331
- | 📋 | **Prometheus Planner** | Interview-mode strategic planning before any execution. |
332
- | 🔍 | **`/init-deep`** | Auto-generates hierarchical `AGENTS.md` files throughout your project. Great for both token efficiency and your agent's performance |
333
-
334
- ### Discipline Agents
335
-
336
- <table><tr>
337
- <td align="center"><img src=".github/assets/sisyphus.png" height="300" /></td>
338
- <td align="center"><img src=".github/assets/hephaestus.png" height="300" /></td>
339
- </tr></table>
340
-
341
- **Sisyphus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`** ) is your main orchestrator. He plans, delegates to specialists, and drives tasks to completion with aggressive parallel execution. He does not stop halfway.
342
-
343
- **Hephaestus** (`gpt-5.3-codex`) is your autonomous deep worker. Give him a goal, not a recipe. He explores the codebase, researches patterns, and executes end-to-end without hand-holding. *The Legitimate Craftsman.*
344
-
345
- **Prometheus** (`claude-opus-4-6` / **`kimi-k2.5`** / **`glm-5`** ) is your strategic planner. Interview mode: it questions, identifies scope, and builds a detailed plan before a single line of code is touched.
346
-
347
- Every agent is tuned to its model's specific strengths. No manual model-juggling. [Learn more →](docs/guide/overview.md)
348
-
349
- > Anthropic [blocked OpenCode because of us.](https://x.com/thdxr/status/2010149530486911014) That's why Hephaestus is called "The Legitimate Craftsman." The irony is intentional.
350
- >
351
- > We run best on Opus, but Kimi K2.5 + GPT-5.3 Codex already beats vanilla Claude Code. Zero config needed.
352
-
353
- ### Agent Orchestration
354
-
355
- When Sisyphus delegates to a subagent, it doesn't pick a model. It picks a **category**. The category maps automatically to the right model:
356
-
357
- | Category | What it's for |
358
- | :------------------- | :--------------------------------- |
359
- | `visual-engineering` | Frontend, UI/UX, design |
360
- | `deep` | Autonomous research + execution |
361
- | `quick` | Single-file changes, typos |
362
- | `ultrabrain` | Hard logic, architecture decisions |
363
-
364
- Agent says what kind of work. Harness picks the right model. `ultrabrain` now routes to GPT-5.4 xhigh by default. You touch nothing.
365
-
366
- ### Model Governor (AUTO)
367
-
368
- AUTO detects available models, assigns category defaults, and builds fallback chains.
369
- It never overwrites your explicit config or UI-selected model.
370
-
371
- Config example:
372
-
373
- ```jsonc
374
- {
375
- "model_governor": {
376
- "enabled": true,
377
- "mode": "auto",
378
- "report": { "enabled": true, "format": "md" }
379
- }
380
- }
381
- ```
382
-
383
- Reports and rules are written to your OpenCode config dir:
384
-
385
- - `openagent-labforge.models.report.md`
386
- - `openagent-labforge.models.rules.jsonc`
387
-
388
- ### Claude Code Compatibility
389
-
390
- You dialed in your Claude Code setup. Good.
391
-
392
- Every hook, command, skill, MCP, plugin works here unchanged. Full compatibility, including plugins.
393
-
394
- ### World-Class Tools for Your Agents
395
-
396
- LSP, AST-Grep, Tmux, MCP actually integrated, not duct-taped together.
397
-
398
- - **LSP**: `lsp_rename`, `lsp_goto_definition`, `lsp_find_references`, `lsp_diagnostics`. IDE precision for every agent
399
- - **AST-Grep**: Pattern-aware code search and rewriting across 25 languages
400
- - **Tmux**: Full interactive terminal. REPLs, debuggers, TUI apps. Your agent stays in session
401
- - **MCP**: Web search, official docs, GitHub code search. All baked in
402
-
403
- ### Skill-Embedded MCPs
404
-
405
- MCP servers eat your context budget. We fixed that.
406
-
407
- Skills bring their own MCP servers. Spin up on-demand, scoped to task, gone when done. Context window stays clean.
408
-
409
- ### Codes Better. Hash-Anchored Edits
410
-
411
- The harness problem is real. Most agent failures aren't the model. It's the edit tool.
412
-
413
- > *"None of these tools give the model a stable, verifiable identifier for the lines it wants to change... They all rely on the model reproducing content it already saw. When it can't - and it often can't - the user blames the model."*
414
- >
415
- > <br/>- [Can Bölük, The Harness Problem](https://blog.can.ac/2026/02/12/the-harness-problem/)
416
-
417
- Inspired by [oh-my-pi](https://github.com/can1357/oh-my-pi), we implemented **Hashline**. Every line the agent reads comes back tagged with a content hash:
418
-
419
- ```
420
- 11#VK| function hello() {
421
- 22#XJ| return "world";
422
- 33#MB| }
423
- ```
424
-
425
- The agent edits by referencing those tags. If the file changed since the last read, the hash won't match and the edit is rejected before corruption. No whitespace reproduction. No stale-line errors.
426
-
427
- Grok Code Fast 1: **6.7% → 68.3%** success rate. Just from changing the edit tool.
428
-
429
- ### Deep Initialization. `/init-deep`
430
-
431
- Run `/init-deep`. It generates hierarchical `AGENTS.md` files:
432
-
433
- ```
434
- project/
435
- ├── AGENTS.md ← project-wide context
436
- ├── src/
437
- │ ├── AGENTS.md ← src-specific context
438
- │ └── components/
439
- │ └── AGENTS.md ← component-specific context
440
- ```
441
-
442
- Agents auto-read relevant context. Zero manual management.
443
-
444
- ### Planning. Prometheus
445
-
446
- Complex task? Don't prompt and pray.
447
-
448
- `/start-work` calls Prometheus. **Interviews you like a real engineer**, identifies scope and ambiguities, builds a verified plan before touching code. Agent knows what it's building before it starts.
449
-
450
- ### Skills
451
-
452
- Skills aren't just prompts. Each brings:
453
-
454
- - Domain-tuned system instructions
455
- - Embedded MCP servers, on-demand
456
- - Scoped permissions. Agents stay in bounds
457
-
458
- Built-ins: `playwright` (browser automation), `git-master` (atomic commits, rebase surgery), `frontend-ui-ux` (design-first UI).
459
-
460
- Add your own: `.opencode/skills/*/SKILL.md` or `~/.config/opencode/skills/*/SKILL.md`.
461
-
462
- **Want the full feature breakdown?** See the **[Features Documentation](docs/reference/features.md)** for agents, hooks, tools, MCPs, and everything else in detail.
463
-
464
- ---
465
-
466
- > **New to openagent-labforge?** Read the **[Overview](docs/guide/overview.md)** to understand what you have, or check the **[Orchestration Guide](docs/guide/orchestration.md)** for how agents collaborate.
467
-
468
- ## Uninstallation
469
-
470
- To remove openagent-labforge:
471
-
472
- 1. **Remove the plugin from your OpenCode config**
473
-
474
- Edit `~/.config/opencode/opencode.json` (or `opencode.jsonc`) and remove `"openagent-labforge"` from the `plugin` array:
475
-
476
- ```bash
477
- # Using jq
478
- jq '.plugin = [.plugin[] | select(. != "openagent-labforge")]' \
479
- ~/.config/opencode/opencode.json > /tmp/oc.json && \
480
- mv /tmp/oc.json ~/.config/opencode/opencode.json
481
- ```
482
-
483
- 2. **Remove configuration files (optional)**
484
-
485
- ```bash
486
- # Remove user config
487
- rm -f ~/.config/opencode/openagent-labforge.json ~/.config/opencode/openagent-labforge.jsonc
488
-
489
- # Remove project config (if exists)
490
- rm -f .opencode/openagent-labforge.json .opencode/openagent-labforge.jsonc
491
- ```
492
-
493
- 3. **Verify removal**
494
-
495
- ```bash
496
- opencode --version
497
- # Plugin should no longer be loaded
498
- ```
499
-
500
- ## Features
501
-
502
- Features you'll think should've always existed. Once you use them, you can't go back.
503
-
504
- See full [Features Documentation](docs/reference/features.md).
505
-
506
- **Quick Overview:**
507
- - **Agents**: Sisyphus (the main agent), Prometheus (planner), Oracle (architecture/debugging), Librarian (docs/code search), Explore (fast codebase grep), Multimodal Looker
508
- - **Background Agents**: Run multiple agents in parallel like a real dev team
509
- - **LSP & AST Tools**: Refactoring, rename, diagnostics, AST-aware code search
510
- - **Hash-anchored Edit Tool**: `LINE#ID` references validate content before applying every change. Surgical edits, zero stale-line errors
511
- - **Context Injection**: Auto-inject AGENTS.md, README.md, conditional rules
512
- - **Claude Code Compatibility**: Full hook system, commands, skills, agents, MCPs
513
- - **Built-in MCPs**: websearch (Exa), context7 (docs), grep_app (GitHub search)
514
- - **Session Tools**: List, read, search, and analyze session history
515
- - **Productivity Features**: Ralph Loop, Todo Enforcer, GPT permission-tail continuation, Comment Checker, Think Mode, and more
516
- - **Model Setup**: Agent-model matching is built into the [Installation Guide](docs/guide/installation.md#step-5-understand-your-model-setup)
517
-
518
- ## Configuration
519
-
520
- Opinionated defaults, adjustable if you insist.
521
-
522
- See [Configuration Documentation](docs/reference/configuration.md).
523
-
524
- **Quick Overview:**
525
- - **Config Locations**: `.opencode/openagent-labforge.jsonc` or `.opencode/openagent-labforge.json` (project), `~/.config/opencode/openagent-labforge.jsonc` or `~/.config/opencode/openagent-labforge.json` (user)
526
- - **JSONC Support**: Comments and trailing commas supported
527
- - **Agents**: Override models, temperatures, prompts, and permissions for any agent
528
- - **Built-in Skills**: `playwright` (browser automation), `git-master` (atomic commits)
529
- - **Sisyphus Agent**: Main orchestrator with Prometheus (Planner) and Metis (Plan Consultant)
530
- - **Background Tasks**: Configure concurrency limits per provider/model
531
- - **Categories**: Domain-specific task delegation (`visual`, `business-logic`, custom)
532
- - **Hooks**: 25+ built-in hooks, including `gpt-permission-continuation`, all configurable via `disabled_hooks`
533
- - **MCPs**: Built-in websearch (Exa), context7 (docs), grep_app (GitHub search)
534
- - **LSP**: Full LSP support with refactoring tools
535
- - **Experimental**: Aggressive truncation, auto-resume, and more
536
-
537
-
538
- ## Author's Note
539
-
540
- **Want the philosophy?** Read the [Ultrawork Manifesto](docs/manifesto.md).
541
-
542
- ---
543
-
544
- I burned through $24K in LLM tokens on personal projects. Tried every tool. Configured everything to death. OpenCode won.
545
-
546
- Every problem I hit, the fix is baked into this plugin. Install and go.
547
-
548
- If OpenCode is Debian/Arch, OmO is Ubuntu/[Omarchy](https://omarchy.org/).
549
-
550
- Heavy influence from [AmpCode](https://ampcode.com) and [Claude Code](https://code.claude.com/docs/overview). Features ported, often improved. Still building. It's **Open**Code.
551
-
552
- Other harnesses promise multi-model orchestration. We ship it. Stability too. And features that actually work.
553
-
554
- I'm this project's most obsessive user:
555
- - Which model has the sharpest logic?
556
- - Who's the debugging god?
557
- - Who writes the best prose?
558
- - Who dominates frontend?
559
- - Who owns backend?
560
- - What's fastest for daily driving?
561
- - What are competitors shipping?
562
-
563
- This plugin is the distillation. Take the best. Got improvements? PRs welcome.
564
-
565
- **Stop agonizing over harness choices.**
566
- **I'll research, steal the best, and ship it here.**
567
-
568
- Sounds arrogant? Have a better way? Contribute. You're welcome.
569
-
570
- No affiliation with any project/model mentioned. Just personal experimentation.
571
-
572
- 99% of this project was built with OpenCode. I don't really know TypeScript. **But I personally reviewed and largely rewrote this doc.**
573
-
574
- ## Loved by professionals at
575
-
576
- - [Indent](https://indentcorp.com)
577
- - Making Spray - influencer marketing solution, vovushop - crossborder commerce platform, vreview - ai commerce review marketing solution
578
- - [Google](https://google.com)
579
- - [Microsoft](https://microsoft.com)
580
- - [ELESTYLE](https://elestyle.jp)
581
- - Making elepay - multi-mobile payment gateway, OneQR - mobile application SaaS for cashless solutions
582
-
583
- *Special thanks to [@junhoyeo](https://github.com/junhoyeo) for this amazing hero image.*
584
-
1
+ # OpenAgent Labforge
2
+
3
+ OpenAgent Labforge is an OpenCode plugin fork focused on three things:
4
+
5
+ - stronger engineering-oriented orchestration
6
+ - explicit, inspectable child-session delegation
7
+ - bioinformatics-first specialist workflows
8
+
9
+ It is a derivative of `code-yeongyu/oh-my-openagent` and keeps upstream
10
+ license/provenance boundaries intact. See [LICENSE.md](LICENSE.md),
11
+ [NOTICE](NOTICE), [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md), and
12
+ [docs/licensing.md](docs/licensing.md).
13
+
14
+ ## What This Fork Is Now
15
+
16
+ This README describes current runtime behavior only.
17
+
18
+ The plugin is now centered on:
19
+
20
+ - OpenCode-native delegation through `task(subagent_type=...)`
21
+ - stable plugin/agent/MCP injection for newer OpenCode behavior
22
+ - explicit search/doc/code/paper retrieval separation
23
+ - a growing first-party bioinformatics agent and skill stack
24
+ - local-first development and installation
25
+
26
+ ## Current Core Capabilities
27
+
28
+ ### Engineering orchestration
29
+
30
+ - `sisyphus`: main orchestrator
31
+ - `wase`: fully autonomous orchestrator
32
+ - `hephaestus`: deep coding executor
33
+ - `prometheus`: planner
34
+ - `atlas`: execution coordinator
35
+ - `metis`: pre-planning consultant
36
+ - `momus`: plan reviewer
37
+
38
+ These core agents are being upgraded with stronger engineering behavior:
39
+
40
+ - better scope discipline
41
+ - stronger verification expectations
42
+ - more explicit planning and review standards
43
+ - cleaner delegation contracts
44
+
45
+ Current engineering-capability layering:
46
+
47
+ - strong execution + orchestration: `sisyphus`, `wase`
48
+ - strong execution: `hephaestus`
49
+ - strong orchestration: `atlas`
50
+ - strong planning: `prometheus`, `metis`
51
+ - strong review: `momus`
52
+
53
+ This layering is intentional so future de-duplication stays easy if OpenCode
54
+ itself absorbs parts of the same capability set.
55
+
56
+ ### Specialist agents
57
+
58
+ - `explore`: local codebase discovery
59
+ - `librarian`: focused upstream docs / SDK / library research
60
+ - `github-scout`: repository and implementation scouting
61
+ - `tech-scout`: ecosystem / benchmark / launch analysis
62
+ - `article-writer`: public technical writing
63
+ - `scientific-writer`: research-facing technical writing
64
+ - `multimodal-looker`: PDF / image / figure understanding
65
+
66
+ ### Bioinformatics stack
67
+
68
+ The fork now has an explicit bioinformatics hierarchy:
69
+
70
+ - main bio entrypoints:
71
+ `bio-orchestrator` for integrated coordination
72
+ `bio-pipeline-operator` for execution-focused work
73
+ - internal specialists used through child-session delegation:
74
+ `bio-methodologist` for computational design / QC / statistics planning
75
+ `wet-lab-designer` for user-executed wet-lab validation planning
76
+ `paper-evidence-synthesizer` for cross-paper evidence matrix and confidence grading
77
+
78
+ This is not limited to generic "analysis". The intended workflow includes:
79
+
80
+ - literature retrieval
81
+ - public dataset discovery
82
+ - computational analysis
83
+ - wet-lab validation design for the user to execute
84
+ - evidence integration
85
+ - specialist reporting
86
+
87
+ ## Built-in Skill Direction
88
+
89
+ The built-in skill set now covers both general and bio workflows.
90
+
91
+ Examples:
92
+
93
+ - browser / UI / git:
94
+ - `playwright`
95
+ - `frontend-ui-ux`
96
+ - `git-master`
97
+ - document / report:
98
+ - `docx-workbench`
99
+ - `pdf-toolkit`
100
+ - `xlsx-analyst`
101
+ - bioinformatics:
102
+ - `bio-tools`
103
+ - `bio-methods`
104
+ - `wet-lab-design`
105
+ - `bio-pipeline`
106
+ - `paper-evidence`
107
+ - `differential-expression`
108
+ - `scrna-preprocessing`
109
+ - `cell-annotation`
110
+ - `pubmed-search`
111
+ - `geo-query`
112
+ - `sequence-analysis`
113
+ - `structural-biology`
114
+ - `bio-visualization`
115
+ - `vector-design`
116
+
117
+ The bio skills are written as execution-oriented references: they specify
118
+ preferred tools, typical commands/code paths, expected artifacts, and boundary
119
+ conditions rather than acting as vague prompt decoration.
120
+
121
+ Bio agents now also carry explicit data-interaction and environment-safety behavior:
122
+
123
+ - they ask users for the minimum decisive data when company or sequencing data is missing
124
+ - they separate required inputs from optional context
125
+ - they prefer `uv` for Python environments
126
+ - they prefer `conda` for mixed native stacks
127
+ - they call out when Windows users realistically need WSL/Linux
128
+
129
+ ## Current MCP Set
130
+
131
+ The built-in MCP surface is intentionally tighter now.
132
+
133
+ Default built-ins kept visible:
134
+
135
+ - `websearch`
136
+ - `context7`
137
+ - `grep_app`
138
+ - `browser_puppeteer`
139
+ - `chrome-devtools-mcp`
140
+ - `deepwiki_mcp` (default off)
141
+ - `open_websearch_mcp`
142
+ - `paper_search_mcp`
143
+ - `semantic_scholar_fastmcp`
144
+
145
+ Removed from the built-in visible set:
146
+
147
+ - `arxiv_mcp`
148
+ - `fetch_browser`
149
+
150
+ Rationale:
151
+
152
+ - avoid duplicate capability surfaces
153
+ - keep the MCP list focused
154
+ - leave `deepwiki_mcp` opt-in instead of always-on
155
+
156
+ ## OpenCode Compatibility Work
157
+
158
+ Recent migration work has focused on keeping pace with newer OpenCode behavior.
159
+
160
+ Already aligned or hardened:
161
+
162
+ - runtime plugin config discovery with canonical + legacy config compatibility
163
+ - agent registration and protected builtin-agent override handling
164
+ - command discovery:
165
+ - `.opencode/command`
166
+ - `.opencode/commands`
167
+ - ancestor discovery up to worktree root
168
+ - slash-style nested command names
169
+ - `.agents/skills` participation in injection chains
170
+ - MCP merge order and user override behavior
171
+ - todo continuation / compaction / stagnation guard regressions
172
+
173
+ The migration audit reference lives at:
174
+
175
+ - [docs/release/upstream-oh-my-openagent-3.11-plus-audit.md](docs/release/upstream-oh-my-openagent-3.11-plus-audit.md)
176
+
177
+ ## Installation Reality
178
+
179
+ This project is still optimized for local-first use.
180
+
181
+ Recommended workflow:
182
+
183
+ ```bash
184
+ bun run build:skills-catalog
185
+ bun run build
186
+ bun pm pack
187
+ ```
188
+
189
+ Then follow:
190
+
191
+ - [docs/guide/installation.md](docs/guide/installation.md)
192
+
193
+ ## Reference Repos
194
+
195
+ Local comparison material is kept under `Future/` for migration and design work.
196
+
197
+ Current references include:
198
+
199
+ - upstream `oh-my-openagent`
200
+ - `BioClaw`
201
+ - `Geneclaw`
202
+ - `codex-main`
203
+
204
+ These are local reference trees, not part of the shipped plugin.
205
+
206
+ ## Current Priorities
207
+
208
+ The near-term order is:
209
+
210
+ 1. finish upstream OpenCode compatibility migration
211
+ 2. strengthen engineering execution/orchestration capability in core agents
212
+ 3. continue refining the bioinformatics agent + skill stack
213
+
214
+ ## Docs
215
+
216
+ - [docs/guide/installation.md](docs/guide/installation.md)
217
+ - [docs/guide/orchestration.md](docs/guide/orchestration.md)
218
+ - [docs/guide/bio-skills.md](docs/guide/bio-skills.md)
219
+ - [docs/guide/bio-paper-autonomous-flow-v1.md](docs/guide/bio-paper-autonomous-flow-v1.md)
220
+ - [docs/reference/configuration.md](docs/reference/configuration.md)
221
+ - [docs/reference/features.md](docs/reference/features.md)
222
+
223
+ ## Language Versions
224
+
225
+ - [English](README.md)
226
+ - [简体中文](README.zh-cn.md)
227
+ - [日本語](README.ja.md)
228
+ - [한국어](README.ko.md)
229
+ - [Русский](README.ru.md)