ocmm 0.3.2 → 0.4.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 (136) hide show
  1. package/.agents/plugins/marketplace.json +3 -3
  2. package/README.md +16 -16
  3. package/dist/codex/plugin-generator.d.ts +6 -3
  4. package/dist/codex/plugin-generator.js +34 -6
  5. package/dist/codex/plugin-generator.js.map +1 -1
  6. package/package.json +2 -1
  7. package/plugins/{ocmm → deepwork}/.codex-plugin/plugin.json +2 -2
  8. package/plugins/deepwork/agents/dw-builder.toml +8 -0
  9. package/plugins/deepwork/agents/dw-clarifier.toml +8 -0
  10. package/plugins/deepwork/agents/dw-code-search.toml +8 -0
  11. package/plugins/deepwork/agents/dw-coding.toml +8 -0
  12. package/plugins/deepwork/agents/dw-complex.toml +8 -0
  13. package/plugins/deepwork/agents/dw-creative.toml +8 -0
  14. package/plugins/deepwork/agents/dw-deep.toml +8 -0
  15. package/plugins/deepwork/agents/dw-doc-search.toml +8 -0
  16. package/plugins/deepwork/agents/dw-documenting.toml +8 -0
  17. package/plugins/deepwork/agents/dw-explore.toml +8 -0
  18. package/plugins/deepwork/agents/dw-frontend.toml +8 -0
  19. package/plugins/deepwork/agents/dw-hard-reasoning.toml +8 -0
  20. package/plugins/deepwork/agents/dw-media-reader.toml +8 -0
  21. package/plugins/deepwork/agents/dw-normal-task.toml +8 -0
  22. package/plugins/deepwork/agents/dw-oracle.toml +8 -0
  23. package/plugins/deepwork/agents/dw-orchestrator.toml +8 -0
  24. package/plugins/deepwork/agents/dw-plan-critic.toml +8 -0
  25. package/plugins/deepwork/agents/dw-planner.toml +8 -0
  26. package/plugins/deepwork/agents/dw-quick.toml +8 -0
  27. package/plugins/deepwork/agents/dw-research.toml +8 -0
  28. package/plugins/deepwork/agents/dw-reviewer.toml +8 -0
  29. package/plugins/deepwork/package.json +6 -0
  30. package/plugins/{ocmm → deepwork}/skills/deepwork/SKILL.md +11 -1
  31. package/plugins/ocmm/package.json +0 -6
  32. /package/{plugins/ocmm → .codex}/agents/dw-builder.toml +0 -0
  33. /package/{plugins/ocmm → .codex}/agents/dw-clarifier.toml +0 -0
  34. /package/{plugins/ocmm → .codex}/agents/dw-code-search.toml +0 -0
  35. /package/{plugins/ocmm → .codex}/agents/dw-coding.toml +0 -0
  36. /package/{plugins/ocmm → .codex}/agents/dw-complex.toml +0 -0
  37. /package/{plugins/ocmm → .codex}/agents/dw-creative.toml +0 -0
  38. /package/{plugins/ocmm → .codex}/agents/dw-deep.toml +0 -0
  39. /package/{plugins/ocmm → .codex}/agents/dw-doc-search.toml +0 -0
  40. /package/{plugins/ocmm → .codex}/agents/dw-documenting.toml +0 -0
  41. /package/{plugins/ocmm → .codex}/agents/dw-explore.toml +0 -0
  42. /package/{plugins/ocmm → .codex}/agents/dw-frontend.toml +0 -0
  43. /package/{plugins/ocmm → .codex}/agents/dw-hard-reasoning.toml +0 -0
  44. /package/{plugins/ocmm → .codex}/agents/dw-media-reader.toml +0 -0
  45. /package/{plugins/ocmm → .codex}/agents/dw-normal-task.toml +0 -0
  46. /package/{plugins/ocmm → .codex}/agents/dw-oracle.toml +0 -0
  47. /package/{plugins/ocmm → .codex}/agents/dw-orchestrator.toml +0 -0
  48. /package/{plugins/ocmm → .codex}/agents/dw-plan-critic.toml +0 -0
  49. /package/{plugins/ocmm → .codex}/agents/dw-planner.toml +0 -0
  50. /package/{plugins/ocmm → .codex}/agents/dw-quick.toml +0 -0
  51. /package/{plugins/ocmm → .codex}/agents/dw-research.toml +0 -0
  52. /package/{plugins/ocmm → .codex}/agents/dw-reviewer.toml +0 -0
  53. /package/plugins/{ocmm → deepwork}/.mcp.json +0 -0
  54. /package/plugins/{ocmm → deepwork}/README.md +0 -0
  55. /package/plugins/{ocmm → deepwork}/dist/cli/ocmm-lsp.d.ts +0 -0
  56. /package/plugins/{ocmm → deepwork}/dist/cli/ocmm-lsp.js +0 -0
  57. /package/plugins/{ocmm → deepwork}/dist/cli/ocmm-lsp.js.map +0 -0
  58. /package/plugins/{ocmm → deepwork}/dist/cli/profiles.d.ts +0 -0
  59. /package/plugins/{ocmm → deepwork}/dist/cli/profiles.js +0 -0
  60. /package/plugins/{ocmm → deepwork}/dist/cli/profiles.js.map +0 -0
  61. /package/plugins/{ocmm → deepwork}/dist/cli/shim.d.ts +0 -0
  62. /package/plugins/{ocmm → deepwork}/dist/cli/shim.js +0 -0
  63. /package/plugins/{ocmm → deepwork}/dist/cli/shim.js.map +0 -0
  64. /package/plugins/{ocmm → deepwork}/dist/shared/logger.d.ts +0 -0
  65. /package/plugins/{ocmm → deepwork}/dist/shared/logger.js +0 -0
  66. /package/plugins/{ocmm → deepwork}/dist/shared/logger.js.map +0 -0
  67. /package/plugins/{ocmm → deepwork}/dist/shared/ocmm-lsp-binary.d.ts +0 -0
  68. /package/plugins/{ocmm → deepwork}/dist/shared/ocmm-lsp-binary.js +0 -0
  69. /package/plugins/{ocmm → deepwork}/dist/shared/ocmm-lsp-binary.js.map +0 -0
  70. /package/plugins/{ocmm → deepwork}/dist/shared/types.d.ts +0 -0
  71. /package/plugins/{ocmm → deepwork}/dist/shared/types.js +0 -0
  72. /package/plugins/{ocmm → deepwork}/dist/shared/types.js.map +0 -0
  73. /package/plugins/{ocmm → deepwork}/skills/ast-grep/LICENSE +0 -0
  74. /package/plugins/{ocmm → deepwork}/skills/ast-grep/README.md +0 -0
  75. /package/plugins/{ocmm → deepwork}/skills/ast-grep/SKILL.md +0 -0
  76. /package/plugins/{ocmm → deepwork}/skills/ast-grep/SOURCE +0 -0
  77. /package/plugins/{ocmm → deepwork}/skills/ast-grep/install.ps1 +0 -0
  78. /package/plugins/{ocmm → deepwork}/skills/ast-grep/install.sh +0 -0
  79. /package/plugins/{ocmm → deepwork}/skills/ast-grep/references/cli.md +0 -0
  80. /package/plugins/{ocmm → deepwork}/skills/ast-grep/references/install.md +0 -0
  81. /package/plugins/{ocmm → deepwork}/skills/ast-grep/references/patterns.md +0 -0
  82. /package/plugins/{ocmm → deepwork}/skills/ast-grep/references/pitfalls.md +0 -0
  83. /package/plugins/{ocmm → deepwork}/skills/ast-grep/references/recipes.md +0 -0
  84. /package/plugins/{ocmm → deepwork}/skills/ast-grep/references/sgconfig.md +0 -0
  85. /package/plugins/{ocmm → deepwork}/skills/ast-grep/references/yaml-rules.md +0 -0
  86. /package/plugins/{ocmm → deepwork}/skills/ast-grep/scripts/ast_grep_helper.py +0 -0
  87. /package/plugins/{ocmm → deepwork}/skills/ast-grep/tests/smoke.ps1 +0 -0
  88. /package/plugins/{ocmm → deepwork}/skills/ast-grep/tests/smoke.sh +0 -0
  89. /package/plugins/{ocmm → deepwork}/skills/debugging/SKILL.md +0 -0
  90. /package/plugins/{ocmm → deepwork}/skills/debugging/references/logging.md +0 -0
  91. /package/plugins/{ocmm → deepwork}/skills/debugging/references/methodology/00-setup.md +0 -0
  92. /package/plugins/{ocmm → deepwork}/skills/debugging/references/methodology/02-investigate.md +0 -0
  93. /package/plugins/{ocmm → deepwork}/skills/debugging/references/methodology/04-oracle-triple.md +0 -0
  94. /package/plugins/{ocmm → deepwork}/skills/debugging/references/methodology/05-escalate.md +0 -0
  95. /package/plugins/{ocmm → deepwork}/skills/debugging/references/methodology/06-fix.md +0 -0
  96. /package/plugins/{ocmm → deepwork}/skills/debugging/references/methodology/08-qa.md +0 -0
  97. /package/plugins/{ocmm → deepwork}/skills/debugging/references/methodology/09-cleanup.md +0 -0
  98. /package/plugins/{ocmm → deepwork}/skills/debugging/references/methodology/partial-runtime-evidence.md +0 -0
  99. /package/plugins/{ocmm → deepwork}/skills/debugging/references/runtimes/bundled-js-binary.md +0 -0
  100. /package/plugins/{ocmm → deepwork}/skills/debugging/references/runtimes/go.md +0 -0
  101. /package/plugins/{ocmm → deepwork}/skills/debugging/references/runtimes/native-binary.md +0 -0
  102. /package/plugins/{ocmm → deepwork}/skills/debugging/references/runtimes/node.md +0 -0
  103. /package/plugins/{ocmm → deepwork}/skills/debugging/references/runtimes/python.md +0 -0
  104. /package/plugins/{ocmm → deepwork}/skills/debugging/references/runtimes/rust.md +0 -0
  105. /package/plugins/{ocmm → deepwork}/skills/debugging/references/tools/ghidra.md +0 -0
  106. /package/plugins/{ocmm → deepwork}/skills/debugging/references/tools/playwright-cli.md +0 -0
  107. /package/plugins/{ocmm → deepwork}/skills/debugging/references/tools/pwndbg.md +0 -0
  108. /package/plugins/{ocmm → deepwork}/skills/debugging/references/tools/pwntools.md +0 -0
  109. /package/plugins/{ocmm → deepwork}/skills/deepwork-brainstorming/SKILL.md +0 -0
  110. /package/plugins/{ocmm → deepwork}/skills/deepwork-dispatching-parallel-agents/SKILL.md +0 -0
  111. /package/plugins/{ocmm → deepwork}/skills/deepwork-receiving-code-review/SKILL.md +0 -0
  112. /package/plugins/{ocmm → deepwork}/skills/deepwork-requesting-code-review/SKILL.md +0 -0
  113. /package/plugins/{ocmm → deepwork}/skills/deepwork-requesting-code-review/code-reviewer.md +0 -0
  114. /package/plugins/{ocmm → deepwork}/skills/deepwork-subagent-driven-development/SKILL.md +0 -0
  115. /package/plugins/{ocmm → deepwork}/skills/deepwork-subagent-driven-development/code-quality-reviewer-prompt.md +0 -0
  116. /package/plugins/{ocmm → deepwork}/skills/deepwork-subagent-driven-development/implementer-prompt.md +0 -0
  117. /package/plugins/{ocmm → deepwork}/skills/deepwork-subagent-driven-development/spec-reviewer-prompt.md +0 -0
  118. /package/plugins/{ocmm → deepwork}/skills/deepwork-writing-plans/SKILL.md +0 -0
  119. /package/plugins/{ocmm → deepwork}/skills/deepwork-writing-plans/plan-document-reviewer-prompt.md +0 -0
  120. /package/plugins/{ocmm → deepwork}/skills/frontend/ATTRIBUTION.md +0 -0
  121. /package/plugins/{ocmm → deepwork}/skills/frontend/LICENSE-Apache-2.0.txt +0 -0
  122. /package/plugins/{ocmm → deepwork}/skills/frontend/SKILL.md +0 -0
  123. /package/plugins/{ocmm → deepwork}/skills/frontend/references/design/README.md +0 -0
  124. /package/plugins/{ocmm → deepwork}/skills/frontend/references/design/_INDEX.md +0 -0
  125. /package/plugins/{ocmm → deepwork}/skills/frontend/references/design/aside.md +0 -0
  126. /package/plugins/{ocmm → deepwork}/skills/frontend/references/design/clone-from-url.md +0 -0
  127. /package/plugins/{ocmm → deepwork}/skills/frontend/references/design/design-system-architecture.md +0 -0
  128. /package/plugins/{ocmm → deepwork}/skills/frontend/references/design/react-dev-tooling-skill.md +0 -0
  129. /package/plugins/{ocmm → deepwork}/skills/frontend/references/perfection/README.md +0 -0
  130. /package/plugins/{ocmm → deepwork}/skills/frontend/references/perfection/react-perf-tooling.md +0 -0
  131. /package/plugins/{ocmm → deepwork}/skills/frontend/scripts/perfection/lighthouse-audit.py +0 -0
  132. /package/plugins/{ocmm → deepwork}/skills/git-master/SKILL.md +0 -0
  133. /package/plugins/{ocmm → deepwork}/skills/git-master/agents/openai.yaml +0 -0
  134. /package/plugins/{ocmm → deepwork}/skills/init-deep/SKILL.md +0 -0
  135. /package/plugins/{ocmm → deepwork}/skills/remove-ai-slops/SKILL.md +0 -0
  136. /package/plugins/{ocmm → deepwork}/skills/using-git-worktrees/SKILL.md +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes