@h-rig/cli 0.0.6-alpha.89 → 0.0.6-alpha.90

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 (231) hide show
  1. package/dist/bin/build-rig-binaries.js +8 -40
  2. package/dist/bin/rig.js +12519 -26675
  3. package/dist/src/app/board.js +74 -693
  4. package/dist/src/app/drone-ui.js +1 -1
  5. package/dist/src/app/theme.js +0 -1
  6. package/dist/src/commands/_async-ui.js +1 -1
  7. package/dist/src/commands/_authority-runs.d.ts +1 -1
  8. package/dist/src/commands/_authority-runs.js +12 -2
  9. package/dist/src/commands/_cli-format.d.ts +1 -10
  10. package/dist/src/commands/_cli-format.js +2 -5
  11. package/dist/src/commands/_connection-state.d.ts +1 -11
  12. package/dist/src/commands/_connection-state.js +5 -50
  13. package/dist/src/commands/_doctor-checks.js +40 -501
  14. package/dist/src/commands/_help-catalog.js +17 -99
  15. package/dist/src/commands/_json-output.js +0 -4
  16. package/dist/src/commands/_operator-view.js +54 -575
  17. package/dist/src/commands/_pi-frontend.d.ts +0 -27
  18. package/dist/src/commands/_pi-frontend.js +52 -576
  19. package/dist/src/commands/_preflight.js +66 -553
  20. package/dist/src/commands/_server-client.d.ts +0 -33
  21. package/dist/src/commands/_server-client.js +46 -541
  22. package/dist/src/commands/_snapshot-upload.js +42 -503
  23. package/dist/src/commands/_spinner.js +1 -1
  24. package/dist/src/commands/agent.js +12 -2
  25. package/dist/src/commands/browser.js +1 -1
  26. package/dist/src/commands/connect.js +15 -626
  27. package/dist/src/commands/doctor.js +41 -502
  28. package/dist/src/commands/github.js +51 -584
  29. package/dist/src/commands/inbox.js +41 -502
  30. package/dist/src/commands/init.js +74 -561
  31. package/dist/src/commands/inspect.js +41 -502
  32. package/dist/src/commands/run.js +54 -578
  33. package/dist/src/commands/server.js +163 -692
  34. package/dist/src/commands/setup.js +46 -507
  35. package/dist/src/commands/stats.js +58 -601
  36. package/dist/src/commands/task-run-driver.js +58 -509
  37. package/dist/src/commands/task.js +110 -729
  38. package/dist/src/commands.js +237 -1112
  39. package/dist/src/index.js +244 -1123
  40. package/dist/src/launcher.js +0 -4
  41. package/package.json +9 -13
  42. package/dist/src/app-opentui/adapters/command.d.ts +0 -2
  43. package/dist/src/app-opentui/adapters/command.js +0 -329
  44. package/dist/src/app-opentui/adapters/common.d.ts +0 -56
  45. package/dist/src/app-opentui/adapters/common.js +0 -153
  46. package/dist/src/app-opentui/adapters/doctor.d.ts +0 -9
  47. package/dist/src/app-opentui/adapters/doctor.js +0 -1217
  48. package/dist/src/app-opentui/adapters/family.d.ts +0 -62
  49. package/dist/src/app-opentui/adapters/family.js +0 -14855
  50. package/dist/src/app-opentui/adapters/fleet.d.ts +0 -14
  51. package/dist/src/app-opentui/adapters/fleet.js +0 -1335
  52. package/dist/src/app-opentui/adapters/inbox.d.ts +0 -43
  53. package/dist/src/app-opentui/adapters/inbox.js +0 -1944
  54. package/dist/src/app-opentui/adapters/init.d.ts +0 -11
  55. package/dist/src/app-opentui/adapters/init.js +0 -2818
  56. package/dist/src/app-opentui/adapters/inspect.d.ts +0 -52
  57. package/dist/src/app-opentui/adapters/inspect.js +0 -1455
  58. package/dist/src/app-opentui/adapters/pi-attach.d.ts +0 -32
  59. package/dist/src/app-opentui/adapters/pi-attach.js +0 -2101
  60. package/dist/src/app-opentui/adapters/pi.d.ts +0 -23
  61. package/dist/src/app-opentui/adapters/pi.js +0 -363
  62. package/dist/src/app-opentui/adapters/plugin.d.ts +0 -84
  63. package/dist/src/app-opentui/adapters/plugin.js +0 -544
  64. package/dist/src/app-opentui/adapters/repo.d.ts +0 -37
  65. package/dist/src/app-opentui/adapters/repo.js +0 -186
  66. package/dist/src/app-opentui/adapters/run-detail.d.ts +0 -27
  67. package/dist/src/app-opentui/adapters/run-detail.js +0 -1441
  68. package/dist/src/app-opentui/adapters/server.d.ts +0 -48
  69. package/dist/src/app-opentui/adapters/server.js +0 -1561
  70. package/dist/src/app-opentui/adapters/tasks.d.ts +0 -64
  71. package/dist/src/app-opentui/adapters/tasks.js +0 -4524
  72. package/dist/src/app-opentui/adapters/workspace.d.ts +0 -49
  73. package/dist/src/app-opentui/adapters/workspace.js +0 -333
  74. package/dist/src/app-opentui/autocomplete.d.ts +0 -20
  75. package/dist/src/app-opentui/autocomplete.js +0 -578
  76. package/dist/src/app-opentui/bootstrap.d.ts +0 -11
  77. package/dist/src/app-opentui/bootstrap.js +0 -27833
  78. package/dist/src/app-opentui/command-palette.d.ts +0 -3
  79. package/dist/src/app-opentui/command-palette.js +0 -1038
  80. package/dist/src/app-opentui/command-pty-host.d.ts +0 -62
  81. package/dist/src/app-opentui/command-pty-host.js +0 -248
  82. package/dist/src/app-opentui/drone.d.ts +0 -12
  83. package/dist/src/app-opentui/drone.js +0 -230
  84. package/dist/src/app-opentui/events.d.ts +0 -7
  85. package/dist/src/app-opentui/events.js +0 -28
  86. package/dist/src/app-opentui/fleet-stats.d.ts +0 -32
  87. package/dist/src/app-opentui/fleet-stats.js +0 -114
  88. package/dist/src/app-opentui/focus-manager.d.ts +0 -14
  89. package/dist/src/app-opentui/focus-manager.js +0 -24
  90. package/dist/src/app-opentui/index.d.ts +0 -8
  91. package/dist/src/app-opentui/index.js +0 -5260
  92. package/dist/src/app-opentui/intent.d.ts +0 -3
  93. package/dist/src/app-opentui/intent.js +0 -365
  94. package/dist/src/app-opentui/keymap.d.ts +0 -21
  95. package/dist/src/app-opentui/keymap.js +0 -1377
  96. package/dist/src/app-opentui/launch-routing.d.ts +0 -16
  97. package/dist/src/app-opentui/launch-routing.js +0 -55
  98. package/dist/src/app-opentui/layout.d.ts +0 -22
  99. package/dist/src/app-opentui/layout.js +0 -51
  100. package/dist/src/app-opentui/list-search.d.ts +0 -36
  101. package/dist/src/app-opentui/list-search.js +0 -130
  102. package/dist/src/app-opentui/pi-host-child.d.ts +0 -2
  103. package/dist/src/app-opentui/pi-host-child.js +0 -1299
  104. package/dist/src/app-opentui/pi-pty-host.d.ts +0 -28
  105. package/dist/src/app-opentui/pi-pty-host.js +0 -10
  106. package/dist/src/app-opentui/react/App.d.ts +0 -9
  107. package/dist/src/app-opentui/react/App.js +0 -3866
  108. package/dist/src/app-opentui/react/Backdrop.d.ts +0 -5
  109. package/dist/src/app-opentui/react/Backdrop.js +0 -823
  110. package/dist/src/app-opentui/react/ChromeHost.d.ts +0 -5
  111. package/dist/src/app-opentui/react/ChromeHost.js +0 -1539
  112. package/dist/src/app-opentui/react/SceneFrameView.d.ts +0 -7
  113. package/dist/src/app-opentui/react/SceneFrameView.js +0 -579
  114. package/dist/src/app-opentui/react/context.d.ts +0 -17
  115. package/dist/src/app-opentui/react/context.js +0 -37
  116. package/dist/src/app-opentui/react/launch.d.ts +0 -2
  117. package/dist/src/app-opentui/react/launch.js +0 -4897
  118. package/dist/src/app-opentui/react/nav.d.ts +0 -18
  119. package/dist/src/app-opentui/react/nav.js +0 -54
  120. package/dist/src/app-opentui/react/scroll.d.ts +0 -12
  121. package/dist/src/app-opentui/react/scroll.js +0 -21
  122. package/dist/src/app-opentui/react/syntax.d.ts +0 -2
  123. package/dist/src/app-opentui/react/syntax.js +0 -65
  124. package/dist/src/app-opentui/registry.d.ts +0 -4
  125. package/dist/src/app-opentui/registry.js +0 -22876
  126. package/dist/src/app-opentui/remote-link.d.ts +0 -10
  127. package/dist/src/app-opentui/remote-link.js +0 -47
  128. package/dist/src/app-opentui/render/ascii-fleet.d.ts +0 -15
  129. package/dist/src/app-opentui/render/ascii-fleet.js +0 -82
  130. package/dist/src/app-opentui/render/constants.d.ts +0 -30
  131. package/dist/src/app-opentui/render/constants.js +0 -64
  132. package/dist/src/app-opentui/render/graphics.d.ts +0 -40
  133. package/dist/src/app-opentui/render/graphics.js +0 -713
  134. package/dist/src/app-opentui/render/hover.d.ts +0 -11
  135. package/dist/src/app-opentui/render/hover.js +0 -34
  136. package/dist/src/app-opentui/render/native-host.d.ts +0 -37
  137. package/dist/src/app-opentui/render/native-host.js +0 -180
  138. package/dist/src/app-opentui/render/panel-layout.d.ts +0 -38
  139. package/dist/src/app-opentui/render/panel-layout.js +0 -48
  140. package/dist/src/app-opentui/render/panels.d.ts +0 -12
  141. package/dist/src/app-opentui/render/panels.js +0 -288
  142. package/dist/src/app-opentui/render/preloader.d.ts +0 -10
  143. package/dist/src/app-opentui/render/preloader.js +0 -166
  144. package/dist/src/app-opentui/render/scene.d.ts +0 -68
  145. package/dist/src/app-opentui/render/scene.js +0 -300
  146. package/dist/src/app-opentui/render/terminal-handoff.d.ts +0 -16
  147. package/dist/src/app-opentui/render/terminal-handoff.js +0 -14
  148. package/dist/src/app-opentui/render/text.d.ts +0 -29
  149. package/dist/src/app-opentui/render/text.js +0 -177
  150. package/dist/src/app-opentui/render/type-bar.d.ts +0 -15
  151. package/dist/src/app-opentui/render/type-bar.js +0 -212
  152. package/dist/src/app-opentui/runtime-resources.d.ts +0 -16
  153. package/dist/src/app-opentui/runtime-resources.js +0 -62
  154. package/dist/src/app-opentui/runtime.d.ts +0 -45
  155. package/dist/src/app-opentui/runtime.js +0 -5232
  156. package/dist/src/app-opentui/scenes/command.d.ts +0 -3
  157. package/dist/src/app-opentui/scenes/command.js +0 -118
  158. package/dist/src/app-opentui/scenes/doctor.d.ts +0 -3
  159. package/dist/src/app-opentui/scenes/doctor.js +0 -296
  160. package/dist/src/app-opentui/scenes/error.d.ts +0 -2
  161. package/dist/src/app-opentui/scenes/error.js +0 -277
  162. package/dist/src/app-opentui/scenes/family-domains/agent.d.ts +0 -2
  163. package/dist/src/app-opentui/scenes/family-domains/agent.js +0 -349
  164. package/dist/src/app-opentui/scenes/family-domains/browser.d.ts +0 -2
  165. package/dist/src/app-opentui/scenes/family-domains/browser.js +0 -196
  166. package/dist/src/app-opentui/scenes/family-domains/dist.d.ts +0 -2
  167. package/dist/src/app-opentui/scenes/family-domains/dist.js +0 -244
  168. package/dist/src/app-opentui/scenes/family-domains/git.d.ts +0 -2
  169. package/dist/src/app-opentui/scenes/family-domains/git.js +0 -196
  170. package/dist/src/app-opentui/scenes/family-domains/github.d.ts +0 -2
  171. package/dist/src/app-opentui/scenes/family-domains/github.js +0 -275
  172. package/dist/src/app-opentui/scenes/family-domains/harness.d.ts +0 -2
  173. package/dist/src/app-opentui/scenes/family-domains/harness.js +0 -153
  174. package/dist/src/app-opentui/scenes/family-domains/index.d.ts +0 -4
  175. package/dist/src/app-opentui/scenes/family-domains/index.js +0 -1680
  176. package/dist/src/app-opentui/scenes/family-domains/kit.d.ts +0 -76
  177. package/dist/src/app-opentui/scenes/family-domains/kit.js +0 -306
  178. package/dist/src/app-opentui/scenes/family-domains/profile.d.ts +0 -2
  179. package/dist/src/app-opentui/scenes/family-domains/profile.js +0 -213
  180. package/dist/src/app-opentui/scenes/family-domains/queue.d.ts +0 -2
  181. package/dist/src/app-opentui/scenes/family-domains/queue.js +0 -147
  182. package/dist/src/app-opentui/scenes/family-domains/remote.d.ts +0 -2
  183. package/dist/src/app-opentui/scenes/family-domains/remote.js +0 -519
  184. package/dist/src/app-opentui/scenes/family-domains/review.d.ts +0 -2
  185. package/dist/src/app-opentui/scenes/family-domains/review.js +0 -281
  186. package/dist/src/app-opentui/scenes/family-domains/setup.d.ts +0 -2
  187. package/dist/src/app-opentui/scenes/family-domains/setup.js +0 -268
  188. package/dist/src/app-opentui/scenes/family-domains/stats.d.ts +0 -2
  189. package/dist/src/app-opentui/scenes/family-domains/stats.js +0 -371
  190. package/dist/src/app-opentui/scenes/family.d.ts +0 -3
  191. package/dist/src/app-opentui/scenes/family.js +0 -2199
  192. package/dist/src/app-opentui/scenes/fleet.d.ts +0 -3
  193. package/dist/src/app-opentui/scenes/fleet.js +0 -766
  194. package/dist/src/app-opentui/scenes/handoff.d.ts +0 -2
  195. package/dist/src/app-opentui/scenes/handoff.js +0 -455
  196. package/dist/src/app-opentui/scenes/help.d.ts +0 -3
  197. package/dist/src/app-opentui/scenes/help.js +0 -725
  198. package/dist/src/app-opentui/scenes/inbox.d.ts +0 -3
  199. package/dist/src/app-opentui/scenes/inbox.js +0 -427
  200. package/dist/src/app-opentui/scenes/init.d.ts +0 -3
  201. package/dist/src/app-opentui/scenes/init.js +0 -181
  202. package/dist/src/app-opentui/scenes/inspect.d.ts +0 -3
  203. package/dist/src/app-opentui/scenes/inspect.js +0 -794
  204. package/dist/src/app-opentui/scenes/main.d.ts +0 -3
  205. package/dist/src/app-opentui/scenes/main.js +0 -332
  206. package/dist/src/app-opentui/scenes/pi.d.ts +0 -3
  207. package/dist/src/app-opentui/scenes/pi.js +0 -509
  208. package/dist/src/app-opentui/scenes/plugin.d.ts +0 -3
  209. package/dist/src/app-opentui/scenes/plugin.js +0 -487
  210. package/dist/src/app-opentui/scenes/repo.d.ts +0 -3
  211. package/dist/src/app-opentui/scenes/repo.js +0 -425
  212. package/dist/src/app-opentui/scenes/run-detail.d.ts +0 -3
  213. package/dist/src/app-opentui/scenes/run-detail.js +0 -467
  214. package/dist/src/app-opentui/scenes/server.d.ts +0 -3
  215. package/dist/src/app-opentui/scenes/server.js +0 -378
  216. package/dist/src/app-opentui/scenes/tasks.d.ts +0 -3
  217. package/dist/src/app-opentui/scenes/tasks.js +0 -768
  218. package/dist/src/app-opentui/scenes/workspace.d.ts +0 -3
  219. package/dist/src/app-opentui/scenes/workspace.js +0 -427
  220. package/dist/src/app-opentui/selectable.d.ts +0 -19
  221. package/dist/src/app-opentui/selectable.js +0 -80
  222. package/dist/src/app-opentui/state.d.ts +0 -4
  223. package/dist/src/app-opentui/state.js +0 -399
  224. package/dist/src/app-opentui/surface-catalog.d.ts +0 -20
  225. package/dist/src/app-opentui/surface-catalog.js +0 -542
  226. package/dist/src/app-opentui/theme.d.ts +0 -59
  227. package/dist/src/app-opentui/theme.js +0 -142
  228. package/dist/src/app-opentui/types.d.ts +0 -313
  229. package/dist/src/app-opentui/types.js +0 -1
  230. package/dist/src/commands/_server-events.d.ts +0 -26
  231. package/dist/src/commands/_server-events.js +0 -715
@@ -1,3 +0,0 @@
1
- import type { StageLayout } from "../layout";
2
- import type { AppSceneFrame, AppState } from "../types";
3
- export declare function renderInboxScene(state: AppState, layout?: StageLayout): AppSceneFrame;
@@ -1,427 +0,0 @@
1
- // @bun
2
- // packages/cli/src/app-opentui/theme.ts
3
- import {
4
- bold as otuiBold,
5
- dim as otuiDim,
6
- fg as otuiFg,
7
- t,
8
- TextAttributes
9
- } from "@opentui/core";
10
- var RIG_UI = {
11
- bg: "#070809",
12
- bg2: "#0b0c0e",
13
- panel: "#101115",
14
- panel2: "#14161b",
15
- hover: "#181b24",
16
- glass: "#1e2230",
17
- border: "#2a2e3a",
18
- ink: "#f4f5f8",
19
- ink2: "#c7c9d3",
20
- ink3: "#9aa0ae",
21
- ink4: "#787b86",
22
- lime: "#ccff4d",
23
- limeDim: "#a9d63f",
24
- cyan: "#56d8ff",
25
- cyanDim: "#3f9fbd",
26
- red: "#ff5d5d",
27
- yellow: "#ffd24d",
28
- magenta: "#ff79b0"
29
- };
30
- var styles = {
31
- ink: otuiFg(RIG_UI.ink),
32
- ink2: otuiFg(RIG_UI.ink2),
33
- ink3: otuiFg(RIG_UI.ink3),
34
- ink4: otuiFg(RIG_UI.ink4),
35
- lime: otuiFg(RIG_UI.lime),
36
- limeDim: otuiFg(RIG_UI.limeDim),
37
- cyan: otuiFg(RIG_UI.cyan),
38
- red: otuiFg(RIG_UI.red),
39
- yellow: otuiFg(RIG_UI.yellow),
40
- magenta: otuiFg(RIG_UI.magenta)
41
- };
42
- function statusColor(status) {
43
- switch (status) {
44
- case "success":
45
- case "completed":
46
- case "merged":
47
- return RIG_UI.lime;
48
- case "running":
49
- case "preparing":
50
- case "created":
51
- case "validating":
52
- case "reviewing":
53
- case "closing-out":
54
- case "stopping":
55
- case "loading":
56
- case "action":
57
- return RIG_UI.cyan;
58
- case "needs-attention":
59
- case "needs_attention":
60
- return RIG_UI.yellow;
61
- case "failed":
62
- case "error":
63
- return RIG_UI.red;
64
- default:
65
- return RIG_UI.ink3;
66
- }
67
- }
68
- function statusGlyph(status) {
69
- switch (status) {
70
- case "success":
71
- case "completed":
72
- case "merged":
73
- return "\u2713";
74
- case "running":
75
- return "\u25CF";
76
- case "preparing":
77
- case "created":
78
- case "validating":
79
- case "reviewing":
80
- case "closing-out":
81
- case "stopping":
82
- case "loading":
83
- case "action":
84
- return "\u25D0";
85
- case "needs-attention":
86
- case "needs_attention":
87
- return "\u26A0";
88
- case "failed":
89
- case "error":
90
- return "\u2717";
91
- default:
92
- return "\xB7";
93
- }
94
- }
95
- function noColorActive() {
96
- const noColor = process.env.NO_COLOR;
97
- if (noColor !== undefined && noColor !== "") {
98
- return true;
99
- }
100
- return process.env.RIG_NO_COLOR !== undefined;
101
- }
102
- function statusLabel(status) {
103
- return {
104
- glyph: statusGlyph(status),
105
- color: noColorActive() ? RIG_UI.ink : statusColor(status)
106
- };
107
- }
108
-
109
- // packages/cli/src/app-opentui/drone.ts
110
- import { RGBA, StyledText, TextAttributes as TextAttributes2 } from "@opentui/core";
111
- var MINI_DRONE = [
112
- "(!!!) (!!!)",
113
- " \\%==%/ ",
114
- " %%?%% ",
115
- " /%==%\\ ",
116
- "(!!!) (!!!)"
117
- ];
118
- var LEAD_MARK = [
119
- " .-=-. ",
120
- "=%%?%%=",
121
- " '-=-' "
122
- ];
123
- var BLADE_FRAMES = ["---", "\\\\\\", "|||", "///"];
124
- var EYE_FRAMES = ["o", "@", "\u2022", "."];
125
- var COLOR = {
126
- body: RGBA.fromHex(RIG_UI.lime),
127
- mini: RGBA.fromHex(RIG_UI.limeDim),
128
- rotor: RGBA.fromHex(RIG_UI.cyan),
129
- path: RGBA.fromHex(RIG_UI.cyan),
130
- eye: RGBA.fromHex(RIG_UI.ink),
131
- dim: RGBA.fromHex(RIG_UI.ink4),
132
- ink: RGBA.fromHex(RIG_UI.ink2)
133
- };
134
- function bladeForTick(tick, phase = 0) {
135
- return BLADE_FRAMES[(Math.floor(tick / 3) + phase) % BLADE_FRAMES.length];
136
- }
137
- function eyeForTick(tick, phase = 0) {
138
- const pulse = Math.sin(tick * 0.09 + phase);
139
- return pulse > 0.55 ? EYE_FRAMES[1] : pulse > 0.1 ? EYE_FRAMES[0] : pulse > -0.45 ? EYE_FRAMES[2] : EYE_FRAMES[3];
140
- }
141
- function chunk(text, fg, bold = false, dim = false) {
142
- let attributes = TextAttributes2.NONE;
143
- if (bold)
144
- attributes |= TextAttributes2.BOLD;
145
- if (dim)
146
- attributes |= TextAttributes2.DIM;
147
- return { __isChunk: true, text, fg, ...attributes !== TextAttributes2.NONE ? { attributes } : {} };
148
- }
149
- function styledLine(text, colorFor) {
150
- const chunks = [];
151
- let run = "";
152
- let runColor = null;
153
- const flush = () => {
154
- if (!run || !runColor)
155
- return;
156
- chunks.push(chunk(run, COLOR[runColor], runColor === "body" || runColor === "eye", runColor === "dim"));
157
- run = "";
158
- };
159
- for (const char of text) {
160
- const next = colorFor(char);
161
- if (next !== runColor) {
162
- flush();
163
- runColor = next;
164
- }
165
- run += char;
166
- }
167
- flush();
168
- return new StyledText(chunks.length > 0 ? chunks : [chunk("", COLOR.ink)]);
169
- }
170
- function droneColor(char) {
171
- if (char === "?" || char === "o" || char === "@" || char === "\u2022")
172
- return "eye";
173
- if (char === "%" || char === "=")
174
- return "mini";
175
- if (char === "$")
176
- return "body";
177
- if (char === "(" || char === ")" || char === "/" || char === "\\" || char === "|" || char === "-")
178
- return "rotor";
179
- if (char === "\xB7" || char === "\u2022" || char === "'" || char === ".")
180
- return "path";
181
- if (char.trim() === "")
182
- return "dim";
183
- return "ink";
184
- }
185
- function motionColor(char) {
186
- if (char === "\u25CF" || char === "\u25C6" || char === "\u25C9")
187
- return "body";
188
- if (char === "\u2022" || char === "\xB7" || char === "\u2500" || char === "\u2502" || char === "\u2571" || char === "\u2572" || char === "\u256D" || char === "\u256E" || char === "\u2570" || char === "\u256F")
189
- return "path";
190
- if (char === "\u258C" || char === "\u2590" || char === "\u2581" || char === "\u2594")
191
- return "mini";
192
- return droneColor(char);
193
- }
194
- function materializeDrone(lines, tick, phase = 0) {
195
- const blade = bladeForTick(tick, phase);
196
- const eye = eyeForTick(tick, phase);
197
- return lines.map((line) => line.replaceAll("!!!", blade).replaceAll("?", eye));
198
- }
199
- function miniDroneLines(tick, align = "left", phase = 0) {
200
- return materializeDrone(MINI_DRONE, tick, phase).map((text) => ({
201
- text,
202
- styledText: styledLine(text, droneColor),
203
- fg: RIG_UI.limeDim,
204
- align
205
- }));
206
- }
207
- function brandFleetLines(tick, align = "center") {
208
- const left = materializeDrone(MINI_DRONE, tick, 0);
209
- const right = materializeDrone(MINI_DRONE, tick, 2);
210
- const lead = materializeDrone(LEAD_MARK, tick, 1);
211
- const packet = ["\xB7", "\u2022", "\u25CF", "\u2022"][Math.floor(tick / 2) % 4];
212
- const bridge = [
213
- ` ${left[0]} ${lead[0]} ${right[0]}`,
214
- ` ${left[1]} \xB7\u2500\u2500${packet}\u2500\u2500\xB7 ${lead[1]} \xB7\u2500\u2500${packet}\u2500\u2500\xB7 ${right[1]}`,
215
- ` ${left[2]} \xB7' '${lead[2]}' '\xB7 ${right[2]}`,
216
- ` ${left[3]} \u2572 signal bus \u2571 ${right[3]}`,
217
- ` ${left[4]} \xB7\u2500\u2500\u2500${packet}\u2500\u2500\u2500\u2500\u2500\u2500${packet}\u2500\u2500\u2500\xB7 ${right[4]}`
218
- ];
219
- return bridge.map((text) => ({
220
- text,
221
- styledText: styledLine(text, motionColor),
222
- fg: RIG_UI.limeDim,
223
- align
224
- }));
225
- }
226
- function actionDrone(tick, phase = 0) {
227
- const blade = bladeForTick(tick, phase);
228
- const eye = eyeForTick(tick, phase);
229
- return `(${blade})\u2572${eye}\u2571(${blade})`;
230
- }
231
- function actionDroneLine(tick, text, fg = RIG_UI.ink2) {
232
- const prefix = actionDrone(tick);
233
- const content = `${prefix} ${text}`;
234
- return { text: content, styledText: styledLine(content, motionColor), fg, align: "center" };
235
- }
236
-
237
- // packages/cli/src/app-opentui/render/scene.ts
238
- function line(text, options = {}) {
239
- return { text, ...options };
240
- }
241
- function blank() {
242
- return { text: "" };
243
- }
244
- function deckRow(input) {
245
- const prefix = input.active ? "\u25B8" : " ";
246
- const label = input.label.toUpperCase().padEnd(10);
247
- return line(`${prefix} ${label} ${input.detail}`, {
248
- fg: input.active ? RIG_UI.lime : RIG_UI.ink2,
249
- bold: input.active,
250
- selectableIndex: input.index,
251
- activateOnClick: input.activateOnClick
252
- });
253
- }
254
- function loadingRows(label, tick = 0, compact = false) {
255
- const mascot = compact ? miniDroneLines(tick, "center") : brandFleetLines(tick, "center");
256
- return [
257
- blank(),
258
- ...mascot,
259
- blank(),
260
- { ...actionDroneLine(tick, `loading ${label}\u2026`, RIG_UI.cyan), align: "center" }
261
- ];
262
- }
263
- function errorBanner(message, hint) {
264
- return [
265
- line(`\u2717 failed to load \u2014 ${message}`, { fg: RIG_UI.red, bold: true }),
266
- ...hint ? [line(` ${hint}`, { fg: RIG_UI.ink3 })] : [],
267
- line(" select refresh/retry below", { fg: RIG_UI.ink4 }),
268
- line("", { fg: RIG_UI.ink3 })
269
- ];
270
- }
271
- function lastRefreshError(state) {
272
- const value = state.data.lastRefreshError;
273
- return typeof value === "string" && value.trim() ? value : undefined;
274
- }
275
- function makeSceneFrame(input) {
276
- return input;
277
- }
278
-
279
- // packages/cli/src/app-opentui/selectable.ts
280
- function selectableDeckRow(deck, item) {
281
- return { ...deckRow({ ...deck, activateOnClick: true }), selectable: item };
282
- }
283
-
284
- // packages/cli/src/app-opentui/scenes/inbox.ts
285
- var INBOX_RECOVERY_ITEMS = [
286
- { id: "refresh", label: "refresh", intent: { scene: "inbox", argv: ["inbox"], action: { kind: "refresh", label: "Refresh inbox" } }, message: "refresh inbox" },
287
- { id: "runs", label: "runs", intent: { scene: "fleet", argv: ["runs"], action: { kind: "refresh", label: "Open runs" } }, message: "open runs" },
288
- { id: "tasks", label: "tasks", intent: { scene: "tasks", argv: ["tasks"], action: { kind: "refresh", label: "Open tasks" } }, message: "open tasks" },
289
- { id: "doctor", label: "doctor", intent: { scene: "doctor", argv: ["doctor"], action: { kind: "doctor-run", label: "Run doctor" } }, message: "diagnose inbox" }
290
- ];
291
- function inboxRecords(state) {
292
- const inbox = state.data.inbox;
293
- if (!inbox || typeof inbox !== "object" || Array.isArray(inbox))
294
- return { approvals: [], inputs: [] };
295
- const record = inbox;
296
- return {
297
- approvals: Array.isArray(record.approvals) ? record.approvals : [],
298
- inputs: Array.isArray(record.inputs) ? record.inputs : []
299
- };
300
- }
301
- function panelWidth(layout) {
302
- return layout?.centerWidth ?? 100;
303
- }
304
- function panelHeight(layout) {
305
- return Math.max(8, (layout?.centerHeight ?? 24) - 1);
306
- }
307
- function diffLine(text) {
308
- if (text.startsWith("+++") || text.startsWith("---"))
309
- return line(` ${text}`, { fg: RIG_UI.ink, bold: true });
310
- if (text.startsWith("@@"))
311
- return line(` ${text}`, { fg: RIG_UI.cyan });
312
- if (text.startsWith("diff ") || text.startsWith("index "))
313
- return line(` ${text}`, { fg: RIG_UI.ink3, bold: true });
314
- if (text.startsWith("+"))
315
- return line(` ${text}`, { fg: RIG_UI.lime });
316
- if (text.startsWith("-"))
317
- return line(` ${text}`, { fg: RIG_UI.red });
318
- return line(` ${text}`, { fg: RIG_UI.ink3 });
319
- }
320
- function payloadLines(record) {
321
- const out = [];
322
- for (const detail of record.details) {
323
- out.push(line(` ${detail.label.padEnd(8)} ${detail.value}`, { fg: RIG_UI.ink2 }));
324
- }
325
- if (record.diff && record.diff.trim()) {
326
- out.push(line(" \u2500\u2500 preview \u2500\u2500", { fg: RIG_UI.ink4 }));
327
- for (const text of record.diff.split(`
328
- `).slice(0, 40))
329
- out.push(diffLine(text));
330
- }
331
- return out;
332
- }
333
- function attachItem(record) {
334
- const runId = record.runId;
335
- return {
336
- id: `${record.requestId}:attach`,
337
- label: "attach",
338
- data: { selectedInboxRequestId: record.requestId, selectedRunId: runId },
339
- intent: { scene: "handoff", argv: ["attach", runId], action: { kind: "run-attach", payload: { runId }, label: `Attach Pi ${runId.slice(0, 8)}` } },
340
- message: `attach run ${runId.slice(0, 8)}`
341
- };
342
- }
343
- function requestLines(record, startIndex, selected) {
344
- const { glyph, color } = statusLabel(record.status);
345
- const title = `${glyph} ${record.title || record.requestId} \xB7 run ${record.runId.slice(0, 8)}`;
346
- const requestId = record.requestId;
347
- if (record.kind === "approvals") {
348
- const approve = { id: `${requestId}:approve`, label: "approve", data: { selectedInboxRequestId: requestId }, intent: { scene: "inbox", argv: ["inbox", "approve", requestId], action: { kind: "inbox-approve", payload: { requestId }, label: `Approve ${requestId}` } }, message: `approve ${requestId}` };
349
- const reject = { id: `${requestId}:reject`, label: "reject", data: { selectedInboxRequestId: requestId }, intent: { scene: "inbox", argv: ["inbox", "reject", requestId], action: { kind: "inbox-reject", payload: { requestId }, label: `Reject ${requestId}` } }, message: `reject ${requestId}` };
350
- return [
351
- line(title, { fg: color, bold: true }),
352
- ...payloadLines(record),
353
- selectableDeckRow({ label: "approve", detail: `approve ${requestId.slice(0, 10)}`, index: startIndex, active: selected === startIndex }, approve),
354
- selectableDeckRow({ label: "reject", detail: `reject ${requestId.slice(0, 10)}`, index: startIndex + 1, active: selected === startIndex + 1 }, reject),
355
- selectableDeckRow({ label: "attach", detail: `open run ${record.runId.slice(0, 8)}`, index: startIndex + 2, active: selected === startIndex + 2 }, attachItem(record)),
356
- line("", { fg: RIG_UI.ink3 })
357
- ];
358
- }
359
- const answer = {
360
- id: `${requestId}:answer`,
361
- label: "answer",
362
- data: { selectedInboxRequestId: requestId, selectedRunId: record.runId },
363
- prompt: { label: `answer ${requestId.slice(0, 10)}`, scene: "inbox", argv: ["inbox", "answer", requestId], intentKind: "inbox-answer", payloadBase: { requestId }, payloadKey: "answer" },
364
- message: `answer ${requestId} inline`
365
- };
366
- return [
367
- line(title, { fg: color, bold: true }),
368
- ...payloadLines(record),
369
- selectableDeckRow({ label: "answer", detail: `answer ${requestId.slice(0, 10)} inline`, index: startIndex, active: selected === startIndex }, answer),
370
- selectableDeckRow({ label: "attach", detail: `open run ${record.runId.slice(0, 8)}`, index: startIndex + 1, active: selected === startIndex + 1 }, attachItem(record)),
371
- line("", { fg: RIG_UI.ink3 })
372
- ];
373
- }
374
- function renderInboxScene(state, layout) {
375
- const inbox = inboxRecords(state);
376
- const all = [...inbox.approvals, ...inbox.inputs];
377
- const selected = Math.max(0, state.selection.index);
378
- const optimistic = state.data.inboxOptimistic;
379
- const optimisticLine = optimistic && typeof optimistic === "object" && !Array.isArray(optimistic) ? `${optimistic.requestId ?? "request"} ${optimistic.status ?? "pending"}` : "idle";
380
- const loading = state.status === "loading" && all.length === 0;
381
- const refreshError = lastRefreshError(state);
382
- const lines = [];
383
- let selectableIndex = 0;
384
- if (refreshError && !state.error) {
385
- lines.push(...errorBanner(refreshError));
386
- }
387
- if (all.length === 0) {
388
- lines.push(...loading ? loadingRows("inbox", state.tick, true) : [
389
- line("No pending approvals or input requests.", { fg: RIG_UI.ink3 }),
390
- line("Runs that need a decision will appear here with approve/reject/answer actions.", { fg: RIG_UI.ink4 })
391
- ], line("", { fg: RIG_UI.ink3 }), line("ACTIONS", { fg: RIG_UI.ink3, bold: true }), selectableDeckRow({ label: "refresh", detail: "reload pending requests", index: 0, active: selected === 0 }, INBOX_RECOVERY_ITEMS[0]), selectableDeckRow({ label: "runs", detail: "open runs", index: 1, active: selected === 1 }, INBOX_RECOVERY_ITEMS[1]), selectableDeckRow({ label: "tasks", detail: "open tasks", index: 2, active: selected === 2 }, INBOX_RECOVERY_ITEMS[2]), selectableDeckRow({ label: "doctor", detail: "diagnose inbox/server/auth", index: 3, active: selected === 3 }, INBOX_RECOVERY_ITEMS[3]));
392
- } else {
393
- for (const record of all.slice(0, 8)) {
394
- lines.push(...requestLines(record, selectableIndex, selected));
395
- selectableIndex += record.kind === "approvals" ? 3 : 2;
396
- }
397
- }
398
- return makeSceneFrame({
399
- scene: "inbox",
400
- title: "Inbox",
401
- lines: [
402
- line("", { fg: RIG_UI.ink4 }),
403
- line(` inbox \xB7 ${inbox.approvals.length} approvals \xB7 ${inbox.inputs.length} inputs \xB7 ${optimisticLine}`, { fg: RIG_UI.ink3 })
404
- ],
405
- panels: [{
406
- id: "inbox-actions",
407
- top: 0,
408
- width: panelWidth(layout),
409
- height: panelHeight(layout),
410
- lines,
411
- backgroundColor: RIG_UI.panel,
412
- backgroundAlpha: 184,
413
- opacity: 1,
414
- border: false,
415
- chrome: "ad-terminal",
416
- headerText: `inbox \xB7 ${all.length} pending`,
417
- headerHeight: 3,
418
- paddingX: layout?.compact ? 2 : 3,
419
- paddingY: 1
420
- }],
421
- footer: { message: all.length > 0 ? "enter/click activates selected request action" : "no pending requests" },
422
- live: state.status === "action" || all.length === 0
423
- });
424
- }
425
- export {
426
- renderInboxScene
427
- };
@@ -1,3 +0,0 @@
1
- import type { AppSceneFrame, AppState } from "../types";
2
- import type { StageLayout } from "../layout";
3
- export declare function renderInitScene(state: AppState, layout?: StageLayout): AppSceneFrame;
@@ -1,181 +0,0 @@
1
- // @bun
2
- // packages/cli/src/app-opentui/theme.ts
3
- import {
4
- bold as otuiBold,
5
- dim as otuiDim,
6
- fg as otuiFg,
7
- t,
8
- TextAttributes
9
- } from "@opentui/core";
10
- var RIG_UI = {
11
- bg: "#070809",
12
- bg2: "#0b0c0e",
13
- panel: "#101115",
14
- panel2: "#14161b",
15
- hover: "#181b24",
16
- glass: "#1e2230",
17
- border: "#2a2e3a",
18
- ink: "#f4f5f8",
19
- ink2: "#c7c9d3",
20
- ink3: "#9aa0ae",
21
- ink4: "#787b86",
22
- lime: "#ccff4d",
23
- limeDim: "#a9d63f",
24
- cyan: "#56d8ff",
25
- cyanDim: "#3f9fbd",
26
- red: "#ff5d5d",
27
- yellow: "#ffd24d",
28
- magenta: "#ff79b0"
29
- };
30
- var styles = {
31
- ink: otuiFg(RIG_UI.ink),
32
- ink2: otuiFg(RIG_UI.ink2),
33
- ink3: otuiFg(RIG_UI.ink3),
34
- ink4: otuiFg(RIG_UI.ink4),
35
- lime: otuiFg(RIG_UI.lime),
36
- limeDim: otuiFg(RIG_UI.limeDim),
37
- cyan: otuiFg(RIG_UI.cyan),
38
- red: otuiFg(RIG_UI.red),
39
- yellow: otuiFg(RIG_UI.yellow),
40
- magenta: otuiFg(RIG_UI.magenta)
41
- };
42
-
43
- // packages/cli/src/app-opentui/drone.ts
44
- import { RGBA, StyledText, TextAttributes as TextAttributes2 } from "@opentui/core";
45
- var COLOR = {
46
- body: RGBA.fromHex(RIG_UI.lime),
47
- mini: RGBA.fromHex(RIG_UI.limeDim),
48
- rotor: RGBA.fromHex(RIG_UI.cyan),
49
- path: RGBA.fromHex(RIG_UI.cyan),
50
- eye: RGBA.fromHex(RIG_UI.ink),
51
- dim: RGBA.fromHex(RIG_UI.ink4),
52
- ink: RGBA.fromHex(RIG_UI.ink2)
53
- };
54
-
55
- // packages/cli/src/app-opentui/render/scene.ts
56
- function line(text, options = {}) {
57
- return { text, ...options };
58
- }
59
- function blank() {
60
- return { text: "" };
61
- }
62
- function deckRow(input) {
63
- const prefix = input.active ? "\u25B8" : " ";
64
- const label = input.label.toUpperCase().padEnd(10);
65
- return line(`${prefix} ${label} ${input.detail}`, {
66
- fg: input.active ? RIG_UI.lime : RIG_UI.ink2,
67
- bold: input.active,
68
- selectableIndex: input.index,
69
- activateOnClick: input.activateOnClick
70
- });
71
- }
72
- function makeSceneFrame(input) {
73
- return input;
74
- }
75
-
76
- // packages/cli/src/app-opentui/selectable.ts
77
- function selectableDeckRow(deck, item) {
78
- return { ...deckRow({ ...deck, activateOnClick: true }), selectable: item };
79
- }
80
-
81
- // packages/cli/src/app-opentui/scenes/init.ts
82
- var STEP_CONFIG_RUN = { id: "step-config", label: "run init", intent: { scene: "init", argv: ["init", "--yes"], action: { kind: "init-start", label: "Run init" } }, message: "initialize without embedded CLI prompts" };
83
- var STEP_SERVER = { id: "step-server", label: "select server", intent: { scene: "server", argv: ["server", "status"], action: { kind: "refresh", label: "Choose server" } }, message: "select local or remote server" };
84
- var STEP_AUTH = { id: "step-auth", label: "connect GitHub", intent: { scene: "server", argv: ["github", "auth", "status"], action: { kind: "refresh", label: "Open GitHub auth" } }, message: "open native server/auth controls" };
85
- var STEP_TASKS = { id: "step-tasks", label: "repair task source", intent: { scene: "init", argv: ["init", "--repair", "--yes"], action: { kind: "init-start", label: "Repair task source" } }, message: "repair generated task-source config without embedded CLI prompts" };
86
- var SETUP_STEPS = [
87
- { id: "config", label: "Project config", detail: "rig.config + private state", done: (s) => s.configured, cta: "Run init", item: STEP_CONFIG_RUN },
88
- { id: "server", label: "Server target", detail: "local or remote, reachable", done: (s) => s.serverReachable, cta: "Choose a server", item: STEP_SERVER },
89
- { id: "auth", label: "GitHub auth", detail: "signed in on the selected server", done: (s) => s.authSignedIn, cta: "Connect GitHub", item: STEP_AUTH },
90
- { id: "tasks", label: "Task source", detail: "where work comes from", done: (s) => s.taskSourceReady, cta: "Pick a task source", item: STEP_TASKS }
91
- ];
92
- var SECONDARY_ACTIONS = [
93
- { label: "repair", detail: "reconfigure generated config and private state", item: { id: "repair", label: "repair", intent: { scene: "init", argv: ["init", "--repair", "--yes"], action: { kind: "init-start", label: "Reconfigure project" } }, message: "verify or rewrite generated config natively" } },
94
- { label: "demo", detail: "seed an offline demo task source to explore", item: { id: "demo", label: "demo", intent: { scene: "init", argv: ["init", "--demo", "--repair", "--yes"], action: { kind: "init-start", label: "Seed demo project" } }, message: "offline demo project without embedded CLI prompts" } },
95
- { label: "doctor", detail: "diagnose what is still missing", item: { id: "doctor", label: "doctor", intent: { scene: "doctor", argv: ["doctor"], action: { kind: "doctor-run", label: "Run doctor" } }, message: "verify setup" } }
96
- ];
97
- function record(value) {
98
- return value && typeof value === "object" && !Array.isArray(value) ? value : null;
99
- }
100
- function initData(state) {
101
- return record(state.data.init) ?? {};
102
- }
103
- function facts(state) {
104
- const value = initData(state).facts;
105
- return value && typeof value === "object" && !Array.isArray(value) ? value : null;
106
- }
107
- function setupSignals(state, factState) {
108
- const configured = factState?.hasConfig === true || state.data.projectConfigured === true;
109
- const server = record(state.data.server);
110
- const auth = record(server?.auth);
111
- const serverReachable = Boolean(server) && server?.reachable !== false;
112
- const authSignedIn = auth?.signedIn === true || auth?.authenticated === true || auth?.status === "authenticated";
113
- const tasks = record(state.data.tasks);
114
- const taskRecords = Array.isArray(tasks?.records) ? tasks.records : [];
115
- const taskSourceReady = configured && taskRecords.length > 0;
116
- return { configured, serverReachable, authSignedIn, taskSourceReady };
117
- }
118
- function panelWidth(layout) {
119
- return layout?.centerWidth ?? 118;
120
- }
121
- function panelHeight(layout) {
122
- return Math.max(18, layout?.centerHeight ?? 34);
123
- }
124
- function checklistRow(step, ordinal, done, isNext) {
125
- const glyph = done ? "\u2713" : isNext ? "\u25B8" : "\u25CB";
126
- const fg = done ? RIG_UI.limeDim : isNext ? RIG_UI.lime : RIG_UI.ink3;
127
- const tag = done ? "done" : isNext ? "next" : "todo";
128
- const text = `${glyph} ${ordinal}. ${step.label.padEnd(16)} ${step.detail} \u2014 ${tag}`;
129
- return { text: ` ${text}`, fg, bold: done || isNext };
130
- }
131
- function renderInitScene(state, layout) {
132
- const factState = facts(state);
133
- const signals = setupSignals(state, factState);
134
- const completed = SETUP_STEPS.filter((step) => step.done(signals)).length;
135
- const allDone = completed === SETUP_STEPS.length;
136
- const nextStep = SETUP_STEPS.find((step) => !step.done(signals));
137
- const selected = Math.max(0, state.selection.index);
138
- const primary = nextStep ? selectableDeckRow({ label: "next", detail: `${nextStep.cta} \u2014 recommended`, active: selected === 0 }, { ...nextStep.item, id: "init-primary" }) : selectableDeckRow({ label: "verify", detail: "Init complete \u2014 run doctor to confirm", active: selected === 0 }, { id: "init-primary", label: "verify", intent: { scene: "doctor", argv: ["doctor"], action: { kind: "doctor-run", label: "Run doctor" } }, message: "verify setup end-to-end" });
139
- const secondaryRows = SECONDARY_ACTIONS.map(({ label, detail, item }, index) => selectableDeckRow({ label, detail, active: selected === index + 1 }, item));
140
- const progress = allDone ? "all set" : `${completed} of ${SETUP_STEPS.length} complete`;
141
- const panelLines = [
142
- line(allDone ? "INIT \xB7 ready to go" : "INIT \xB7 let's get you running", { fg: allDone ? RIG_UI.limeDim : RIG_UI.ink, bold: true }),
143
- line(`progress ${progress}`, { fg: allDone ? RIG_UI.limeDim : RIG_UI.ink2 }),
144
- blank(),
145
- line("CHECKLIST", { fg: RIG_UI.ink3, bold: true }),
146
- ...SETUP_STEPS.map((step, index) => checklistRow(step, index + 1, step.done(signals), step.id === nextStep?.id)),
147
- blank(),
148
- line("NEXT STEP", { fg: RIG_UI.ink3, bold: true }),
149
- primary,
150
- blank(),
151
- line("OTHER PATHS", { fg: RIG_UI.ink3, bold: true }),
152
- ...secondaryRows,
153
- blank(),
154
- line("enter/click runs the highlighted native action \xB7 esc goes back \xB7 tab switches sections", { fg: RIG_UI.ink4 })
155
- ];
156
- return makeSceneFrame({
157
- scene: "init",
158
- title: "Init",
159
- lines: [],
160
- panels: [{
161
- id: "init-setup",
162
- top: 0,
163
- width: panelWidth(layout),
164
- height: panelHeight(layout),
165
- lines: panelLines,
166
- backgroundColor: RIG_UI.panel,
167
- backgroundAlpha: 184,
168
- opacity: 0.98,
169
- border: false,
170
- chrome: "ad-terminal",
171
- headerText: "rig init \xB7 guided onboarding",
172
- paddingX: 5,
173
- paddingY: 2
174
- }],
175
- footer: { message: allDone ? "init complete" : "init in progress" },
176
- live: !allDone || state.status === "action"
177
- });
178
- }
179
- export {
180
- renderInitScene
181
- };
@@ -1,3 +0,0 @@
1
- import type { AppSceneFrame, AppState } from "../types";
2
- import type { StageLayout } from "../layout";
3
- export declare function renderInspectScene(state: AppState, layout?: StageLayout): AppSceneFrame;