oh-my-opencode 3.5.6 → 3.7.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 (137) hide show
  1. package/README.ja.md +6 -6
  2. package/README.ko.md +6 -6
  3. package/README.md +6 -6
  4. package/README.zh-cn.md +6 -6
  5. package/dist/agents/sisyphus-junior/gpt.d.ts +4 -14
  6. package/dist/cli/index.js +450 -116
  7. package/dist/cli/run/event-handlers.d.ts +1 -0
  8. package/dist/cli/run/opencode-bin-path.d.ts +3 -0
  9. package/dist/cli/run/opencode-binary-resolver.d.ts +5 -0
  10. package/dist/cli/run/session-resolver.d.ts +1 -0
  11. package/dist/cli/run/types.d.ts +30 -1
  12. package/dist/config/schema/browser-automation.d.ts +2 -0
  13. package/dist/config/schema/experimental.d.ts +1 -0
  14. package/dist/config/schema/hooks.d.ts +1 -0
  15. package/dist/config/schema/oh-my-opencode-config.d.ts +3 -0
  16. package/dist/create-hooks.d.ts +3 -0
  17. package/dist/create-managers.d.ts +1 -0
  18. package/dist/features/background-agent/constants.d.ts +1 -1
  19. package/dist/features/background-agent/manager.d.ts +3 -0
  20. package/dist/features/background-agent/message-dir.d.ts +1 -1
  21. package/dist/features/background-agent/result-handler.d.ts +1 -1
  22. package/dist/features/builtin-skills/skills/index.d.ts +1 -0
  23. package/dist/features/builtin-skills/skills/playwright-cli.d.ts +10 -0
  24. package/dist/features/claude-code-mcp-loader/loader.d.ts +1 -1
  25. package/dist/features/hook-message-injector/constants.d.ts +1 -3
  26. package/dist/features/hook-message-injector/index.d.ts +1 -1
  27. package/dist/features/hook-message-injector/injector.d.ts +51 -3
  28. package/dist/features/tmux-subagent/action-executor-core.d.ts +21 -0
  29. package/dist/features/tmux-subagent/action-executor.d.ts +3 -12
  30. package/dist/features/tmux-subagent/grid-planning.d.ts +2 -2
  31. package/dist/features/tmux-subagent/manager.d.ts +0 -1
  32. package/dist/features/tmux-subagent/pane-split-availability.d.ts +3 -2
  33. package/dist/features/tmux-subagent/polling-manager.d.ts +1 -0
  34. package/dist/features/tmux-subagent/spawn-target-finder.d.ts +1 -1
  35. package/dist/hooks/agent-usage-reminder/constants.d.ts +0 -1
  36. package/dist/hooks/anthropic-context-window-limit-recovery/client.d.ts +3 -34
  37. package/dist/hooks/anthropic-context-window-limit-recovery/deduplication-recovery.d.ts +4 -1
  38. package/dist/hooks/anthropic-context-window-limit-recovery/empty-content-recovery-sdk.d.ts +11 -0
  39. package/dist/hooks/anthropic-context-window-limit-recovery/message-builder.d.ts +4 -1
  40. package/dist/hooks/anthropic-context-window-limit-recovery/message-storage-directory.d.ts +5 -1
  41. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-deduplication.d.ts +4 -1
  42. package/dist/hooks/anthropic-context-window-limit-recovery/pruning-tool-output-truncation.d.ts +5 -2
  43. package/dist/hooks/anthropic-context-window-limit-recovery/storage-paths.d.ts +2 -2
  44. package/dist/hooks/anthropic-context-window-limit-recovery/storage.d.ts +1 -0
  45. package/dist/hooks/anthropic-context-window-limit-recovery/target-token-truncation.d.ts +4 -1
  46. package/dist/hooks/anthropic-context-window-limit-recovery/tool-result-storage-sdk.d.ts +29 -0
  47. package/dist/hooks/atlas/session-last-agent.d.ts +4 -1
  48. package/dist/hooks/atlas/tool-execute-before.d.ts +2 -0
  49. package/dist/hooks/context-window-monitor.d.ts +5 -1
  50. package/dist/hooks/directory-agents-injector/constants.d.ts +0 -1
  51. package/dist/hooks/directory-agents-injector/hook.d.ts +3 -1
  52. package/dist/hooks/directory-readme-injector/constants.d.ts +0 -1
  53. package/dist/hooks/directory-readme-injector/hook.d.ts +3 -1
  54. package/dist/hooks/hashline-read-enhancer/hook.d.ts +18 -0
  55. package/dist/hooks/hashline-read-enhancer/index.d.ts +1 -0
  56. package/dist/hooks/index.d.ts +1 -0
  57. package/dist/hooks/interactive-bash-session/constants.d.ts +0 -1
  58. package/dist/hooks/preemptive-compaction.d.ts +4 -1
  59. package/dist/hooks/prometheus-md-only/agent-resolution.d.ts +4 -1
  60. package/dist/hooks/ralph-loop/message-storage-directory.d.ts +1 -1
  61. package/dist/hooks/rules-injector/constants.d.ts +0 -1
  62. package/dist/hooks/rules-injector/hook.d.ts +3 -1
  63. package/dist/hooks/session-recovery/constants.d.ts +1 -3
  64. package/dist/hooks/session-recovery/recover-empty-content-message-sdk.d.ts +13 -0
  65. package/dist/hooks/session-recovery/recover-empty-content-message.d.ts +1 -1
  66. package/dist/hooks/session-recovery/recover-thinking-block-order.d.ts +1 -1
  67. package/dist/hooks/session-recovery/recover-thinking-disabled-violation.d.ts +1 -1
  68. package/dist/hooks/session-recovery/storage/empty-text.d.ts +5 -0
  69. package/dist/hooks/session-recovery/storage/message-dir.d.ts +1 -1
  70. package/dist/hooks/session-recovery/storage/messages-reader.d.ts +4 -0
  71. package/dist/hooks/session-recovery/storage/parts-reader.d.ts +4 -0
  72. package/dist/hooks/session-recovery/storage/text-part-injector.d.ts +4 -0
  73. package/dist/hooks/session-recovery/storage/thinking-prepend.d.ts +4 -0
  74. package/dist/hooks/session-recovery/storage/thinking-strip.d.ts +4 -0
  75. package/dist/hooks/session-recovery/storage.d.ts +7 -0
  76. package/dist/hooks/sisyphus-junior-notepad/hook.d.ts +1 -1
  77. package/dist/hooks/think-mode/switcher.d.ts +7 -0
  78. package/dist/hooks/todo-continuation-enforcer/message-directory.d.ts +1 -1
  79. package/dist/hooks/todo-continuation-enforcer/types.d.ts +1 -1
  80. package/dist/hooks/tool-output-truncator.d.ts +3 -0
  81. package/dist/index.js +24207 -22344
  82. package/dist/plugin/hooks/create-core-hooks.d.ts +3 -0
  83. package/dist/plugin/hooks/create-session-hooks.d.ts +2 -0
  84. package/dist/plugin/hooks/create-tool-guard-hooks.d.ts +4 -1
  85. package/dist/plugin-config.d.ts +1 -1
  86. package/dist/plugin-handlers/agent-key-remapper.d.ts +1 -0
  87. package/dist/shared/agent-display-names.d.ts +5 -0
  88. package/dist/shared/dynamic-truncator.d.ts +7 -3
  89. package/dist/shared/fallback-model-availability.d.ts +9 -2
  90. package/dist/shared/git-worktree/index.d.ts +2 -0
  91. package/dist/shared/git-worktree/parse-status-porcelain-line.d.ts +6 -0
  92. package/dist/shared/index.d.ts +8 -1
  93. package/dist/shared/model-availability.d.ts +0 -5
  94. package/dist/shared/model-name-matcher.d.ts +0 -1
  95. package/dist/shared/normalize-sdk-response.d.ts +4 -0
  96. package/dist/shared/opencode-http-api.d.ts +3 -0
  97. package/dist/shared/opencode-storage-detection.d.ts +2 -0
  98. package/dist/shared/opencode-storage-paths.d.ts +4 -0
  99. package/dist/shared/opencode-version.d.ts +5 -0
  100. package/dist/shared/session-directory-resolver.d.ts +7 -0
  101. package/dist/shared/session-utils.d.ts +2 -2
  102. package/dist/shared/tmux/tmux-utils/layout.d.ts +2 -2
  103. package/dist/tools/background-task/create-background-cancel.d.ts +1 -1
  104. package/dist/tools/background-task/create-background-task.d.ts +2 -2
  105. package/dist/tools/background-task/message-dir.d.ts +1 -1
  106. package/dist/tools/background-task/modules/background-cancel.d.ts +1 -1
  107. package/dist/tools/background-task/modules/utils.d.ts +2 -1
  108. package/dist/tools/call-omo-agent/background-agent-executor.d.ts +2 -1
  109. package/dist/tools/call-omo-agent/background-executor.d.ts +2 -1
  110. package/dist/tools/call-omo-agent/message-dir.d.ts +1 -1
  111. package/dist/tools/call-omo-agent/message-storage-directory.d.ts +1 -1
  112. package/dist/tools/call-omo-agent/tools.d.ts +1 -1
  113. package/dist/tools/delegate-task/parent-context-resolver.d.ts +2 -1
  114. package/dist/tools/delegate-task/sisyphus-junior-agent.d.ts +1 -1
  115. package/dist/tools/delegate-task/sync-prompt-sender.d.ts +7 -1
  116. package/dist/tools/hashline-edit/constants.d.ts +2 -0
  117. package/dist/tools/hashline-edit/edit-operations.d.ts +6 -0
  118. package/dist/tools/hashline-edit/hash-computation.d.ts +3 -0
  119. package/dist/tools/hashline-edit/index.d.ts +7 -0
  120. package/dist/tools/hashline-edit/tools.d.ts +2 -0
  121. package/dist/tools/hashline-edit/types.d.ts +22 -0
  122. package/dist/tools/hashline-edit/validation.d.ts +6 -0
  123. package/dist/tools/index.d.ts +1 -0
  124. package/dist/tools/session-manager/constants.d.ts +1 -4
  125. package/dist/tools/session-manager/session-formatter.d.ts +1 -1
  126. package/dist/tools/session-manager/storage.d.ts +5 -2
  127. package/dist/tools/session-manager/types.d.ts +1 -1
  128. package/dist/tools/task/todo-sync.d.ts +2 -2
  129. package/package.json +8 -8
  130. package/dist/tools/task/task-action-create.d.ts +0 -4
  131. package/dist/tools/task/task-action-delete.d.ts +0 -2
  132. package/dist/tools/task/task-action-get.d.ts +0 -2
  133. package/dist/tools/task/task-action-list.d.ts +0 -2
  134. package/dist/tools/task/task-action-update.d.ts +0 -2
  135. package/dist/tools/task/task-id-validator.d.ts +0 -1
  136. package/dist/tools/task/task.d.ts +0 -3
  137. /package/dist/{features/background-agent/message-storage-locator.d.ts → shared/opencode-message-dir.d.ts} +0 -0
package/README.ja.md CHANGED
@@ -172,16 +172,16 @@ Windows から Linux に初めて乗り換えた時のこと、自分の思い
172
172
  私の人生もそうです。振り返ってみれば、私たち人間と何ら変わりありません。
173
173
  **はい!LLMエージェントたちは私たちと変わりません。優れたツールと最高の仲間がいれば、彼らも私たちと同じくらい優れたコードを書き、立派に仕事をこなすことができます。**
174
174
 
175
- 私たちのメインエージェント、Sisyphus(Opus 4.5 High)を紹介します。以下は、シジフォスが岩を転がすために使用するツールです。
175
+ 私たちのメインエージェント、Sisyphus(Opus 4.6)を紹介します。以下は、シジフォスが岩を転がすために使用するツールです。
176
176
 
177
177
  *以下の内容はすべてカスタマイズ可能です。必要なものだけを使ってください。デフォルトではすべての機能が有効になっています。何もしなくても大丈夫です。*
178
178
 
179
179
  - シジフォスのチームメイト (Curated Agents)
180
- - Hephaestus: 自律型ディープワーカー、目標指向実行 (GPT 5.2 Codex Medium) — *正当な職人*
181
- - Oracle: 設計、デバッグ (GPT 5.2 Medium)
180
+ - Hephaestus: 自律型ディープワーカー、目標指向実行 (GPT 5.3 Codex Medium) — *正当な職人*
181
+ - Oracle: 設計、デバッグ (GPT 5.2)
182
182
  - Frontend UI/UX Engineer: フロントエンド開発 (Gemini 3 Pro)
183
- - Librarian: 公式ドキュメント、オープンソース実装、コードベース探索 (Claude Sonnet 4.5)
184
- - Explore: 超高速コードベース探索 (Contextual Grep) (Claude Haiku 4.5)
183
+ - Librarian: 公式ドキュメント、オープンソース実装、コードベース探索 (GLM-4.7)
184
+ - Explore: 超高速コードベース探索 (Contextual Grep) (Grok Code Fast 1)
185
185
  - Full LSP / AstGrep Support: 決定的にリファクタリングしましょう。
186
186
  - Todo Continuation Enforcer: 途中で諦めたら、続行を強制します。これがシジフォスに岩を転がし続けさせる秘訣です。
187
187
  - Comment Checker: AIが過剰なコメントを付けないようにします。シジフォスが生成したコードは、人間が書いたものと区別がつかないべきです。
@@ -199,7 +199,7 @@ Windows から Linux に初めて乗り換えた時のこと、自分の思い
199
199
  ![Meet Hephaestus](.github/assets/hephaestus.png)
200
200
 
201
201
  ギリシャ神話において、ヘパイストスは鍛冶、火、金属加工、職人技の神でした—比類のない精密さと献身で神々の武器を作り上げた神聖な鍛冶師です。
202
- **自律型ディープワーカーを紹介します: ヘパイストス (GPT 5.2 Codex Medium)。正当な職人エージェント。**
202
+ **自律型ディープワーカーを紹介します: ヘパイストス (GPT 5.3 Codex Medium)。正当な職人エージェント。**
203
203
 
204
204
  *なぜ「正当な」なのか?Anthropicがサードパーティアクセスを利用規約違反を理由にブロックした時、コミュニティで「正当な」使用についてのジョークが始まりました。ヘパイストスはこの皮肉を受け入れています—彼は近道をせず、正しい方法で、体系的かつ徹底的に物を作る職人です。*
205
205
 
package/README.ko.md CHANGED
@@ -176,16 +176,16 @@ Hey please read this readme and tell me why it is different from other agent har
176
176
  내 삶도 다르지 않습니다. 돌이켜보면 우리는 이 에이전트들과 그리 다르지 않습니다.
177
177
  **맞습니다! LLM 에이전트는 우리와 다르지 않습니다. 훌륭한 도구와 확고한 팀원을 제공하면 우리만큼 훌륭한 코드를 작성하고 똑같이 훌륭하게 작업할 수 있습니다.**
178
178
 
179
- 우리의 주요 에이전트를 만나보세요: Sisyphus (Opus 4.5 High). 아래는 Sisyphus가 그 바위를 굴리는 데 사용하는 도구입니다.
179
+ 우리의 주요 에이전트를 만나보세요: Sisyphus (Opus 4.6). 아래는 Sisyphus가 그 바위를 굴리는 데 사용하는 도구입니다.
180
180
 
181
181
  *아래의 모든 것은 사용자 정의 가능합니다. 원하는 것을 가져가세요. 모든 기능은 기본적으로 활성화됩니다. 아무것도 할 필요가 없습니다. 포함되어 있으며, 즉시 작동합니다.*
182
182
 
183
183
  - Sisyphus의 팀원 (큐레이팅된 에이전트)
184
- - Hephaestus: 자율적 딥 워커, 목표 지향 실행 (GPT 5.2 Codex Medium) — *합법적인 장인*
185
- - Oracle: 디자인, 디버깅 (GPT 5.2 Medium)
184
+ - Hephaestus: 자율적 딥 워커, 목표 지향 실행 (GPT 5.3 Codex Medium) — *합법적인 장인*
185
+ - Oracle: 디자인, 디버깅 (GPT 5.2)
186
186
  - Frontend UI/UX Engineer: 프론트엔드 개발 (Gemini 3 Pro)
187
- - Librarian: 공식 문서, 오픈 소스 구현, 코드베이스 탐색 (Claude Sonnet 4.5)
188
- - Explore: 엄청나게 빠른 코드베이스 탐색 (Contextual Grep) (Claude Haiku 4.5)
187
+ - Librarian: 공식 문서, 오픈 소스 구현, 코드베이스 탐색 (GLM-4.7)
188
+ - Explore: 엄청나게 빠른 코드베이스 탐색 (Contextual Grep) (Grok Code Fast 1)
189
189
  - 완전한 LSP / AstGrep 지원: 결정적으로 리팩토링합니다.
190
190
  - TODO 연속 강제: 에이전트가 중간에 멈추면 계속하도록 강제합니다. **이것이 Sisyphus가 그 바위를 굴리게 하는 것입니다.**
191
191
  - 주석 검사기: AI가 과도한 주석을 추가하는 것을 방지합니다. Sisyphus가 생성한 코드는 인간이 작성한 것과 구별할 수 없어야 합니다.
@@ -228,7 +228,7 @@ Hey please read this readme and tell me why it is different from other agent har
228
228
  ![Meet Hephaestus](.github/assets/hephaestus.png)
229
229
 
230
230
  그리스 신화에서 헤파이스토스는 대장간, 불, 금속 세공, 장인 정신의 신이었습니다—비교할 수 없는 정밀함과 헌신으로 신들의 무기를 만든 신성한 대장장이입니다.
231
- **자율적 딥 워커를 소개합니다: 헤파이스토스 (GPT 5.2 Codex Medium). 합법적인 장인 에이전트.**
231
+ **자율적 딥 워커를 소개합니다: 헤파이스토스 (GPT 5.3 Codex Medium). 합법적인 장인 에이전트.**
232
232
 
233
233
  *왜 "합법적인"일까요? Anthropic이 ToS 위반을 이유로 서드파티 접근을 차단했을 때, 커뮤니티에서 "합법적인" 사용에 대한 농담이 시작되었습니다. 헤파이스토스는 이 아이러니를 받아들입니다—그는 편법 없이 올바른 방식으로, 체계적이고 철저하게 만드는 장인입니다.*
234
234
 
package/README.md CHANGED
@@ -175,16 +175,16 @@ In greek mythology, Sisyphus was condemned to roll a boulder up a hill for etern
175
175
  My life is no different. Looking back, we are not so different from these agents.
176
176
  **Yes! LLM Agents are no different from us. They can write code as brilliant as ours and work just as excellently—if you give them great tools and solid teammates.**
177
177
 
178
- Meet our main agent: Sisyphus (Opus 4.5 High). Below are the tools Sisyphus uses to keep that boulder rolling.
178
+ Meet our main agent: Sisyphus (Opus 4.6). Below are the tools Sisyphus uses to keep that boulder rolling.
179
179
 
180
180
  *Everything below is customizable. Take what you want. All features are enabled by default. You don't have to do anything. Battery Included, works out of the box.*
181
181
 
182
182
  - Sisyphus's Teammates (Curated Agents)
183
- - Hephaestus: Autonomous deep worker, goal-oriented execution (GPT 5.2 Codex Medium) — *The Legitimate Craftsman*
184
- - Oracle: Design, debugging (GPT 5.2 Medium)
183
+ - Hephaestus: Autonomous deep worker, goal-oriented execution (GPT 5.3 Codex Medium) — *The Legitimate Craftsman*
184
+ - Oracle: Design, debugging (GPT 5.2)
185
185
  - Frontend UI/UX Engineer: Frontend development (Gemini 3 Pro)
186
- - Librarian: Official docs, open source implementations, codebase exploration (Claude Sonnet 4.5)
187
- - Explore: Blazing fast codebase exploration (Contextual Grep) (Claude Haiku 4.5)
186
+ - Librarian: Official docs, open source implementations, codebase exploration (GLM-4.7)
187
+ - Explore: Blazing fast codebase exploration (Contextual Grep) (Grok Code Fast 1)
188
188
  - Full LSP / AstGrep Support: Refactor decisively.
189
189
  - Todo Continuation Enforcer: Forces the agent to continue if it quits halfway. **This is what keeps Sisyphus rolling that boulder.**
190
190
  - Comment Checker: Prevents AI from adding excessive comments. Code generated by Sisyphus should be indistinguishable from human-written code.
@@ -227,7 +227,7 @@ If you don't want all this, as mentioned, you can just pick and choose specific
227
227
  ![Meet Hephaestus](.github/assets/hephaestus.png)
228
228
 
229
229
  In Greek mythology, Hephaestus was the god of forge, fire, metalworking, and craftsmanship—the divine blacksmith who crafted weapons for the gods with unmatched precision and dedication.
230
- **Meet our autonomous deep worker: Hephaestus (GPT 5.2 Codex Medium). The Legitimate Craftsman Agent.**
230
+ **Meet our autonomous deep worker: Hephaestus (GPT 5.3 Codex Medium). The Legitimate Craftsman Agent.**
231
231
 
232
232
  *Why "Legitimate"? When Anthropic blocked third-party access citing ToS violations, the community started joking about "legitimate" usage. Hephaestus embraces this irony—he's the craftsman who builds things the right way, methodically and thoroughly, without cutting corners.*
233
233
 
package/README.zh-cn.md CHANGED
@@ -172,16 +172,16 @@
172
172
  我的生活也没有什么不同。回顾过去,我们与这些智能体并没有太大不同。
173
173
  **是的!LLM 智能体和我们没有区别。如果你给它们优秀的工具和可靠的队友,它们可以写出和我们一样出色的代码,工作得同样优秀。**
174
174
 
175
- 认识我们的主智能体:Sisyphus (Opus 4.5 High)。以下是 Sisyphus 用来继续推动巨石的工具。
175
+ 认识我们的主智能体:Sisyphus (Opus 4.6)。以下是 Sisyphus 用来继续推动巨石的工具。
176
176
 
177
177
  *以下所有内容都是可配置的。按需选取。所有功能默认启用。你不需要做任何事情。开箱即用,电池已包含。*
178
178
 
179
179
  - Sisyphus 的队友(精选智能体)
180
- - Hephaestus:自主深度工作者,目标导向执行(GPT 5.2 Codex Medium)— *合法的工匠*
181
- - Oracle:设计、调试 (GPT 5.2 Medium)
180
+ - Hephaestus:自主深度工作者,目标导向执行(GPT 5.3 Codex Medium)— *合法的工匠*
181
+ - Oracle:设计、调试 (GPT 5.2)
182
182
  - Frontend UI/UX Engineer:前端开发 (Gemini 3 Pro)
183
- - Librarian:官方文档、开源实现、代码库探索 (Claude Sonnet 4.5)
184
- - Explore:极速代码库探索(上下文感知 Grep)(Claude Haiku 4.5)
183
+ - Librarian:官方文档、开源实现、代码库探索 (GLM-4.7)
184
+ - Explore:极速代码库探索(上下文感知 Grep)(Grok Code Fast 1)
185
185
  - 完整 LSP / AstGrep 支持:果断重构。
186
186
  - Todo 继续执行器:如果智能体中途退出,强制它继续。**这就是让 Sisyphus 继续推动巨石的关键。**
187
187
  - 注释检查器:防止 AI 添加过多注释。Sisyphus 生成的代码应该与人类编写的代码无法区分。
@@ -199,7 +199,7 @@
199
199
  ![Meet Hephaestus](.github/assets/hephaestus.png)
200
200
 
201
201
  在希腊神话中,赫菲斯托斯是锻造、火焰、金属加工和工艺之神——他是神圣的铁匠,以无与伦比的精准和奉献为众神打造武器。
202
- **介绍我们的自主深度工作者:赫菲斯托斯(GPT 5.2 Codex Medium)。合法的工匠代理。**
202
+ **介绍我们的自主深度工作者:赫菲斯托斯(GPT 5.3 Codex Medium)。合法的工匠代理。**
203
203
 
204
204
  *为什么是"合法的"?当Anthropic以违反服务条款为由封锁第三方访问时,社区开始调侃"合法"使用。赫菲斯托斯拥抱这种讽刺——他是那种用正确的方式、有条不紊、彻底地构建事物的工匠,绝不走捷径。*
205
205
 
@@ -1,18 +1,8 @@
1
1
  /**
2
- * GPT-5.2 Optimized Sisyphus-Junior System Prompt
2
+ * GPT-optimized Sisyphus-Junior System Prompt
3
3
  *
4
- * Restructured following OpenAI's GPT-5.2 Prompting Guide principles:
5
- * - Explicit verbosity constraints (2-4 sentences for updates)
6
- * - Scope discipline (no extra features, implement exactly what's specified)
7
- * - Tool usage rules (prefer tools over internal knowledge)
8
- * - Uncertainty handling (ask clarifying questions)
9
- * - Compact, direct instructions
10
- * - XML-style section tags for clear structure
11
- *
12
- * Key characteristics (from GPT 5.2 Prompting Guide):
13
- * - "Stronger instruction adherence" - follows instructions more literally
14
- * - "Conservative grounding bias" - prefers correctness over speed
15
- * - "More deliberate scaffolding" - builds clearer plans by default
16
- * - Explicit decision criteria needed (model won't infer)
4
+ * Hephaestus-style prompt adapted for a focused executor:
5
+ * - Same autonomy, reporting, parallelism, and tool usage patterns
6
+ * - CAN spawn explore/librarian via call_omo_agent for research
17
7
  */
18
8
  export declare function buildGptSisyphusJuniorPrompt(useTaskSystem: boolean, promptAppend?: string): string;