@wrongstack/cli 0.287.0 → 0.289.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/README.md +93 -1
  2. package/dist/arg-parser.d.ts.map +1 -1
  3. package/dist/auth-menu/anthropic-oauth.d.ts.map +1 -1
  4. package/dist/auth-menu/index.d.ts +1 -0
  5. package/dist/auth-menu/index.d.ts.map +1 -1
  6. package/dist/auth-menu/oauth-menu.d.ts +11 -0
  7. package/dist/auth-menu/oauth-menu.d.ts.map +1 -1
  8. package/dist/auth-menu/openai-codex-oauth.d.ts.map +1 -1
  9. package/dist/boot/dispatch-webui.d.ts +5 -0
  10. package/dist/boot/dispatch-webui.d.ts.map +1 -1
  11. package/dist/boot/launch-menu.d.ts +129 -0
  12. package/dist/boot/launch-menu.d.ts.map +1 -0
  13. package/dist/boot/short-circuit-hq.d.ts.map +1 -1
  14. package/dist/boot/{tui-autophase-wiring.d.ts → tui-goal-wiring.d.ts} +6 -6
  15. package/dist/boot/tui-goal-wiring.d.ts.map +1 -0
  16. package/dist/boot/tui-session-resume.d.ts +3 -1
  17. package/dist/boot/tui-session-resume.d.ts.map +1 -1
  18. package/dist/boot/tui-settings-adapter.d.ts.map +1 -1
  19. package/dist/boot.d.ts.map +1 -1
  20. package/dist/cli-context.d.ts +1 -0
  21. package/dist/cli-context.d.ts.map +1 -1
  22. package/dist/cli-entry-point.d.ts +19 -0
  23. package/dist/cli-entry-point.d.ts.map +1 -1
  24. package/dist/cli-main.d.ts.map +1 -1
  25. package/dist/execute-deps.d.ts +11 -1
  26. package/dist/execute-deps.d.ts.map +1 -1
  27. package/dist/execution.d.ts +3 -1
  28. package/dist/execution.d.ts.map +1 -1
  29. package/dist/fleet/host.d.ts +17 -1
  30. package/dist/fleet/host.d.ts.map +1 -1
  31. package/dist/fleet/status-broadcast.d.ts +4 -4
  32. package/dist/fleet/status-broadcast.d.ts.map +1 -1
  33. package/dist/{autophase-host.d.ts → goal-host.d.ts} +30 -30
  34. package/dist/goal-host.d.ts.map +1 -0
  35. package/dist/hq-server/auth.d.ts +10 -2
  36. package/dist/hq-server/auth.d.ts.map +1 -1
  37. package/dist/hq-server/snapshot.d.ts +4 -2
  38. package/dist/hq-server/snapshot.d.ts.map +1 -1
  39. package/dist/hq-server/ws.d.ts.map +1 -1
  40. package/dist/hq-server.d.ts +26 -0
  41. package/dist/hq-server.d.ts.map +1 -1
  42. package/dist/index.js +6831 -4591
  43. package/dist/index.js.map +4 -4
  44. package/dist/input-reader.d.ts +2 -0
  45. package/dist/input-reader.d.ts.map +1 -1
  46. package/dist/launch-hints.d.ts +5 -3
  47. package/dist/launch-hints.d.ts.map +1 -1
  48. package/dist/session-event-wiring.d.ts +8 -1
  49. package/dist/session-event-wiring.d.ts.map +1 -1
  50. package/dist/slash-commands/clear.d.ts +1 -1
  51. package/dist/slash-commands/clear.d.ts.map +1 -1
  52. package/dist/slash-commands/goal.d.ts +9 -0
  53. package/dist/slash-commands/goal.d.ts.map +1 -1
  54. package/dist/slash-commands/index.d.ts +33 -14
  55. package/dist/slash-commands/index.d.ts.map +1 -1
  56. package/dist/slash-commands/interrupt.d.ts +10 -0
  57. package/dist/slash-commands/interrupt.d.ts.map +1 -1
  58. package/dist/slash-commands/memory.d.ts.map +1 -1
  59. package/dist/slash-commands/mode.d.ts.map +1 -1
  60. package/dist/slash-commands/provider-status.d.ts +21 -0
  61. package/dist/slash-commands/provider-status.d.ts.map +1 -0
  62. package/dist/slash-commands/techstack.d.ts.map +1 -1
  63. package/dist/slash-commands/telegram-pairing.d.ts +41 -0
  64. package/dist/slash-commands/telegram-pairing.d.ts.map +1 -0
  65. package/dist/slash-commands/telegram-settings.d.ts.map +1 -1
  66. package/dist/slash-commands/telegram-setup.d.ts +13 -5
  67. package/dist/slash-commands/telegram-setup.d.ts.map +1 -1
  68. package/dist/slash-commands/worktree.d.ts +1 -1
  69. package/dist/subcommands/handlers/auth.d.ts.map +1 -1
  70. package/dist/subcommands/handlers/chronicle.d.ts +4 -0
  71. package/dist/subcommands/handlers/chronicle.d.ts.map +1 -0
  72. package/dist/subcommands/handlers/hq.d.ts.map +1 -1
  73. package/dist/subcommands/handlers/mailbox-serve.d.ts.map +1 -1
  74. package/dist/subcommands/handlers/rewind.d.ts.map +1 -1
  75. package/dist/subcommands/handlers/update.d.ts +12 -1
  76. package/dist/subcommands/handlers/update.d.ts.map +1 -1
  77. package/dist/subcommands/index.d.ts.map +1 -1
  78. package/dist/update-check.d.ts +13 -2
  79. package/dist/update-check.d.ts.map +1 -1
  80. package/dist/webui-server/connection-handler.d.ts +8 -2
  81. package/dist/webui-server/connection-handler.d.ts.map +1 -1
  82. package/dist/webui-server/kanban-run-mirror.d.ts +13 -13
  83. package/dist/webui-server/kanban-run-mirror.d.ts.map +1 -1
  84. package/dist/webui-server/kanban-supervisor.d.ts.map +1 -1
  85. package/dist/webui-server/lifecycle.d.ts +1 -1
  86. package/dist/webui-server/message-router.d.ts +2 -2
  87. package/dist/webui-server/message-router.d.ts.map +1 -1
  88. package/dist/webui-server/prefs-seeding.d.ts +1 -1
  89. package/dist/webui-server/prefs-seeding.d.ts.map +1 -1
  90. package/dist/webui-server/session-start-payload.d.ts.map +1 -1
  91. package/dist/webui-server/session-status-poll.d.ts +2 -0
  92. package/dist/webui-server/session-status-poll.d.ts.map +1 -1
  93. package/dist/webui-server/setup-events.d.ts.map +1 -1
  94. package/dist/webui-server/static-serve.d.ts +14 -0
  95. package/dist/webui-server/static-serve.d.ts.map +1 -1
  96. package/dist/webui-server/stream-coalescer.d.ts +8 -0
  97. package/dist/webui-server/stream-coalescer.d.ts.map +1 -1
  98. package/dist/webui-server/ws-handlers/agent-config.d.ts +7 -1
  99. package/dist/webui-server/ws-handlers/agent-config.d.ts.map +1 -1
  100. package/dist/webui-server/ws-handlers/kanban.d.ts +7 -0
  101. package/dist/webui-server/ws-handlers/kanban.d.ts.map +1 -1
  102. package/dist/webui-server/ws-handlers/prefs.d.ts +2 -0
  103. package/dist/webui-server/ws-handlers/prefs.d.ts.map +1 -1
  104. package/dist/webui-server/ws-handlers/providers.d.ts.map +1 -1
  105. package/dist/webui-server/ws-handlers/sessions.d.ts.map +1 -1
  106. package/dist/webui-server.d.ts +6 -0
  107. package/dist/webui-server.d.ts.map +1 -1
  108. package/dist/wiring/brain-and-orchestration.d.ts +4 -0
  109. package/dist/wiring/brain-and-orchestration.d.ts.map +1 -1
  110. package/dist/wiring/codebase-index.d.ts.map +1 -1
  111. package/dist/wiring/controllers.d.ts +4 -0
  112. package/dist/wiring/controllers.d.ts.map +1 -1
  113. package/dist/wiring/provider-runtime-setup.d.ts +5 -1
  114. package/dist/wiring/provider-runtime-setup.d.ts.map +1 -1
  115. package/dist/wiring/sdd-handlers.d.ts +2 -0
  116. package/dist/wiring/sdd-handlers.d.ts.map +1 -0
  117. package/dist/wiring/session.d.ts +17 -0
  118. package/dist/wiring/session.d.ts.map +1 -1
  119. package/dist/wiring/slash-commands.d.ts +3 -1
  120. package/dist/wiring/slash-commands.d.ts.map +1 -1
  121. package/dist/wiring/super-memory.d.ts.map +1 -1
  122. package/package.json +21 -20
  123. package/dist/autophase-host.d.ts.map +0 -1
  124. package/dist/boot/tui-autophase-wiring.d.ts.map +0 -1
  125. package/dist/slash-commands/autophase.d.ts +0 -13
  126. package/dist/slash-commands/autophase.d.ts.map +0 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.