aicodeman 1.18.1 → 1.18.2

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 (58) hide show
  1. package/README.md +2 -1
  2. package/dist/web/public/admin-ui.js.gz +0 -0
  3. package/dist/web/public/api-client.c9b1cddc.js.gz +0 -0
  4. package/dist/web/public/app.445f1584.js.gz +0 -0
  5. package/dist/web/public/approvals-ui.js.gz +0 -0
  6. package/dist/web/public/constants.822a486d.js.gz +0 -0
  7. package/dist/web/public/cron-ui.js.gz +0 -0
  8. package/dist/web/public/entrance-animations.js.gz +0 -0
  9. package/dist/web/public/home-sessions.js.gz +0 -0
  10. package/dist/web/public/i18n.86757605.js.gz +0 -0
  11. package/dist/web/public/image-input.ee16ad88.js.gz +0 -0
  12. package/dist/web/public/index.html +1 -1
  13. package/dist/web/public/index.html.br +0 -0
  14. package/dist/web/public/index.html.gz +0 -0
  15. package/dist/web/public/input-cjk.63794d0b.js.gz +0 -0
  16. package/dist/web/public/keyboard-accessory.0454a3e9.js.gz +0 -0
  17. package/dist/web/public/mobile-handlers.bc45f976.js.gz +0 -0
  18. package/dist/web/public/mobile-overview.js.gz +0 -0
  19. package/dist/web/public/mobile.1eef31fe.css.gz +0 -0
  20. package/dist/web/public/notification-manager.5d229063.js.gz +0 -0
  21. package/dist/web/public/orchestrator-panel.js.gz +0 -0
  22. package/dist/web/public/panels-ui.1e4cb4b2.js.gz +0 -0
  23. package/dist/web/public/ralph-panel.6de2d0f8.js.gz +0 -0
  24. package/dist/web/public/ralph-wizard.13a1831e.js.gz +0 -0
  25. package/dist/web/public/readmymind-ui.js.gz +0 -0
  26. package/dist/web/public/respawn-ui.ff0dae4c.js.gz +0 -0
  27. package/dist/web/public/sanitize-html.bc7078d6.js.gz +0 -0
  28. package/dist/web/public/session-lineage.js.gz +0 -0
  29. package/dist/web/public/session-ui.20be58fa.js.gz +0 -0
  30. package/dist/web/public/settings-ui.eacb4f92.js.gz +0 -0
  31. package/dist/web/public/{styles.1b76e7b3.css → styles.70bf9c2a.css} +1 -1
  32. package/dist/web/public/styles.70bf9c2a.css.br +0 -0
  33. package/dist/web/public/{styles.1b76e7b3.css.gz → styles.70bf9c2a.css.gz} +0 -0
  34. package/dist/web/public/subagent-windows.2a192c3e.js.gz +0 -0
  35. package/dist/web/public/sw.js.gz +0 -0
  36. package/dist/web/public/terminal-ui.c182a68d.js.gz +0 -0
  37. package/dist/web/public/ultracode-panel.js.gz +0 -0
  38. package/dist/web/public/ultracode-windows.js.gz +0 -0
  39. package/dist/web/public/upload.html.gz +0 -0
  40. package/dist/web/public/vendor/dompurify.min.js.gz +0 -0
  41. package/dist/web/public/vendor/marked.min.js.gz +0 -0
  42. package/dist/web/public/vendor/xterm-addon-fit.min.js.gz +0 -0
  43. package/dist/web/public/vendor/xterm-addon-serialize.min.js.gz +0 -0
  44. package/dist/web/public/vendor/xterm-addon-unicode11.min.js.gz +0 -0
  45. package/dist/web/public/vendor/xterm-addon-webgl.min.js.gz +0 -0
  46. package/dist/web/public/vendor/xterm-predictive-echo.6cec0fba.js.gz +0 -0
  47. package/dist/web/public/vendor/xterm-zerolag-input.137ad9f0.js.gz +0 -0
  48. package/dist/web/public/vendor/xterm.css.gz +0 -0
  49. package/dist/web/public/vendor/xterm.min.js.gz +0 -0
  50. package/dist/web/public/voice-input.4ec670b0.js.gz +0 -0
  51. package/dist/web/public/voice-pcm-worklet.js.gz +0 -0
  52. package/dist/web/public/webview-tabs.js.gz +0 -0
  53. package/package.json +1 -1
  54. package/skills/codeman/SKILL.md +251 -717
  55. package/skills/codeman/reference/endpoints.md +1 -1
  56. package/skills/codeman/reference/recipes.md +24 -11
  57. package/skills/codeman/reference/verbs.md +665 -0
  58. package/dist/web/public/styles.1b76e7b3.css.br +0 -0
package/README.md CHANGED
@@ -745,7 +745,8 @@ Those `DONE_<task>_<random>` strings are the skill's **split marker** trick, and
745
745
 
746
746
  | File | Contents |
747
747
  | --------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
748
- | [`SKILL.md`](skills/codeman/SKILL.md) | Safety rules, rules of the road, and 9 single-purpose recipes. Always loaded. |
748
+ | [`SKILL.md`](skills/codeman/SKILL.md) | Safety rules, the ready-made fast path (spawn N workers, task them, collect), and the verb index. Always loaded. |
749
+ | [`reference/verbs.md`](skills/codeman/reference/verbs.md) | The 14 verbs in detail: readiness, send-and-wait, markers, interrupts, cleanup. On demand. |
749
750
  | [`reference/recipes.md`](skills/codeman/reference/recipes.md) | 6 worked multi-worker flows (fan-out, blocked-worker watch, messaging fan-out). On demand. |
750
751
  | [`reference/endpoints.md`](skills/codeman/reference/endpoints.md) | Full endpoint tables, error codes, per-mode signal table, capacity limits. On demand. |
751
752
  | [`reference/messaging.md`](skills/codeman/reference/messaging.md) | Talking to claude workers directly via Claude Code cross-session messaging. On demand. |
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -16,7 +16,7 @@
16
16
  <link rel="manifest" href="manifest.json">
17
17
  <title>Codeman</title>
18
18
  <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%2360a5fa'/%3E%3Cstop offset='100%25' stop-color='%233b82f6'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='32' height='32' rx='6' fill='%230a0a0a'/%3E%3Cpath d='M18 4L8 18h6l-2 10 10-14h-6z' fill='url(%23g)'/%3E%3C/svg%3E">
19
- <link rel="stylesheet" href="styles.1b76e7b3.css">
19
+ <link rel="stylesheet" href="styles.70bf9c2a.css">
20
20
  <link rel="stylesheet" href="mobile.1eef31fe.css" media="(max-width: 1023px)">
21
21
  <!-- xterm.css loaded async — terminal won't display until xterm.js runs anyway -->
22
22
  <link rel="preload" href="vendor/xterm.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
Binary file
Binary file
Binary file