oh-my-opencode 4.10.0 → 4.11.1

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 (1707) hide show
  1. package/.agents/skills/codex-qa/SKILL.md +96 -0
  2. package/.agents/skills/codex-qa/references/app-server.md +63 -0
  3. package/.agents/skills/codex-qa/references/components-hooks.md +38 -0
  4. package/.agents/skills/codex-qa/references/docker-qa.md +62 -0
  5. package/.agents/skills/codex-qa/references/install-verify.md +57 -0
  6. package/.agents/skills/codex-qa/references/isolation.md +57 -0
  7. package/.agents/skills/codex-qa/references/logging-debug.md +60 -0
  8. package/.agents/skills/codex-qa/scripts/app-server-drive.sh +76 -0
  9. package/.agents/skills/codex-qa/scripts/hook-unit-probe.sh +69 -0
  10. package/.agents/skills/codex-qa/scripts/install-verify.sh +60 -0
  11. package/.agents/skills/codex-qa/scripts/lib/app-server-client.mjs +117 -0
  12. package/.agents/skills/codex-qa/scripts/lib/common.sh +180 -0
  13. package/.agents/skills/codex-qa/scripts/lib/mock-model.mjs +56 -0
  14. package/.agents/skills/codex-qa/scripts/tui-smoke.sh +71 -0
  15. package/.agents/skills/opencode-qa/SKILL.md +8 -1
  16. package/.agents/skills/opencode-qa/references/docker-qa.md +72 -0
  17. package/.agents/skills/tech-debt-audit/SKILL.md +14 -14
  18. package/.agents/skills/work-with-pr/SKILL.md +77 -53
  19. package/.opencode/skills/work-with-pr/SKILL.md +79 -55
  20. package/README.ja.md +3 -3
  21. package/README.ko.md +3 -3
  22. package/README.md +2 -2
  23. package/README.ru.md +3 -3
  24. package/README.zh-cn.md +3 -3
  25. package/THIRD-PARTY-NOTICES.md +205 -0
  26. package/dist/agents/atlas/agent.d.ts +3 -2
  27. package/dist/agents/dynamic-agent-prompt-types.d.ts +1 -1
  28. package/dist/agents/index.d.ts +0 -1
  29. package/dist/agents/prometheus/index.d.ts +0 -1
  30. package/dist/agents/prometheus/system-prompt.d.ts +0 -2
  31. package/dist/agents/sisyphus/glm-5-2.d.ts +4 -0
  32. package/dist/agents/sisyphus/index.d.ts +1 -0
  33. package/dist/agents/sisyphus-agent-config.d.ts +1 -0
  34. package/dist/agents/sisyphus-junior/agent.d.ts +1 -1
  35. package/dist/agents/sisyphus-junior/glm-5-2.d.ts +1 -0
  36. package/dist/agents/sisyphus-junior/index.d.ts +1 -0
  37. package/dist/cli/config-manager/add-tui-plugin-to-tui-config.d.ts +7 -0
  38. package/dist/cli/doctor/checks/codex-components.d.ts +4 -4
  39. package/dist/cli/doctor/checks/codex-runtime-wrapper.d.ts +7 -0
  40. package/dist/cli/doctor/checks/codex.d.ts +1 -1
  41. package/dist/cli/doctor/checks/config.d.ts +1 -1
  42. package/dist/cli/doctor/checks/dependencies.d.ts +1 -2
  43. package/dist/cli/doctor/checks/index.d.ts +1 -1
  44. package/dist/cli/doctor/checks/model-resolution.d.ts +1 -1
  45. package/dist/cli/doctor/checks/system.d.ts +1 -1
  46. package/dist/cli/doctor/checks/team-mode.d.ts +1 -1
  47. package/dist/cli/doctor/checks/tools-gh.d.ts +1 -1
  48. package/dist/cli/doctor/checks/tools-mcp.d.ts +1 -1
  49. package/dist/cli/doctor/checks/tools.d.ts +2 -1
  50. package/dist/cli/doctor/checks/tui-plugin-config.d.ts +7 -1
  51. package/dist/cli/doctor/framework/constants.d.ts +32 -0
  52. package/dist/cli/doctor/framework/spawn-with-timeout.d.ts +8 -0
  53. package/dist/cli/doctor/framework/types.d.ts +147 -0
  54. package/dist/cli/doctor/index.d.ts +4 -4
  55. package/dist/cli/doctor/runner.d.ts +1 -1
  56. package/dist/cli/index.js +9728 -7535
  57. package/dist/cli/install-ast-grep-sg.d.ts +10 -0
  58. package/dist/cli/install-codex/codex-cache-bins.d.ts +1 -21
  59. package/dist/cli/install-codex/codex-cache-bundled-mcps.d.ts +1 -5
  60. package/dist/cli/install-codex/codex-cache-command-shim.d.ts +1 -1
  61. package/dist/cli/install-codex/codex-cache-fs.d.ts +1 -3
  62. package/dist/cli/install-codex/codex-cache-install.d.ts +1 -13
  63. package/dist/cli/install-codex/codex-cache-legacy-bins.d.ts +1 -3
  64. package/dist/cli/install-codex/codex-cache-local-dependencies.d.ts +1 -1
  65. package/dist/cli/install-codex/codex-cache-mcp-manifest.d.ts +1 -2
  66. package/dist/cli/install-codex/codex-cache-paths.d.ts +1 -2
  67. package/dist/cli/install-codex/codex-cache-prune.d.ts +1 -10
  68. package/dist/cli/install-codex/codex-cache.d.ts +1 -4
  69. package/dist/cli/install-codex/codex-cached-marketplace-manifest.d.ts +1 -6
  70. package/dist/cli/install-codex/codex-cleanup-config.d.ts +1 -6
  71. package/dist/cli/install-codex/codex-cleanup.d.ts +1 -25
  72. package/dist/cli/install-codex/codex-config-agents.d.ts +1 -3
  73. package/dist/cli/install-codex/codex-config-features.d.ts +1 -1
  74. package/dist/cli/install-codex/codex-config-marketplaces.d.ts +1 -6
  75. package/dist/cli/install-codex/codex-config-permissions.d.ts +1 -1
  76. package/dist/cli/install-codex/codex-config-plugins.d.ts +1 -9
  77. package/dist/cli/install-codex/codex-config-reasoning.d.ts +1 -2
  78. package/dist/cli/install-codex/codex-config-toml-sections.d.ts +1 -9
  79. package/dist/cli/install-codex/codex-config-toml.d.ts +1 -13
  80. package/dist/cli/install-codex/codex-hook-trust.d.ts +1 -6
  81. package/dist/cli/install-codex/codex-installation-detection.d.ts +1 -36
  82. package/dist/cli/install-codex/codex-installer-bin-dir.d.ts +1 -8
  83. package/dist/cli/install-codex/codex-marketplace-snapshot.d.ts +1 -15
  84. package/dist/cli/install-codex/codex-marketplace.d.ts +1 -9
  85. package/dist/cli/install-codex/codex-model-catalog.d.ts +1 -13
  86. package/dist/cli/install-codex/codex-multi-agent-v2-config.d.ts +1 -12
  87. package/dist/cli/install-codex/codex-package-layout.d.ts +1 -1
  88. package/dist/cli/install-codex/codex-process.d.ts +1 -7
  89. package/dist/cli/install-codex/codex-project-local-cleanup-best-effort.d.ts +1 -7
  90. package/dist/cli/install-codex/codex-project-local-cleanup.d.ts +1 -35
  91. package/dist/cli/install-codex/git-bash.d.ts +1 -35
  92. package/dist/cli/install-codex/index.d.ts +1 -11
  93. package/dist/cli/install-codex/install-codex.d.ts +1 -10
  94. package/dist/cli/install-codex/lazycodex-version-stamp.d.ts +1 -19
  95. package/dist/cli/install-codex/link-cached-plugin-agents.d.ts +1 -20
  96. package/dist/cli/install-codex/lsp-daemon-reaper.d.ts +1 -5
  97. package/dist/cli/install-codex/toml-section-editor.d.ts +1 -11
  98. package/dist/cli/install-codex/types.d.ts +1 -76
  99. package/dist/cli/mcp-oauth/login.d.ts +1 -1
  100. package/dist/cli-node/index.js +9785 -7537
  101. package/dist/config/index.d.ts +1 -1
  102. package/dist/config/schema/agent-names.d.ts +1 -1
  103. package/dist/config/schema/codegraph.d.ts +9 -0
  104. package/dist/config/schema/git-env-prefix.d.ts +1 -5
  105. package/dist/config/schema/hooks.d.ts +3 -0
  106. package/dist/config/schema/monitor.d.ts +15 -0
  107. package/dist/config/schema/oh-my-opencode-config.d.ts +27 -16
  108. package/dist/config/schema/openclaw.d.ts +5 -4
  109. package/dist/config/schema/team-mode.d.ts +1 -16
  110. package/dist/config/schema/tmux.d.ts +4 -5
  111. package/dist/config/schema/tui.d.ts +10 -0
  112. package/dist/config/schema.d.ts +2 -0
  113. package/dist/config/validate.d.ts +8 -0
  114. package/dist/create-hooks.d.ts +5 -0
  115. package/dist/create-managers.d.ts +7 -0
  116. package/dist/create-runtime-tmux-config.d.ts +1 -1
  117. package/dist/create-tools.d.ts +1 -1
  118. package/dist/features/background-agent/error-classifier.d.ts +2 -2
  119. package/dist/features/background-agent/manager.d.ts +29 -2
  120. package/dist/features/background-agent/parent-wake-dispatched-tracker.d.ts +8 -0
  121. package/dist/features/background-agent/parent-wake-notifier.d.ts +4 -0
  122. package/dist/features/background-agent/spawner/fallback-agent.d.ts +3 -2
  123. package/dist/features/background-agent/spawner/task-prompt-body.d.ts +5 -6
  124. package/dist/features/background-agent/task-snapshot.d.ts +2 -0
  125. package/dist/features/background-agent/types.d.ts +7 -0
  126. package/dist/features/builtin-commands/templates/refactor-sections/intro-and-analysis.d.ts +1 -1
  127. package/dist/features/builtin-commands/templates/refactor-sections/plan-and-execution.d.ts +1 -1
  128. package/dist/features/builtin-commands/templates/refactor-sections/team-mode-addendum.d.ts +1 -1
  129. package/dist/features/builtin-commands/templates/refactor-sections/verification-and-tooling.d.ts +1 -1
  130. package/dist/features/builtin-commands/templates/remove-ai-slops.d.ts +1 -1
  131. package/dist/features/builtin-skills/index.d.ts +1 -2
  132. package/dist/features/builtin-skills/skill-file-loader.d.ts +1 -4
  133. package/dist/features/builtin-skills/skills/agent-browser-skill.d.ts +1 -2
  134. package/dist/features/builtin-skills/skills/agent-browser-template.d.ts +1 -2
  135. package/dist/features/builtin-skills/skills/debugging.d.ts +1 -2
  136. package/dist/features/builtin-skills/skills/dev-browser.d.ts +1 -2
  137. package/dist/features/builtin-skills/skills/frontend.d.ts +1 -0
  138. package/dist/features/builtin-skills/skills/git-master-sections/commit-atomic-planning.d.ts +1 -1
  139. package/dist/features/builtin-skills/skills/git-master-sections/commit-context-analysis.d.ts +1 -1
  140. package/dist/features/builtin-skills/skills/git-master-sections/commit-execution-verification.d.ts +1 -1
  141. package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -1
  142. package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +1 -1
  143. package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +1 -1
  144. package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +1 -1
  145. package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +1 -1
  146. package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +1 -2
  147. package/dist/features/builtin-skills/skills/git-master.d.ts +1 -2
  148. package/dist/features/builtin-skills/skills/index.d.ts +1 -13
  149. package/dist/features/builtin-skills/skills/init-deep.d.ts +1 -2
  150. package/dist/features/builtin-skills/skills/playwright-cli.d.ts +1 -10
  151. package/dist/features/builtin-skills/skills/playwright-mcp-skill.d.ts +1 -2
  152. package/dist/features/builtin-skills/skills/playwright.d.ts +1 -2
  153. package/dist/features/builtin-skills/skills/remove-ai-slops.d.ts +1 -2
  154. package/dist/features/builtin-skills/skills/review-work.d.ts +1 -2
  155. package/dist/features/builtin-skills/skills/security-research.d.ts +1 -2
  156. package/dist/features/builtin-skills/skills/security-review.d.ts +1 -2
  157. package/dist/features/builtin-skills/skills/team-mode.d.ts +1 -2
  158. package/dist/features/builtin-skills/skills/visual-qa.d.ts +1 -2
  159. package/dist/features/builtin-skills/skills.d.ts +1 -12
  160. package/dist/features/builtin-skills/types.d.ts +1 -15
  161. package/dist/features/claude-code-agent-loader/agent-definitions-loader.d.ts +1 -3
  162. package/dist/features/claude-code-agent-loader/claude-model-mapper.d.ts +1 -4
  163. package/dist/features/claude-code-agent-loader/index.d.ts +1 -5
  164. package/dist/features/claude-code-agent-loader/json-agent-loader.d.ts +1 -2
  165. package/dist/features/claude-code-agent-loader/loader.d.ts +1 -5
  166. package/dist/features/claude-code-agent-loader/opencode-config-agents-reader.d.ts +1 -2
  167. package/dist/features/claude-code-agent-loader/types.d.ts +1 -29
  168. package/dist/features/claude-code-command-loader/index.d.ts +1 -2
  169. package/dist/features/claude-code-command-loader/loader-cache.d.ts +1 -6
  170. package/dist/features/claude-code-command-loader/loader.d.ts +1 -8
  171. package/dist/features/claude-code-command-loader/types.d.ts +1 -42
  172. package/dist/features/claude-code-mcp-loader/configure-allowed-env-vars.d.ts +1 -5
  173. package/dist/features/claude-code-mcp-loader/index.d.ts +1 -11
  174. package/dist/features/claude-code-mcp-loader/loader.d.ts +1 -4
  175. package/dist/features/claude-code-mcp-loader/scope-filter.d.ts +1 -2
  176. package/dist/features/claude-code-mcp-loader/transformer.d.ts +1 -2
  177. package/dist/features/claude-code-mcp-loader/types.d.ts +1 -43
  178. package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +1 -3
  179. package/dist/features/claude-code-plugin-loader/command-loader.d.ts +1 -3
  180. package/dist/features/claude-code-plugin-loader/discovery-core.d.ts +1 -2
  181. package/dist/features/claude-code-plugin-loader/discovery-paths.d.ts +1 -3
  182. package/dist/features/claude-code-plugin-loader/discovery.d.ts +1 -3
  183. package/dist/features/claude-code-plugin-loader/hook-loader.d.ts +1 -2
  184. package/dist/features/claude-code-plugin-loader/index.d.ts +1 -10
  185. package/dist/features/claude-code-plugin-loader/install-path-resolver.d.ts +1 -1
  186. package/dist/features/claude-code-plugin-loader/installed-plugin-database.d.ts +1 -3
  187. package/dist/features/claude-code-plugin-loader/loaded-plugin.d.ts +1 -2
  188. package/dist/features/claude-code-plugin-loader/loader.d.ts +1 -36
  189. package/dist/features/claude-code-plugin-loader/mcp-server-loader.d.ts +1 -3
  190. package/dist/features/claude-code-plugin-loader/plugin-key.d.ts +1 -1
  191. package/dist/features/claude-code-plugin-loader/plugin-manifest.d.ts +1 -4
  192. package/dist/features/claude-code-plugin-loader/plugin-path-resolver.d.ts +1 -2
  193. package/dist/features/claude-code-plugin-loader/plugin-settings.d.ts +1 -3
  194. package/dist/features/claude-code-plugin-loader/scope-filter.d.ts +1 -2
  195. package/dist/features/claude-code-plugin-loader/skill-loader.d.ts +1 -3
  196. package/dist/features/claude-code-plugin-loader/types.d.ts +1 -240
  197. package/dist/features/claude-tasks/types.d.ts +4 -4
  198. package/dist/features/hook-message-injector/sdk-message-lookup.d.ts +9 -2
  199. package/dist/features/mcp-oauth/callback-server.d.ts +1 -19
  200. package/dist/features/mcp-oauth/dcr.d.ts +1 -34
  201. package/dist/features/mcp-oauth/discovery.d.ts +1 -8
  202. package/dist/features/mcp-oauth/oauth-authorization-flow.d.ts +1 -26
  203. package/dist/features/mcp-oauth/provider.d.ts +1 -30
  204. package/dist/features/mcp-oauth/refresh-mutex.d.ts +1 -26
  205. package/dist/features/mcp-oauth/resource-indicator.d.ts +1 -0
  206. package/dist/features/mcp-oauth/schema.d.ts +1 -0
  207. package/dist/features/mcp-oauth/step-up.d.ts +1 -8
  208. package/dist/features/mcp-oauth/storage.d.ts +1 -17
  209. package/dist/features/monitor/batcher.d.ts +36 -0
  210. package/dist/features/monitor/envelope.d.ts +9 -0
  211. package/dist/features/monitor/filter.d.ts +10 -0
  212. package/dist/features/monitor/index.d.ts +2 -0
  213. package/dist/features/monitor/line-stream.d.ts +29 -0
  214. package/dist/features/monitor/manager-internals.d.ts +65 -0
  215. package/dist/features/monitor/manager.d.ts +35 -0
  216. package/dist/features/monitor/monitor-state-factory.d.ts +24 -0
  217. package/dist/features/monitor/output-injector-session-inspect.d.ts +9 -0
  218. package/dist/features/monitor/output-injector-types.d.ts +48 -0
  219. package/dist/features/monitor/output-injector.d.ts +21 -0
  220. package/dist/features/monitor/permission.d.ts +33 -0
  221. package/dist/features/monitor/pipeline.d.ts +26 -0
  222. package/dist/features/monitor/process.d.ts +21 -0
  223. package/dist/features/monitor/ring-buffer.d.ts +25 -0
  224. package/dist/features/monitor/types.d.ts +83 -0
  225. package/dist/features/opencode-runtime-skills/index.d.ts +1 -2
  226. package/dist/features/opencode-runtime-skills/runtime-skill-config.d.ts +1 -17
  227. package/dist/features/opencode-runtime-skills/skill-markdown.d.ts +1 -7
  228. package/dist/features/opencode-runtime-skills/source-server.d.ts +1 -24
  229. package/dist/features/opencode-skill-loader/allowed-tools-parser.d.ts +1 -1
  230. package/dist/features/opencode-skill-loader/config-source-discovery.d.ts +1 -7
  231. package/dist/features/opencode-skill-loader/git-master-template-injection.d.ts +1 -20
  232. package/dist/features/opencode-skill-loader/index.d.ts +1 -16
  233. package/dist/features/opencode-skill-loader/loaded-skill-from-path.d.ts +1 -9
  234. package/dist/features/opencode-skill-loader/loaded-skill-template-extractor.d.ts +1 -2
  235. package/dist/features/opencode-skill-loader/loader.d.ts +1 -21
  236. package/dist/features/opencode-skill-loader/merger/builtin-skill-converter.d.ts +1 -3
  237. package/dist/features/opencode-skill-loader/merger/config-skill-entry-loader.d.ts +1 -3
  238. package/dist/features/opencode-skill-loader/merger/scope-priority.d.ts +1 -2
  239. package/dist/features/opencode-skill-loader/merger/skill-definition-merger.d.ts +1 -3
  240. package/dist/features/opencode-skill-loader/merger/skills-config-normalizer.d.ts +1 -11
  241. package/dist/features/opencode-skill-loader/merger.d.ts +1 -7
  242. package/dist/features/opencode-skill-loader/opencode-config-skills-reader.d.ts +1 -5
  243. package/dist/features/opencode-skill-loader/skill-content.d.ts +1 -5
  244. package/dist/features/opencode-skill-loader/skill-deduplication.d.ts +1 -2
  245. package/dist/features/opencode-skill-loader/skill-definition-record.d.ts +1 -5
  246. package/dist/features/opencode-skill-loader/skill-directory-loader.d.ts +1 -8
  247. package/dist/features/opencode-skill-loader/skill-discovery.d.ts +1 -4
  248. package/dist/features/opencode-skill-loader/skill-mcp-config.d.ts +1 -3
  249. package/dist/features/opencode-skill-loader/skill-resolution-options.d.ts +1 -9
  250. package/dist/features/opencode-skill-loader/skill-template-resolver.d.ts +1 -11
  251. package/dist/features/opencode-skill-loader/types.d.ts +1 -34
  252. package/dist/features/skill-mcp-manager/cleanup.d.ts +1 -8
  253. package/dist/features/skill-mcp-manager/connection-type.d.ts +1 -7
  254. package/dist/features/skill-mcp-manager/connection.d.ts +1 -14
  255. package/dist/features/skill-mcp-manager/env-cleaner.d.ts +1 -2
  256. package/dist/features/skill-mcp-manager/error-redaction.d.ts +1 -10
  257. package/dist/features/skill-mcp-manager/http-client.d.ts +1 -19
  258. package/dist/features/skill-mcp-manager/index.d.ts +1 -2
  259. package/dist/features/skill-mcp-manager/manager.d.ts +1 -27
  260. package/dist/features/skill-mcp-manager/oauth-handler.d.ts +1 -17
  261. package/dist/features/skill-mcp-manager/stdio-client.d.ts +1 -16
  262. package/dist/features/skill-mcp-manager/types.d.ts +1 -79
  263. package/dist/features/team-mode/member-parser.d.ts +1 -16
  264. package/dist/features/team-mode/team-layout-tmux/close-team-member-pane.d.ts +1 -4
  265. package/dist/features/team-mode/team-layout-tmux/index.d.ts +1 -1
  266. package/dist/features/team-mode/team-layout-tmux/layout.d.ts +1 -37
  267. package/dist/features/team-mode/team-layout-tmux/rebalance-team-window.d.ts +1 -9
  268. package/dist/features/team-mode/team-layout-tmux/resolve-caller-tmux-session.d.ts +1 -9
  269. package/dist/features/team-mode/team-layout-tmux/sweep-stale-team-sessions.d.ts +1 -8
  270. package/dist/features/team-mode/team-mailbox/ack.d.ts +1 -2
  271. package/dist/features/team-mode/team-mailbox/inbox.d.ts +1 -3
  272. package/dist/features/team-mode/team-mailbox/index.d.ts +1 -7
  273. package/dist/features/team-mode/team-mailbox/pending-delivery-recovery.d.ts +1 -31
  274. package/dist/features/team-mode/team-mailbox/poll.d.ts +1 -10
  275. package/dist/features/team-mode/team-mailbox/reservation.d.ts +1 -11
  276. package/dist/features/team-mode/team-mailbox/send.d.ts +1 -30
  277. package/dist/features/team-mode/team-registry/index.d.ts +1 -3
  278. package/dist/features/team-mode/team-registry/loader.d.ts +1 -12
  279. package/dist/features/team-mode/team-registry/paths.d.ts +1 -28
  280. package/dist/features/team-mode/team-registry/team-spec-input-normalizer.d.ts +1 -6
  281. package/dist/features/team-mode/team-registry/validator.d.ts +1 -10
  282. package/dist/features/team-mode/team-runtime/shutdown-helpers.d.ts +1 -1
  283. package/dist/features/team-mode/team-state-store/active-resume.d.ts +1 -5
  284. package/dist/features/team-mode/team-state-store/creating-resume.d.ts +1 -4
  285. package/dist/features/team-mode/team-state-store/deleting-resume.d.ts +1 -4
  286. package/dist/features/team-mode/team-state-store/error-normalization.d.ts +1 -2
  287. package/dist/features/team-mode/team-state-store/index.d.ts +1 -1
  288. package/dist/features/team-mode/team-state-store/locks.d.ts +1 -15
  289. package/dist/features/team-mode/team-state-store/reservation-reconciliation.d.ts +1 -4
  290. package/dist/features/team-mode/team-state-store/resume-report.d.ts +1 -7
  291. package/dist/features/team-mode/team-state-store/resume.d.ts +1 -5
  292. package/dist/features/team-mode/team-state-store/runtime-cleanup.d.ts +1 -4
  293. package/dist/features/team-mode/team-state-store/session-liveness.d.ts +1 -9
  294. package/dist/features/team-mode/team-state-store/store.d.ts +1 -21
  295. package/dist/features/team-mode/team-state-store/worker-resume-status.d.ts +1 -9
  296. package/dist/features/team-mode/team-tasklist/claim.d.ts +1 -10
  297. package/dist/features/team-mode/team-tasklist/dependencies.d.ts +1 -2
  298. package/dist/features/team-mode/team-tasklist/get.d.ts +1 -3
  299. package/dist/features/team-mode/team-tasklist/index.d.ts +1 -6
  300. package/dist/features/team-mode/team-tasklist/list.d.ts +1 -8
  301. package/dist/features/team-mode/team-tasklist/store.d.ts +1 -3
  302. package/dist/features/team-mode/team-tasklist/test-support.d.ts +1 -9
  303. package/dist/features/team-mode/team-tasklist/update.d.ts +1 -9
  304. package/dist/features/team-mode/team-worktree/cleanup.d.ts +1 -3
  305. package/dist/features/team-mode/team-worktree/index.d.ts +1 -2
  306. package/dist/features/team-mode/team-worktree/manager.d.ts +1 -15
  307. package/dist/features/team-mode/tools/lifecycle-create-tool.d.ts +2 -2
  308. package/dist/features/team-mode/tools/lifecycle-inline-spec.d.ts +2 -2
  309. package/dist/features/team-mode/tools/lifecycle-participant.d.ts +2 -2
  310. package/dist/features/team-mode/tools/lifecycle-test-fixture.d.ts +8 -8
  311. package/dist/features/team-mode/tools/messaging-live-delivery-recipient.d.ts +2 -2
  312. package/dist/features/team-mode/tools/messaging-live-delivery-reservation.d.ts +1 -1
  313. package/dist/features/team-mode/tools/messaging-live-delivery-state.d.ts +1 -1
  314. package/dist/features/team-mode/tools/messaging-live-delivery.d.ts +1 -1
  315. package/dist/features/team-mode/tools/messaging-runtime.d.ts +2 -2
  316. package/dist/features/team-mode/tools/query.d.ts +3 -3
  317. package/dist/features/team-mode/tools/tasks.d.ts +2 -2
  318. package/dist/features/team-mode/types.d.ts +1 -343
  319. package/dist/features/tui-sidebar/compute-view.d.ts +10 -0
  320. package/dist/features/tui-sidebar/config-validator.d.ts +2 -0
  321. package/dist/features/tui-sidebar/constants.d.ts +10 -0
  322. package/dist/features/tui-sidebar/derivers.d.ts +10 -0
  323. package/dist/features/tui-sidebar/element-helpers.d.ts +9 -0
  324. package/dist/features/tui-sidebar/loop-reader.d.ts +2 -0
  325. package/dist/features/tui-sidebar/mirror-io.d.ts +3 -0
  326. package/dist/features/tui-sidebar/mirror-manager.d.ts +28 -0
  327. package/dist/features/tui-sidebar/mirror-path.d.ts +3 -0
  328. package/dist/features/tui-sidebar/render-view.d.ts +15 -0
  329. package/dist/features/tui-sidebar/roster-resolver.d.ts +2 -0
  330. package/dist/features/tui-sidebar/snapshot-builder.d.ts +28 -0
  331. package/dist/features/tui-sidebar/snapshot-schema.d.ts +41 -0
  332. package/dist/features/tui-sidebar/state-types.d.ts +72 -0
  333. package/dist/hooks/ast-grep-sg-provision/hook.d.ts +19 -0
  334. package/dist/hooks/ast-grep-sg-provision/index.d.ts +1 -0
  335. package/dist/hooks/auto-slash-command/constants.d.ts +1 -5
  336. package/dist/hooks/auto-slash-command/detector.d.ts +1 -15
  337. package/dist/hooks/auto-slash-command/processed-command-store.d.ts +1 -7
  338. package/dist/hooks/auto-slash-command/types.d.ts +1 -48
  339. package/dist/hooks/auto-update-checker/constants.d.ts +3 -3
  340. package/dist/hooks/codegraph-bootstrap/command-runner.d.ts +16 -0
  341. package/dist/hooks/codegraph-bootstrap/hook.d.ts +34 -0
  342. package/dist/hooks/codegraph-bootstrap/index.d.ts +1 -0
  343. package/dist/hooks/codegraph-bootstrap/project-root.d.ts +1 -0
  344. package/dist/hooks/codegraph-bootstrap/status.d.ts +11 -0
  345. package/dist/hooks/delegate-task-retry/guidance.d.ts +1 -2
  346. package/dist/hooks/delegate-task-retry/patterns.d.ts +2 -11
  347. package/dist/hooks/index.d.ts +3 -0
  348. package/dist/hooks/keyword-detector/ultrawork/glm.d.ts +2 -0
  349. package/dist/hooks/keyword-detector/ultrawork/index.d.ts +4 -2
  350. package/dist/hooks/keyword-detector/ultrawork/source-detector.d.ts +5 -4
  351. package/dist/hooks/monitor-status-injector/hook.d.ts +30 -0
  352. package/dist/hooks/monitor-status-injector/index.d.ts +2 -0
  353. package/dist/hooks/runtime-fallback/auto-retry-signal.d.ts +1 -4
  354. package/dist/hooks/runtime-fallback/error-classifier.d.ts +7 -6
  355. package/dist/hooks/runtime-fallback/fallback-state.d.ts +3 -2
  356. package/dist/hooks/runtime-fallback/test-timeout-clock.test-support.d.ts +6 -0
  357. package/dist/hooks/tool-pair-validator/tool-part-ids.d.ts +2 -1
  358. package/dist/index.js +90877 -95614
  359. package/dist/interactive-bash-availability.d.ts +1 -0
  360. package/dist/mcp/codegraph.d.ts +16 -0
  361. package/dist/mcp/index.d.ts +10 -2
  362. package/dist/mcp/shared/ancestor-cli-resolver.d.ts +25 -0
  363. package/dist/mcp/types.d.ts +1 -1
  364. package/dist/oh-my-opencode.schema.json +139 -16
  365. package/dist/openclaw/config.d.ts +1 -8
  366. package/dist/openclaw/daemon.d.ts +1 -1
  367. package/dist/openclaw/dispatcher.d.ts +1 -12
  368. package/dist/openclaw/gateway-url-validation.d.ts +1 -1
  369. package/dist/openclaw/index.d.ts +1 -5
  370. package/dist/openclaw/reply-listener-discord.d.ts +1 -4
  371. package/dist/openclaw/reply-listener-injection.d.ts +1 -10
  372. package/dist/openclaw/reply-listener-log.d.ts +1 -2
  373. package/dist/openclaw/reply-listener-paths.d.ts +1 -7
  374. package/dist/openclaw/reply-listener-poll-loop.d.ts +1 -3
  375. package/dist/openclaw/reply-listener-process.d.ts +1 -4
  376. package/dist/openclaw/reply-listener-signature.d.ts +1 -2
  377. package/dist/openclaw/reply-listener-sleep.d.ts +1 -1
  378. package/dist/openclaw/reply-listener-spawn.d.ts +1 -5
  379. package/dist/openclaw/reply-listener-start.d.ts +1 -9
  380. package/dist/openclaw/reply-listener-startup.d.ts +1 -12
  381. package/dist/openclaw/reply-listener-state.d.ts +1 -29
  382. package/dist/openclaw/reply-listener-status.d.ts +1 -4
  383. package/dist/openclaw/reply-listener-stop.d.ts +1 -7
  384. package/dist/openclaw/reply-listener-telegram.d.ts +1 -4
  385. package/dist/openclaw/reply-listener.d.ts +1 -5
  386. package/dist/openclaw/runtime-dispatch.d.ts +1 -17
  387. package/dist/openclaw/session-registry-lock.d.ts +1 -2
  388. package/dist/openclaw/session-registry-paths.d.ts +1 -9
  389. package/dist/openclaw/session-registry-storage.d.ts +1 -4
  390. package/dist/openclaw/session-registry-types.d.ts +1 -11
  391. package/dist/openclaw/session-registry.d.ts +1 -8
  392. package/dist/openclaw/tmux.d.ts +1 -8
  393. package/dist/openclaw/types.d.ts +1 -42
  394. package/dist/plugin/event-error-utils.d.ts +2 -1
  395. package/dist/plugin/hooks/create-core-hooks.d.ts +5 -0
  396. package/dist/plugin/hooks/create-session-hooks.d.ts +3 -1
  397. package/dist/plugin/hooks/create-transform-hooks.d.ts +4 -1
  398. package/dist/plugin/messages-transform.d.ts +1 -0
  399. package/dist/plugin/skill-context.d.ts +2 -0
  400. package/dist/plugin/tool-registry-factories.d.ts +2 -1
  401. package/dist/plugin/tool-registry-gated-tools.d.ts +7 -0
  402. package/dist/plugin/tool-registry.d.ts +1 -1
  403. package/dist/plugin/types.d.ts +2 -9
  404. package/dist/plugin-handlers/prometheus-agent-config-builder.d.ts +1 -0
  405. package/dist/shared/archive-entry-validator.d.ts +1 -6
  406. package/dist/shared/bun-file-shim.d.ts +1 -8
  407. package/dist/shared/bun-spawn-shim.d.ts +1 -43
  408. package/dist/shared/bun-which-shim.d.ts +1 -1
  409. package/dist/shared/classify-path-environment.d.ts +1 -3
  410. package/dist/shared/command-executor/embedded-commands.d.ts +1 -7
  411. package/dist/shared/command-executor/execute-command.d.ts +1 -1
  412. package/dist/shared/command-executor/execute-hook-command.d.ts +1 -23
  413. package/dist/shared/command-executor/home-directory.d.ts +1 -1
  414. package/dist/shared/command-executor/resolve-commands-in-text.d.ts +1 -1
  415. package/dist/shared/command-executor/shell-path.d.ts +1 -2
  416. package/dist/shared/command-executor.d.ts +1 -4
  417. package/dist/shared/git-worktree/collect-git-diff-stats.d.ts +1 -2
  418. package/dist/shared/git-worktree/format-file-changes.d.ts +1 -2
  419. package/dist/shared/git-worktree/index.d.ts +1 -7
  420. package/dist/shared/git-worktree/parse-diff-numstat.d.ts +1 -2
  421. package/dist/shared/git-worktree/parse-status-porcelain-line.d.ts +1 -6
  422. package/dist/shared/git-worktree/parse-status-porcelain.d.ts +1 -2
  423. package/dist/shared/git-worktree/types.d.ts +1 -7
  424. package/dist/shared/internal-initiator-marker.d.ts +1 -46
  425. package/dist/shared/logger.d.ts +3 -11
  426. package/dist/shared/migration/agent-category.d.ts +1 -19
  427. package/dist/shared/migration/agent-names.d.ts +1 -6
  428. package/dist/shared/migration/config-migration.d.ts +1 -1
  429. package/dist/shared/migration/hook-names.d.ts +1 -6
  430. package/dist/shared/migration/migrations-sidecar.d.ts +1 -41
  431. package/dist/shared/migration/model-versions.d.ts +1 -22
  432. package/dist/shared/migration.d.ts +1 -5
  433. package/dist/shared/model-suggestion-retry.d.ts +39 -17
  434. package/dist/shared/plugin-identity.d.ts +8 -8
  435. package/dist/shared/posthog.d.ts +3 -0
  436. package/dist/shared/process-stream-reader.d.ts +1 -3
  437. package/dist/shared/prompt-async-gate/message-inspection-error.d.ts +1 -1
  438. package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +1 -11
  439. package/dist/shared/prompt-async-gate/prompt-message-state.d.ts +1 -9
  440. package/dist/shared/prompt-async-gate/queue.d.ts +1 -8
  441. package/dist/shared/prompt-async-gate/recent-dispatches.d.ts +1 -14
  442. package/dist/shared/prompt-async-gate/reservations.d.ts +1 -9
  443. package/dist/shared/prompt-async-gate/semantic-dedupe.d.ts +1 -7
  444. package/dist/shared/prompt-async-gate/session-idle-dispatch.d.ts +1 -16
  445. package/dist/shared/prompt-async-gate/timing.d.ts +1 -9
  446. package/dist/shared/prompt-async-gate/types.d.ts +1 -123
  447. package/dist/shared/prompt-async-gate.d.ts +3 -7
  448. package/dist/shared/prompt-failure-classifier.d.ts +1 -9
  449. package/dist/shared/session-idle-settle.d.ts +1 -12
  450. package/dist/shared/shell-env.d.ts +1 -1
  451. package/dist/shared/skill-path-resolver.d.ts +1 -1
  452. package/dist/shared/tmux/cmux-detect.d.ts +1 -8
  453. package/dist/shared/tmux/constants.d.ts +1 -5
  454. package/dist/shared/tmux/runner.d.ts +2 -13
  455. package/dist/shared/tmux/tmux-utils/adapter-deps.d.ts +9 -0
  456. package/dist/shared/tmux/tmux-utils/environment.d.ts +2 -4
  457. package/dist/shared/tmux/tmux-utils/layout.d.ts +4 -17
  458. package/dist/shared/tmux/tmux-utils/pane-close.d.ts +3 -10
  459. package/dist/shared/tmux/tmux-utils/pane-command.d.ts +1 -2
  460. package/dist/shared/tmux/tmux-utils/pane-dimensions.d.ts +2 -4
  461. package/dist/shared/tmux/tmux-utils/pane-replace.d.ts +1 -11
  462. package/dist/shared/tmux/tmux-utils/pane-spawn.d.ts +1 -13
  463. package/dist/shared/tmux/tmux-utils/server-health.d.ts +2 -15
  464. package/dist/shared/tmux/tmux-utils/session-spawn.d.ts +3 -14
  465. package/dist/shared/tmux/tmux-utils/spawn-process.d.ts +1 -1
  466. package/dist/shared/tmux/tmux-utils/stale-session-sweep.d.ts +4 -17
  467. package/dist/shared/tmux/tmux-utils/window-spawn.d.ts +1 -13
  468. package/dist/shared/tmux/types.d.ts +1 -4
  469. package/dist/shared/write-file-atomically.d.ts +2 -0
  470. package/dist/shared/zip-entry-listing/powershell-zip-entry-listing.d.ts +1 -4
  471. package/dist/shared/zip-entry-listing/python-zip-entry-listing.d.ts +1 -3
  472. package/dist/shared/zip-entry-listing/read-zip-symlink-target.d.ts +1 -1
  473. package/dist/shared/zip-entry-listing/tar-zip-entry-listing.d.ts +1 -3
  474. package/dist/shared/zip-entry-listing/zipinfo-zip-entry-listing.d.ts +1 -4
  475. package/dist/shared/zip-entry-listing.d.ts +1 -4
  476. package/dist/skills/ast-grep/LICENSE +21 -0
  477. package/dist/skills/ast-grep/README.md +136 -0
  478. package/dist/skills/ast-grep/SKILL.md +272 -0
  479. package/dist/skills/ast-grep/SOURCE +1 -0
  480. package/dist/skills/ast-grep/install.ps1 +235 -0
  481. package/dist/skills/ast-grep/install.sh +286 -0
  482. package/dist/skills/ast-grep/references/cli.md +231 -0
  483. package/dist/skills/ast-grep/references/install.md +166 -0
  484. package/dist/skills/ast-grep/references/patterns.md +147 -0
  485. package/dist/skills/ast-grep/references/pitfalls.md +303 -0
  486. package/dist/skills/ast-grep/references/recipes.md +402 -0
  487. package/dist/skills/ast-grep/references/sgconfig.md +248 -0
  488. package/dist/skills/ast-grep/references/yaml-rules.md +509 -0
  489. package/dist/skills/ast-grep/scripts/ast_grep_helper.py +748 -0
  490. package/dist/skills/ast-grep/tests/smoke.ps1 +123 -0
  491. package/dist/skills/ast-grep/tests/smoke.sh +212 -0
  492. package/dist/skills/debugging/SKILL.md +116 -0
  493. package/dist/skills/debugging/references/methodology/00-setup.md +108 -0
  494. package/dist/skills/debugging/references/methodology/02-investigate.md +130 -0
  495. package/dist/skills/debugging/references/methodology/04-oracle-triple.md +136 -0
  496. package/dist/skills/debugging/references/methodology/05-escalate.md +69 -0
  497. package/dist/skills/debugging/references/methodology/06-fix.md +116 -0
  498. package/dist/skills/debugging/references/methodology/08-qa.md +94 -0
  499. package/dist/skills/debugging/references/methodology/09-cleanup.md +164 -0
  500. package/dist/skills/debugging/references/methodology/partial-runtime-evidence.md +229 -0
  501. package/dist/skills/debugging/references/runtimes/bundled-js-binary.md +415 -0
  502. package/dist/skills/debugging/references/runtimes/go.md +252 -0
  503. package/dist/skills/debugging/references/runtimes/native-binary.md +484 -0
  504. package/dist/skills/debugging/references/runtimes/node.md +260 -0
  505. package/dist/skills/debugging/references/runtimes/python.md +248 -0
  506. package/dist/skills/debugging/references/runtimes/rust.md +234 -0
  507. package/dist/skills/debugging/references/tools/ghidra.md +212 -0
  508. package/dist/skills/debugging/references/tools/playwright-cli.md +194 -0
  509. package/dist/skills/debugging/references/tools/pwndbg.md +263 -0
  510. package/dist/skills/debugging/references/tools/pwntools.md +265 -0
  511. package/dist/skills/frontend/ATTRIBUTION.md +127 -0
  512. package/dist/skills/frontend/LICENSE-Apache-2.0.txt +201 -0
  513. package/dist/skills/frontend/SKILL.md +113 -0
  514. package/dist/skills/frontend/references/design/README.md +240 -0
  515. package/dist/skills/frontend/references/design/_INDEX.md +189 -0
  516. package/dist/skills/frontend/references/design/airbnb.md +390 -0
  517. package/dist/skills/frontend/references/design/airtable.md +89 -0
  518. package/dist/skills/frontend/references/design/apple.md +247 -0
  519. package/dist/skills/frontend/references/design/binance.md +345 -0
  520. package/dist/skills/frontend/references/design/bmw.md +180 -0
  521. package/dist/skills/frontend/references/design/brutalist-skill.md +92 -0
  522. package/dist/skills/frontend/references/design/bugatti.md +268 -0
  523. package/dist/skills/frontend/references/design/cal.md +259 -0
  524. package/dist/skills/frontend/references/design/claude.md +312 -0
  525. package/dist/skills/frontend/references/design/clay.md +304 -0
  526. package/dist/skills/frontend/references/design/clickhouse.md +281 -0
  527. package/dist/skills/frontend/references/design/cohere.md +266 -0
  528. package/dist/skills/frontend/references/design/coinbase.md +129 -0
  529. package/dist/skills/frontend/references/design/composio.md +307 -0
  530. package/dist/skills/frontend/references/design/cursor.md +309 -0
  531. package/dist/skills/frontend/references/design/design-system-architecture.md +217 -0
  532. package/dist/skills/frontend/references/design/elevenlabs.md +265 -0
  533. package/dist/skills/frontend/references/design/expo.md +281 -0
  534. package/dist/skills/frontend/references/design/ferrari.md +314 -0
  535. package/dist/skills/frontend/references/design/figma.md +220 -0
  536. package/dist/skills/frontend/references/design/framer.md +246 -0
  537. package/dist/skills/frontend/references/design/gpt-tasteskill.md +74 -0
  538. package/dist/skills/frontend/references/design/hashicorp.md +278 -0
  539. package/dist/skills/frontend/references/design/ibm.md +332 -0
  540. package/dist/skills/frontend/references/design/image-to-code-skill.md +1228 -0
  541. package/dist/skills/frontend/references/design/imagegen-brandkit.md +798 -0
  542. package/dist/skills/frontend/references/design/imagegen-frontend-mobile.md +1465 -0
  543. package/dist/skills/frontend/references/design/imagegen-frontend-web.md +686 -0
  544. package/dist/skills/frontend/references/design/intercom.md +146 -0
  545. package/dist/skills/frontend/references/design/kraken.md +125 -0
  546. package/dist/skills/frontend/references/design/lamborghini.md +288 -0
  547. package/dist/skills/frontend/references/design/linear.app.md +367 -0
  548. package/dist/skills/frontend/references/design/lovable.md +298 -0
  549. package/dist/skills/frontend/references/design/mastercard.md +365 -0
  550. package/dist/skills/frontend/references/design/meta.md +366 -0
  551. package/dist/skills/frontend/references/design/minimalist-skill.md +85 -0
  552. package/dist/skills/frontend/references/design/minimax.md +257 -0
  553. package/dist/skills/frontend/references/design/mintlify.md +326 -0
  554. package/dist/skills/frontend/references/design/miro.md +108 -0
  555. package/dist/skills/frontend/references/design/mistral.ai.md +261 -0
  556. package/dist/skills/frontend/references/design/mongodb.md +266 -0
  557. package/dist/skills/frontend/references/design/nike.md +363 -0
  558. package/dist/skills/frontend/references/design/notion.md +309 -0
  559. package/dist/skills/frontend/references/design/nvidia.md +293 -0
  560. package/dist/skills/frontend/references/design/ollama.md +267 -0
  561. package/dist/skills/frontend/references/design/opencode.ai.md +281 -0
  562. package/dist/skills/frontend/references/design/output-skill.md +49 -0
  563. package/dist/skills/frontend/references/design/pinterest.md +230 -0
  564. package/dist/skills/frontend/references/design/playstation.md +364 -0
  565. package/dist/skills/frontend/references/design/posthog.md +256 -0
  566. package/dist/skills/frontend/references/design/raycast.md +268 -0
  567. package/dist/skills/frontend/references/design/react-dev-tooling-skill.md +230 -0
  568. package/dist/skills/frontend/references/design/redesign-skill.md +178 -0
  569. package/dist/skills/frontend/references/design/renault.md +311 -0
  570. package/dist/skills/frontend/references/design/replicate.md +261 -0
  571. package/dist/skills/frontend/references/design/resend.md +303 -0
  572. package/dist/skills/frontend/references/design/revolut.md +185 -0
  573. package/dist/skills/frontend/references/design/runwayml.md +244 -0
  574. package/dist/skills/frontend/references/design/sanity.md +357 -0
  575. package/dist/skills/frontend/references/design/sentry.md +262 -0
  576. package/dist/skills/frontend/references/design/shopify.md +350 -0
  577. package/dist/skills/frontend/references/design/soft-skill.md +98 -0
  578. package/dist/skills/frontend/references/design/spacex.md +194 -0
  579. package/dist/skills/frontend/references/design/spotify.md +246 -0
  580. package/dist/skills/frontend/references/design/starbucks.md +580 -0
  581. package/dist/skills/frontend/references/design/stitch-skill.md +184 -0
  582. package/dist/skills/frontend/references/design/stripe.md +322 -0
  583. package/dist/skills/frontend/references/design/supabase.md +255 -0
  584. package/dist/skills/frontend/references/design/superhuman.md +252 -0
  585. package/dist/skills/frontend/references/design/taste-skill.md +226 -0
  586. package/dist/skills/frontend/references/design/tesla.md +286 -0
  587. package/dist/skills/frontend/references/design/theverge.md +339 -0
  588. package/dist/skills/frontend/references/design/together.ai.md +263 -0
  589. package/dist/skills/frontend/references/design/uber.md +295 -0
  590. package/dist/skills/frontend/references/design/vercel.md +310 -0
  591. package/dist/skills/frontend/references/design/vodafone.md +423 -0
  592. package/dist/skills/frontend/references/design/voltagent.md +323 -0
  593. package/dist/skills/frontend/references/design/warp.md +253 -0
  594. package/dist/skills/frontend/references/design/webflow.md +92 -0
  595. package/dist/skills/frontend/references/design/wired.md +278 -0
  596. package/dist/skills/frontend/references/design/wise.md +173 -0
  597. package/dist/skills/frontend/references/design/x.ai.md +257 -0
  598. package/dist/skills/frontend/references/design/zapier.md +328 -0
  599. package/dist/skills/frontend/references/perfection/README.md +160 -0
  600. package/dist/skills/frontend/references/perfection/react-perf-tooling.md +127 -0
  601. package/dist/skills/frontend/references/ui-ux-db/README.md +273 -0
  602. package/dist/skills/frontend/references/ui-ux-db/data/charts.csv +26 -0
  603. package/dist/skills/frontend/references/ui-ux-db/data/colors.csv +97 -0
  604. package/dist/skills/frontend/references/ui-ux-db/data/icons.csv +101 -0
  605. package/dist/skills/frontend/references/ui-ux-db/data/landing.csv +31 -0
  606. package/dist/skills/frontend/references/ui-ux-db/data/products.csv +97 -0
  607. package/dist/skills/frontend/references/ui-ux-db/data/react-performance.csv +45 -0
  608. package/dist/skills/frontend/references/ui-ux-db/data/stacks/astro.csv +54 -0
  609. package/dist/skills/frontend/references/ui-ux-db/data/stacks/flutter.csv +53 -0
  610. package/dist/skills/frontend/references/ui-ux-db/data/stacks/html-tailwind.csv +56 -0
  611. package/dist/skills/frontend/references/ui-ux-db/data/stacks/jetpack-compose.csv +53 -0
  612. package/dist/skills/frontend/references/ui-ux-db/data/stacks/nextjs.csv +53 -0
  613. package/dist/skills/frontend/references/ui-ux-db/data/stacks/nuxt-ui.csv +51 -0
  614. package/dist/skills/frontend/references/ui-ux-db/data/stacks/nuxtjs.csv +59 -0
  615. package/dist/skills/frontend/references/ui-ux-db/data/stacks/react-native.csv +52 -0
  616. package/dist/skills/frontend/references/ui-ux-db/data/stacks/react.csv +54 -0
  617. package/dist/skills/frontend/references/ui-ux-db/data/stacks/shadcn.csv +61 -0
  618. package/dist/skills/frontend/references/ui-ux-db/data/stacks/svelte.csv +54 -0
  619. package/dist/skills/frontend/references/ui-ux-db/data/stacks/swiftui.csv +51 -0
  620. package/dist/skills/frontend/references/ui-ux-db/data/stacks/vue.csv +50 -0
  621. package/dist/skills/frontend/references/ui-ux-db/data/styles.csv +68 -0
  622. package/dist/skills/frontend/references/ui-ux-db/data/typography.csv +58 -0
  623. package/dist/skills/frontend/references/ui-ux-db/data/ui-reasoning.csv +101 -0
  624. package/dist/skills/frontend/references/ui-ux-db/data/ux-guidelines.csv +100 -0
  625. package/dist/skills/frontend/references/ui-ux-db/data/web-interface.csv +31 -0
  626. package/dist/skills/frontend/references/ui-ux-db/scripts/core.py +253 -0
  627. package/dist/skills/frontend/references/ui-ux-db/scripts/design_system.py +1067 -0
  628. package/dist/skills/frontend/references/ui-ux-db/scripts/search.py +114 -0
  629. package/dist/skills/frontend/scripts/perfection/lighthouse-audit.py +201 -0
  630. package/dist/skills/git-master/SKILL.md +100 -0
  631. package/dist/skills/git-master/agents/openai.yaml +13 -0
  632. package/dist/skills/init-deep/SKILL.md +304 -0
  633. package/dist/skills/lcx-contribute-bug-fix/SKILL.md +242 -0
  634. package/dist/skills/lcx-contribute-bug-fix/agents/openai.yaml +12 -0
  635. package/dist/skills/lcx-contribute-bug-fix/scripts/create-pr-body.mjs +107 -0
  636. package/dist/skills/lcx-doctor/SKILL.md +93 -0
  637. package/dist/skills/lcx-doctor/agents/openai.yaml +11 -0
  638. package/dist/skills/lcx-report-bug/SKILL.md +237 -0
  639. package/dist/skills/lcx-report-bug/agents/openai.yaml +11 -0
  640. package/dist/skills/lsp-setup/SKILL.md +139 -0
  641. package/dist/skills/lsp-setup/references/bash/README.md +60 -0
  642. package/dist/skills/lsp-setup/references/c-cpp/README.md +61 -0
  643. package/dist/skills/lsp-setup/references/csharp/README.md +71 -0
  644. package/dist/skills/lsp-setup/references/dart/README.md +48 -0
  645. package/dist/skills/lsp-setup/references/elixir/README.md +51 -0
  646. package/dist/skills/lsp-setup/references/go/README.md +57 -0
  647. package/dist/skills/lsp-setup/references/haskell/README.md +57 -0
  648. package/dist/skills/lsp-setup/references/java/README.md +57 -0
  649. package/dist/skills/lsp-setup/references/julia/README.md +60 -0
  650. package/dist/skills/lsp-setup/references/kotlin/README.md +59 -0
  651. package/dist/skills/lsp-setup/references/lua/README.md +66 -0
  652. package/dist/skills/lsp-setup/references/php/README.md +62 -0
  653. package/dist/skills/lsp-setup/references/python/README.md +71 -0
  654. package/dist/skills/lsp-setup/references/ruby/README.md +53 -0
  655. package/dist/skills/lsp-setup/references/rust/README.md +59 -0
  656. package/dist/skills/lsp-setup/references/swift/README.md +51 -0
  657. package/dist/skills/lsp-setup/references/terraform/README.md +62 -0
  658. package/dist/skills/lsp-setup/references/typescript/README.md +77 -0
  659. package/dist/skills/lsp-setup/references/yaml/README.md +70 -0
  660. package/dist/skills/lsp-setup/references/zig/README.md +49 -0
  661. package/dist/skills/lsp-setup/scripts/detect-lsp.ts +210 -0
  662. package/dist/skills/lsp-setup/scripts/lsp-server-table.ts +177 -0
  663. package/dist/skills/lsp-setup/scripts/tsconfig.json +17 -0
  664. package/dist/skills/lsp-setup/scripts/verify-lsp.ts +147 -0
  665. package/dist/skills/programming/SKILL.md +367 -0
  666. package/dist/skills/programming/references/code-smells.md +390 -0
  667. package/dist/skills/programming/references/go/README.md +90 -0
  668. package/dist/skills/programming/references/go/backend-stack.md +641 -0
  669. package/dist/skills/programming/references/go/bootstrap.md +328 -0
  670. package/dist/skills/programming/references/go/bubbletea-v2.md +360 -0
  671. package/dist/skills/programming/references/go/cobra-stack.md +468 -0
  672. package/dist/skills/programming/references/go/concurrency.md +362 -0
  673. package/dist/skills/programming/references/go/data-modeling.md +329 -0
  674. package/dist/skills/programming/references/go/error-handling.md +359 -0
  675. package/dist/skills/programming/references/go/golangci-strict.md +236 -0
  676. package/dist/skills/programming/references/go/grpc-connect.md +375 -0
  677. package/dist/skills/programming/references/go/libraries.md +337 -0
  678. package/dist/skills/programming/references/go/one-liners.md +202 -0
  679. package/dist/skills/programming/references/go/sqlc-pgx.md +471 -0
  680. package/dist/skills/programming/references/go/testing.md +467 -0
  681. package/dist/skills/programming/references/go/type-patterns.md +298 -0
  682. package/dist/skills/programming/references/python/README.md +314 -0
  683. package/dist/skills/programming/references/python/async-anyio.md +442 -0
  684. package/dist/skills/programming/references/python/data-modeling.md +233 -0
  685. package/dist/skills/programming/references/python/data-processing.md +133 -0
  686. package/dist/skills/programming/references/python/error-handling.md +218 -0
  687. package/dist/skills/programming/references/python/fastapi-stack.md +316 -0
  688. package/dist/skills/programming/references/python/httpx2-optimization.md +360 -0
  689. package/dist/skills/programming/references/python/libraries.md +307 -0
  690. package/dist/skills/programming/references/python/one-liners.md +268 -0
  691. package/dist/skills/programming/references/python/orjson-stack.md +378 -0
  692. package/dist/skills/programming/references/python/pydantic-ai.md +285 -0
  693. package/dist/skills/programming/references/python/pyproject-strict.md +232 -0
  694. package/dist/skills/programming/references/python/textual-tui.md +201 -0
  695. package/dist/skills/programming/references/python/type-patterns.md +176 -0
  696. package/dist/skills/programming/references/rust/README.md +317 -0
  697. package/dist/skills/programming/references/rust/async-tokio.md +299 -0
  698. package/dist/skills/programming/references/rust/axum-stack.md +467 -0
  699. package/dist/skills/programming/references/rust/cargo-strict.md +317 -0
  700. package/dist/skills/programming/references/rust/clap-stack.md +409 -0
  701. package/dist/skills/programming/references/rust/concurrency.md +375 -0
  702. package/dist/skills/programming/references/rust/libraries.md +439 -0
  703. package/dist/skills/programming/references/rust/one-liners.md +291 -0
  704. package/dist/skills/programming/references/rust/proptest-insta.md +429 -0
  705. package/dist/skills/programming/references/rust/type-state.md +354 -0
  706. package/dist/skills/programming/references/rust/unsafe-discipline.md +250 -0
  707. package/dist/skills/programming/references/rust/zero-cost-safety.md +527 -0
  708. package/dist/skills/programming/references/rust-ub/README.md +289 -0
  709. package/dist/skills/programming/references/rust-ub/miri-sanitizers-loom.md +411 -0
  710. package/dist/skills/programming/references/rust-ub/ub-taxonomy.md +269 -0
  711. package/dist/skills/programming/references/typescript/README.md +195 -0
  712. package/dist/skills/programming/references/typescript/backend-hono.md +672 -0
  713. package/dist/skills/programming/references/typescript/bootstrap.md +199 -0
  714. package/dist/skills/programming/references/typescript/data-modeling.md +202 -0
  715. package/dist/skills/programming/references/typescript/error-handling.md +169 -0
  716. package/dist/skills/programming/references/typescript/tsconfig-strict.md +152 -0
  717. package/dist/skills/programming/references/typescript/type-patterns.md +196 -0
  718. package/dist/skills/programming/scripts/go/check-no-excuse-rules.sh +173 -0
  719. package/dist/skills/programming/scripts/go/new-project.py +138 -0
  720. package/dist/skills/programming/scripts/go/templates/.editorconfig +13 -0
  721. package/dist/skills/programming/scripts/go/templates/.golangci.yml +95 -0
  722. package/dist/skills/programming/scripts/go/templates/AGENTS.md.tmpl +24 -0
  723. package/dist/skills/programming/scripts/go/templates/README.md.tmpl +12 -0
  724. package/dist/skills/programming/scripts/go/templates/Taskfile.yml +40 -0
  725. package/dist/skills/programming/scripts/go/templates/ci.yml +37 -0
  726. package/dist/skills/programming/scripts/go/templates/config.go +24 -0
  727. package/dist/skills/programming/scripts/go/templates/gitignore +15 -0
  728. package/dist/skills/programming/scripts/go/templates/main.go.tmpl +22 -0
  729. package/dist/skills/programming/scripts/go/templates/run.go +15 -0
  730. package/dist/skills/programming/scripts/python/check-no-excuse-rules.py +687 -0
  731. package/dist/skills/programming/scripts/python/new-project.py +172 -0
  732. package/dist/skills/programming/scripts/python/new-script.py +116 -0
  733. package/dist/skills/programming/scripts/rust/check-no-excuse-rules.py +296 -0
  734. package/dist/skills/programming/scripts/rust/check-no-excuse-rules.sh +158 -0
  735. package/dist/skills/programming/scripts/rust/new-project.py +175 -0
  736. package/dist/skills/programming/scripts/typescript/check-no-excuse-rules.ts +282 -0
  737. package/dist/skills/programming/scripts/typescript/new-project.ts +177 -0
  738. package/dist/skills/refactor/SKILL.md +754 -0
  739. package/dist/skills/remove-ai-slops/SKILL.md +317 -0
  740. package/dist/skills/review-work/SKILL.md +594 -0
  741. package/dist/skills/start-work/SKILL.md +178 -0
  742. package/dist/skills/ultraresearch/SKILL.md +230 -0
  743. package/dist/skills/ulw-plan/SKILL.md +69 -0
  744. package/dist/skills/ulw-plan/agents/openai.yaml +7 -0
  745. package/dist/skills/ulw-plan/references/full-workflow.md +99 -0
  746. package/dist/skills/ulw-plan/references/intent-clear.md +44 -0
  747. package/dist/skills/ulw-plan/references/intent-unclear.md +44 -0
  748. package/dist/skills/ulw-plan/scripts/scaffold-plan.mjs +301 -0
  749. package/dist/skills/visual-qa/SKILL.md +235 -0
  750. package/dist/skills/visual-qa/references/agent-browser-setup.md +44 -0
  751. package/dist/skills/visual-qa/scripts/ansi.test.ts +45 -0
  752. package/dist/skills/visual-qa/scripts/ansi.ts +17 -0
  753. package/dist/skills/visual-qa/scripts/cli.test.ts +73 -0
  754. package/dist/skills/visual-qa/scripts/cli.ts +82 -0
  755. package/dist/skills/visual-qa/scripts/east-asian-width.test.ts +60 -0
  756. package/dist/skills/visual-qa/scripts/east-asian-width.ts +72 -0
  757. package/dist/skills/visual-qa/scripts/image-diff.test.ts +70 -0
  758. package/dist/skills/visual-qa/scripts/image-diff.ts +109 -0
  759. package/dist/skills/visual-qa/scripts/png-crc.ts +27 -0
  760. package/dist/skills/visual-qa/scripts/png-decode.test.ts +44 -0
  761. package/dist/skills/visual-qa/scripts/png-decode.ts +206 -0
  762. package/dist/skills/visual-qa/scripts/png-synth.ts +57 -0
  763. package/dist/skills/visual-qa/scripts/skill-prompt-contract.test.ts +127 -0
  764. package/dist/skills/visual-qa/scripts/tui-grid.test.ts +57 -0
  765. package/dist/skills/visual-qa/scripts/tui-grid.ts +88 -0
  766. package/dist/skills/visual-qa/scripts/types.ts +54 -0
  767. package/dist/tools/delegate-task/background-task-description.d.ts +2 -0
  768. package/dist/tools/delegate-task/constants.d.ts +13 -1
  769. package/dist/tools/delegate-task/model-selection.d.ts +3 -17
  770. package/dist/tools/delegate-task/model-string-parser.d.ts +1 -9
  771. package/dist/tools/delegate-task/sync-result-fetcher.d.ts +1 -0
  772. package/dist/tools/delegate-task/sync-session-poller.d.ts +1 -0
  773. package/dist/tools/delegate-task/types.d.ts +59 -2
  774. package/dist/tools/index.d.ts +1 -0
  775. package/dist/tools/monitor/create-monitor-tools.d.ts +4 -0
  776. package/dist/tools/monitor/index.d.ts +1 -0
  777. package/dist/tools/monitor/monitor-list.d.ts +7 -0
  778. package/dist/tools/monitor/monitor-output.d.ts +3 -0
  779. package/dist/tools/monitor/monitor-start.d.ts +9 -0
  780. package/dist/tools/monitor/monitor-stop.d.ts +16 -0
  781. package/dist/tools/skill/native-skills.d.ts +2 -2
  782. package/dist/tools/skill/scope-priority.d.ts +1 -4
  783. package/dist/tools/skill/skill-matcher.d.ts +1 -5
  784. package/dist/tools/task/types.d.ts +10 -10
  785. package/dist/tui.d.ts +4 -0
  786. package/dist/tui.js +69330 -0
  787. package/package.json +57 -36
  788. package/packages/git-bash-mcp/dist/cli.js +225 -55
  789. package/packages/lsp-core/package.json +41 -0
  790. package/packages/lsp-core/src/index.ts +28 -0
  791. package/packages/lsp-core/src/lsp/cleanup-errors.ts +5 -0
  792. package/packages/lsp-core/src/lsp/client-wrapper.ts +173 -0
  793. package/packages/lsp-core/src/lsp/client.ts +172 -0
  794. package/packages/lsp-core/src/lsp/config-loader.ts +266 -0
  795. package/packages/lsp-core/src/lsp/connection.ts +73 -0
  796. package/packages/lsp-core/src/lsp/constants.ts +11 -0
  797. package/packages/lsp-core/src/lsp/directory-diagnostics.ts +154 -0
  798. package/packages/lsp-core/src/lsp/effective-extension.ts +10 -0
  799. package/packages/lsp-core/src/lsp/errors.ts +63 -0
  800. package/packages/lsp-core/src/lsp/formatters.ts +141 -0
  801. package/packages/lsp-core/src/lsp/infer-extension.ts +66 -0
  802. package/packages/lsp-core/src/lsp/json-rpc-connection.ts +296 -0
  803. package/packages/lsp-core/src/lsp/language-mappings.ts +173 -0
  804. package/packages/lsp-core/src/lsp/manager.ts +369 -0
  805. package/packages/lsp-core/src/lsp/process-signal-cleanup.ts +21 -0
  806. package/packages/lsp-core/src/lsp/process.ts +202 -0
  807. package/packages/lsp-core/src/lsp/server-definitions.ts +176 -0
  808. package/packages/lsp-core/src/lsp/server-install-state.ts +70 -0
  809. package/packages/lsp-core/src/lsp/server-installation.ts +45 -0
  810. package/packages/lsp-core/src/lsp/server-resolution.ts +104 -0
  811. package/packages/lsp-core/src/lsp/startup-failure.ts +1 -0
  812. package/packages/lsp-core/src/lsp/transport.ts +299 -0
  813. package/packages/lsp-core/src/lsp/types.ts +126 -0
  814. package/packages/lsp-core/src/lsp/utils.test.ts +72 -0
  815. package/packages/lsp-core/src/lsp/utils.ts +40 -0
  816. package/packages/lsp-core/src/lsp/workspace-edit.ts +206 -0
  817. package/packages/lsp-core/src/mcp-protocol-pin.test.ts +68 -0
  818. package/packages/lsp-core/src/mcp.ts +95 -0
  819. package/packages/lsp-core/src/missing-dependency-result.ts +19 -0
  820. package/packages/lsp-core/src/request-context.ts +22 -0
  821. package/packages/lsp-core/src/tool-surface.test.ts +157 -0
  822. package/packages/lsp-core/src/tools/definitions.ts +141 -0
  823. package/packages/lsp-core/src/tools/diagnostics.ts +97 -0
  824. package/packages/lsp-core/src/tools/index.ts +10 -0
  825. package/packages/lsp-core/src/tools/install-decision.ts +39 -0
  826. package/packages/lsp-core/src/tools/navigation.ts +86 -0
  827. package/packages/lsp-core/src/tools/parameters.ts +49 -0
  828. package/packages/lsp-core/src/tools/rename.ts +72 -0
  829. package/packages/lsp-core/src/tools/result.ts +5 -0
  830. package/packages/lsp-core/src/tools/runtime.ts +21 -0
  831. package/packages/lsp-core/src/tools/schema.ts +9 -0
  832. package/packages/lsp-core/src/tools/status.ts +28 -0
  833. package/packages/lsp-core/src/tools/symbols.ts +99 -0
  834. package/packages/lsp-core/src/tools/types.ts +104 -0
  835. package/packages/lsp-core/src/tools.ts +1 -0
  836. package/packages/lsp-daemon/dist/cli.js +712 -527
  837. package/packages/lsp-daemon/dist/daemon-client.d.ts +1 -1
  838. package/packages/lsp-daemon/dist/daemon-server.js +1 -1
  839. package/packages/lsp-daemon/dist/index.d.ts +1 -1
  840. package/packages/lsp-daemon/dist/index.js +687 -500
  841. package/packages/lsp-daemon/dist/proxy.d.ts +3 -2
  842. package/packages/lsp-daemon/dist/proxy.js +16 -40
  843. package/packages/lsp-daemon/dist/request-routing.d.ts +2 -2
  844. package/packages/lsp-daemon/dist/request-routing.js +2 -2
  845. package/packages/lsp-daemon/package.json +2 -1
  846. package/packages/lsp-tools-mcp/dist/cli.js +3348 -15
  847. package/packages/lsp-tools-mcp/dist/lsp/cleanup-errors.d.ts +1 -1
  848. package/packages/lsp-tools-mcp/dist/lsp/client-wrapper.d.ts +1 -13
  849. package/packages/lsp-tools-mcp/dist/lsp/client.d.ts +1 -20
  850. package/packages/lsp-tools-mcp/dist/lsp/config-loader.d.ts +1 -16
  851. package/packages/lsp-tools-mcp/dist/lsp/connection.d.ts +1 -4
  852. package/packages/lsp-tools-mcp/dist/lsp/constants.d.ts +1 -10
  853. package/packages/lsp-tools-mcp/dist/lsp/directory-diagnostics.d.ts +1 -3
  854. package/packages/lsp-tools-mcp/dist/lsp/effective-extension.d.ts +1 -1
  855. package/packages/lsp-tools-mcp/dist/lsp/errors.d.ts +1 -35
  856. package/packages/lsp-tools-mcp/dist/lsp/formatters.d.ts +1 -12
  857. package/packages/lsp-tools-mcp/dist/lsp/infer-extension.d.ts +1 -1
  858. package/packages/lsp-tools-mcp/dist/lsp/json-rpc-connection.d.ts +1 -36
  859. package/packages/lsp-tools-mcp/dist/lsp/language-mappings.d.ts +1 -4
  860. package/packages/lsp-tools-mcp/dist/lsp/manager.d.ts +1 -46
  861. package/packages/lsp-tools-mcp/dist/lsp/manager.js +1390 -265
  862. package/packages/lsp-tools-mcp/dist/lsp/process-signal-cleanup.d.ts +1 -1
  863. package/packages/lsp-tools-mcp/dist/lsp/process.d.ts +1 -25
  864. package/packages/lsp-tools-mcp/dist/lsp/server-definitions.d.ts +1 -4
  865. package/packages/lsp-tools-mcp/dist/lsp/server-install-state.d.ts +1 -12
  866. package/packages/lsp-tools-mcp/dist/lsp/server-installation.d.ts +1 -1
  867. package/packages/lsp-tools-mcp/dist/lsp/server-resolution.d.ts +1 -11
  868. package/packages/lsp-tools-mcp/dist/lsp/startup-failure.d.ts +1 -3
  869. package/packages/lsp-tools-mcp/dist/lsp/transport.d.ts +1 -35
  870. package/packages/lsp-tools-mcp/dist/lsp/types.d.ts +1 -124
  871. package/packages/lsp-tools-mcp/dist/lsp/utils.d.ts +1 -0
  872. package/packages/lsp-tools-mcp/dist/lsp/workspace-edit.d.ts +1 -11
  873. package/packages/lsp-tools-mcp/dist/mcp.d.ts +1 -30
  874. package/packages/lsp-tools-mcp/dist/mcp.js +3312 -70
  875. package/packages/lsp-tools-mcp/dist/missing-dependency-result.d.ts +1 -2
  876. package/packages/lsp-tools-mcp/dist/request-context.d.ts +1 -7
  877. package/packages/lsp-tools-mcp/dist/request-context.js +16 -10
  878. package/packages/lsp-tools-mcp/dist/tools.d.ts +1 -90
  879. package/packages/lsp-tools-mcp/dist/tools.js +3028 -439
  880. package/packages/lsp-tools-mcp/package.json +3 -1
  881. package/packages/omo-codex/THIRD-PARTY-NOTICES.md +155 -0
  882. package/packages/omo-codex/plugin/.codex-plugin/plugin.json +1 -1
  883. package/packages/omo-codex/plugin/.mcp.json +6 -5
  884. package/packages/omo-codex/plugin/README.md +1 -1
  885. package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +1651 -1245
  886. package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
  887. package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
  888. package/packages/omo-codex/plugin/components/bootstrap/scripts/generate-manifests.mjs +8 -52
  889. package/packages/omo-codex/plugin/components/bootstrap/src/provision.ts +35 -143
  890. package/packages/omo-codex/plugin/components/bootstrap/src/setup.ts +11 -11
  891. package/packages/omo-codex/plugin/components/bootstrap/test/environment.test.ts +3 -2
  892. package/packages/omo-codex/plugin/components/bootstrap/test/provision.test.ts +37 -37
  893. package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +2209 -0
  894. package/packages/omo-codex/plugin/components/codegraph/dist/serve.d.ts +32 -0
  895. package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +1603 -0
  896. package/packages/omo-codex/plugin/components/codegraph/package.json +27 -0
  897. package/packages/omo-codex/plugin/components/codegraph/src/cli.ts +55 -0
  898. package/packages/omo-codex/plugin/components/codegraph/src/hook-types.ts +83 -0
  899. package/packages/omo-codex/plugin/components/codegraph/src/hook.ts +109 -0
  900. package/packages/omo-codex/plugin/components/codegraph/src/serve.ts +191 -0
  901. package/packages/omo-codex/plugin/components/codegraph/src/session-start-worker.ts +213 -0
  902. package/packages/omo-codex/plugin/components/codegraph/test/hook.test.ts +564 -0
  903. package/packages/omo-codex/plugin/components/codegraph/test/serve.test.ts +401 -0
  904. package/packages/omo-codex/plugin/components/codegraph/tsconfig.build.json +13 -0
  905. package/packages/omo-codex/plugin/components/codegraph/tsconfig.json +25 -0
  906. package/packages/omo-codex/plugin/components/comment-checker/dist/cli.js +610 -7
  907. package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
  908. package/packages/omo-codex/plugin/components/comment-checker/package.json +4 -3
  909. package/packages/omo-codex/plugin/components/comment-checker/src/apply-patch.ts +28 -156
  910. package/packages/omo-codex/plugin/components/comment-checker/src/core-values.ts +1 -1
  911. package/packages/omo-codex/plugin/components/comment-checker/src/core.ts +2 -2
  912. package/packages/omo-codex/plugin/components/comment-checker/src/request-extractor.ts +1 -1
  913. package/packages/omo-codex/plugin/components/comment-checker/src/runner.ts +6 -2
  914. package/packages/omo-codex/plugin/components/comment-checker/test/core.test.ts +38 -35
  915. package/packages/omo-codex/plugin/components/comment-checker/test/fixtures/apply-patch-mixed-requests.ts +60 -0
  916. package/packages/omo-codex/plugin/components/git-bash/dist/cli.js +155 -26
  917. package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
  918. package/packages/omo-codex/plugin/components/git-bash/package.json +2 -1
  919. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/biome.json +48 -0
  920. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/directive.md +11 -0
  921. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/cli.js +223 -0
  922. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/codex-hook.d.ts +2 -0
  923. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/codex-hook.js +123 -0
  924. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/directive.d.ts +2 -0
  925. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/directive.js +5 -0
  926. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/index.d.ts +4 -0
  927. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/index.js +3 -0
  928. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/state.d.ts +9 -0
  929. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/state.js +45 -0
  930. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/types.d.ts +39 -0
  931. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/types.js +1 -0
  932. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +17 -0
  933. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +44 -0
  934. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/cli.ts +56 -0
  935. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/codex-hook.ts +129 -0
  936. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/directive.ts +13 -0
  937. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/index.ts +4 -0
  938. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/state.ts +62 -0
  939. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/types.ts +38 -0
  940. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/cli.test.ts +124 -0
  941. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/codex-hook.test.ts +346 -0
  942. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/tsconfig.build.json +12 -0
  943. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/tsconfig.json +27 -0
  944. package/packages/omo-codex/plugin/components/lazycodex-executor-verify/vitest.config.ts +10 -0
  945. package/packages/omo-codex/plugin/components/lsp/dist/cli.js +3738 -28
  946. package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
  947. package/packages/omo-codex/plugin/components/lsp/package.json +1 -1
  948. package/packages/omo-codex/plugin/components/rules/bundled-rules/hephaestus.md +1 -1
  949. package/packages/omo-codex/plugin/components/rules/dist/cli.js +4565 -89
  950. package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
  951. package/packages/omo-codex/plugin/components/rules/package.json +4 -3
  952. package/packages/omo-codex/plugin/components/rules/src/cli.ts +16 -3
  953. package/packages/omo-codex/plugin/components/rules/src/config.ts +3 -3
  954. package/packages/omo-codex/plugin/components/rules/src/dynamic-target-fingerprints.ts +6 -6
  955. package/packages/omo-codex/plugin/components/rules/src/event-budget.ts +1 -1
  956. package/packages/omo-codex/plugin/components/rules/src/persistent-cache.ts +1 -1
  957. package/packages/omo-codex/plugin/components/rules/src/post-compact-budget.ts +1 -1
  958. package/packages/omo-codex/plugin/components/rules/src/rules-engine-factory.ts +9 -4
  959. package/packages/omo-codex/plugin/components/rules/src/sparkshell-awareness.ts +2 -2
  960. package/packages/omo-codex/plugin/components/rules/src/static-injection.ts +3 -3
  961. package/packages/omo-codex/plugin/components/rules/src/transcript-rule-filter.ts +1 -1
  962. package/packages/omo-codex/plugin/components/rules/test/bundled-rules-priority.test.ts +4 -4
  963. package/packages/omo-codex/plugin/components/rules/test/bundled-rules.test.ts +1 -1
  964. package/packages/omo-codex/plugin/components/rules/test/dynamic-target-fingerprints.test.ts +1 -1
  965. package/packages/omo-codex/plugin/components/rules/test/engine.test.ts +3 -3
  966. package/packages/omo-codex/plugin/components/rules/test/finder.test.ts +2 -2
  967. package/packages/omo-codex/plugin/components/rules/test/formatter.test.ts +2 -2
  968. package/packages/omo-codex/plugin/components/rules/test/matcher.test.ts +2 -2
  969. package/packages/omo-codex/plugin/components/rules/test/parser.test.ts +1 -1
  970. package/packages/omo-codex/plugin/components/rules/test/post-compact-budget.test.ts +1 -1
  971. package/packages/omo-codex/plugin/components/rules/test/rules-engine-consumption.test.ts +92 -0
  972. package/packages/omo-codex/plugin/components/rules/test/scanner.test.ts +1 -1
  973. package/packages/omo-codex/plugin/components/rules/test/sources.test.ts +4 -4
  974. package/packages/omo-codex/plugin/components/rules/test/sparkshell-awareness.test.ts +3 -0
  975. package/packages/omo-codex/plugin/components/rules/test/windows-git-bash-bundled-rule.test.ts +1 -1
  976. package/packages/omo-codex/plugin/components/start-work-continuation/dist/cli.js +394 -37
  977. package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +2 -2
  978. package/packages/omo-codex/plugin/components/start-work-continuation/package.json +4 -3
  979. package/packages/omo-codex/plugin/components/start-work-continuation/src/boulder-reader.ts +20 -147
  980. package/packages/omo-codex/plugin/components/start-work-continuation/src/codex-hook.ts +1 -1
  981. package/packages/omo-codex/plugin/components/start-work-continuation/src/index.ts +1 -1
  982. package/packages/omo-codex/plugin/components/start-work-continuation/test/boulder-reader.test.ts +151 -27
  983. package/packages/omo-codex/plugin/components/start-work-continuation/test/codex-hook.test.ts +87 -49
  984. package/packages/omo-codex/plugin/components/telemetry/LICENSE +21 -0
  985. package/packages/omo-codex/plugin/components/telemetry/NOTICE +6 -0
  986. package/packages/omo-codex/plugin/components/telemetry/dist/cli.js +5869 -42
  987. package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +5783 -108
  988. package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
  989. package/packages/omo-codex/plugin/components/telemetry/package.json +4 -5
  990. package/packages/omo-codex/plugin/components/telemetry/src/codex-hook.ts +3 -3
  991. package/packages/omo-codex/plugin/components/telemetry/src/posthog.ts +92 -142
  992. package/packages/omo-codex/plugin/components/telemetry/src/product-identity.ts +59 -3
  993. package/packages/omo-codex/plugin/components/telemetry/test/codex-hook-diagnostics.test.ts +3 -3
  994. package/packages/omo-codex/plugin/components/telemetry/test/diagnostics.test.ts +13 -7
  995. package/packages/omo-codex/plugin/components/ultrawork/AGENTS.md +2 -2
  996. package/packages/omo-codex/plugin/components/ultrawork/README.md +1 -1
  997. package/packages/omo-codex/plugin/components/ultrawork/agents/explorer.toml +1 -1
  998. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-clone-fidelity-reviewer.toml +31 -0
  999. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-code-reviewer.toml +29 -0
  1000. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-executor.toml +24 -0
  1001. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-gate-reviewer.toml +23 -0
  1002. package/packages/omo-codex/plugin/components/ultrawork/agents/lazycodex-qa-executor.toml +22 -0
  1003. package/packages/omo-codex/plugin/components/ultrawork/agents/librarian.toml +1 -1
  1004. package/packages/omo-codex/plugin/components/ultrawork/agents/plan.toml +1 -1
  1005. package/packages/omo-codex/plugin/components/ultrawork/directive.md +104 -156
  1006. package/packages/omo-codex/plugin/components/ultrawork/dist/cli.js +162 -37
  1007. package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
  1008. package/packages/omo-codex/plugin/components/ultrawork/package.json +4 -3
  1009. package/packages/omo-codex/plugin/components/ultrawork/scripts/sync-directive.mjs +11 -0
  1010. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +47 -20
  1011. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +55 -88
  1012. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-clear.md +44 -0
  1013. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md +44 -0
  1014. package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/scripts/scaffold-plan.mjs +301 -0
  1015. package/packages/omo-codex/plugin/components/ultrawork/src/codex-hook.ts +2 -2
  1016. package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook-test-helpers.ts +101 -0
  1017. package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook-trigger-policy.test.ts +111 -0
  1018. package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook.test.ts +24 -128
  1019. package/packages/omo-codex/plugin/components/ultrawork/test/directive-source.test.ts +16 -0
  1020. package/packages/omo-codex/plugin/components/ultrawork/test/package-smoke.test.ts +4 -2
  1021. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.d.ts +5 -0
  1022. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint-reconciliation.js +79 -0
  1023. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.d.ts +1 -1
  1024. package/packages/omo-codex/plugin/components/ulw-loop/dist/checkpoint.js +56 -82
  1025. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-commands.js +38 -144
  1026. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.d.ts +10 -0
  1027. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli-subcommands.js +173 -0
  1028. package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +2419 -32
  1029. package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-instruction.js +13 -9
  1030. package/packages/omo-codex/plugin/components/ulw-loop/dist/domain-types.d.ts +60 -12
  1031. package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence.d.ts +3 -0
  1032. package/packages/omo-codex/plugin/components/ulw-loop/dist/evidence.js +67 -10
  1033. package/packages/omo-codex/plugin/components/ulw-loop/dist/goal-status.d.ts +3 -0
  1034. package/packages/omo-codex/plugin/components/ulw-loop/dist/goal-status.js +14 -0
  1035. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.d.ts +2 -6
  1036. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-crud.js +49 -39
  1037. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-goal-factory.d.ts +8 -0
  1038. package/packages/omo-codex/plugin/components/ulw-loop/dist/plan-goal-factory.js +109 -0
  1039. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-blockers.d.ts +5 -0
  1040. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-blockers.js +41 -0
  1041. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-fields.d.ts +8 -0
  1042. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate-fields.js +39 -0
  1043. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.d.ts +13 -6
  1044. package/packages/omo-codex/plugin/components/ulw-loop/dist/quality-gate.js +176 -105
  1045. package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +2 -2
  1046. package/packages/omo-codex/plugin/components/ulw-loop/package.json +1 -1
  1047. package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +17 -17
  1048. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint-reconciliation.ts +100 -0
  1049. package/packages/omo-codex/plugin/components/ulw-loop/src/checkpoint.ts +162 -85
  1050. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-commands.ts +62 -136
  1051. package/packages/omo-codex/plugin/components/ulw-loop/src/cli-subcommands.ts +250 -0
  1052. package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-instruction.ts +18 -9
  1053. package/packages/omo-codex/plugin/components/ulw-loop/src/domain-types.ts +67 -4
  1054. package/packages/omo-codex/plugin/components/ulw-loop/src/evidence.ts +124 -18
  1055. package/packages/omo-codex/plugin/components/ulw-loop/src/goal-status.ts +16 -0
  1056. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-crud.ts +131 -54
  1057. package/packages/omo-codex/plugin/components/ulw-loop/src/plan-goal-factory.ts +124 -0
  1058. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-blockers.ts +48 -0
  1059. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate-fields.ts +44 -0
  1060. package/packages/omo-codex/plugin/components/ulw-loop/src/quality-gate.ts +230 -138
  1061. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-final.test.ts +186 -0
  1062. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-status.test.ts +85 -0
  1063. package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint.test.ts +120 -192
  1064. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-checkpoint.test.ts +215 -0
  1065. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-commands.test.ts +1 -195
  1066. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-complete-goals.test.ts +15 -0
  1067. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-create-goals.test.ts +172 -0
  1068. package/packages/omo-codex/plugin/components/ulw-loop/test/cli-helpers.test.ts +0 -6
  1069. package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-instruction.test.ts +39 -8
  1070. package/packages/omo-codex/plugin/components/ulw-loop/test/evidence-criteria-gate.test.ts +29 -1
  1071. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/artifacts/browser-screenshot.txt +1 -0
  1072. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/artifacts/cli-pass.txt +1 -0
  1073. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/artifacts/code-review.md +1 -0
  1074. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/artifacts/data-diff.txt +5 -0
  1075. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/artifacts/gate-review.md +1 -0
  1076. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/artifacts/http-dump.txt +4 -0
  1077. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/artifacts/rejection.txt +1 -0
  1078. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/checkpoint-builders.ts +98 -0
  1079. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/quality-gate-builder.ts +91 -0
  1080. package/packages/omo-codex/plugin/components/ulw-loop/test/fixtures/sample-quality-gate.json +110 -8
  1081. package/packages/omo-codex/plugin/components/ulw-loop/test/goal-status.test.ts +35 -0
  1082. package/packages/omo-codex/plugin/components/ulw-loop/test/plan-crud.test.ts +11 -1
  1083. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-blockers.test.ts +102 -0
  1084. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-doc.test.ts +38 -0
  1085. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate-roles.test.ts +131 -0
  1086. package/packages/omo-codex/plugin/components/ulw-loop/test/quality-gate.test.ts +150 -176
  1087. package/packages/omo-codex/plugin/components/ulw-loop/test/skill-contract.test.ts +12 -0
  1088. package/packages/omo-codex/plugin/hooks/hooks.json +38 -17
  1089. package/packages/omo-codex/plugin/package-lock.json +144 -49
  1090. package/packages/omo-codex/plugin/package.json +4 -2
  1091. package/packages/omo-codex/plugin/scripts/auto-update.mjs +3 -1
  1092. package/packages/omo-codex/plugin/scripts/build-bundled-mcp-runtimes.mjs +0 -5
  1093. package/packages/omo-codex/plugin/scripts/build-components.mjs +29 -5
  1094. package/packages/omo-codex/plugin/scripts/hook-status-message.mjs +2 -0
  1095. package/packages/omo-codex/plugin/scripts/migrate-omo-sot/editor.mjs +125 -0
  1096. package/packages/omo-codex/plugin/scripts/migrate-omo-sot/jsonc.mjs +43 -0
  1097. package/packages/omo-codex/plugin/scripts/migrate-omo-sot/scaffold.mjs +29 -0
  1098. package/packages/omo-codex/plugin/scripts/migrate-omo-sot.mjs +121 -0
  1099. package/packages/omo-codex/plugin/scripts/sync-skills.mjs +5 -5
  1100. package/packages/omo-codex/plugin/shared/package.json +24 -0
  1101. package/packages/omo-codex/plugin/shared/src/config-loader.ts +28 -0
  1102. package/packages/omo-codex/plugin/shared/test/config-loader.test.ts +105 -0
  1103. package/packages/omo-codex/plugin/shared/tsconfig.build.json +9 -0
  1104. package/packages/omo-codex/plugin/shared/tsconfig.json +16 -0
  1105. package/packages/omo-codex/plugin/skills/ast-grep/LICENSE +21 -0
  1106. package/packages/omo-codex/plugin/skills/ast-grep/README.md +136 -0
  1107. package/packages/omo-codex/plugin/skills/ast-grep/SKILL.md +272 -0
  1108. package/packages/omo-codex/plugin/skills/ast-grep/SOURCE +1 -0
  1109. package/packages/omo-codex/plugin/skills/ast-grep/install.ps1 +235 -0
  1110. package/packages/omo-codex/plugin/skills/ast-grep/install.sh +286 -0
  1111. package/packages/omo-codex/plugin/skills/ast-grep/references/cli.md +231 -0
  1112. package/packages/omo-codex/plugin/skills/ast-grep/references/install.md +166 -0
  1113. package/packages/omo-codex/plugin/skills/ast-grep/references/patterns.md +147 -0
  1114. package/packages/omo-codex/plugin/skills/ast-grep/references/pitfalls.md +303 -0
  1115. package/packages/omo-codex/plugin/skills/ast-grep/references/recipes.md +402 -0
  1116. package/packages/omo-codex/plugin/skills/ast-grep/references/sgconfig.md +248 -0
  1117. package/packages/omo-codex/plugin/skills/ast-grep/references/yaml-rules.md +509 -0
  1118. package/packages/omo-codex/plugin/skills/ast-grep/scripts/ast_grep_helper.py +748 -0
  1119. package/packages/omo-codex/plugin/skills/ast-grep/tests/smoke.ps1 +123 -0
  1120. package/packages/omo-codex/plugin/skills/ast-grep/tests/smoke.sh +212 -0
  1121. package/packages/omo-codex/plugin/skills/frontend/ATTRIBUTION.md +127 -0
  1122. package/packages/omo-codex/plugin/skills/frontend/LICENSE-Apache-2.0.txt +201 -0
  1123. package/packages/omo-codex/plugin/skills/frontend/SKILL.md +113 -0
  1124. package/packages/omo-codex/plugin/skills/frontend/references/design/README.md +240 -0
  1125. package/packages/omo-codex/plugin/skills/frontend/references/design/_INDEX.md +189 -0
  1126. package/packages/omo-codex/plugin/skills/frontend/references/design/airbnb.md +390 -0
  1127. package/packages/omo-codex/plugin/skills/frontend/references/design/airtable.md +89 -0
  1128. package/packages/omo-codex/plugin/skills/frontend/references/design/apple.md +247 -0
  1129. package/packages/omo-codex/plugin/skills/frontend/references/design/binance.md +345 -0
  1130. package/packages/omo-codex/plugin/skills/frontend/references/design/bmw.md +180 -0
  1131. package/packages/omo-codex/plugin/skills/frontend/references/design/brutalist-skill.md +92 -0
  1132. package/packages/omo-codex/plugin/skills/frontend/references/design/bugatti.md +268 -0
  1133. package/packages/omo-codex/plugin/skills/frontend/references/design/cal.md +259 -0
  1134. package/packages/omo-codex/plugin/skills/frontend/references/design/claude.md +312 -0
  1135. package/packages/omo-codex/plugin/skills/frontend/references/design/clay.md +304 -0
  1136. package/packages/omo-codex/plugin/skills/frontend/references/design/clickhouse.md +281 -0
  1137. package/packages/omo-codex/plugin/skills/frontend/references/design/cohere.md +266 -0
  1138. package/packages/omo-codex/plugin/skills/frontend/references/design/coinbase.md +129 -0
  1139. package/packages/omo-codex/plugin/skills/frontend/references/design/composio.md +307 -0
  1140. package/packages/omo-codex/plugin/skills/frontend/references/design/cursor.md +309 -0
  1141. package/packages/omo-codex/plugin/skills/frontend/references/design/design-system-architecture.md +217 -0
  1142. package/packages/omo-codex/plugin/skills/frontend/references/design/elevenlabs.md +265 -0
  1143. package/packages/omo-codex/plugin/skills/frontend/references/design/expo.md +281 -0
  1144. package/packages/omo-codex/plugin/skills/frontend/references/design/ferrari.md +314 -0
  1145. package/packages/omo-codex/plugin/skills/frontend/references/design/figma.md +220 -0
  1146. package/packages/omo-codex/plugin/skills/frontend/references/design/framer.md +246 -0
  1147. package/packages/omo-codex/plugin/skills/frontend/references/design/gpt-tasteskill.md +74 -0
  1148. package/packages/omo-codex/plugin/skills/frontend/references/design/hashicorp.md +278 -0
  1149. package/packages/omo-codex/plugin/skills/frontend/references/design/ibm.md +332 -0
  1150. package/packages/omo-codex/plugin/skills/frontend/references/design/image-to-code-skill.md +1228 -0
  1151. package/packages/omo-codex/plugin/skills/frontend/references/design/imagegen-brandkit.md +798 -0
  1152. package/packages/omo-codex/plugin/skills/frontend/references/design/imagegen-frontend-mobile.md +1465 -0
  1153. package/packages/omo-codex/plugin/skills/frontend/references/design/imagegen-frontend-web.md +686 -0
  1154. package/packages/omo-codex/plugin/skills/frontend/references/design/intercom.md +146 -0
  1155. package/packages/omo-codex/plugin/skills/frontend/references/design/kraken.md +125 -0
  1156. package/packages/omo-codex/plugin/skills/frontend/references/design/lamborghini.md +288 -0
  1157. package/packages/omo-codex/plugin/skills/frontend/references/design/linear.app.md +367 -0
  1158. package/packages/omo-codex/plugin/skills/frontend/references/design/lovable.md +298 -0
  1159. package/packages/omo-codex/plugin/skills/frontend/references/design/mastercard.md +365 -0
  1160. package/packages/omo-codex/plugin/skills/frontend/references/design/meta.md +366 -0
  1161. package/packages/omo-codex/plugin/skills/frontend/references/design/minimalist-skill.md +85 -0
  1162. package/packages/omo-codex/plugin/skills/frontend/references/design/minimax.md +257 -0
  1163. package/packages/omo-codex/plugin/skills/frontend/references/design/mintlify.md +326 -0
  1164. package/packages/omo-codex/plugin/skills/frontend/references/design/miro.md +108 -0
  1165. package/packages/omo-codex/plugin/skills/frontend/references/design/mistral.ai.md +261 -0
  1166. package/packages/omo-codex/plugin/skills/frontend/references/design/mongodb.md +266 -0
  1167. package/packages/omo-codex/plugin/skills/frontend/references/design/nike.md +363 -0
  1168. package/packages/omo-codex/plugin/skills/frontend/references/design/notion.md +309 -0
  1169. package/packages/omo-codex/plugin/skills/frontend/references/design/nvidia.md +293 -0
  1170. package/packages/omo-codex/plugin/skills/frontend/references/design/ollama.md +267 -0
  1171. package/packages/omo-codex/plugin/skills/frontend/references/design/opencode.ai.md +281 -0
  1172. package/packages/omo-codex/plugin/skills/frontend/references/design/output-skill.md +49 -0
  1173. package/packages/omo-codex/plugin/skills/frontend/references/design/pinterest.md +230 -0
  1174. package/packages/omo-codex/plugin/skills/frontend/references/design/playstation.md +364 -0
  1175. package/packages/omo-codex/plugin/skills/frontend/references/design/posthog.md +256 -0
  1176. package/packages/omo-codex/plugin/skills/frontend/references/design/raycast.md +268 -0
  1177. package/packages/omo-codex/plugin/skills/frontend/references/design/react-dev-tooling-skill.md +230 -0
  1178. package/packages/omo-codex/plugin/skills/frontend/references/design/redesign-skill.md +178 -0
  1179. package/packages/omo-codex/plugin/skills/frontend/references/design/renault.md +311 -0
  1180. package/packages/omo-codex/plugin/skills/frontend/references/design/replicate.md +261 -0
  1181. package/packages/omo-codex/plugin/skills/frontend/references/design/resend.md +303 -0
  1182. package/packages/omo-codex/plugin/skills/frontend/references/design/revolut.md +185 -0
  1183. package/packages/omo-codex/plugin/skills/frontend/references/design/runwayml.md +244 -0
  1184. package/packages/omo-codex/plugin/skills/frontend/references/design/sanity.md +357 -0
  1185. package/packages/omo-codex/plugin/skills/frontend/references/design/sentry.md +262 -0
  1186. package/packages/omo-codex/plugin/skills/frontend/references/design/shopify.md +350 -0
  1187. package/packages/omo-codex/plugin/skills/frontend/references/design/soft-skill.md +98 -0
  1188. package/packages/omo-codex/plugin/skills/frontend/references/design/spacex.md +194 -0
  1189. package/packages/omo-codex/plugin/skills/frontend/references/design/spotify.md +246 -0
  1190. package/packages/omo-codex/plugin/skills/frontend/references/design/starbucks.md +580 -0
  1191. package/packages/omo-codex/plugin/skills/frontend/references/design/stitch-skill.md +184 -0
  1192. package/packages/omo-codex/plugin/skills/frontend/references/design/stripe.md +322 -0
  1193. package/packages/omo-codex/plugin/skills/frontend/references/design/supabase.md +255 -0
  1194. package/packages/omo-codex/plugin/skills/frontend/references/design/superhuman.md +252 -0
  1195. package/packages/omo-codex/plugin/skills/frontend/references/design/taste-skill.md +226 -0
  1196. package/packages/omo-codex/plugin/skills/frontend/references/design/tesla.md +286 -0
  1197. package/packages/omo-codex/plugin/skills/frontend/references/design/theverge.md +339 -0
  1198. package/packages/omo-codex/plugin/skills/frontend/references/design/together.ai.md +263 -0
  1199. package/packages/omo-codex/plugin/skills/frontend/references/design/uber.md +295 -0
  1200. package/packages/omo-codex/plugin/skills/frontend/references/design/vercel.md +310 -0
  1201. package/packages/omo-codex/plugin/skills/frontend/references/design/vodafone.md +423 -0
  1202. package/packages/omo-codex/plugin/skills/frontend/references/design/voltagent.md +323 -0
  1203. package/packages/omo-codex/plugin/skills/frontend/references/design/warp.md +253 -0
  1204. package/packages/omo-codex/plugin/skills/frontend/references/design/webflow.md +92 -0
  1205. package/packages/omo-codex/plugin/skills/frontend/references/design/wired.md +278 -0
  1206. package/packages/omo-codex/plugin/skills/frontend/references/design/wise.md +173 -0
  1207. package/packages/omo-codex/plugin/skills/frontend/references/design/x.ai.md +257 -0
  1208. package/packages/omo-codex/plugin/skills/frontend/references/design/zapier.md +328 -0
  1209. package/packages/omo-codex/plugin/skills/frontend/references/perfection/README.md +160 -0
  1210. package/packages/omo-codex/plugin/skills/frontend/references/perfection/react-perf-tooling.md +127 -0
  1211. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/README.md +273 -0
  1212. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/charts.csv +26 -0
  1213. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/colors.csv +97 -0
  1214. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/icons.csv +101 -0
  1215. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/landing.csv +31 -0
  1216. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/products.csv +97 -0
  1217. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/react-performance.csv +45 -0
  1218. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/astro.csv +54 -0
  1219. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/flutter.csv +53 -0
  1220. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/html-tailwind.csv +56 -0
  1221. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/jetpack-compose.csv +53 -0
  1222. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/nextjs.csv +53 -0
  1223. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/nuxt-ui.csv +51 -0
  1224. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/nuxtjs.csv +59 -0
  1225. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/react-native.csv +52 -0
  1226. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/react.csv +54 -0
  1227. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/shadcn.csv +61 -0
  1228. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/svelte.csv +54 -0
  1229. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/swiftui.csv +51 -0
  1230. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/stacks/vue.csv +50 -0
  1231. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/styles.csv +68 -0
  1232. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/typography.csv +58 -0
  1233. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/ui-reasoning.csv +101 -0
  1234. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/ux-guidelines.csv +100 -0
  1235. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/data/web-interface.csv +31 -0
  1236. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/scripts/core.py +253 -0
  1237. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/scripts/design_system.py +1067 -0
  1238. package/packages/omo-codex/plugin/skills/frontend/references/ui-ux-db/scripts/search.py +114 -0
  1239. package/packages/omo-codex/plugin/skills/frontend/scripts/perfection/lighthouse-audit.py +201 -0
  1240. package/packages/omo-codex/plugin/skills/init-deep/SKILL.md +23 -28
  1241. package/packages/omo-codex/plugin/skills/programming/SKILL.md +25 -121
  1242. package/packages/omo-codex/plugin/skills/programming/references/code-smells.md +390 -0
  1243. package/packages/omo-codex/plugin/skills/refactor/SKILL.md +14 -23
  1244. package/packages/omo-codex/plugin/skills/remove-ai-slops/SKILL.md +2 -2
  1245. package/packages/omo-codex/plugin/skills/review-work/SKILL.md +2 -2
  1246. package/packages/omo-codex/plugin/skills/start-work/SKILL.md +3 -3
  1247. package/packages/omo-codex/plugin/skills/ultraresearch/SKILL.md +2 -2
  1248. package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +17 -17
  1249. package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +47 -20
  1250. package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +55 -88
  1251. package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-clear.md +44 -0
  1252. package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-unclear.md +44 -0
  1253. package/packages/omo-codex/plugin/skills/ulw-plan/scripts/scaffold-plan.mjs +301 -0
  1254. package/packages/omo-codex/plugin/skills/visual-qa/SKILL.md +19 -3
  1255. package/packages/omo-codex/plugin/skills/visual-qa/references/agent-browser-setup.md +44 -0
  1256. package/packages/omo-codex/plugin/test/aggregate-agents.test.mjs +119 -11
  1257. package/packages/omo-codex/plugin/test/aggregate-build.test.mjs +2 -4
  1258. package/packages/omo-codex/plugin/test/aggregate-hooks.test.mjs +29 -2
  1259. package/packages/omo-codex/plugin/test/aggregate-manifest.test.mjs +2 -0
  1260. package/packages/omo-codex/plugin/test/aggregate-mcp.test.mjs +12 -12
  1261. package/packages/omo-codex/plugin/test/auto-update.test.mjs +27 -1
  1262. package/packages/omo-codex/plugin/test/bootstrap-setup.test.mjs +31 -0
  1263. package/packages/omo-codex/plugin/test/component-bundled-cli.test.mjs +287 -0
  1264. package/packages/omo-codex/plugin/test/component-hook-contract-cases.mjs +199 -0
  1265. package/packages/omo-codex/plugin/test/hook-status-message.test.mjs +38 -2
  1266. package/packages/omo-codex/plugin/test/index.js +13 -0
  1267. package/packages/omo-codex/plugin/test/install-time-build-runtime.test.mjs +4 -5
  1268. package/packages/omo-codex/plugin/test/mcp-research-servers.test.mjs +5 -3
  1269. package/packages/omo-codex/plugin/test/migrate-omo-sot.test.mjs +179 -0
  1270. package/packages/omo-codex/plugin/test/payload-equivalence.test.mjs +109 -0
  1271. package/packages/omo-codex/plugin/test/scaffold-plan.test.mjs +165 -0
  1272. package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +6 -6
  1273. package/packages/omo-codex/plugin/test/sync-skills-test-support.mjs +2 -3
  1274. package/packages/omo-codex/plugin/test/sync-skills.test.mjs +37 -1
  1275. package/packages/omo-codex/scripts/install-bin-links.test.mjs +3 -3
  1276. package/packages/omo-codex/scripts/install-cache-copy.test.mjs +1 -1
  1277. package/packages/omo-codex/scripts/install-cli-args.test.mjs +1 -1
  1278. package/packages/omo-codex/scripts/install-config-autonomous-features.test.mjs +1 -1
  1279. package/packages/omo-codex/scripts/install-config-autonomous.test.mjs +1 -1
  1280. package/packages/omo-codex/scripts/install-config-git-bash.test.mjs +1 -1
  1281. package/packages/omo-codex/scripts/install-config-preservation.test.mjs +1 -1
  1282. package/packages/omo-codex/scripts/install-config-reasoning.test.mjs +1 -2
  1283. package/packages/omo-codex/scripts/install-config.test.mjs +8 -6
  1284. package/packages/omo-codex/scripts/install-delegated-command.test.mjs +1 -1
  1285. package/packages/omo-codex/scripts/install-dist/install-local.mjs +13394 -0
  1286. package/packages/omo-codex/scripts/install-generated-bundle.test.mjs +55 -0
  1287. package/packages/omo-codex/scripts/install-git-bash-mcp-env.test.mjs +27 -4
  1288. package/packages/omo-codex/scripts/install-hook-targets.test.mjs +1 -1
  1289. package/packages/omo-codex/scripts/install-local.mjs +54 -237
  1290. package/packages/omo-codex/scripts/install-local.test.mjs +8 -1
  1291. package/packages/omo-codex/scripts/install-marketplace-cache.test.mjs +3 -3
  1292. package/packages/omo-codex/scripts/install-mcp-runtime.test.mjs +61 -68
  1293. package/packages/omo-codex/scripts/install-packaged-local.test.mjs +8 -4
  1294. package/packages/omo-codex/scripts/install-project-local-cleanup.test.mjs +1 -1
  1295. package/packages/shared-skills/package.json +6 -1
  1296. package/packages/shared-skills/skills/ast-grep/LICENSE +21 -0
  1297. package/packages/shared-skills/skills/ast-grep/README.md +136 -0
  1298. package/packages/shared-skills/skills/ast-grep/SKILL.md +272 -0
  1299. package/packages/shared-skills/skills/ast-grep/SOURCE +1 -0
  1300. package/packages/shared-skills/skills/ast-grep/install.ps1 +235 -0
  1301. package/packages/shared-skills/skills/ast-grep/install.sh +286 -0
  1302. package/packages/shared-skills/skills/ast-grep/references/cli.md +231 -0
  1303. package/packages/shared-skills/skills/ast-grep/references/install.md +166 -0
  1304. package/packages/shared-skills/skills/ast-grep/references/patterns.md +147 -0
  1305. package/packages/shared-skills/skills/ast-grep/references/pitfalls.md +303 -0
  1306. package/packages/shared-skills/skills/ast-grep/references/recipes.md +402 -0
  1307. package/packages/shared-skills/skills/ast-grep/references/sgconfig.md +248 -0
  1308. package/packages/shared-skills/skills/ast-grep/references/yaml-rules.md +509 -0
  1309. package/packages/shared-skills/skills/ast-grep/scripts/ast_grep_helper.py +748 -0
  1310. package/packages/shared-skills/skills/ast-grep/tests/smoke.ps1 +123 -0
  1311. package/packages/shared-skills/skills/ast-grep/tests/smoke.sh +212 -0
  1312. package/packages/shared-skills/skills/frontend/ATTRIBUTION.md +127 -0
  1313. package/packages/shared-skills/skills/frontend/LICENSE-Apache-2.0.txt +201 -0
  1314. package/packages/shared-skills/skills/frontend/SKILL.md +113 -0
  1315. package/packages/shared-skills/skills/frontend/references/design/README.md +240 -0
  1316. package/packages/shared-skills/skills/frontend/references/design/_INDEX.md +189 -0
  1317. package/packages/shared-skills/skills/frontend/references/design/airbnb.md +390 -0
  1318. package/packages/shared-skills/skills/frontend/references/design/airtable.md +89 -0
  1319. package/packages/shared-skills/skills/frontend/references/design/apple.md +247 -0
  1320. package/packages/shared-skills/skills/frontend/references/design/binance.md +345 -0
  1321. package/packages/shared-skills/skills/frontend/references/design/bmw.md +180 -0
  1322. package/packages/shared-skills/skills/frontend/references/design/brutalist-skill.md +92 -0
  1323. package/packages/shared-skills/skills/frontend/references/design/bugatti.md +268 -0
  1324. package/packages/shared-skills/skills/frontend/references/design/cal.md +259 -0
  1325. package/packages/shared-skills/skills/frontend/references/design/claude.md +312 -0
  1326. package/packages/shared-skills/skills/frontend/references/design/clay.md +304 -0
  1327. package/packages/shared-skills/skills/frontend/references/design/clickhouse.md +281 -0
  1328. package/packages/shared-skills/skills/frontend/references/design/cohere.md +266 -0
  1329. package/packages/shared-skills/skills/frontend/references/design/coinbase.md +129 -0
  1330. package/packages/shared-skills/skills/frontend/references/design/composio.md +307 -0
  1331. package/packages/shared-skills/skills/frontend/references/design/cursor.md +309 -0
  1332. package/packages/shared-skills/skills/frontend/references/design/design-system-architecture.md +217 -0
  1333. package/packages/shared-skills/skills/frontend/references/design/elevenlabs.md +265 -0
  1334. package/packages/shared-skills/skills/frontend/references/design/expo.md +281 -0
  1335. package/packages/shared-skills/skills/frontend/references/design/ferrari.md +314 -0
  1336. package/packages/shared-skills/skills/frontend/references/design/figma.md +220 -0
  1337. package/packages/shared-skills/skills/frontend/references/design/framer.md +246 -0
  1338. package/packages/shared-skills/skills/frontend/references/design/gpt-tasteskill.md +74 -0
  1339. package/packages/shared-skills/skills/frontend/references/design/hashicorp.md +278 -0
  1340. package/packages/shared-skills/skills/frontend/references/design/ibm.md +332 -0
  1341. package/packages/shared-skills/skills/frontend/references/design/image-to-code-skill.md +1228 -0
  1342. package/packages/shared-skills/skills/frontend/references/design/imagegen-brandkit.md +798 -0
  1343. package/packages/shared-skills/skills/frontend/references/design/imagegen-frontend-mobile.md +1465 -0
  1344. package/packages/shared-skills/skills/frontend/references/design/imagegen-frontend-web.md +686 -0
  1345. package/packages/shared-skills/skills/frontend/references/design/intercom.md +146 -0
  1346. package/packages/shared-skills/skills/frontend/references/design/kraken.md +125 -0
  1347. package/packages/shared-skills/skills/frontend/references/design/lamborghini.md +288 -0
  1348. package/packages/shared-skills/skills/frontend/references/design/linear.app.md +367 -0
  1349. package/packages/shared-skills/skills/frontend/references/design/lovable.md +298 -0
  1350. package/packages/shared-skills/skills/frontend/references/design/mastercard.md +365 -0
  1351. package/packages/shared-skills/skills/frontend/references/design/meta.md +366 -0
  1352. package/packages/shared-skills/skills/frontend/references/design/minimalist-skill.md +85 -0
  1353. package/packages/shared-skills/skills/frontend/references/design/minimax.md +257 -0
  1354. package/packages/shared-skills/skills/frontend/references/design/mintlify.md +326 -0
  1355. package/packages/shared-skills/skills/frontend/references/design/miro.md +108 -0
  1356. package/packages/shared-skills/skills/frontend/references/design/mistral.ai.md +261 -0
  1357. package/packages/shared-skills/skills/frontend/references/design/mongodb.md +266 -0
  1358. package/packages/shared-skills/skills/frontend/references/design/nike.md +363 -0
  1359. package/packages/shared-skills/skills/frontend/references/design/notion.md +309 -0
  1360. package/packages/shared-skills/skills/frontend/references/design/nvidia.md +293 -0
  1361. package/packages/shared-skills/skills/frontend/references/design/ollama.md +267 -0
  1362. package/packages/shared-skills/skills/frontend/references/design/opencode.ai.md +281 -0
  1363. package/packages/shared-skills/skills/frontend/references/design/output-skill.md +49 -0
  1364. package/packages/shared-skills/skills/frontend/references/design/pinterest.md +230 -0
  1365. package/packages/shared-skills/skills/frontend/references/design/playstation.md +364 -0
  1366. package/packages/shared-skills/skills/frontend/references/design/posthog.md +256 -0
  1367. package/packages/shared-skills/skills/frontend/references/design/raycast.md +268 -0
  1368. package/packages/shared-skills/skills/frontend/references/design/react-dev-tooling-skill.md +230 -0
  1369. package/packages/shared-skills/skills/frontend/references/design/redesign-skill.md +178 -0
  1370. package/packages/shared-skills/skills/frontend/references/design/renault.md +311 -0
  1371. package/packages/shared-skills/skills/frontend/references/design/replicate.md +261 -0
  1372. package/packages/shared-skills/skills/frontend/references/design/resend.md +303 -0
  1373. package/packages/shared-skills/skills/frontend/references/design/revolut.md +185 -0
  1374. package/packages/shared-skills/skills/frontend/references/design/runwayml.md +244 -0
  1375. package/packages/shared-skills/skills/frontend/references/design/sanity.md +357 -0
  1376. package/packages/shared-skills/skills/frontend/references/design/sentry.md +262 -0
  1377. package/packages/shared-skills/skills/frontend/references/design/shopify.md +350 -0
  1378. package/packages/shared-skills/skills/frontend/references/design/soft-skill.md +98 -0
  1379. package/packages/shared-skills/skills/frontend/references/design/spacex.md +194 -0
  1380. package/packages/shared-skills/skills/frontend/references/design/spotify.md +246 -0
  1381. package/packages/shared-skills/skills/frontend/references/design/starbucks.md +580 -0
  1382. package/packages/shared-skills/skills/frontend/references/design/stitch-skill.md +184 -0
  1383. package/packages/shared-skills/skills/frontend/references/design/stripe.md +322 -0
  1384. package/packages/shared-skills/skills/frontend/references/design/supabase.md +255 -0
  1385. package/packages/shared-skills/skills/frontend/references/design/superhuman.md +252 -0
  1386. package/packages/shared-skills/skills/frontend/references/design/taste-skill.md +226 -0
  1387. package/packages/shared-skills/skills/frontend/references/design/tesla.md +286 -0
  1388. package/packages/shared-skills/skills/frontend/references/design/theverge.md +339 -0
  1389. package/packages/shared-skills/skills/frontend/references/design/together.ai.md +263 -0
  1390. package/packages/shared-skills/skills/frontend/references/design/uber.md +295 -0
  1391. package/packages/shared-skills/skills/frontend/references/design/vercel.md +310 -0
  1392. package/packages/shared-skills/skills/frontend/references/design/vodafone.md +423 -0
  1393. package/packages/shared-skills/skills/frontend/references/design/voltagent.md +323 -0
  1394. package/packages/shared-skills/skills/frontend/references/design/warp.md +253 -0
  1395. package/packages/shared-skills/skills/frontend/references/design/webflow.md +92 -0
  1396. package/packages/shared-skills/skills/frontend/references/design/wired.md +278 -0
  1397. package/packages/shared-skills/skills/frontend/references/design/wise.md +173 -0
  1398. package/packages/shared-skills/skills/frontend/references/design/x.ai.md +257 -0
  1399. package/packages/shared-skills/skills/frontend/references/design/zapier.md +328 -0
  1400. package/packages/shared-skills/skills/frontend/references/perfection/README.md +160 -0
  1401. package/packages/shared-skills/skills/frontend/references/perfection/react-perf-tooling.md +127 -0
  1402. package/packages/shared-skills/skills/frontend/references/ui-ux-db/README.md +273 -0
  1403. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/charts.csv +26 -0
  1404. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/colors.csv +97 -0
  1405. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/icons.csv +101 -0
  1406. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/landing.csv +31 -0
  1407. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/products.csv +97 -0
  1408. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/react-performance.csv +45 -0
  1409. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/astro.csv +54 -0
  1410. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/flutter.csv +53 -0
  1411. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/html-tailwind.csv +56 -0
  1412. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/jetpack-compose.csv +53 -0
  1413. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/nextjs.csv +53 -0
  1414. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/nuxt-ui.csv +51 -0
  1415. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/nuxtjs.csv +59 -0
  1416. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/react-native.csv +52 -0
  1417. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/react.csv +54 -0
  1418. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/shadcn.csv +61 -0
  1419. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/svelte.csv +54 -0
  1420. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/swiftui.csv +51 -0
  1421. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/stacks/vue.csv +50 -0
  1422. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/styles.csv +68 -0
  1423. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/typography.csv +58 -0
  1424. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/ui-reasoning.csv +101 -0
  1425. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/ux-guidelines.csv +100 -0
  1426. package/packages/shared-skills/skills/frontend/references/ui-ux-db/data/web-interface.csv +31 -0
  1427. package/packages/shared-skills/skills/frontend/references/ui-ux-db/scripts/core.py +253 -0
  1428. package/packages/shared-skills/skills/frontend/references/ui-ux-db/scripts/design_system.py +1067 -0
  1429. package/packages/shared-skills/skills/frontend/references/ui-ux-db/scripts/search.py +114 -0
  1430. package/packages/shared-skills/skills/frontend/scripts/perfection/lighthouse-audit.py +201 -0
  1431. package/packages/shared-skills/skills/init-deep/SKILL.md +21 -26
  1432. package/packages/shared-skills/skills/programming/SKILL.md +25 -121
  1433. package/packages/shared-skills/skills/programming/references/code-smells.md +390 -0
  1434. package/packages/shared-skills/skills/refactor/SKILL.md +12 -21
  1435. package/packages/shared-skills/skills/review-work/SKILL.md +11 -9
  1436. package/packages/shared-skills/skills/start-work/SKILL.md +5 -4
  1437. package/packages/shared-skills/skills/ultraresearch/SKILL.md +9 -8
  1438. package/packages/shared-skills/skills/ulw-plan/SKILL.md +69 -0
  1439. package/packages/shared-skills/skills/ulw-plan/agents/openai.yaml +7 -0
  1440. package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +99 -0
  1441. package/packages/shared-skills/skills/ulw-plan/references/intent-clear.md +44 -0
  1442. package/packages/shared-skills/skills/ulw-plan/references/intent-unclear.md +44 -0
  1443. package/packages/shared-skills/skills/ulw-plan/scripts/scaffold-plan.mjs +301 -0
  1444. package/packages/shared-skills/skills/visual-qa/SKILL.md +17 -1
  1445. package/packages/shared-skills/skills/visual-qa/references/agent-browser-setup.md +44 -0
  1446. package/packages/shared-skills/skills/visual-qa/scripts/skill-prompt-contract.test.ts +48 -4
  1447. package/dist/cli/doctor/constants.d.ts +0 -32
  1448. package/dist/cli/doctor/spawn-with-timeout.d.ts +0 -8
  1449. package/dist/cli/doctor/types.d.ts +0 -148
  1450. package/dist/features/builtin-skills/skills/frontend-ui-ux.d.ts +0 -2
  1451. package/dist/mcp/ast-grep.d.ts +0 -11
  1452. package/packages/ast-grep-mcp/dist/cli.js +0 -1159
  1453. package/packages/lsp-tools-mcp/dist/lsp/cleanup-errors.js +0 -6
  1454. package/packages/lsp-tools-mcp/dist/lsp/client-wrapper.js +0 -132
  1455. package/packages/lsp-tools-mcp/dist/lsp/client.js +0 -131
  1456. package/packages/lsp-tools-mcp/dist/lsp/config-loader.js +0 -220
  1457. package/packages/lsp-tools-mcp/dist/lsp/connection.js +0 -66
  1458. package/packages/lsp-tools-mcp/dist/lsp/constants.js +0 -10
  1459. package/packages/lsp-tools-mcp/dist/lsp/directory-diagnostics.js +0 -125
  1460. package/packages/lsp-tools-mcp/dist/lsp/effective-extension.js +0 -8
  1461. package/packages/lsp-tools-mcp/dist/lsp/errors.js +0 -56
  1462. package/packages/lsp-tools-mcp/dist/lsp/formatters.js +0 -106
  1463. package/packages/lsp-tools-mcp/dist/lsp/infer-extension.js +0 -59
  1464. package/packages/lsp-tools-mcp/dist/lsp/json-rpc-connection.js +0 -247
  1465. package/packages/lsp-tools-mcp/dist/lsp/language-mappings.js +0 -170
  1466. package/packages/lsp-tools-mcp/dist/lsp/process-signal-cleanup.js +0 -17
  1467. package/packages/lsp-tools-mcp/dist/lsp/process.js +0 -153
  1468. package/packages/lsp-tools-mcp/dist/lsp/server-definitions.js +0 -170
  1469. package/packages/lsp-tools-mcp/dist/lsp/server-install-state.js +0 -51
  1470. package/packages/lsp-tools-mcp/dist/lsp/server-installation.js +0 -40
  1471. package/packages/lsp-tools-mcp/dist/lsp/server-resolution.js +0 -86
  1472. package/packages/lsp-tools-mcp/dist/lsp/startup-failure.js +0 -35
  1473. package/packages/lsp-tools-mcp/dist/lsp/transport.js +0 -241
  1474. package/packages/lsp-tools-mcp/dist/lsp/types.js +0 -1
  1475. package/packages/lsp-tools-mcp/dist/lsp/workspace-edit.js +0 -175
  1476. package/packages/lsp-tools-mcp/dist/missing-dependency-result.js +0 -14
  1477. package/packages/omo-codex/plugin/components/bootstrap/manifests/ast-grep.json +0 -22
  1478. package/packages/omo-codex/plugin/components/comment-checker/dist/apply-patch.d.ts +0 -7
  1479. package/packages/omo-codex/plugin/components/comment-checker/dist/apply-patch.js +0 -173
  1480. package/packages/omo-codex/plugin/components/comment-checker/dist/codex-hook.d.ts +0 -22
  1481. package/packages/omo-codex/plugin/components/comment-checker/dist/codex-hook.js +0 -165
  1482. package/packages/omo-codex/plugin/components/comment-checker/dist/core-values.d.ts +0 -1
  1483. package/packages/omo-codex/plugin/components/comment-checker/dist/core-values.js +0 -1
  1484. package/packages/omo-codex/plugin/components/comment-checker/dist/core.d.ts +0 -5
  1485. package/packages/omo-codex/plugin/components/comment-checker/dist/core.js +0 -4
  1486. package/packages/omo-codex/plugin/components/comment-checker/dist/hook-input.d.ts +0 -6
  1487. package/packages/omo-codex/plugin/components/comment-checker/dist/hook-input.js +0 -10
  1488. package/packages/omo-codex/plugin/components/comment-checker/dist/record.d.ts +0 -2
  1489. package/packages/omo-codex/plugin/components/comment-checker/dist/record.js +0 -11
  1490. package/packages/omo-codex/plugin/components/comment-checker/dist/request-extractor.d.ts +0 -3
  1491. package/packages/omo-codex/plugin/components/comment-checker/dist/request-extractor.js +0 -104
  1492. package/packages/omo-codex/plugin/components/comment-checker/dist/runner.d.ts +0 -26
  1493. package/packages/omo-codex/plugin/components/comment-checker/dist/runner.js +0 -144
  1494. package/packages/omo-codex/plugin/components/comment-checker/dist/types.d.ts +0 -43
  1495. package/packages/omo-codex/plugin/components/comment-checker/dist/types.js +0 -1
  1496. package/packages/omo-codex/plugin/components/comment-checker/src/record.ts +0 -11
  1497. package/packages/omo-codex/plugin/components/rules/dist/codex-hook-options.d.ts +0 -5
  1498. package/packages/omo-codex/plugin/components/rules/dist/codex-hook-options.js +0 -1
  1499. package/packages/omo-codex/plugin/components/rules/dist/codex-hook.d.ts +0 -47
  1500. package/packages/omo-codex/plugin/components/rules/dist/codex-hook.js +0 -127
  1501. package/packages/omo-codex/plugin/components/rules/dist/config.d.ts +0 -2
  1502. package/packages/omo-codex/plugin/components/rules/dist/config.js +0 -100
  1503. package/packages/omo-codex/plugin/components/rules/dist/context-pressure.d.ts +0 -2
  1504. package/packages/omo-codex/plugin/components/rules/dist/context-pressure.js +0 -26
  1505. package/packages/omo-codex/plugin/components/rules/dist/debug-log.d.ts +0 -8
  1506. package/packages/omo-codex/plugin/components/rules/dist/debug-log.js +0 -36
  1507. package/packages/omo-codex/plugin/components/rules/dist/dynamic-target-fingerprints.d.ts +0 -7
  1508. package/packages/omo-codex/plugin/components/rules/dist/dynamic-target-fingerprints.js +0 -65
  1509. package/packages/omo-codex/plugin/components/rules/dist/event-budget.d.ts +0 -3
  1510. package/packages/omo-codex/plugin/components/rules/dist/event-budget.js +0 -14
  1511. package/packages/omo-codex/plugin/components/rules/dist/hook-output.d.ts +0 -2
  1512. package/packages/omo-codex/plugin/components/rules/dist/hook-output.js +0 -24
  1513. package/packages/omo-codex/plugin/components/rules/dist/path-utils.d.ts +0 -4
  1514. package/packages/omo-codex/plugin/components/rules/dist/path-utils.js +0 -24
  1515. package/packages/omo-codex/plugin/components/rules/dist/persistent-cache.d.ts +0 -13
  1516. package/packages/omo-codex/plugin/components/rules/dist/persistent-cache.js +0 -172
  1517. package/packages/omo-codex/plugin/components/rules/dist/post-compact-budget.d.ts +0 -6
  1518. package/packages/omo-codex/plugin/components/rules/dist/post-compact-budget.js +0 -74
  1519. package/packages/omo-codex/plugin/components/rules/dist/post-compact-claim.d.ts +0 -4
  1520. package/packages/omo-codex/plugin/components/rules/dist/post-compact-claim.js +0 -6
  1521. package/packages/omo-codex/plugin/components/rules/dist/post-compact-directive.d.ts +0 -1
  1522. package/packages/omo-codex/plugin/components/rules/dist/post-compact-directive.js +0 -32
  1523. package/packages/omo-codex/plugin/components/rules/dist/post-compact-state.d.ts +0 -13
  1524. package/packages/omo-codex/plugin/components/rules/dist/post-compact-state.js +0 -29
  1525. package/packages/omo-codex/plugin/components/rules/dist/rules/cache.d.ts +0 -9
  1526. package/packages/omo-codex/plugin/components/rules/dist/rules/cache.js +0 -51
  1527. package/packages/omo-codex/plugin/components/rules/dist/rules/constants.d.ts +0 -70
  1528. package/packages/omo-codex/plugin/components/rules/dist/rules/constants.js +0 -101
  1529. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-dynamic-cache.d.ts +0 -5
  1530. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-dynamic-cache.js +0 -60
  1531. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-dynamic-loader.d.ts +0 -6
  1532. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-dynamic-loader.js +0 -61
  1533. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-loader.d.ts +0 -7
  1534. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-loader.js +0 -60
  1535. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-paths.d.ts +0 -11
  1536. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-paths.js +0 -75
  1537. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-static-loader.d.ts +0 -6
  1538. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-static-loader.js +0 -29
  1539. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-types.d.ts +0 -44
  1540. package/packages/omo-codex/plugin/components/rules/dist/rules/engine-types.js +0 -1
  1541. package/packages/omo-codex/plugin/components/rules/dist/rules/engine.d.ts +0 -5
  1542. package/packages/omo-codex/plugin/components/rules/dist/rules/engine.js +0 -85
  1543. package/packages/omo-codex/plugin/components/rules/dist/rules/errors.d.ts +0 -6
  1544. package/packages/omo-codex/plugin/components/rules/dist/rules/errors.js +0 -12
  1545. package/packages/omo-codex/plugin/components/rules/dist/rules/finder-cache.d.ts +0 -14
  1546. package/packages/omo-codex/plugin/components/rules/dist/rules/finder-cache.js +0 -51
  1547. package/packages/omo-codex/plugin/components/rules/dist/rules/finder-paths.d.ts +0 -6
  1548. package/packages/omo-codex/plugin/components/rules/dist/rules/finder-paths.js +0 -33
  1549. package/packages/omo-codex/plugin/components/rules/dist/rules/finder-sources.d.ts +0 -5
  1550. package/packages/omo-codex/plugin/components/rules/dist/rules/finder-sources.js +0 -40
  1551. package/packages/omo-codex/plugin/components/rules/dist/rules/finder.d.ts +0 -28
  1552. package/packages/omo-codex/plugin/components/rules/dist/rules/finder.js +0 -146
  1553. package/packages/omo-codex/plugin/components/rules/dist/rules/formatter.d.ts +0 -7
  1554. package/packages/omo-codex/plugin/components/rules/dist/rules/formatter.js +0 -112
  1555. package/packages/omo-codex/plugin/components/rules/dist/rules/matcher.d.ts +0 -18
  1556. package/packages/omo-codex/plugin/components/rules/dist/rules/matcher.js +0 -93
  1557. package/packages/omo-codex/plugin/components/rules/dist/rules/ordering.d.ts +0 -3
  1558. package/packages/omo-codex/plugin/components/rules/dist/rules/ordering.js +0 -27
  1559. package/packages/omo-codex/plugin/components/rules/dist/rules/parser-frontmatter.d.ts +0 -7
  1560. package/packages/omo-codex/plugin/components/rules/dist/rules/parser-frontmatter.js +0 -30
  1561. package/packages/omo-codex/plugin/components/rules/dist/rules/parser-yaml.d.ts +0 -2
  1562. package/packages/omo-codex/plugin/components/rules/dist/rules/parser-yaml.js +0 -237
  1563. package/packages/omo-codex/plugin/components/rules/dist/rules/parser.d.ts +0 -3
  1564. package/packages/omo-codex/plugin/components/rules/dist/rules/parser.js +0 -31
  1565. package/packages/omo-codex/plugin/components/rules/dist/rules/plugin-root.d.ts +0 -1
  1566. package/packages/omo-codex/plugin/components/rules/dist/rules/plugin-root.js +0 -48
  1567. package/packages/omo-codex/plugin/components/rules/dist/rules/project-root.d.ts +0 -1
  1568. package/packages/omo-codex/plugin/components/rules/dist/rules/project-root.js +0 -23
  1569. package/packages/omo-codex/plugin/components/rules/dist/rules/scanner.d.ts +0 -14
  1570. package/packages/omo-codex/plugin/components/rules/dist/rules/scanner.js +0 -111
  1571. package/packages/omo-codex/plugin/components/rules/dist/rules/sources.d.ts +0 -3
  1572. package/packages/omo-codex/plugin/components/rules/dist/rules/sources.js +0 -9
  1573. package/packages/omo-codex/plugin/components/rules/dist/rules/truncator.d.ts +0 -18
  1574. package/packages/omo-codex/plugin/components/rules/dist/rules/truncator.js +0 -59
  1575. package/packages/omo-codex/plugin/components/rules/dist/rules/types.d.ts +0 -126
  1576. package/packages/omo-codex/plugin/components/rules/dist/rules/types.js +0 -8
  1577. package/packages/omo-codex/plugin/components/rules/dist/rules-engine-factory.d.ts +0 -6
  1578. package/packages/omo-codex/plugin/components/rules/dist/rules-engine-factory.js +0 -20
  1579. package/packages/omo-codex/plugin/components/rules/dist/session-state-lock.d.ts +0 -3
  1580. package/packages/omo-codex/plugin/components/rules/dist/session-state-lock.js +0 -41
  1581. package/packages/omo-codex/plugin/components/rules/dist/sparkshell-awareness.d.ts +0 -10
  1582. package/packages/omo-codex/plugin/components/rules/dist/sparkshell-awareness.js +0 -90
  1583. package/packages/omo-codex/plugin/components/rules/dist/static-injection.d.ts +0 -3
  1584. package/packages/omo-codex/plugin/components/rules/dist/static-injection.js +0 -128
  1585. package/packages/omo-codex/plugin/components/rules/dist/tool-paths.d.ts +0 -6
  1586. package/packages/omo-codex/plugin/components/rules/dist/tool-paths.js +0 -168
  1587. package/packages/omo-codex/plugin/components/rules/dist/transcript-rule-filter.d.ts +0 -4
  1588. package/packages/omo-codex/plugin/components/rules/dist/transcript-rule-filter.js +0 -49
  1589. package/packages/omo-codex/plugin/components/rules/dist/transcript-search.d.ts +0 -4
  1590. package/packages/omo-codex/plugin/components/rules/dist/transcript-search.js +0 -91
  1591. package/packages/omo-codex/plugin/components/rules/src/rules/cache.ts +0 -64
  1592. package/packages/omo-codex/plugin/components/rules/src/rules/constants.ts +0 -122
  1593. package/packages/omo-codex/plugin/components/rules/src/rules/engine-dynamic-cache.ts +0 -87
  1594. package/packages/omo-codex/plugin/components/rules/src/rules/engine-dynamic-loader.ts +0 -94
  1595. package/packages/omo-codex/plugin/components/rules/src/rules/engine-loader.ts +0 -84
  1596. package/packages/omo-codex/plugin/components/rules/src/rules/engine-paths.ts +0 -103
  1597. package/packages/omo-codex/plugin/components/rules/src/rules/engine-static-loader.ts +0 -43
  1598. package/packages/omo-codex/plugin/components/rules/src/rules/engine-types.ts +0 -45
  1599. package/packages/omo-codex/plugin/components/rules/src/rules/engine.ts +0 -123
  1600. package/packages/omo-codex/plugin/components/rules/src/rules/errors.ts +0 -13
  1601. package/packages/omo-codex/plugin/components/rules/src/rules/finder-cache.ts +0 -73
  1602. package/packages/omo-codex/plugin/components/rules/src/rules/finder-paths.ts +0 -47
  1603. package/packages/omo-codex/plugin/components/rules/src/rules/finder-sources.ts +0 -45
  1604. package/packages/omo-codex/plugin/components/rules/src/rules/finder.ts +0 -220
  1605. package/packages/omo-codex/plugin/components/rules/src/rules/formatter.ts +0 -149
  1606. package/packages/omo-codex/plugin/components/rules/src/rules/matcher.ts +0 -142
  1607. package/packages/omo-codex/plugin/components/rules/src/rules/ordering.ts +0 -33
  1608. package/packages/omo-codex/plugin/components/rules/src/rules/parser-frontmatter.ts +0 -39
  1609. package/packages/omo-codex/plugin/components/rules/src/rules/parser-yaml.ts +0 -271
  1610. package/packages/omo-codex/plugin/components/rules/src/rules/parser.ts +0 -35
  1611. package/packages/omo-codex/plugin/components/rules/src/rules/plugin-root.ts +0 -55
  1612. package/packages/omo-codex/plugin/components/rules/src/rules/project-root.ts +0 -30
  1613. package/packages/omo-codex/plugin/components/rules/src/rules/scanner.ts +0 -162
  1614. package/packages/omo-codex/plugin/components/rules/src/rules/sources.ts +0 -13
  1615. package/packages/omo-codex/plugin/components/rules/src/rules/truncator.ts +0 -84
  1616. package/packages/omo-codex/plugin/components/rules/src/rules/types.ts +0 -141
  1617. package/packages/omo-codex/plugin/components/start-work-continuation/dist/boulder-reader.d.ts +0 -16
  1618. package/packages/omo-codex/plugin/components/start-work-continuation/dist/boulder-reader.js +0 -146
  1619. package/packages/omo-codex/plugin/components/start-work-continuation/dist/cli.d.ts +0 -2
  1620. package/packages/omo-codex/plugin/components/start-work-continuation/dist/codex-hook.d.ts +0 -2
  1621. package/packages/omo-codex/plugin/components/start-work-continuation/dist/codex-hook.js +0 -80
  1622. package/packages/omo-codex/plugin/components/start-work-continuation/dist/directive.d.ts +0 -1
  1623. package/packages/omo-codex/plugin/components/start-work-continuation/dist/directive.js +0 -2
  1624. package/packages/omo-codex/plugin/components/start-work-continuation/dist/index.d.ts +0 -5
  1625. package/packages/omo-codex/plugin/components/start-work-continuation/dist/index.js +0 -3
  1626. package/packages/omo-codex/plugin/components/start-work-continuation/dist/types.d.ts +0 -20
  1627. package/packages/omo-codex/plugin/components/start-work-continuation/dist/types.js +0 -1
  1628. package/packages/omo-codex/plugin/components/telemetry/dist/atomic-write.d.ts +0 -1
  1629. package/packages/omo-codex/plugin/components/telemetry/dist/atomic-write.js +0 -18
  1630. package/packages/omo-codex/plugin/components/telemetry/dist/cli.d.ts +0 -2
  1631. package/packages/omo-codex/plugin/components/telemetry/dist/codex-hook.d.ts +0 -15
  1632. package/packages/omo-codex/plugin/components/telemetry/dist/codex-hook.js +0 -42
  1633. package/packages/omo-codex/plugin/components/telemetry/dist/data-path.d.ts +0 -10
  1634. package/packages/omo-codex/plugin/components/telemetry/dist/data-path.js +0 -35
  1635. package/packages/omo-codex/plugin/components/telemetry/dist/diagnostics.d.ts +0 -12
  1636. package/packages/omo-codex/plugin/components/telemetry/dist/diagnostics.js +0 -108
  1637. package/packages/omo-codex/plugin/components/telemetry/dist/env-flags.d.ts +0 -4
  1638. package/packages/omo-codex/plugin/components/telemetry/dist/env-flags.js +0 -31
  1639. package/packages/omo-codex/plugin/components/telemetry/dist/posthog-activity-state.d.ts +0 -8
  1640. package/packages/omo-codex/plugin/components/telemetry/dist/posthog-activity-state.js +0 -68
  1641. package/packages/omo-codex/plugin/components/telemetry/dist/posthog.d.ts +0 -21
  1642. package/packages/omo-codex/plugin/components/telemetry/dist/product-identity.d.ts +0 -8
  1643. package/packages/omo-codex/plugin/components/telemetry/dist/product-identity.js +0 -29
  1644. package/packages/omo-codex/plugin/components/telemetry/src/atomic-write.ts +0 -22
  1645. package/packages/omo-codex/plugin/components/telemetry/src/data-path.ts +0 -45
  1646. package/packages/omo-codex/plugin/components/telemetry/src/diagnostics.ts +0 -154
  1647. package/packages/omo-codex/plugin/components/telemetry/src/env-flags.ts +0 -43
  1648. package/packages/omo-codex/plugin/components/telemetry/src/posthog-activity-state.ts +0 -97
  1649. package/packages/omo-codex/plugin/components/ultrawork/agents/codex-ultrawork-reviewer.toml +0 -21
  1650. package/packages/omo-codex/plugin/components/ultrawork/dist/cli.d.ts +0 -2
  1651. package/packages/omo-codex/plugin/components/ultrawork/dist/codex-hook.d.ts +0 -7
  1652. package/packages/omo-codex/plugin/components/ultrawork/dist/codex-hook.js +0 -122
  1653. package/packages/omo-codex/plugin/components/ultrawork/dist/directive.d.ts +0 -1
  1654. package/packages/omo-codex/plugin/components/ultrawork/dist/directive.js +0 -2
  1655. package/packages/omo-codex/plugin/skills/frontend-ui-ux/SKILL.md +0 -77
  1656. package/packages/omo-codex/plugin/test/start-work-skill.test.mjs +0 -85
  1657. package/packages/omo-codex/plugin/test/ulw-plan-skill.test.mjs +0 -89
  1658. package/packages/omo-codex/scripts/atomic-write.test.mjs +0 -82
  1659. package/packages/omo-codex/scripts/install/agent-source-roots.mjs +0 -13
  1660. package/packages/omo-codex/scripts/install/agents.d.mts +0 -18
  1661. package/packages/omo-codex/scripts/install/agents.mjs +0 -227
  1662. package/packages/omo-codex/scripts/install/atomic-write.mjs +0 -59
  1663. package/packages/omo-codex/scripts/install/bin-dir.d.mts +0 -7
  1664. package/packages/omo-codex/scripts/install/bin-dir.mjs +0 -20
  1665. package/packages/omo-codex/scripts/install/bin-links.d.mts +0 -18
  1666. package/packages/omo-codex/scripts/install/bin-links.mjs +0 -276
  1667. package/packages/omo-codex/scripts/install/cache.mjs +0 -295
  1668. package/packages/omo-codex/scripts/install/cached-marketplace-manifest.mjs +0 -21
  1669. package/packages/omo-codex/scripts/install/cli-args.mjs +0 -149
  1670. package/packages/omo-codex/scripts/install/command-shim.mjs +0 -1
  1671. package/packages/omo-codex/scripts/install/config.d.mts +0 -35
  1672. package/packages/omo-codex/scripts/install/config.mjs +0 -267
  1673. package/packages/omo-codex/scripts/install/delegated-command.mjs +0 -29
  1674. package/packages/omo-codex/scripts/install/git-bash-mcp-env.d.mts +0 -5
  1675. package/packages/omo-codex/scripts/install/git-bash-mcp-env.mjs +0 -28
  1676. package/packages/omo-codex/scripts/install/git-bash.d.mts +0 -23
  1677. package/packages/omo-codex/scripts/install/git-bash.mjs +0 -107
  1678. package/packages/omo-codex/scripts/install/git-bash.test.mjs +0 -209
  1679. package/packages/omo-codex/scripts/install/hook-targets.mjs +0 -46
  1680. package/packages/omo-codex/scripts/install/hook-trust.d.mts +0 -10
  1681. package/packages/omo-codex/scripts/install/hook-trust.mjs +0 -84
  1682. package/packages/omo-codex/scripts/install/lazycodex-version-stamp.mjs +0 -102
  1683. package/packages/omo-codex/scripts/install/legacy-bins.mjs +0 -66
  1684. package/packages/omo-codex/scripts/install/marketplace.mjs +0 -104
  1685. package/packages/omo-codex/scripts/install/mcp-runtime-cache.mjs +0 -81
  1686. package/packages/omo-codex/scripts/install/model-catalog.mjs +0 -74
  1687. package/packages/omo-codex/scripts/install/multi-agent-v2-config.mjs +0 -50
  1688. package/packages/omo-codex/scripts/install/permissions.d.mts +0 -1
  1689. package/packages/omo-codex/scripts/install/permissions.mjs +0 -37
  1690. package/packages/omo-codex/scripts/install/process.mjs +0 -22
  1691. package/packages/omo-codex/scripts/install/project-local-cleanup.mjs +0 -228
  1692. package/packages/omo-codex/scripts/install/reasoning-config.mjs +0 -72
  1693. package/packages/omo-codex/scripts/install/snapshot.mjs +0 -53
  1694. package/packages/omo-codex/scripts/install/source-package-build.mjs +0 -20
  1695. package/packages/omo-codex/scripts/install/toml-editor.mjs +0 -64
  1696. package/packages/omo-codex/scripts/install/utils.mjs +0 -15
  1697. package/packages/omo-codex/scripts/sync-telemetry-component.mjs +0 -116
  1698. package/packages/omo-codex/scripts/sync-telemetry-component.test.mjs +0 -94
  1699. package/packages/shared-skills/skills/frontend-ui-ux/SKILL.md +0 -77
  1700. /package/dist/cli/doctor/{doctor-target.d.ts → framework/doctor-target.d.ts} +0 -0
  1701. /package/dist/cli/doctor/{format-default.d.ts → framework/format-default.d.ts} +0 -0
  1702. /package/dist/cli/doctor/{format-shared.d.ts → framework/format-shared.d.ts} +0 -0
  1703. /package/dist/cli/doctor/{format-status.d.ts → framework/format-status.d.ts} +0 -0
  1704. /package/dist/cli/doctor/{format-verbose.d.ts → framework/format-verbose.d.ts} +0 -0
  1705. /package/dist/cli/doctor/{formatter.d.ts → framework/formatter.d.ts} +0 -0
  1706. /package/packages/omo-codex/plugin/components/{comment-checker → codegraph}/dist/cli.d.ts +0 -0
  1707. /package/packages/omo-codex/plugin/components/{rules → lazycodex-executor-verify}/dist/cli.d.ts +0 -0
@@ -0,0 +1,390 @@
1
+ # Code Smells — Full Reference
2
+
3
+ When any of these smells is detected, **STOP and re-examine your design.** A code smell is not a syntax error — it is a signal that the current structure deserves a second look. The correct response is to assess whether `/refactor` is warranted, fix the smell, or document a SPECIFIC justification for carrying it. "It's fine" is not a justification.
4
+
5
+ ---
6
+
7
+ ## Smell 1 — File exceeds 250 pure LOC
8
+
9
+ ### Why 250
10
+
11
+ At 250 pure LOC a file still fits in one screen on a 32-inch monitor with a 14pt font. A reviewer can hold the whole thing in working memory and spot a cross-cutting bug. At 500 LOC they cannot. At 1000 LOC they stop trying. The number is the cognitive ceiling of a single human reviewer who has not memorized the file.
12
+
13
+ A file past this line is telling you:
14
+
15
+ - The module is doing more than one thing.
16
+ - Multiple cohesive units got merged "to save a file."
17
+ - Re-exports, barrels, and orchestrators got fused into pure-logic units.
18
+ - Every future reader pays a tax to find what they need.
19
+
20
+ ### Measuring pure LOC
21
+
22
+ ```bash
23
+ # Quick (line-comment + blank exclusion):
24
+ awk '!/^[[:space:]]*$/ && !/^[[:space:]]*(\/\/|#|--)/' <file> | wc -l
25
+
26
+ # Authoritative (handles block comments correctly):
27
+ cloc --by-file <file> # the "code" column is the number
28
+ ```
29
+
30
+ ### Required behavior when detected
31
+
32
+ **Creating a file that will exceed 250 pure LOC.** Split it before the first commit. Carve by responsibility, one cohesive unit per file. Use a barrel (`__init__.py`, `mod.rs`, `index.ts`) for re-exports ONLY — never for logic.
33
+
34
+ **Editing a file that already exceeds 250 pure LOC and your edit adds lines.** Refactor the unit you are touching into its own file BEFORE adding the new lines. The split is part of THIS task, not a follow-up someone will never do.
35
+
36
+ **Reading a file that exceeds 250 pure LOC while implementing a feature.** Surface the smell in your reply, propose a concrete split, and ask the user whether to split now or carry the smell.
37
+
38
+ ### Forbidden escapes
39
+
40
+ - Counting comments and blank lines toward the budget. **Pure LOC means code lines.**
41
+ - Splitting by token count (`foo_1.py`, `module_part_A.rs`, `service-2.ts`). Split by what each file DOES.
42
+ - Catch-all dump files: `utils.py`, `helpers.ts`, `lib.rs` (as a logic dump), `common.py`, `shared.ts`.
43
+ - "It's generated, so it's fine." Only true if the file lives in `dist/`, `target/`, `__generated__/`.
44
+ - "It's a test file with many cases." Split by SUT or by behavior cluster.
45
+ - "230 pure LOC, close enough." A 230-LOC file about to grow is already at the limit. Split now.
46
+
47
+ ### Acceptable exceptions (rare, require justification)
48
+
49
+ A file may legitimately exceed 250 pure LOC if **and only if** it is:
50
+
51
+ - A truly indivisible single-responsibility unit (e.g., a generated parser table, a state machine whose states share a single closure). Mark with `// allow: SIZE_OK — <reason>`.
52
+ - A pure data table (translation strings, error code lookup, brand color palette).
53
+
54
+ `// allow: SIZE_OK` without a justifying comment is itself slop.
55
+
56
+ ### Concrete split examples
57
+
58
+ #### Python — BEFORE (`user_service.py`, 412 pure LOC)
59
+
60
+ ```python
61
+ # user_service.py — DOES TOO MUCH
62
+ class UserRepository: ... # 90 LOC of SQLAlchemy
63
+ class UserValidator: ... # 60 LOC of Pydantic + business rules
64
+ class PasswordHasher: ... # 40 LOC of bcrypt wrapper
65
+ class EmailSender: ... # 50 LOC of httpx2 client
66
+ class UserService: ... # 130 LOC orchestrating the four above
67
+ def _build_query(...): ... # 25 LOC helper
68
+ def _format_email(...): ... # 17 LOC helper
69
+ ```
70
+
71
+ #### Python — AFTER (split by responsibility)
72
+
73
+ ```
74
+ src/myapp/users/
75
+ ├── __init__.py # barrel: re-exports UserService only (5 LOC)
76
+ ├── repository.py # UserRepository (~95 LOC)
77
+ ├── validator.py # UserValidator (~65 LOC)
78
+ ├── password.py # PasswordHasher (~45 LOC)
79
+ ├── notifier.py # EmailSender (renamed — the role, not the verb)
80
+ ├── service.py # UserService (orchestrator) (~135 LOC)
81
+ └── _queries.py # _build_query (private) (~30 LOC)
82
+ ```
83
+
84
+ #### Rust — BEFORE (`auth.rs`, 380 pure LOC)
85
+
86
+ ```rust
87
+ // auth.rs — DOES TOO MUCH
88
+ pub struct Session { ... } // 40 LOC
89
+ impl Session { ... } // 90 LOC of methods
90
+ pub struct TokenIssuer { ... } // 30 LOC
91
+ impl TokenIssuer { ... } // 70 LOC
92
+ pub struct RateLimiter { ... } // 50 LOC
93
+ impl RateLimiter { ... } // 70 LOC
94
+ fn parse_authorization_header(...) { ... } // 30 LOC
95
+ ```
96
+
97
+ #### Rust — AFTER
98
+
99
+ ```
100
+ src/auth/
101
+ ├── mod.rs # re-exports Session, TokenIssuer, RateLimiter (8 LOC)
102
+ ├── session.rs # Session + impl (~130 LOC)
103
+ ├── token.rs # TokenIssuer + impl (~100 LOC)
104
+ ├── rate_limit.rs # RateLimiter + impl (~120 LOC)
105
+ └── header.rs # parse_authorization_header (~35 LOC)
106
+ ```
107
+
108
+ #### TypeScript — BEFORE (`api/orders.ts`, 510 pure LOC)
109
+
110
+ ```typescript
111
+ // api/orders.ts — DOES TOO MUCH
112
+ export const OrderSchema = z.object({ ... }) // 30 LOC
113
+ type Order = z.infer<typeof OrderSchema>
114
+ export class OrderRepository { ... } // 110 LOC
115
+ export class PricingEngine { ... } // 130 LOC
116
+ export class TaxCalculator { ... } // 90 LOC
117
+ export class OrderService { ... } // 150 LOC
118
+ ```
119
+
120
+ #### TypeScript — AFTER
121
+
122
+ ```
123
+ src/orders/
124
+ ├── index.ts # barrel (6 LOC)
125
+ ├── schema.ts # OrderSchema + Order type (~35 LOC)
126
+ ├── repository.ts # OrderRepository (~115 LOC)
127
+ ├── pricing.ts # PricingEngine (~135 LOC)
128
+ ├── tax.ts # TaxCalculator (~95 LOC)
129
+ └── service.ts # OrderService (orchestrator) (~155 LOC)
130
+ ```
131
+
132
+ ---
133
+
134
+ ## Smell 2 — Function with more than 3 parameters
135
+
136
+ ### Why 3
137
+
138
+ A function's parameters are its contract with every caller. More than 3 independent inputs overwhelm the caller's working memory and signal one of two design problems:
139
+
140
+ 1. **The function does too much.** It should be two functions.
141
+ 2. **Related parameters belong together.** They should be a typed struct/object — a domain concept, not a parameter bag.
142
+
143
+ ### Workaround detection — THESE COUNT AS THE SAME SMELL
144
+
145
+ Disguising parameter count does not fix the design. The following patterns are the same smell wearing a different hat:
146
+
147
+ **Dict/map smuggling:**
148
+ ```python
149
+ # SMELL — hiding 6 args in a dict
150
+ def create_order(params: dict[str, Any]) -> Order: ...
151
+ ```
152
+ ```typescript
153
+ // SMELL — untyped options bag
154
+ function createOrder(opts: Record<string, unknown>): Order { ... }
155
+ ```
156
+ ```go
157
+ // SMELL — map instead of typed params
158
+ func CreateOrder(params map[string]any) (*Order, error) { ... }
159
+ ```
160
+
161
+ **Variadic/kwargs catch-all:**
162
+ ```python
163
+ # SMELL — hiding real params behind kwargs
164
+ def send_notification(recipient: str, **kwargs) -> None: ...
165
+ ```
166
+ ```typescript
167
+ // SMELL — rest params to avoid naming args
168
+ function sendNotification(recipient: string, ...args: unknown[]): void { ... }
169
+ ```
170
+
171
+ **Config object that wraps positional args:**
172
+ ```python
173
+ # SMELL — "options" object that exists only to bundle what would be positional args
174
+ @dataclass
175
+ class CreateUserOptions:
176
+ name: str
177
+ email: str
178
+ password: str
179
+ role: str
180
+ department: str
181
+ manager_id: int
182
+ # 6 fields, used by exactly one function, no defaults
183
+
184
+ def create_user(opts: CreateUserOptions) -> User: ...
185
+ ```
186
+
187
+ **When the options object is NOT a smell:** when it represents a genuine domain concept reused across multiple call sites with sensible defaults for most fields (e.g., `HttpClientConfig`, `DatabaseConnectionOptions`, `RetryPolicy`).
188
+
189
+ ### The fix
190
+
191
+ Group related parameters into typed value objects with domain names:
192
+
193
+ ```python
194
+ # CLEAN — grouped by domain concept
195
+ @dataclass(frozen=True)
196
+ class UserIdentity:
197
+ name: str
198
+ email: str
199
+
200
+ @dataclass(frozen=True)
201
+ class OrgPlacement:
202
+ role: str
203
+ department: str
204
+ manager_id: int
205
+
206
+ def create_user(identity: UserIdentity, placement: OrgPlacement, password: str) -> User: ...
207
+ # 3 params, each a meaningful concept
208
+ ```
209
+
210
+ ```typescript
211
+ // CLEAN — typed grouping
212
+ interface ShippingDetails {
213
+ readonly address: string;
214
+ readonly city: string;
215
+ readonly zip: string;
216
+ readonly country: string;
217
+ }
218
+
219
+ function createOrder(customer: CustomerId, items: readonly LineItem[], shipping: ShippingDetails): Order { ... }
220
+ // 3 params, shipping is a reusable domain type
221
+ ```
222
+
223
+ ```go
224
+ // CLEAN — struct with domain meaning
225
+ type Placement struct {
226
+ Role string
227
+ Department string
228
+ ManagerID UserID
229
+ }
230
+
231
+ func CreateUser(identity UserIdentity, placement Placement, password string) (*User, error) { ... }
232
+ ```
233
+
234
+ If 4+ truly independent inputs are required, justify it — the justification must name WHY these inputs cannot be grouped, not just "the function needs them all."
235
+
236
+ ---
237
+
238
+ ## Smell 3 — Redundant verification after a destructive action
239
+
240
+ ### Why this is slop
241
+
242
+ The contract of a destructive operation (delete, remove, clear, drop) IS the verification. If the operation returns without error, the thing is gone. Re-querying to "confirm" is:
243
+
244
+ 1. **Dead code.** The check can never fail unless the operation itself is broken — in which case fix the operation, not the caller.
245
+ 2. **Misleading.** It teaches the next reader (human or AI) that the operation is unreliable.
246
+ 3. **Performance waste.** An unnecessary round-trip to the database, filesystem, or data structure.
247
+
248
+ This pattern is the hallmark of AI-generated defensive bloat. LLMs produce it because they optimize for "looking thorough" over "being correct." **Recognize it. Delete it.**
249
+
250
+ ### Examples
251
+
252
+ ```python
253
+ # SLOP — delete then verify deletion
254
+ db.delete(user)
255
+ db.commit()
256
+ remaining = db.query(User).filter_by(id=user.id).first()
257
+ assert remaining is None # the ORM already guaranteed this
258
+
259
+ # CLEAN
260
+ db.delete(user)
261
+ db.commit()
262
+ ```
263
+
264
+ ```typescript
265
+ // SLOP — remove from array then check it's gone
266
+ items = items.filter(i => i.id !== targetId);
267
+ if (items.find(i => i.id === targetId)) {
268
+ throw new Error("removal failed"); // impossible by construction
269
+ }
270
+
271
+ // CLEAN
272
+ items = items.filter(i => i.id !== targetId);
273
+ ```
274
+
275
+ ```go
276
+ // SLOP — delete row then SELECT to confirm
277
+ _, err := db.ExecContext(ctx, "DELETE FROM users WHERE id = $1", id)
278
+ if err != nil { return err }
279
+ row := db.QueryRowContext(ctx, "SELECT id FROM users WHERE id = $1", id)
280
+ if err := row.Scan(&check); err != sql.ErrNoRows {
281
+ return fmt.Errorf("delete verification failed")
282
+ }
283
+
284
+ // CLEAN
285
+ _, err := db.ExecContext(ctx, "DELETE FROM users WHERE id = $1", id)
286
+ if err != nil { return err }
287
+ ```
288
+
289
+ ```rust
290
+ // SLOP — remove from HashMap then check absence
291
+ map.remove(&key);
292
+ if map.contains_key(&key) {
293
+ panic!("removal failed"); // HashMap::remove is not broken
294
+ }
295
+
296
+ // CLEAN
297
+ map.remove(&key);
298
+ ```
299
+
300
+ ### Broader pattern — same smell, different disguise
301
+
302
+ Any of these are the same defect:
303
+
304
+ - Calling a **setter** then immediately calling the **getter** to "confirm" the value changed.
305
+ - **Writing** a file then **reading** it back to "verify" the write.
306
+ - **Inserting** a row then **SELECT-ing** it to "confirm" the insert.
307
+ - **Pushing** to an array then checking `.length` increased by 1.
308
+ - **Assigning** a variable then asserting the variable equals the assigned value.
309
+
310
+ **The contract of the operation IS the verification.** If you cannot trust the operation's return, the defect is in the operation — fix it there, not at the call site.
311
+
312
+ ---
313
+
314
+ ## Smell 4 — Negative-form names and conditions
315
+
316
+ ### Why positive form wins
317
+
318
+ Every negation forces the reader to mentally invert. One negation is tolerable. Two (`if !isNotReady`) is a logic puzzle. Codebases that default to negative naming accumulate double and triple negations that nobody can review confidently.
319
+
320
+ Positive form reads in the direction of intent: "is this ready?" rather than "is this not-not-ready?"
321
+
322
+ ### Naming
323
+
324
+ | Negative (SMELL) | Positive (CLEAN) |
325
+ |---|---|
326
+ | `isNotValid` | `isValid` (invert branch) |
327
+ | `isDisabled` | `isEnabled` |
328
+ | `noErrors` | `isClean` / `errorsResolved` |
329
+ | `notFound` | `found` (invert branch) |
330
+ | `isNotEmpty` | `hasItems` / `isPopulated` |
331
+ | `missingAuth` | `hasAuth` / `isAuthenticated` |
332
+ | `cannotProceed` | `canProceed` (invert branch) |
333
+
334
+ Name the **presence** of the quality you care about, not the absence of its opposite.
335
+
336
+ ### Conditions
337
+
338
+ ```python
339
+ # SMELL — double negative
340
+ if not is_invalid(token):
341
+ proceed()
342
+
343
+ # CLEAN — single positive check
344
+ if is_valid(token):
345
+ proceed()
346
+ ```
347
+
348
+ ```typescript
349
+ // SMELL — negated boolean in branch
350
+ if (!user.isNotVerified) {
351
+ grantAccess();
352
+ }
353
+
354
+ // CLEAN — positive name, direct check
355
+ if (user.isVerified) {
356
+ grantAccess();
357
+ }
358
+ ```
359
+
360
+ ```go
361
+ // SMELL — inverted negative
362
+ if !config.DisableLogging {
363
+ log.Info("starting")
364
+ }
365
+
366
+ // CLEAN — positive flag
367
+ if config.LoggingEnabled {
368
+ log.Info("starting")
369
+ }
370
+ ```
371
+
372
+ ```rust
373
+ // SMELL — negated negative
374
+ if !skip_validation {
375
+ validate(&input)?;
376
+ }
377
+
378
+ // CLEAN — positive gate
379
+ if should_validate {
380
+ validate(&input)?;
381
+ }
382
+ ```
383
+
384
+ ### When negation IS appropriate
385
+
386
+ - **Early returns / guard clauses:** `if !authorized { return Err(...) }` — the negative form IS the intent (reject the bad case).
387
+ - **Filtering out:** `items.filter(|x| !x.is_expired())` — the negation describes the keep/discard decision directly.
388
+ - **Error state names:** `Error`, `Failed`, `Timeout` are negative concepts by nature — do not force them into positive wrappers like `isSuccessAbsent`.
389
+
390
+ The rule is not "never use negation." The rule is: **when you have a choice between naming the presence and naming the absence, name the presence.** The branch logic follows from the name, not the other way around.
@@ -167,23 +167,14 @@ LspWorkspaceSymbols(filePath, query="[target_symbol]") // Search by name
167
167
  lsp_diagnostics(filePath) // Errors, warnings before we start
168
168
  \`\`\`
169
169
 
170
- ### AST-Grep for Pattern Analysis:
170
+ ### AST-Grep Skill for Pattern Analysis:
171
171
 
172
- \`\`\`typescript
172
+ \`\`\`bash
173
173
  // Find structural patterns
174
- ast_grep_search(
175
- pattern="function $NAME($$$) { $$$ }", // or relevant pattern
176
- lang="typescript", // or relevant language
177
- paths=["src/"]
178
- )
174
+ python3 scripts/ast_grep_helper.py search 'function $NAME($$$) { $$$ }' --lang ts src/
179
175
 
180
- // Preview refactoring (DRY RUN)
181
- ast_grep_replace(
182
- pattern="[old_pattern]",
183
- rewrite="[new_pattern]",
184
- lang="[language]",
185
- dryRun=true // ALWAYS preview first
186
- )
176
+ # Preview refactoring first
177
+ sg --pattern '[old_pattern]' --rewrite '[new_pattern]' --lang ts src/
187
178
  \`\`\`
188
179
 
189
180
  ### Grep for Text Patterns:
@@ -429,12 +420,12 @@ lsp_rename(filePath, line, character, newName) // Execute rename
429
420
  \`\`\`
430
421
 
431
422
  **For Pattern Transformations:**
432
- \`\`\`typescript
423
+ \`\`\`bash
433
424
  // Preview first
434
- ast_grep_replace(pattern, rewrite, lang, dryRun=true)
425
+ sg --pattern '[pattern]' --rewrite '[rewrite]' --lang ts path/to/file.ts
435
426
 
436
427
  // If preview looks good, execute
437
- ast_grep_replace(pattern, rewrite, lang, dryRun=false)
428
+ python3 scripts/ast_grep_helper.py replace '[pattern]' '[rewrite]' --lang ts path/to/file.ts --apply
438
429
  \`\`\`
439
430
 
440
431
  **For Structural Changes:**
@@ -570,7 +561,7 @@ All existing tests pass. No new errors introduced.
570
561
 
571
562
  ## ALWAYS DO
572
563
  - Understand before changing
573
- - Preview before applying (ast_grep dryRun=true)
564
+ - Preview before applying (`sg --pattern ... --rewrite ... --lang ...`)
574
565
  - Verify after every change
575
566
  - Follow existing codebase patterns
576
567
  - Keep todos updated in real-time
@@ -599,8 +590,8 @@ Leverage LSP tools for precision analysis. Key patterns:
599
590
  - **Continuous verification**: \`lsp_diagnostics\` after every change
600
591
 
601
592
  ## AST-Grep
602
- Use \`ast_grep_search\` and \`ast_grep_replace\` for structural transformations.
603
- **Critical**: Always \`dryRun=true\` first, review, then execute.
593
+ Use \`ast-grep\` skill helper or \`sg\` CLI for structural transformations.
594
+ **Critical**: Always preview first, review, then execute.
604
595
 
605
596
  ## Agents
606
597
  - \`explore\`: Parallel codebase pattern discovery
@@ -684,7 +675,7 @@ Record the chosen path in the TodoWrite list.
684
675
  {
685
676
  "kind": "category",
686
677
  "category": "unspecified-low",
687
- "prompt": "You handle logic-preserving refactors that need reasoning (extract function, restructure conditional, pattern transformation, cross-file API change). Read the task description's plan step carefully. Use ast_grep_replace with dryRun=true first, review the preview, then execute. If the step is ambiguous or would require out-of-scope changes, STOP and send team_send_message(teamRunId=<id>, to=\"lead\", summary=\"UNCLEAR\", body=<reason>) + team_task_update(status=pending). Same reporting contract as peer quick workers. Never run tests."
678
+ "prompt": "You handle logic-preserving refactors that need reasoning (extract function, restructure conditional, pattern transformation, cross-file API change). Read the task description's plan step carefully. Use the ast-grep skill helper or sg CLI to preview structural rewrites first, review the preview, then execute. If the step is ambiguous or would require out-of-scope changes, STOP and send team_send_message(teamRunId=<id>, to=\"lead\", summary=\"UNCLEAR\", body=<reason>) + team_task_update(status=pending). Same reporting contract as peer quick workers. Never run tests."
688
679
  },
689
680
  { "kind": "category", "category": "unspecified-low", "prompt": "Same contract as peer unspecified-low worker." }
690
681
  ]
@@ -8,15 +8,17 @@ This skill may include examples copied from the OpenCode harness. In Codex, do n
8
8
 
9
9
  | OpenCode example | Codex tool to use |
10
10
  | --- | --- |
11
- | `call_omo_agent(subagent_type="explore", ...)` | `spawn_agent({"task_name":"...","message":"TASK: act as an explorer. ...","fork_turns":"none"})` |
12
- | `call_omo_agent(subagent_type="librarian", ...)` | `spawn_agent({"task_name":"...","message":"TASK: act as a librarian. ...","fork_turns":"none"})` |
13
- | `task(subagent_type="plan", ...)` | `spawn_agent({"task_name":"...","message":"TASK: act as a planning agent. ...","fork_turns":"none"})` |
14
- | `task(subagent_type="oracle", ...)` for final verification | `spawn_agent({"task_name":"...","message":"TASK: act as a rigorous reviewer. ...","fork_turns":"none"})` |
15
- | `task(category="...", ...)` for implementation or QA | `spawn_agent({"task_name":"...","message":"TASK: act as an implementation or QA worker. ...","fork_turns":"none"})` |
16
- | `background_output(task_id="...")` | `wait_agent(...)` for mailbox signals; after a timeout, run one `list_agents` check for the named child if reassurance is needed |
17
- | `team_*(...)` | Use Codex native subagents plus `send_message`, `followup_task`, `wait_agent`, and `close_agent` |
18
-
19
- Codex full-history forks inherit parent context, so role-specific behavior must be described in a self-contained `message` and usually should use a non-full-history fork mode such as `fork_turns="none"`. Include any required conversation context, files, diffs, constraints, and requested skill names directly in the spawned agent's `message`. If a code block below conflicts with this section, this section wins.
11
+ | `call_omo_agent(subagent_type="explore", ...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as an explorer. ...","agent_type":"explorer","fork_context":false})` |
12
+ | `call_omo_agent(subagent_type="librarian", ...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as a librarian. ...","agent_type":"librarian","fork_context":false})` |
13
+ | `task(subagent_type="plan", ...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as a planning agent. ...","agent_type":"plan","fork_context":false})` |
14
+ | `task(subagent_type="oracle", ...)` for final verification | `multi_agent_v1.spawn_agent({"message":"TASK: act as a rigorous reviewer. ...","agent_type":"lazycodex-gate-reviewer","fork_context":false})` |
15
+ | `task(category="...", ...)` for implementation or QA | `multi_agent_v1.spawn_agent({"message":"TASK: act as an implementation or QA worker. ...","fork_context":false})` |
16
+ | `background_output(task_id="...")` | `multi_agent_v1.wait_agent(...)` for mailbox signals |
17
+ | `team_*(...)` | Use Codex native subagents via `multi_agent_v1.spawn_agent`, `multi_agent_v1.send_input`, `multi_agent_v1.wait_agent`, and `multi_agent_v1.close_agent` |
18
+
19
+ Role-specific behavior must be described in a self-contained `message`. Use `fork_context: false` to start the child with only the initial prompt (no parent history); use `fork_context: true` only when full parent history is truly required. Include any required conversation context, files, diffs, constraints, and requested skill names directly in the spawned agent's `message`. OMO installs these selectable agent roles into `~/.codex/agents/`: `explorer`, `librarian`, `plan`, `momus`, `metis`, `lazycodex-code-reviewer`, `lazycodex-qa-executor`, and `lazycodex-gate-reviewer` — pass the matching name as `agent_type` so the child gets that role's model and instructions. On `multi_agent_v2` sessions the same `agent_type` applies (the OMO installer exposes it) with `fork_turns` instead of `fork_context`. If the spawn tool exposes no `agent_type` parameter, omit it and describe the role inside `message`. If a code block below conflicts with this section, this section wins.
20
+
21
+ For work likely to exceed one wait cycle, require the child to send `WORKING: <task> - <current phase>` before long passes and `BLOCKED: <reason>` only when progress stops. A `multi_agent_v1.wait_agent` timeout only means no new mailbox update arrived. Treat a running child as alive. Fallback only when the child is completed without the deliverable, ack-only after followup, explicitly `BLOCKED:`, or no longer running.
20
22
 
21
23
  ## Codex Subagent Reliability
22
24
 
@@ -13,9 +13,10 @@ Translate any OpenCode-only tool name in an inherited example to its Codex equiv
13
13
 
14
14
  | OpenCode example | Codex tool to use |
15
15
  | --- | --- |
16
- | `task(subagent_type="<role>", ...)` or `task(category="...", ...)` | `spawn_agent({"task_name":"...","message":"TASK: act as <role: explorer, librarian, planner, reviewer, implementation or QA worker>. ...","fork_turns":"none"})` |
17
- | `background_output(task_id="...")` | `wait_agent(...)` for mailbox signals |
18
- | `team_*(...)` | `spawn_agent` + `send_message` + `followup_task` + `wait_agent` + `close_agent` |
16
+ | final-review `task(...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as a rigorous reviewer. ...","agent_type":"lazycodex-gate-reviewer","fork_context":false})` |
17
+ | worker `task(...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as <role>. ...","fork_context":false})` |
18
+ | `background_output(task_id="...")` | `multi_agent_v1.wait_agent(...)` for mailbox signals |
19
+ | `team_*(...)` | `multi_agent_v1.spawn_agent` + `multi_agent_v1.send_input` + `multi_agent_v1.wait_agent` + `multi_agent_v1.close_agent` |
19
20
 
20
21
  When translating `load_skills=[...]`, name the skills inside the spawned agent's `message`. If a code block below conflicts with this section, this section wins.
21
22
 
@@ -143,7 +144,7 @@ A worker done claim is never final: each implementation sub-task returns a `Done
143
144
 
144
145
  Rules:
145
146
  - `confirmed` is the only pass verdict. `false-positive`, `needs-fix`, and `needs-human-review` all block checkbox completion.
146
- - The verifier must be independent from the executor: use `codex-ultrawork-reviewer`, a scoped `worker` reviewer, or root only when root did not implement or materially rewrite that task.
147
+ - The verifier must be independent from the executor: use `lazycodex-gate-reviewer`, a scoped `worker` reviewer, or root only when root did not implement or materially rewrite that task.
147
148
  - A worker done claim must be independently verified before it becomes checkbox completion.
148
149
  - On any non-confirmed verdict, append the feedback to the ledger, reset the checkbox work to in-progress, and re-dispatch the executor with the exact failure.
149
150
  - The verifier must probe the applicable adversarial keys, including `stale_state`, `dirty_worktree`, and `misleading_success_output`, before allowing `FullyDone`.
@@ -9,16 +9,17 @@ This skill may include examples copied from the OpenCode harness. In Codex, do n
9
9
 
10
10
  | OpenCode example | Codex tool to use |
11
11
  | --- | --- |
12
- | `call_omo_agent(subagent_type="explore", ...)` | `spawn_agent({"task_name":"...","message":"TASK: act as an explorer. ...","fork_turns":"none"})` |
13
- | `call_omo_agent(subagent_type="librarian", ...)` | `spawn_agent({"task_name":"...","message":"TASK: act as a librarian. ...","fork_turns":"none"})` |
14
- | `task(subagent_type="oracle", ...)` | `spawn_agent({"task_name":"...","message":"TASK: act as a rigorous reviewer. ...","fork_turns":"none"})` |
15
- | `task(category="quick", ...)` | `spawn_agent({"task_name":"...","message":"TASK: act as a focused worker. ...","fork_turns":"none"})` |
16
- | `task(category="deep", ...)` | `spawn_agent({"task_name":"...","message":"TASK: act as a deep research worker. ...","fork_turns":"none"})` |
17
- | `background_output(task_id="...")` | `wait_agent(...)` for mailbox signals; after a timeout, run one `list_agents` check for the named child if reassurance is needed |
12
+ | `call_omo_agent(subagent_type="explore", ...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as an explorer. ...","agent_type":"explorer","fork_context":false})` |
13
+ | `call_omo_agent(subagent_type="librarian", ...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as a librarian. ...","agent_type":"librarian","fork_context":false})` |
14
+ | `task(subagent_type="plan", ...)` | `multi_agent_v1.spawn_agent({"message":"TASK: act as a planning agent. ...","agent_type":"plan","fork_context":false})` |
15
+ | `task(subagent_type="oracle", ...)` for final verification | `multi_agent_v1.spawn_agent({"message":"TASK: act as a rigorous reviewer. ...","agent_type":"lazycodex-gate-reviewer","fork_context":false})` |
16
+ | `task(category="...", ...)` for implementation or QA | `multi_agent_v1.spawn_agent({"message":"TASK: act as an implementation or QA worker. ...","fork_context":false})` |
17
+ | `background_output(task_id="...")` | `multi_agent_v1.wait_agent(...)` for mailbox signals |
18
+ | `team_*(...)` | Use Codex native subagents via `multi_agent_v1.spawn_agent`, `multi_agent_v1.send_input`, `multi_agent_v1.wait_agent`, and `multi_agent_v1.close_agent` |
18
19
 
19
- Codex full-history forks inherit parent context, so role-specific behavior must be described in a self-contained `message` and usually should use a non-full-history fork mode such as `fork_turns="none"`. Include any required conversation context, files, diffs, constraints, and requested skill names directly in the spawned agent's `message`. If a code block below conflicts with this section, this section wins.
20
+ Role-specific behavior must be described in a self-contained `message`. Use `fork_context: false` to start the child with only the initial prompt (no parent history); use `fork_context: true` only when full parent history is truly required. Include any required conversation context, files, diffs, constraints, and requested skill names directly in the spawned agent's `message`. OMO installs these selectable agent roles into `~/.codex/agents/`: `explorer`, `librarian`, `plan`, `momus`, `metis`, `lazycodex-code-reviewer`, `lazycodex-qa-executor`, and `lazycodex-gate-reviewer` — pass the matching name as `agent_type` so the child gets that role's model and instructions. On `multi_agent_v2` sessions the same `agent_type` applies (the OMO installer exposes it) with `fork_turns` instead of `fork_context`. If the spawn tool exposes no `agent_type` parameter, omit it and describe the role inside `message`. If a code block below conflicts with this section, this section wins.
20
21
 
21
- For work likely to exceed one wait cycle, require the child to send `WORKING: <task> - <current phase>` before long passes and `BLOCKED: <reason>` only when progress stops. A `wait_agent` timeout only means no new mailbox update arrived. Treat a running child or latest `WORKING:` message as alive. Do not use `list_agents` as a polling loop. Fallback only when the child is completed without the deliverable, ack-only after followup, explicitly `BLOCKED:`, or no longer running.
22
+ For work likely to exceed one wait cycle, require the child to send `WORKING: <task> - <current phase>` before long passes and `BLOCKED: <reason>` only when progress stops. A `multi_agent_v1.wait_agent` timeout only means no new mailbox update arrived. Treat a running child as alive. Fallback only when the child is completed without the deliverable, ack-only after followup, explicitly `BLOCKED:`, or no longer running.
22
23
 
23
24
  When translating `load_skills=[...]`, include the requested skill names in the spawned agent's `message`. If a code block below conflicts with this section, this section wins.
24
25
 
@@ -0,0 +1,69 @@
1
+ ---
2
+ name: ulw-plan
3
+ description: "MUST USE for planning before coding: 5+ steps, ambiguous scope, multiple modules, architecture decisions, a vague 'just make it good / figure out what to build' brief, or any request to plan, interview, or break work down. Explore-first planning consultant (Prometheus) that grounds in the codebase, asks only the forks exploration cannot resolve - or researches them to best practice when the intent is fuzzy - waits for explicit approval, then writes ONE decision-complete work plan a worker executes with zero further interview. Triggers: ulw-plan, plan this, make a plan, plan before coding, interview me, break this down, start planning, plan mode, just make it good, figure out what to build."
4
+ metadata:
5
+ short-description: Explore-first planning consultant that waits for your okay before planning
6
+ ---
7
+
8
+ # ulw-plan
9
+
10
+ You are **Prometheus**, a planning consultant. You turn a vague or large request into ONE **decision-complete** work plan a downstream worker executes with zero further interview. You read, search, run read-only analysis, and write ONLY plan artifacts under `.omo/`. You are a PLANNER - you never edit product code and never implement.
11
+
12
+ **Plan mode is sticky.** "do X" / "fix X" / "build X" / "just do it" all mean "plan X". You **never start implementation** - not for small, obvious, or urgent work. Execution is the worker's job and begins only when the user explicitly starts it (e.g. `$start-work`).
13
+
14
+ Outcome-first: explore a lot, ask few sharp questions - or none, when the intent is fuzzy (see routing) - and stop the moment the plan is done.
15
+
16
+ ## INTENT ROUTING - pick ONE intent reference
17
+
18
+ After grounding, make ONE judgment and load ONE intent reference (you ALSO read `references/full-workflow.md` for the shared mechanics - see below). The test keys on whether the desired **OUTCOME** is clear, NOT on request length.
19
+
20
+ - **CLEAR** - the user knows the outcome; the only open items are preferences/tradeoffs the repo cannot answer (genuine owner-decisions). Read **`references/intent-clear.md`**: ask the surviving forks with WHY, run the normal approval gate, high-accuracy review is OPTIONAL (offered as one question).
21
+ - **UNCLEAR** - the outcome itself is fuzzy (a vague brief, a bootstrap, `$start-work` with no selectable plan, a goal the user cannot yet articulate). Asking would offload your own job onto the user. Read **`references/intent-unclear.md`**: research maximally, adopt and ANNOUNCE best-practice defaults, do NOT ask the user extra questions, and run high-accuracy review AUTOMATICALLY (unless Classify sized the work Trivial).
22
+ - **ON THE FENCE** - when CLEAR vs UNCLEAR is genuinely ambiguous, treat it as CLEAR and ask exactly ONE question. A user wrongly silenced is worse than one extra question. The dominant failure to guard against is mis-routing a CLEAR request to UNCLEAR, which silently applies defaults and overrides forks the user wanted to own.
23
+
24
+ WORKED: "add a 5/min-per-IP rate-limit to `/login`" = CLEAR. "make auth better" = UNCLEAR.
25
+
26
+ Both intent paths ALSO read **`references/full-workflow.md`** for the shared mechanics - the plan template, the final verification wave, the APPEND protocol, and the full delegation/wait syntax. Read the phase you are in.
27
+
28
+ ## RUN THE SCRIPT - do not hand-build the plan files
29
+
30
+ Before writing any plan or draft by hand, RUN:
31
+
32
+ ```
33
+ node "<skill-root>/scripts/scaffold-plan.mjs" <slug> [--clear|--unclear]
34
+ ```
35
+
36
+ (Replace `<skill-root>` with this skill's own directory; `bun` is an accepted substitute for `node`.) It creates `.omo/drafts/<slug>.md` (your durable, compaction-safe resume point) and `.omo/plans/<slug>.md` (skeleton with the human `## TL;DR (For humans)` block on top and every plan header below). Then **APPEND** task batches into the marked `## Todos` region with edit/apply_patch - **never rewrite the script-emitted headers**. This replaces ~10 manual file writes and guarantees the human-readable summary always leads the plan.
37
+
38
+ Run it ONCE at plan generation. A plain re-run on an existing plan is a safe no-op - it never overwrites your appended todos - so resuming after compaction cannot crash the turn or clobber the plan. Do NOT hand-build these files; if a structural reset is ever needed, use `--reset` (and `--reset --force` to discard hand edits). If it refuses because a same-named NON-artifact file exists, pick a different `<slug>` - do NOT `--reset` over a human file you did not create.
39
+
40
+ ## Universal invariants (hold on every path)
41
+
42
+ - **Decision-complete is the north star.** The executor has NO interview context - spell out exact paths, "every X in Y", and an explicit Must-NOT-Have. Leave the implementer ZERO judgment calls.
43
+ - **Explore before asking.** Discoverable facts (repo/system/docs truth) -> research and cite, never ask. Preferences/tradeoffs -> the only things you bring to the user. When unsure which, treat it as a user-decision.
44
+ - **CodeGraph first when present.** Use `codegraph_explore` for repo how/where/what/flow questions before wider reads; if codegraph_* tools are absent, inactive/uninitialized, or cold-start unavailable, continue with Read/Grep/Glob/LSP and the ast-grep skill.
45
+ - **Two filters** on every candidate question, in order: (1) Could collected evidence answer it? -> explore instead. (2) Could the user's stated intent plus a defensible default answer it? -> adopt the default, record it, do not ask. Only a real fork survives.
46
+ - **Explore to sufficiency, then STOP.** One research wave per open question; stop when the clearance check is answerable; never re-explore to double-check.
47
+ - **Parallel-dispatch** independent research in ONE turn and keep working while it runs. Subagent outputs are CLAIMS until you independently verify them.
48
+ - **Approval is not execution.** Approval authorizes writing the plan ONLY, never implementation. ONE request -> ONE plan, however large.
49
+ - **The durable draft is the resume point.** Record decisions, the approval gate, and the ledgers to `.omo/drafts/<slug>.md` as you go; on any later turn read it and resume at the gate.
50
+ - **Agent-executed QA per todo** (happy + failure, exact tool + invocation, evidence path). Zero human-intervention verification. Confirm test strategy every time (TDD / tests-after / none - agent-executed QA is always included).
51
+
52
+ ## Approval gate
53
+
54
+ When exploration is exhausted and the unknowns are answered, record the gate in the draft (`status: awaiting-approval`, the pending action `write .omo/plans/<slug>.md`, the approach), present a short brief once, then **wait for the user's explicit okay**. Read their next reply as a decision (approve / scope-change / still-unclear). Full gate mechanics: `references/full-workflow.md`.
55
+
56
+ ## Delegation (OpenCode-native)
57
+
58
+ Fan out read-only research before deciding. Every delegated prompt names TASK / DELIVERABLE / SCOPE / VERIFY, states the role inside the prompt, and includes only the context the child needs:
59
+
60
+ ```
61
+ task(subagent_type="explore", description="Map the implementation surface", prompt="TASK: act as an explorer. DELIVERABLE: ... SCOPE: ... VERIFY: ...")
62
+ ```
63
+
64
+ Roles: `explore` (internal patterns/conventions/tests), `librarian` (external docs/contracts), `metis` (gap analysis), `momus` (high-accuracy plan review). Full delegation/wait/fallback discipline is in `references/full-workflow.md`.
65
+
66
+ ## Stop rules
67
+
68
+ - Plan file exists, template filled, every todo has references + acceptance + QA + commit, dependency matrix consistent: present the summary, then (CLEAR) ask the start-or-high-accuracy question, or (UNCLEAR) lead with the best-practice brief - and stop. **Never begin execution yourself.**
69
+ - Brief presented and `status: awaiting-approval` recorded: wait. Do not re-explore unless the user changes scope.
@@ -0,0 +1,7 @@
1
+ interface:
2
+ display_name: "ulw-plan (omo)"
3
+ short_description: "Explore-first planning consultant that waits for your okay"
4
+ search_terms:
5
+ - "ulw-plan"
6
+ - "plan"
7
+ default_prompt: "Use $ulw-plan to explore the codebase, surface the open questions, and wait for my okay before producing a decision-complete plan."