@kl-c/matrixos 0.1.26 → 0.1.32

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 (397) hide show
  1. package/dist/agents/builtin-agents/model-resolution.d.ts +1 -1
  2. package/dist/agents/types.d.ts +1 -1
  3. package/dist/cli/generate.d.ts +2 -2
  4. package/dist/cli/index.js +196 -49
  5. package/dist/cli/install-ast-grep-sg.d.ts +1 -1
  6. package/dist/cli/mcp-oauth/login.d.ts +1 -1
  7. package/dist/cli/migrate.d.ts +15 -0
  8. package/dist/cli/profile.d.ts +23 -0
  9. package/dist/cli/provider-model-id-transform.d.ts +1 -1
  10. package/dist/cli/skills/frontend/ATTRIBUTION.md +1 -1
  11. package/dist/cli/skills/ultimate-browsing/ATTRIBUTION.md +1 -1
  12. package/dist/cli/skills/ulw-research/ATTRIBUTION.md +1 -1
  13. package/dist/cli-node/index.js +196 -49
  14. package/dist/config/schema/gateway.d.ts +1 -1
  15. package/dist/config/schema/git-env-prefix.d.ts +1 -1
  16. package/dist/config/schema/team-mode.d.ts +1 -1
  17. package/dist/config/schema/tmux.d.ts +1 -1
  18. package/dist/features/background-agent/error-classifier.d.ts +1 -1
  19. package/dist/features/boulder-state/constants.d.ts +1 -1
  20. package/dist/features/boulder-state/format-duration.d.ts +1 -1
  21. package/dist/features/boulder-state/storage.d.ts +1 -1
  22. package/dist/features/boulder-state/top-level-task.d.ts +1 -1
  23. package/dist/features/boulder-state/types.d.ts +1 -1
  24. package/dist/features/builtin-skills/index.d.ts +1 -1
  25. package/dist/features/builtin-skills/skill-file-loader.d.ts +1 -1
  26. package/dist/features/builtin-skills/skills/agent-browser-skill.d.ts +1 -1
  27. package/dist/features/builtin-skills/skills/agent-browser-template.d.ts +1 -1
  28. package/dist/features/builtin-skills/skills/debugging.d.ts +1 -1
  29. package/dist/features/builtin-skills/skills/dev-browser.d.ts +1 -1
  30. package/dist/features/builtin-skills/skills/frontend.d.ts +1 -1
  31. package/dist/features/builtin-skills/skills/git-master-sections/commit-atomic-planning.d.ts +1 -1
  32. package/dist/features/builtin-skills/skills/git-master-sections/commit-context-analysis.d.ts +1 -1
  33. package/dist/features/builtin-skills/skills/git-master-sections/commit-execution-verification.d.ts +1 -1
  34. package/dist/features/builtin-skills/skills/git-master-sections/commit-workflow.d.ts +1 -1
  35. package/dist/features/builtin-skills/skills/git-master-sections/history-search-workflow.d.ts +1 -1
  36. package/dist/features/builtin-skills/skills/git-master-sections/overview.d.ts +1 -1
  37. package/dist/features/builtin-skills/skills/git-master-sections/quick-reference.d.ts +1 -1
  38. package/dist/features/builtin-skills/skills/git-master-sections/rebase-workflow.d.ts +1 -1
  39. package/dist/features/builtin-skills/skills/git-master-skill-metadata.d.ts +1 -1
  40. package/dist/features/builtin-skills/skills/git-master.d.ts +1 -1
  41. package/dist/features/builtin-skills/skills/index.d.ts +1 -1
  42. package/dist/features/builtin-skills/skills/init-deep.d.ts +1 -1
  43. package/dist/features/builtin-skills/skills/playwright-cli.d.ts +1 -1
  44. package/dist/features/builtin-skills/skills/playwright-mcp-skill.d.ts +1 -1
  45. package/dist/features/builtin-skills/skills/playwright.d.ts +1 -1
  46. package/dist/features/builtin-skills/skills/remove-ai-slops.d.ts +1 -1
  47. package/dist/features/builtin-skills/skills/review-work.d.ts +1 -1
  48. package/dist/features/builtin-skills/skills/security-research.d.ts +1 -1
  49. package/dist/features/builtin-skills/skills/security-review.d.ts +1 -1
  50. package/dist/features/builtin-skills/skills/team-mode.d.ts +1 -1
  51. package/dist/features/builtin-skills/skills/visual-qa.d.ts +1 -1
  52. package/dist/features/builtin-skills/skills.d.ts +1 -1
  53. package/dist/features/builtin-skills/types.d.ts +1 -1
  54. package/dist/features/claude-code-agent-loader/agent-definitions-loader.d.ts +1 -1
  55. package/dist/features/claude-code-agent-loader/claude-model-mapper.d.ts +1 -1
  56. package/dist/features/claude-code-agent-loader/index.d.ts +1 -1
  57. package/dist/features/claude-code-agent-loader/json-agent-loader.d.ts +1 -1
  58. package/dist/features/claude-code-agent-loader/loader.d.ts +1 -1
  59. package/dist/features/claude-code-agent-loader/opencode-config-agents-reader.d.ts +1 -1
  60. package/dist/features/claude-code-agent-loader/types.d.ts +1 -1
  61. package/dist/features/claude-code-command-loader/index.d.ts +1 -1
  62. package/dist/features/claude-code-command-loader/loader-cache.d.ts +1 -1
  63. package/dist/features/claude-code-command-loader/loader.d.ts +1 -1
  64. package/dist/features/claude-code-command-loader/types.d.ts +1 -1
  65. package/dist/features/claude-code-mcp-loader/configure-allowed-env-vars.d.ts +1 -1
  66. package/dist/features/claude-code-mcp-loader/index.d.ts +1 -1
  67. package/dist/features/claude-code-mcp-loader/loader.d.ts +1 -1
  68. package/dist/features/claude-code-mcp-loader/scope-filter.d.ts +1 -1
  69. package/dist/features/claude-code-mcp-loader/transformer.d.ts +1 -1
  70. package/dist/features/claude-code-mcp-loader/types.d.ts +1 -1
  71. package/dist/features/claude-code-plugin-loader/agent-loader.d.ts +1 -1
  72. package/dist/features/claude-code-plugin-loader/command-loader.d.ts +1 -1
  73. package/dist/features/claude-code-plugin-loader/discovery-core.d.ts +1 -1
  74. package/dist/features/claude-code-plugin-loader/discovery-paths.d.ts +1 -1
  75. package/dist/features/claude-code-plugin-loader/discovery.d.ts +1 -1
  76. package/dist/features/claude-code-plugin-loader/hook-loader.d.ts +1 -1
  77. package/dist/features/claude-code-plugin-loader/index.d.ts +1 -1
  78. package/dist/features/claude-code-plugin-loader/install-path-resolver.d.ts +1 -1
  79. package/dist/features/claude-code-plugin-loader/installed-plugin-database.d.ts +1 -1
  80. package/dist/features/claude-code-plugin-loader/loaded-plugin.d.ts +1 -1
  81. package/dist/features/claude-code-plugin-loader/loader.d.ts +1 -1
  82. package/dist/features/claude-code-plugin-loader/mcp-server-loader.d.ts +1 -1
  83. package/dist/features/claude-code-plugin-loader/plugin-key.d.ts +1 -1
  84. package/dist/features/claude-code-plugin-loader/plugin-manifest.d.ts +1 -1
  85. package/dist/features/claude-code-plugin-loader/plugin-path-resolver.d.ts +1 -1
  86. package/dist/features/claude-code-plugin-loader/plugin-settings.d.ts +1 -1
  87. package/dist/features/claude-code-plugin-loader/scope-filter.d.ts +1 -1
  88. package/dist/features/claude-code-plugin-loader/skill-loader.d.ts +1 -1
  89. package/dist/features/claude-code-plugin-loader/types.d.ts +1 -1
  90. package/dist/features/kanban/sqlite-store.d.ts +2 -0
  91. package/dist/features/mcp-oauth/callback-server.d.ts +1 -1
  92. package/dist/features/mcp-oauth/dcr.d.ts +1 -1
  93. package/dist/features/mcp-oauth/discovery.d.ts +1 -1
  94. package/dist/features/mcp-oauth/oauth-authorization-flow.d.ts +1 -1
  95. package/dist/features/mcp-oauth/provider.d.ts +1 -1
  96. package/dist/features/mcp-oauth/refresh-mutex.d.ts +1 -1
  97. package/dist/features/mcp-oauth/resource-indicator.d.ts +1 -1
  98. package/dist/features/mcp-oauth/schema.d.ts +1 -1
  99. package/dist/features/mcp-oauth/step-up.d.ts +1 -1
  100. package/dist/features/mcp-oauth/storage.d.ts +1 -1
  101. package/dist/features/opencode-runtime-skills/index.d.ts +1 -1
  102. package/dist/features/opencode-runtime-skills/runtime-skill-config.d.ts +1 -1
  103. package/dist/features/opencode-runtime-skills/skill-markdown.d.ts +1 -1
  104. package/dist/features/opencode-runtime-skills/source-server.d.ts +1 -1
  105. package/dist/features/opencode-skill-loader/allowed-tools-parser.d.ts +1 -1
  106. package/dist/features/opencode-skill-loader/config-source-discovery.d.ts +1 -1
  107. package/dist/features/opencode-skill-loader/git-master-template-injection.d.ts +1 -1
  108. package/dist/features/opencode-skill-loader/index.d.ts +1 -1
  109. package/dist/features/opencode-skill-loader/loaded-skill-from-path.d.ts +1 -1
  110. package/dist/features/opencode-skill-loader/loaded-skill-template-extractor.d.ts +1 -1
  111. package/dist/features/opencode-skill-loader/loader.d.ts +1 -1
  112. package/dist/features/opencode-skill-loader/merger/builtin-skill-converter.d.ts +1 -1
  113. package/dist/features/opencode-skill-loader/merger/config-skill-entry-loader.d.ts +1 -1
  114. package/dist/features/opencode-skill-loader/merger/scope-priority.d.ts +1 -1
  115. package/dist/features/opencode-skill-loader/merger/skill-definition-merger.d.ts +1 -1
  116. package/dist/features/opencode-skill-loader/merger/skills-config-normalizer.d.ts +1 -1
  117. package/dist/features/opencode-skill-loader/merger.d.ts +1 -1
  118. package/dist/features/opencode-skill-loader/opencode-config-skills-reader.d.ts +1 -1
  119. package/dist/features/opencode-skill-loader/skill-content.d.ts +1 -1
  120. package/dist/features/opencode-skill-loader/skill-deduplication.d.ts +1 -1
  121. package/dist/features/opencode-skill-loader/skill-definition-record.d.ts +1 -1
  122. package/dist/features/opencode-skill-loader/skill-directory-loader.d.ts +1 -1
  123. package/dist/features/opencode-skill-loader/skill-discovery.d.ts +1 -1
  124. package/dist/features/opencode-skill-loader/skill-mcp-config.d.ts +1 -1
  125. package/dist/features/opencode-skill-loader/skill-resolution-options.d.ts +1 -1
  126. package/dist/features/opencode-skill-loader/skill-template-resolver.d.ts +1 -1
  127. package/dist/features/opencode-skill-loader/types.d.ts +1 -1
  128. package/dist/features/skill-curator/audit.d.ts +1 -1
  129. package/dist/features/skill-mcp-manager/cleanup.d.ts +1 -1
  130. package/dist/features/skill-mcp-manager/connection-type.d.ts +1 -1
  131. package/dist/features/skill-mcp-manager/connection.d.ts +1 -1
  132. package/dist/features/skill-mcp-manager/env-cleaner.d.ts +1 -1
  133. package/dist/features/skill-mcp-manager/error-redaction.d.ts +1 -1
  134. package/dist/features/skill-mcp-manager/http-client.d.ts +1 -1
  135. package/dist/features/skill-mcp-manager/index.d.ts +1 -1
  136. package/dist/features/skill-mcp-manager/manager.d.ts +1 -1
  137. package/dist/features/skill-mcp-manager/oauth-handler.d.ts +1 -1
  138. package/dist/features/skill-mcp-manager/stdio-client.d.ts +1 -1
  139. package/dist/features/skill-mcp-manager/types.d.ts +1 -1
  140. package/dist/features/team-mode/member-parser.d.ts +1 -1
  141. package/dist/features/team-mode/team-layout-tmux/close-team-member-pane.d.ts +1 -1
  142. package/dist/features/team-mode/team-layout-tmux/index.d.ts +1 -1
  143. package/dist/features/team-mode/team-layout-tmux/layout.d.ts +1 -1
  144. package/dist/features/team-mode/team-layout-tmux/rebalance-team-window.d.ts +1 -1
  145. package/dist/features/team-mode/team-layout-tmux/resolve-caller-tmux-session.d.ts +1 -1
  146. package/dist/features/team-mode/team-layout-tmux/sweep-stale-team-sessions.d.ts +1 -1
  147. package/dist/features/team-mode/team-mailbox/ack.d.ts +1 -1
  148. package/dist/features/team-mode/team-mailbox/inbox.d.ts +1 -1
  149. package/dist/features/team-mode/team-mailbox/index.d.ts +1 -1
  150. package/dist/features/team-mode/team-mailbox/pending-delivery-recovery.d.ts +1 -1
  151. package/dist/features/team-mode/team-mailbox/poll.d.ts +1 -1
  152. package/dist/features/team-mode/team-mailbox/reservation.d.ts +1 -1
  153. package/dist/features/team-mode/team-mailbox/send.d.ts +1 -1
  154. package/dist/features/team-mode/team-registry/index.d.ts +1 -1
  155. package/dist/features/team-mode/team-registry/loader.d.ts +1 -1
  156. package/dist/features/team-mode/team-registry/paths.d.ts +1 -1
  157. package/dist/features/team-mode/team-registry/team-spec-input-normalizer.d.ts +1 -1
  158. package/dist/features/team-mode/team-registry/validator.d.ts +1 -1
  159. package/dist/features/team-mode/team-state-store/active-resume.d.ts +1 -1
  160. package/dist/features/team-mode/team-state-store/creating-resume.d.ts +1 -1
  161. package/dist/features/team-mode/team-state-store/deleting-resume.d.ts +1 -1
  162. package/dist/features/team-mode/team-state-store/error-normalization.d.ts +1 -1
  163. package/dist/features/team-mode/team-state-store/index.d.ts +1 -1
  164. package/dist/features/team-mode/team-state-store/locks.d.ts +1 -1
  165. package/dist/features/team-mode/team-state-store/reservation-reconciliation.d.ts +1 -1
  166. package/dist/features/team-mode/team-state-store/resume-report.d.ts +1 -1
  167. package/dist/features/team-mode/team-state-store/resume.d.ts +1 -1
  168. package/dist/features/team-mode/team-state-store/runtime-cleanup.d.ts +1 -1
  169. package/dist/features/team-mode/team-state-store/session-liveness.d.ts +1 -1
  170. package/dist/features/team-mode/team-state-store/store.d.ts +1 -1
  171. package/dist/features/team-mode/team-state-store/worker-resume-status.d.ts +1 -1
  172. package/dist/features/team-mode/team-tasklist/claim.d.ts +1 -1
  173. package/dist/features/team-mode/team-tasklist/dependencies.d.ts +1 -1
  174. package/dist/features/team-mode/team-tasklist/get.d.ts +1 -1
  175. package/dist/features/team-mode/team-tasklist/index.d.ts +1 -1
  176. package/dist/features/team-mode/team-tasklist/list.d.ts +1 -1
  177. package/dist/features/team-mode/team-tasklist/store.d.ts +1 -1
  178. package/dist/features/team-mode/team-tasklist/test-support.d.ts +1 -1
  179. package/dist/features/team-mode/team-tasklist/update.d.ts +1 -1
  180. package/dist/features/team-mode/team-worktree/cleanup.d.ts +1 -1
  181. package/dist/features/team-mode/team-worktree/index.d.ts +1 -1
  182. package/dist/features/team-mode/team-worktree/manager.d.ts +1 -1
  183. package/dist/features/team-mode/tools/lifecycle-create-tool.d.ts +2 -2
  184. package/dist/features/team-mode/tools/lifecycle-inline-spec.d.ts +2 -2
  185. package/dist/features/team-mode/tools/lifecycle-participant.d.ts +2 -2
  186. package/dist/features/team-mode/tools/lifecycle-test-fixture.d.ts +1 -1
  187. package/dist/features/team-mode/tools/messaging-live-delivery-recipient.d.ts +2 -2
  188. package/dist/features/team-mode/tools/messaging-live-delivery-reservation.d.ts +1 -1
  189. package/dist/features/team-mode/tools/messaging-live-delivery-state.d.ts +1 -1
  190. package/dist/features/team-mode/tools/messaging-live-delivery.d.ts +1 -1
  191. package/dist/features/team-mode/tools/messaging-runtime.d.ts +2 -2
  192. package/dist/features/team-mode/tools/query.d.ts +3 -3
  193. package/dist/features/team-mode/tools/tasks.d.ts +2 -2
  194. package/dist/features/team-mode/types.d.ts +1 -1
  195. package/dist/hooks/ast-grep-sg-provision/hook.d.ts +1 -1
  196. package/dist/hooks/auto-slash-command/constants.d.ts +1 -1
  197. package/dist/hooks/auto-slash-command/detector.d.ts +1 -1
  198. package/dist/hooks/auto-slash-command/processed-command-store.d.ts +1 -1
  199. package/dist/hooks/auto-slash-command/types.d.ts +1 -1
  200. package/dist/hooks/codegraph-bootstrap/hook.d.ts +1 -1
  201. package/dist/hooks/comment-checker/cli.d.ts +1 -1
  202. package/dist/hooks/comment-checker/types.d.ts +1 -1
  203. package/dist/hooks/delegate-task-retry/guidance.d.ts +1 -1
  204. package/dist/hooks/delegate-task-retry/patterns.d.ts +2 -2
  205. package/dist/hooks/directory-agents-injector/finder.d.ts +2 -2
  206. package/dist/hooks/directory-agents-injector/injector.d.ts +1 -1
  207. package/dist/hooks/dreamer-trigger/index.d.ts +2 -2
  208. package/dist/hooks/rules-injector/constants.d.ts +1 -1
  209. package/dist/hooks/rules-injector/matcher.d.ts +2 -2
  210. package/dist/hooks/rules-injector/parser.d.ts +2 -2
  211. package/dist/hooks/rules-injector/project-root-finder.d.ts +1 -1
  212. package/dist/hooks/rules-injector/rule-distance.d.ts +1 -1
  213. package/dist/hooks/rules-injector/rule-file-finder.d.ts +2 -2
  214. package/dist/hooks/rules-injector/rule-file-scanner.d.ts +1 -1
  215. package/dist/hooks/rules-injector/rule-scan-cache.d.ts +2 -2
  216. package/dist/hooks/rules-injector/types.d.ts +1 -1
  217. package/dist/hooks/runtime-fallback/auto-retry-signal.d.ts +1 -1
  218. package/dist/hooks/runtime-fallback/error-classifier.d.ts +1 -1
  219. package/dist/hooks/runtime-fallback/fallback-state.d.ts +1 -1
  220. package/dist/hooks/tank-agents-md-injector/hook.d.ts +1 -1
  221. package/dist/hooks/tool-pair-validator/tool-part-ids.d.ts +1 -1
  222. package/dist/index.js +207 -53
  223. package/dist/mcp/codegraph.d.ts +1 -1
  224. package/dist/plugin/event-error-utils.d.ts +1 -1
  225. package/dist/plugin/record-session-end-episode.d.ts +1 -1
  226. package/dist/plugin/session-memory-recorder.d.ts +1 -1
  227. package/dist/plugin/types.d.ts +1 -1
  228. package/dist/profile-adapters.d.ts +1 -1
  229. package/dist/shared/archive-entry-validator.d.ts +1 -1
  230. package/dist/shared/bun-file-shim.d.ts +1 -1
  231. package/dist/shared/bun-spawn-shim.d.ts +1 -1
  232. package/dist/shared/bun-which-shim.d.ts +1 -1
  233. package/dist/shared/classify-path-environment.d.ts +1 -1
  234. package/dist/shared/command-executor/embedded-commands.d.ts +1 -1
  235. package/dist/shared/command-executor/execute-command.d.ts +1 -1
  236. package/dist/shared/command-executor/execute-hook-command.d.ts +1 -1
  237. package/dist/shared/command-executor/home-directory.d.ts +1 -1
  238. package/dist/shared/command-executor/resolve-commands-in-text.d.ts +1 -1
  239. package/dist/shared/command-executor/shell-path.d.ts +1 -1
  240. package/dist/shared/command-executor.d.ts +1 -1
  241. package/dist/shared/contains-path.d.ts +1 -1
  242. package/dist/shared/context-limit-resolver.d.ts +2 -2
  243. package/dist/shared/deep-merge.d.ts +1 -1
  244. package/dist/shared/extract-semver.d.ts +1 -1
  245. package/dist/shared/fallback-chain-from-models.d.ts +1 -1
  246. package/dist/shared/file-utils.d.ts +1 -1
  247. package/dist/shared/frontmatter.d.ts +1 -1
  248. package/dist/shared/git-worktree/collect-git-diff-stats.d.ts +1 -1
  249. package/dist/shared/git-worktree/format-file-changes.d.ts +1 -1
  250. package/dist/shared/git-worktree/index.d.ts +1 -1
  251. package/dist/shared/git-worktree/parse-diff-numstat.d.ts +1 -1
  252. package/dist/shared/git-worktree/parse-status-porcelain-line.d.ts +1 -1
  253. package/dist/shared/git-worktree/parse-status-porcelain.d.ts +1 -1
  254. package/dist/shared/git-worktree/types.d.ts +1 -1
  255. package/dist/shared/internal-initiator-marker.d.ts +1 -1
  256. package/dist/shared/jsonc-parser.d.ts +1 -1
  257. package/dist/shared/logger.d.ts +1 -1
  258. package/dist/shared/migration/agent-category.d.ts +1 -1
  259. package/dist/shared/migration/agent-names.d.ts +1 -1
  260. package/dist/shared/migration/config-migration.d.ts +1 -1
  261. package/dist/shared/migration/hook-names.d.ts +1 -1
  262. package/dist/shared/migration/migrations-sidecar.d.ts +1 -1
  263. package/dist/shared/migration/model-versions.d.ts +1 -1
  264. package/dist/shared/migration.d.ts +1 -1
  265. package/dist/shared/model-capabilities/index.d.ts +3 -3
  266. package/dist/shared/model-capabilities-cache.d.ts +1 -1
  267. package/dist/shared/model-error-classifier.d.ts +2 -2
  268. package/dist/shared/model-format-normalizer.d.ts +1 -1
  269. package/dist/shared/model-normalization.d.ts +1 -1
  270. package/dist/shared/model-requirements.d.ts +2 -2
  271. package/dist/shared/model-resolution-pipeline.d.ts +3 -3
  272. package/dist/shared/model-resolution-types.d.ts +1 -1
  273. package/dist/shared/model-resolver.d.ts +2 -2
  274. package/dist/shared/model-sanitizer.d.ts +1 -1
  275. package/dist/shared/model-settings-compatibility.d.ts +2 -2
  276. package/dist/shared/model-string-parser.d.ts +1 -1
  277. package/dist/shared/model-suggestion-retry.d.ts +2 -2
  278. package/dist/shared/port-utils.d.ts +1 -1
  279. package/dist/shared/posthog.d.ts +1 -1
  280. package/dist/shared/process-stream-reader.d.ts +1 -1
  281. package/dist/shared/prompt-async-gate/message-inspection-error.d.ts +1 -1
  282. package/dist/shared/prompt-async-gate/pending-tool-turn.d.ts +1 -1
  283. package/dist/shared/prompt-async-gate/prompt-message-state.d.ts +1 -1
  284. package/dist/shared/prompt-async-gate/queue.d.ts +1 -1
  285. package/dist/shared/prompt-async-gate/recent-dispatches.d.ts +1 -1
  286. package/dist/shared/prompt-async-gate/reservations.d.ts +1 -1
  287. package/dist/shared/prompt-async-gate/semantic-dedupe.d.ts +1 -1
  288. package/dist/shared/prompt-async-gate/session-idle-dispatch.d.ts +1 -1
  289. package/dist/shared/prompt-async-gate/timing.d.ts +1 -1
  290. package/dist/shared/prompt-async-gate/types.d.ts +1 -1
  291. package/dist/shared/prompt-async-gate.d.ts +2 -2
  292. package/dist/shared/prompt-failure-classifier.d.ts +1 -1
  293. package/dist/shared/provider-model-id-transform.d.ts +1 -1
  294. package/dist/shared/record-type-guard.d.ts +1 -1
  295. package/dist/shared/replace-tool-args.d.ts +1 -1
  296. package/dist/shared/session-idle-settle.d.ts +1 -1
  297. package/dist/shared/shell-env.d.ts +1 -1
  298. package/dist/shared/skill-path-resolver.d.ts +1 -1
  299. package/dist/shared/snake-case.d.ts +1 -1
  300. package/dist/shared/telemetry-product-identity.d.ts +1 -1
  301. package/dist/shared/tmux/cmux-detect.d.ts +1 -1
  302. package/dist/shared/tmux/constants.d.ts +1 -1
  303. package/dist/shared/tmux/runner.d.ts +2 -2
  304. package/dist/shared/tmux/tmux-utils/adapter-deps.d.ts +1 -1
  305. package/dist/shared/tmux/tmux-utils/environment.d.ts +2 -2
  306. package/dist/shared/tmux/tmux-utils/layout.d.ts +2 -2
  307. package/dist/shared/tmux/tmux-utils/pane-close.d.ts +1 -1
  308. package/dist/shared/tmux/tmux-utils/pane-command.d.ts +1 -1
  309. package/dist/shared/tmux/tmux-utils/pane-dimensions.d.ts +1 -1
  310. package/dist/shared/tmux/tmux-utils/pane-replace.d.ts +1 -1
  311. package/dist/shared/tmux/tmux-utils/pane-spawn.d.ts +1 -1
  312. package/dist/shared/tmux/tmux-utils/server-health.d.ts +2 -2
  313. package/dist/shared/tmux/tmux-utils/session-spawn.d.ts +2 -2
  314. package/dist/shared/tmux/tmux-utils/spawn-process.d.ts +1 -1
  315. package/dist/shared/tmux/tmux-utils/stale-session-sweep.d.ts +2 -2
  316. package/dist/shared/tmux/tmux-utils/window-spawn.d.ts +1 -1
  317. package/dist/shared/tmux/types.d.ts +1 -1
  318. package/dist/shared/tool-name.d.ts +1 -1
  319. package/dist/shared/zip-entry-listing/powershell-zip-entry-listing.d.ts +1 -1
  320. package/dist/shared/zip-entry-listing/python-zip-entry-listing.d.ts +1 -1
  321. package/dist/shared/zip-entry-listing/read-zip-symlink-target.d.ts +1 -1
  322. package/dist/shared/zip-entry-listing/tar-zip-entry-listing.d.ts +1 -1
  323. package/dist/shared/zip-entry-listing/zipinfo-zip-entry-listing.d.ts +1 -1
  324. package/dist/shared/zip-entry-listing.d.ts +1 -1
  325. package/dist/skills/frontend/ATTRIBUTION.md +1 -1
  326. package/dist/skills/ultimate-browsing/ATTRIBUTION.md +1 -1
  327. package/dist/skills/ulw-research/ATTRIBUTION.md +1 -1
  328. package/dist/testing/create-gateway-relay.d.ts +5 -1
  329. package/dist/tools/delegate-task/model-selection.d.ts +1 -1
  330. package/dist/tools/delegate-task/model-string-parser.d.ts +1 -1
  331. package/dist/tools/delegate-task/sync-task-deps.d.ts +1 -1
  332. package/dist/tools/hashline-edit/autocorrect-replacement-lines.d.ts +1 -1
  333. package/dist/tools/hashline-edit/constants.d.ts +1 -1
  334. package/dist/tools/hashline-edit/diff-utils.d.ts +1 -1
  335. package/dist/tools/hashline-edit/edit-deduplication.d.ts +1 -1
  336. package/dist/tools/hashline-edit/edit-operation-primitives.d.ts +1 -1
  337. package/dist/tools/hashline-edit/edit-operations.d.ts +2 -2
  338. package/dist/tools/hashline-edit/edit-ordering.d.ts +1 -1
  339. package/dist/tools/hashline-edit/edit-text-normalization.d.ts +1 -1
  340. package/dist/tools/hashline-edit/file-text-canonicalization.d.ts +2 -2
  341. package/dist/tools/hashline-edit/hash-computation.d.ts +2 -2
  342. package/dist/tools/hashline-edit/hashline-chunk-formatter.d.ts +2 -2
  343. package/dist/tools/hashline-edit/hashline-edit-diff.d.ts +1 -1
  344. package/dist/tools/hashline-edit/normalize-edits.d.ts +2 -2
  345. package/dist/tools/hashline-edit/types.d.ts +1 -1
  346. package/dist/tools/hashline-edit/validation.d.ts +2 -2
  347. package/dist/tools/skill/scope-priority.d.ts +1 -1
  348. package/dist/tools/skill/skill-matcher.d.ts +1 -1
  349. package/dist/tui.js +4 -0
  350. package/package.json +27 -24
  351. package/packages/git-bash-mcp/package.json +3 -3
  352. package/packages/lsp-core/package.json +3 -3
  353. package/packages/lsp-core/src/mcp.ts +1 -1
  354. package/packages/lsp-daemon/dist/daemon-client.d.ts +2 -2
  355. package/packages/lsp-daemon/dist/daemon-client.js +2 -2
  356. package/packages/lsp-daemon/dist/daemon-server.js +1 -1
  357. package/packages/lsp-daemon/dist/index.d.ts +1 -1
  358. package/packages/lsp-daemon/dist/ipc-protocol.js +1 -1
  359. package/packages/lsp-daemon/dist/package.json +1 -1
  360. package/packages/lsp-daemon/dist/proxy.js +4 -4
  361. package/packages/lsp-daemon/dist/request-routing.d.ts +1 -1
  362. package/packages/lsp-daemon/dist/request-routing.js +3 -3
  363. package/packages/lsp-daemon/package.json +3 -3
  364. package/packages/lsp-tools-mcp/dist/lsp/cleanup-errors.d.ts +1 -1
  365. package/packages/lsp-tools-mcp/dist/lsp/client-wrapper.d.ts +1 -1
  366. package/packages/lsp-tools-mcp/dist/lsp/client.d.ts +1 -1
  367. package/packages/lsp-tools-mcp/dist/lsp/config-loader.d.ts +1 -1
  368. package/packages/lsp-tools-mcp/dist/lsp/connection.d.ts +1 -1
  369. package/packages/lsp-tools-mcp/dist/lsp/constants.d.ts +1 -1
  370. package/packages/lsp-tools-mcp/dist/lsp/directory-diagnostics.d.ts +1 -1
  371. package/packages/lsp-tools-mcp/dist/lsp/effective-extension.d.ts +1 -1
  372. package/packages/lsp-tools-mcp/dist/lsp/errors.d.ts +1 -1
  373. package/packages/lsp-tools-mcp/dist/lsp/formatters.d.ts +1 -1
  374. package/packages/lsp-tools-mcp/dist/lsp/infer-extension.d.ts +1 -1
  375. package/packages/lsp-tools-mcp/dist/lsp/json-rpc-connection.d.ts +1 -1
  376. package/packages/lsp-tools-mcp/dist/lsp/language-mappings.d.ts +1 -1
  377. package/packages/lsp-tools-mcp/dist/lsp/manager.d.ts +1 -1
  378. package/packages/lsp-tools-mcp/dist/lsp/process-signal-cleanup.d.ts +1 -1
  379. package/packages/lsp-tools-mcp/dist/lsp/process.d.ts +1 -1
  380. package/packages/lsp-tools-mcp/dist/lsp/server-definitions.d.ts +1 -1
  381. package/packages/lsp-tools-mcp/dist/lsp/server-install-state.d.ts +1 -1
  382. package/packages/lsp-tools-mcp/dist/lsp/server-installation.d.ts +1 -1
  383. package/packages/lsp-tools-mcp/dist/lsp/server-resolution.d.ts +1 -1
  384. package/packages/lsp-tools-mcp/dist/lsp/startup-failure.d.ts +1 -1
  385. package/packages/lsp-tools-mcp/dist/lsp/transport.d.ts +1 -1
  386. package/packages/lsp-tools-mcp/dist/lsp/types.d.ts +1 -1
  387. package/packages/lsp-tools-mcp/dist/lsp/utils.d.ts +1 -1
  388. package/packages/lsp-tools-mcp/dist/lsp/workspace-edit.d.ts +1 -1
  389. package/packages/lsp-tools-mcp/dist/mcp.d.ts +1 -1
  390. package/packages/lsp-tools-mcp/dist/missing-dependency-result.d.ts +1 -1
  391. package/packages/lsp-tools-mcp/dist/request-context.d.ts +1 -1
  392. package/packages/lsp-tools-mcp/dist/tools.d.ts +1 -1
  393. package/packages/lsp-tools-mcp/package.json +3 -3
  394. package/packages/shared-skills/package.json +2 -2
  395. package/packages/shared-skills/skills/frontend/ATTRIBUTION.md +1 -1
  396. package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +1 -1
  397. package/packages/shared-skills/skills/ulw-research/ATTRIBUTION.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kl-c/matrixos",
3
- "version": "0.1.26",
3
+ "version": "0.1.32",
4
4
  "description": "MaTrixOS — Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,6 +32,9 @@
32
32
  "packages/daily-brief-core",
33
33
  "packages/task-ledger-core",
34
34
  "packages/rgpd-compliance-core",
35
+ "packages/dashboard-core",
36
+ "packages/http-server-core",
37
+ "packages/webhook-core",
35
38
  "packages/omo-opencode"
36
39
  ],
37
40
  "bin": {
@@ -150,30 +153,30 @@
150
153
  "zod": "^4.4.3"
151
154
  },
152
155
  "devDependencies": {
153
- "@oh-my-opencode/agents-md-core": "workspace:*",
154
- "@oh-my-opencode/boulder-state": "workspace:*",
155
- "@oh-my-opencode/claude-code-compat-core": "workspace:*",
156
- "@oh-my-opencode/comment-checker-core": "workspace:*",
157
- "@oh-my-opencode/delegate-core": "workspace:*",
156
+ "@matrixos/agents-md-core": "workspace:*",
157
+ "@matrixos/boulder-state": "workspace:*",
158
+ "@matrixos/claude-code-compat-core": "workspace:*",
159
+ "@matrixos/comment-checker-core": "workspace:*",
160
+ "@matrixos/delegate-core": "workspace:*",
158
161
  "@matrixos/egress-core": "workspace:*",
159
- "@oh-my-opencode/git-bash-mcp": "workspace:*",
160
- "@oh-my-opencode/hashline-core": "workspace:*",
161
- "@oh-my-opencode/learning-loop": "workspace:*",
162
- "@oh-my-opencode/lsp-core": "workspace:*",
163
- "@oh-my-opencode/mcp-client-core": "workspace:*",
164
- "@oh-my-opencode/mcp-stdio-core": "workspace:*",
165
- "@oh-my-opencode/model-core": "workspace:*",
166
- "@oh-my-opencode/omo-config-core": "workspace:*",
167
- "@oh-my-opencode/matrix-gateway-core": "workspace:*",
168
- "@oh-my-opencode/prompts-core": "workspace:*",
169
- "@oh-my-opencode/rules-engine": "workspace:*",
170
- "@oh-my-opencode/rgpd-compliance-core": "workspace:*",
171
- "@oh-my-opencode/shared-skills": "workspace:*",
172
- "@oh-my-opencode/skills-loader-core": "workspace:*",
173
- "@oh-my-opencode/team-core": "workspace:*",
174
- "@oh-my-opencode/telemetry-core": "workspace:*",
175
- "@oh-my-opencode/tmux-core": "workspace:*",
176
- "@oh-my-opencode/utils": "workspace:*",
162
+ "@matrixos/git-bash-mcp": "workspace:*",
163
+ "@matrixos/hashline-core": "workspace:*",
164
+ "@matrixos/learning-loop": "workspace:*",
165
+ "@matrixos/lsp-core": "workspace:*",
166
+ "@matrixos/mcp-client-core": "workspace:*",
167
+ "@matrixos/mcp-stdio-core": "workspace:*",
168
+ "@matrixos/model-core": "workspace:*",
169
+ "@matrixos/omo-config-core": "workspace:*",
170
+ "@matrixos/matrix-gateway-core": "workspace:*",
171
+ "@matrixos/prompts-core": "workspace:*",
172
+ "@matrixos/rules-engine": "workspace:*",
173
+ "@matrixos/rgpd-compliance-core": "workspace:*",
174
+ "@matrixos/shared-skills": "workspace:*",
175
+ "@matrixos/skills-loader-core": "workspace:*",
176
+ "@matrixos/team-core": "workspace:*",
177
+ "@matrixos/telemetry-core": "workspace:*",
178
+ "@matrixos/tmux-core": "workspace:*",
179
+ "@matrixos/utils": "workspace:*",
177
180
  "@types/js-yaml": "^4.0.9",
178
181
  "@types/picomatch": "^4.0.3",
179
182
  "@typescript/native-preview": "7.0.0-dev.20260518.1",
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "@oh-my-opencode/git-bash-mcp",
2
+ "name": "@matrixos/git-bash-mcp",
3
3
  "version": "0.0.0",
4
4
  "type": "module",
5
5
  "private": true,
@@ -18,8 +18,8 @@
18
18
  "test": "bun test src/*.test.ts"
19
19
  },
20
20
  "dependencies": {
21
- "@oh-my-opencode/mcp-stdio-core": "workspace:*",
22
- "@oh-my-opencode/utils": "workspace:*"
21
+ "@matrixos/mcp-stdio-core": "workspace:*",
22
+ "@matrixos/utils": "workspace:*"
23
23
  },
24
24
  "devDependencies": {
25
25
  "bun-types": "1.3.12"
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@oh-my-opencode/lsp-core",
3
- "version": "0.1.0",
2
+ "name": "@matrixos/lsp-core",
3
+ "version": "0.1.27",
4
4
  "type": "module",
5
5
  "private": true,
6
6
  "description": "Harness-neutral Language Server Protocol engine and tool definitions for oh-my-opencode.",
@@ -40,6 +40,6 @@
40
40
  "test": "bun test src/*.test.ts src/**/*.test.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@oh-my-opencode/mcp-stdio-core": "workspace:*"
43
+ "@matrixos/mcp-stdio-core": "workspace:*"
44
44
  }
45
45
  }
@@ -10,7 +10,7 @@ import {
10
10
  type JsonRpcResponse,
11
11
  type JsonRpcResult,
12
12
  type McpToolDescriptor,
13
- } from "@oh-my-opencode/mcp-stdio-core";
13
+ } from "@matrixos/mcp-stdio-core";
14
14
  import { coerceToolArguments, executeLspTool, LSP_MCP_TOOLS } from "./tools.js";
15
15
  import { createStandaloneMcpRequestContext, runWithRequestContext } from "./request-context.js";
16
16
 
@@ -1,5 +1,5 @@
1
- import type { ToolExecutionResult } from "@oh-my-opencode/lsp-core/tools";
2
- import { type LspRequestContext } from "@oh-my-opencode/lsp-core/request-context";
1
+ import type { ToolExecutionResult } from "@matrixos/lsp-core/tools";
2
+ import { type LspRequestContext } from "@matrixos/lsp-core/request-context";
3
3
  import { type DaemonPaths } from "./paths.js";
4
4
  export declare class DaemonRequestError extends Error {
5
5
  readonly requestWritten: boolean;
@@ -1,8 +1,8 @@
1
1
  import { connect } from "node:net";
2
2
  import { homedir } from "node:os";
3
3
  import { join } from "node:path";
4
- import { parseLspRequestContext } from "@oh-my-opencode/lsp-core/request-context";
5
- import { isPlainRecord } from "@oh-my-opencode/mcp-stdio-core/record";
4
+ import { parseLspRequestContext } from "@matrixos/lsp-core/request-context";
5
+ import { isPlainRecord } from "@matrixos/mcp-stdio-core/record";
6
6
  import { ensureDaemonRunning } from "./ensure-daemon.js";
7
7
  import { authEnvelope, isAuthErrorResponse, readAuthToken } from "./ipc-protocol.js";
8
8
  import { daemonPaths } from "./paths.js";
@@ -1,6 +1,6 @@
1
1
  import { chmodSync } from "node:fs";
2
2
  import { createServer } from "node:net";
3
- import { disposeDefaultLspManager, getLspManager } from "@oh-my-opencode/lsp-core/lsp/manager";
3
+ import { disposeDefaultLspManager, getLspManager } from "@matrixos/lsp-core/lsp/manager";
4
4
  import { setPrivateFileMode } from "./ipc-protocol.js";
5
5
  import { pingDaemon } from "./ensure-daemon.js";
6
6
  import { acquireStartupLease, DaemonStartupDeferredError, endpointIdentity, removeDaemonMetadataForOwner, writeDaemonOwner, } from "./ownership.js";
@@ -1,4 +1,4 @@
1
- export { disposeDefaultLspManager } from "@oh-my-opencode/lsp-core/lsp/manager";
1
+ export { disposeDefaultLspManager } from "@matrixos/lsp-core/lsp/manager";
2
2
  export { type CallToolOptions, callDiagnosticsViaDaemon, callToolViaDaemon, currentRequestContext, type DaemonToolContext, } from "./daemon-client.js";
3
3
  export { ensureDaemonRunning, InvalidRuntimeOverrideError, OMO_LSP_DAEMON_CLI, probeDaemon, resolveDaemonRuntime, } from "./ensure-daemon.js";
4
4
  export { type DaemonPaths, daemonPaths, InvalidDaemonDirectoryError, InvalidDaemonVersionError, OMO_LSP_DAEMON_DIR, OMO_LSP_DAEMON_VERSION, validateDaemonVersion, } from "./paths.js";
@@ -1,7 +1,7 @@
1
1
  import { randomBytes, timingSafeEqual } from "node:crypto";
2
2
  import { chmodSync, closeSync, constants, fchmodSync, fstatSync, lstatSync, mkdirSync, openSync, readFileSync, unlinkSync, writeSync, } from "node:fs";
3
3
  import { dirname } from "node:path";
4
- import { isPlainRecord } from "@oh-my-opencode/mcp-stdio-core/record";
4
+ import { isPlainRecord } from "@matrixos/mcp-stdio-core/record";
5
5
  export const OMO_DAEMON_PROTOCOL_VERSION = 1;
6
6
  export const AUTH_ERROR_CODE = -32001;
7
7
  export const PROTOCOL_ERROR_CODE = -32002;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/lsp-daemon",
3
- "version": "0.1.0",
3
+ "version": "0.1.27",
4
4
  "type": "module",
5
5
  "private": true
6
6
  }
@@ -1,9 +1,9 @@
1
1
  import { existsSync, realpathSync } from "node:fs";
2
2
  import { basename, delimiter, dirname, isAbsolute } from "node:path";
3
- import { jsonRpcId, runJsonRpcStdioServer, successResponse } from "@oh-my-opencode/mcp-stdio-core";
4
- import { isPlainRecord } from "@oh-my-opencode/mcp-stdio-core/record";
5
- import { handleLspMcpRequest } from "@oh-my-opencode/lsp-core/mcp";
6
- import { createStandaloneMcpRequestContext, runWithRequestContext } from "@oh-my-opencode/lsp-core/request-context";
3
+ import { jsonRpcId, runJsonRpcStdioServer, successResponse } from "@matrixos/mcp-stdio-core";
4
+ import { isPlainRecord } from "@matrixos/mcp-stdio-core/record";
5
+ import { handleLspMcpRequest } from "@matrixos/lsp-core/mcp";
6
+ import { createStandaloneMcpRequestContext, runWithRequestContext } from "@matrixos/lsp-core/request-context";
7
7
  import { callToolViaDaemon } from "./daemon-client.js";
8
8
  import { daemonPaths } from "./paths.js";
9
9
  export async function runMcpStdioProxy(options = {}) {
@@ -1,4 +1,4 @@
1
- import { type RequestContext } from "@oh-my-opencode/lsp-core/request-context";
1
+ import { type RequestContext } from "@matrixos/lsp-core/request-context";
2
2
  import type { DaemonOwner } from "./ownership.js";
3
3
  export declare const CONTEXT_KEY = "_context";
4
4
  export interface RoutedRequest {
@@ -1,6 +1,6 @@
1
- import { handleLspMcpRequest } from "@oh-my-opencode/lsp-core/mcp";
2
- import { parseLspRequestContext, runWithRequestContext } from "@oh-my-opencode/lsp-core/request-context";
3
- import { isPlainRecord } from "@oh-my-opencode/mcp-stdio-core/record";
1
+ import { handleLspMcpRequest } from "@matrixos/lsp-core/mcp";
2
+ import { parseLspRequestContext, runWithRequestContext } from "@matrixos/lsp-core/request-context";
3
+ import { isPlainRecord } from "@matrixos/mcp-stdio-core/record";
4
4
  import { authenticateMessage, OMO_DAEMON_PROTOCOL_VERSION } from "./ipc-protocol.js";
5
5
  export const CONTEXT_KEY = "_context";
6
6
  class InvalidDaemonRequestError extends Error {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/lsp-daemon",
3
- "version": "0.1.0",
3
+ "version": "0.1.27",
4
4
  "description": "Shared per-user Language Server Protocol daemon over a unix socket, with a stdio MCP proxy and a tool client.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.16.0",
@@ -36,8 +36,8 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@biomejs/biome": "2.4.16",
39
- "@oh-my-opencode/lsp-core": "file:../lsp-core",
40
- "@oh-my-opencode/mcp-stdio-core": "file:../mcp-stdio-core",
39
+ "@matrixos/lsp-core": "file:../lsp-core",
40
+ "@matrixos/mcp-stdio-core": "file:../mcp-stdio-core",
41
41
  "@types/node": "^25.9.2",
42
42
  "typescript": "^6.0.3",
43
43
  "vitest": "^4.1.8"
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/cleanup-errors";
1
+ export * from "@matrixos/lsp-core/lsp/cleanup-errors";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/client-wrapper";
1
+ export * from "@matrixos/lsp-core/lsp/client-wrapper";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/client";
1
+ export * from "@matrixos/lsp-core/lsp/client";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/config-loader";
1
+ export * from "@matrixos/lsp-core/lsp/config-loader";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/connection";
1
+ export * from "@matrixos/lsp-core/lsp/connection";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/constants";
1
+ export * from "@matrixos/lsp-core/lsp/constants";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/directory-diagnostics";
1
+ export * from "@matrixos/lsp-core/lsp/directory-diagnostics";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/effective-extension";
1
+ export * from "@matrixos/lsp-core/lsp/effective-extension";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/errors";
1
+ export * from "@matrixos/lsp-core/lsp/errors";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/formatters";
1
+ export * from "@matrixos/lsp-core/lsp/formatters";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/infer-extension";
1
+ export * from "@matrixos/lsp-core/lsp/infer-extension";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/json-rpc-connection";
1
+ export * from "@matrixos/lsp-core/lsp/json-rpc-connection";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/language-mappings";
1
+ export * from "@matrixos/lsp-core/lsp/language-mappings";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/manager";
1
+ export * from "@matrixos/lsp-core/lsp/manager";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/process-signal-cleanup";
1
+ export * from "@matrixos/lsp-core/lsp/process-signal-cleanup";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/process";
1
+ export * from "@matrixos/lsp-core/lsp/process";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/server-definitions";
1
+ export * from "@matrixos/lsp-core/lsp/server-definitions";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/server-install-state";
1
+ export * from "@matrixos/lsp-core/lsp/server-install-state";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/server-installation";
1
+ export * from "@matrixos/lsp-core/lsp/server-installation";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/server-resolution";
1
+ export * from "@matrixos/lsp-core/lsp/server-resolution";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/startup-failure";
1
+ export * from "@matrixos/lsp-core/lsp/startup-failure";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/transport";
1
+ export * from "@matrixos/lsp-core/lsp/transport";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/types";
1
+ export * from "@matrixos/lsp-core/lsp/types";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/utils";
1
+ export * from "@matrixos/lsp-core/lsp/utils";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/lsp/workspace-edit";
1
+ export * from "@matrixos/lsp-core/lsp/workspace-edit";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/mcp";
1
+ export * from "@matrixos/lsp-core/mcp";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/missing-dependency-result";
1
+ export * from "@matrixos/lsp-core/missing-dependency-result";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/request-context";
1
+ export * from "@matrixos/lsp-core/request-context";
@@ -1 +1 @@
1
- export * from "@oh-my-opencode/lsp-core/tools";
1
+ export * from "@matrixos/lsp-core/tools";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/lsp-tools-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.27",
4
4
  "description": "Standalone Language Server Protocol tools exposed as a stdio MCP server.",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.16.0",
@@ -41,8 +41,8 @@
41
41
  "check": "tsc --noEmit && biome check . && npm run build"
42
42
  },
43
43
  "devDependencies": {
44
- "@oh-my-opencode/lsp-core": "file:../lsp-core",
45
- "@oh-my-opencode/mcp-stdio-core": "file:../mcp-stdio-core",
44
+ "@matrixos/lsp-core": "file:../lsp-core",
45
+ "@matrixos/mcp-stdio-core": "file:../mcp-stdio-core",
46
46
  "@biomejs/biome": "2.4.16",
47
47
  "@types/node": "^25.9.2",
48
48
  "typescript": "^6.0.3",
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@oh-my-opencode/shared-skills",
3
- "version": "0.1.0",
2
+ "name": "@matrixos/shared-skills",
3
+ "version": "0.1.27",
4
4
  "type": "module",
5
5
  "private": true,
6
6
  "description": "Cross-harness SKILL.md files shared between OMO and Codex",
@@ -1,6 +1,6 @@
1
1
  # ATTRIBUTION / NOTICE
2
2
 
3
- This package (`@oh-my-opencode/shared-skills`) includes third-party content that is
3
+ This package (`@matrixos/shared-skills`) includes third-party content that is
4
4
  redistributed under its original license, consistent with the project's distribution
5
5
  license (see `LICENSE.md`: "All third party components incorporated into the
6
6
  oh-my-opencode Software are licensed under the original license provided by the owner of
@@ -1,6 +1,6 @@
1
1
  # ATTRIBUTION / NOTICE
2
2
 
3
- This skill (`ultimate-browsing`, part of `@oh-my-opencode/shared-skills`) ships
3
+ This skill (`ultimate-browsing`, part of `@matrixos/shared-skills`) ships
4
4
  project-original content plus two third-party tools that it installs at runtime
5
5
  (it does NOT vendor their source). Each runtime tool's license and required
6
6
  notices are reproduced below.
@@ -1,6 +1,6 @@
1
1
  # ATTRIBUTION / NOTICE
2
2
 
3
- This skill (`ulw-research`, part of `@oh-my-opencode/shared-skills`) is authored by
3
+ This skill (`ulw-research`, part of `@matrixos/shared-skills`) is authored by
4
4
  the oh-my-openagent project. One design idea is adapted from a third-party project,
5
5
  credited below. No third-party source is vendored here — only the verification idea
6
6
  is adapted into this skill's prompt contract.