@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.
- package/dist/bin/build-rig-binaries.js +8 -40
- package/dist/bin/rig.js +12519 -26675
- package/dist/src/app/board.js +74 -693
- package/dist/src/app/drone-ui.js +1 -1
- package/dist/src/app/theme.js +0 -1
- package/dist/src/commands/_async-ui.js +1 -1
- package/dist/src/commands/_authority-runs.d.ts +1 -1
- package/dist/src/commands/_authority-runs.js +12 -2
- package/dist/src/commands/_cli-format.d.ts +1 -10
- package/dist/src/commands/_cli-format.js +2 -5
- package/dist/src/commands/_connection-state.d.ts +1 -11
- package/dist/src/commands/_connection-state.js +5 -50
- package/dist/src/commands/_doctor-checks.js +40 -501
- package/dist/src/commands/_help-catalog.js +17 -99
- package/dist/src/commands/_json-output.js +0 -4
- package/dist/src/commands/_operator-view.js +54 -575
- package/dist/src/commands/_pi-frontend.d.ts +0 -27
- package/dist/src/commands/_pi-frontend.js +52 -576
- package/dist/src/commands/_preflight.js +66 -553
- package/dist/src/commands/_server-client.d.ts +0 -33
- package/dist/src/commands/_server-client.js +46 -541
- package/dist/src/commands/_snapshot-upload.js +42 -503
- package/dist/src/commands/_spinner.js +1 -1
- package/dist/src/commands/agent.js +12 -2
- package/dist/src/commands/browser.js +1 -1
- package/dist/src/commands/connect.js +15 -626
- package/dist/src/commands/doctor.js +41 -502
- package/dist/src/commands/github.js +51 -584
- package/dist/src/commands/inbox.js +41 -502
- package/dist/src/commands/init.js +74 -561
- package/dist/src/commands/inspect.js +41 -502
- package/dist/src/commands/run.js +54 -578
- package/dist/src/commands/server.js +163 -692
- package/dist/src/commands/setup.js +46 -507
- package/dist/src/commands/stats.js +58 -601
- package/dist/src/commands/task-run-driver.js +58 -509
- package/dist/src/commands/task.js +110 -729
- package/dist/src/commands.js +237 -1112
- package/dist/src/index.js +244 -1123
- package/dist/src/launcher.js +0 -4
- package/package.json +9 -13
- package/dist/src/app-opentui/adapters/command.d.ts +0 -2
- package/dist/src/app-opentui/adapters/command.js +0 -329
- package/dist/src/app-opentui/adapters/common.d.ts +0 -56
- package/dist/src/app-opentui/adapters/common.js +0 -153
- package/dist/src/app-opentui/adapters/doctor.d.ts +0 -9
- package/dist/src/app-opentui/adapters/doctor.js +0 -1217
- package/dist/src/app-opentui/adapters/family.d.ts +0 -62
- package/dist/src/app-opentui/adapters/family.js +0 -14855
- package/dist/src/app-opentui/adapters/fleet.d.ts +0 -14
- package/dist/src/app-opentui/adapters/fleet.js +0 -1335
- package/dist/src/app-opentui/adapters/inbox.d.ts +0 -43
- package/dist/src/app-opentui/adapters/inbox.js +0 -1944
- package/dist/src/app-opentui/adapters/init.d.ts +0 -11
- package/dist/src/app-opentui/adapters/init.js +0 -2818
- package/dist/src/app-opentui/adapters/inspect.d.ts +0 -52
- package/dist/src/app-opentui/adapters/inspect.js +0 -1455
- package/dist/src/app-opentui/adapters/pi-attach.d.ts +0 -32
- package/dist/src/app-opentui/adapters/pi-attach.js +0 -2101
- package/dist/src/app-opentui/adapters/pi.d.ts +0 -23
- package/dist/src/app-opentui/adapters/pi.js +0 -363
- package/dist/src/app-opentui/adapters/plugin.d.ts +0 -84
- package/dist/src/app-opentui/adapters/plugin.js +0 -544
- package/dist/src/app-opentui/adapters/repo.d.ts +0 -37
- package/dist/src/app-opentui/adapters/repo.js +0 -186
- package/dist/src/app-opentui/adapters/run-detail.d.ts +0 -27
- package/dist/src/app-opentui/adapters/run-detail.js +0 -1441
- package/dist/src/app-opentui/adapters/server.d.ts +0 -48
- package/dist/src/app-opentui/adapters/server.js +0 -1561
- package/dist/src/app-opentui/adapters/tasks.d.ts +0 -64
- package/dist/src/app-opentui/adapters/tasks.js +0 -4524
- package/dist/src/app-opentui/adapters/workspace.d.ts +0 -49
- package/dist/src/app-opentui/adapters/workspace.js +0 -333
- package/dist/src/app-opentui/autocomplete.d.ts +0 -20
- package/dist/src/app-opentui/autocomplete.js +0 -578
- package/dist/src/app-opentui/bootstrap.d.ts +0 -11
- package/dist/src/app-opentui/bootstrap.js +0 -27833
- package/dist/src/app-opentui/command-palette.d.ts +0 -3
- package/dist/src/app-opentui/command-palette.js +0 -1038
- package/dist/src/app-opentui/command-pty-host.d.ts +0 -62
- package/dist/src/app-opentui/command-pty-host.js +0 -248
- package/dist/src/app-opentui/drone.d.ts +0 -12
- package/dist/src/app-opentui/drone.js +0 -230
- package/dist/src/app-opentui/events.d.ts +0 -7
- package/dist/src/app-opentui/events.js +0 -28
- package/dist/src/app-opentui/fleet-stats.d.ts +0 -32
- package/dist/src/app-opentui/fleet-stats.js +0 -114
- package/dist/src/app-opentui/focus-manager.d.ts +0 -14
- package/dist/src/app-opentui/focus-manager.js +0 -24
- package/dist/src/app-opentui/index.d.ts +0 -8
- package/dist/src/app-opentui/index.js +0 -5260
- package/dist/src/app-opentui/intent.d.ts +0 -3
- package/dist/src/app-opentui/intent.js +0 -365
- package/dist/src/app-opentui/keymap.d.ts +0 -21
- package/dist/src/app-opentui/keymap.js +0 -1377
- package/dist/src/app-opentui/launch-routing.d.ts +0 -16
- package/dist/src/app-opentui/launch-routing.js +0 -55
- package/dist/src/app-opentui/layout.d.ts +0 -22
- package/dist/src/app-opentui/layout.js +0 -51
- package/dist/src/app-opentui/list-search.d.ts +0 -36
- package/dist/src/app-opentui/list-search.js +0 -130
- package/dist/src/app-opentui/pi-host-child.d.ts +0 -2
- package/dist/src/app-opentui/pi-host-child.js +0 -1299
- package/dist/src/app-opentui/pi-pty-host.d.ts +0 -28
- package/dist/src/app-opentui/pi-pty-host.js +0 -10
- package/dist/src/app-opentui/react/App.d.ts +0 -9
- package/dist/src/app-opentui/react/App.js +0 -3866
- package/dist/src/app-opentui/react/Backdrop.d.ts +0 -5
- package/dist/src/app-opentui/react/Backdrop.js +0 -823
- package/dist/src/app-opentui/react/ChromeHost.d.ts +0 -5
- package/dist/src/app-opentui/react/ChromeHost.js +0 -1539
- package/dist/src/app-opentui/react/SceneFrameView.d.ts +0 -7
- package/dist/src/app-opentui/react/SceneFrameView.js +0 -579
- package/dist/src/app-opentui/react/context.d.ts +0 -17
- package/dist/src/app-opentui/react/context.js +0 -37
- package/dist/src/app-opentui/react/launch.d.ts +0 -2
- package/dist/src/app-opentui/react/launch.js +0 -4897
- package/dist/src/app-opentui/react/nav.d.ts +0 -18
- package/dist/src/app-opentui/react/nav.js +0 -54
- package/dist/src/app-opentui/react/scroll.d.ts +0 -12
- package/dist/src/app-opentui/react/scroll.js +0 -21
- package/dist/src/app-opentui/react/syntax.d.ts +0 -2
- package/dist/src/app-opentui/react/syntax.js +0 -65
- package/dist/src/app-opentui/registry.d.ts +0 -4
- package/dist/src/app-opentui/registry.js +0 -22876
- package/dist/src/app-opentui/remote-link.d.ts +0 -10
- package/dist/src/app-opentui/remote-link.js +0 -47
- package/dist/src/app-opentui/render/ascii-fleet.d.ts +0 -15
- package/dist/src/app-opentui/render/ascii-fleet.js +0 -82
- package/dist/src/app-opentui/render/constants.d.ts +0 -30
- package/dist/src/app-opentui/render/constants.js +0 -64
- package/dist/src/app-opentui/render/graphics.d.ts +0 -40
- package/dist/src/app-opentui/render/graphics.js +0 -713
- package/dist/src/app-opentui/render/hover.d.ts +0 -11
- package/dist/src/app-opentui/render/hover.js +0 -34
- package/dist/src/app-opentui/render/native-host.d.ts +0 -37
- package/dist/src/app-opentui/render/native-host.js +0 -180
- package/dist/src/app-opentui/render/panel-layout.d.ts +0 -38
- package/dist/src/app-opentui/render/panel-layout.js +0 -48
- package/dist/src/app-opentui/render/panels.d.ts +0 -12
- package/dist/src/app-opentui/render/panels.js +0 -288
- package/dist/src/app-opentui/render/preloader.d.ts +0 -10
- package/dist/src/app-opentui/render/preloader.js +0 -166
- package/dist/src/app-opentui/render/scene.d.ts +0 -68
- package/dist/src/app-opentui/render/scene.js +0 -300
- package/dist/src/app-opentui/render/terminal-handoff.d.ts +0 -16
- package/dist/src/app-opentui/render/terminal-handoff.js +0 -14
- package/dist/src/app-opentui/render/text.d.ts +0 -29
- package/dist/src/app-opentui/render/text.js +0 -177
- package/dist/src/app-opentui/render/type-bar.d.ts +0 -15
- package/dist/src/app-opentui/render/type-bar.js +0 -212
- package/dist/src/app-opentui/runtime-resources.d.ts +0 -16
- package/dist/src/app-opentui/runtime-resources.js +0 -62
- package/dist/src/app-opentui/runtime.d.ts +0 -45
- package/dist/src/app-opentui/runtime.js +0 -5232
- package/dist/src/app-opentui/scenes/command.d.ts +0 -3
- package/dist/src/app-opentui/scenes/command.js +0 -118
- package/dist/src/app-opentui/scenes/doctor.d.ts +0 -3
- package/dist/src/app-opentui/scenes/doctor.js +0 -296
- package/dist/src/app-opentui/scenes/error.d.ts +0 -2
- package/dist/src/app-opentui/scenes/error.js +0 -277
- package/dist/src/app-opentui/scenes/family-domains/agent.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/agent.js +0 -349
- package/dist/src/app-opentui/scenes/family-domains/browser.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/browser.js +0 -196
- package/dist/src/app-opentui/scenes/family-domains/dist.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/dist.js +0 -244
- package/dist/src/app-opentui/scenes/family-domains/git.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/git.js +0 -196
- package/dist/src/app-opentui/scenes/family-domains/github.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/github.js +0 -275
- package/dist/src/app-opentui/scenes/family-domains/harness.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/harness.js +0 -153
- package/dist/src/app-opentui/scenes/family-domains/index.d.ts +0 -4
- package/dist/src/app-opentui/scenes/family-domains/index.js +0 -1680
- package/dist/src/app-opentui/scenes/family-domains/kit.d.ts +0 -76
- package/dist/src/app-opentui/scenes/family-domains/kit.js +0 -306
- package/dist/src/app-opentui/scenes/family-domains/profile.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/profile.js +0 -213
- package/dist/src/app-opentui/scenes/family-domains/queue.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/queue.js +0 -147
- package/dist/src/app-opentui/scenes/family-domains/remote.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/remote.js +0 -519
- package/dist/src/app-opentui/scenes/family-domains/review.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/review.js +0 -281
- package/dist/src/app-opentui/scenes/family-domains/setup.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/setup.js +0 -268
- package/dist/src/app-opentui/scenes/family-domains/stats.d.ts +0 -2
- package/dist/src/app-opentui/scenes/family-domains/stats.js +0 -371
- package/dist/src/app-opentui/scenes/family.d.ts +0 -3
- package/dist/src/app-opentui/scenes/family.js +0 -2199
- package/dist/src/app-opentui/scenes/fleet.d.ts +0 -3
- package/dist/src/app-opentui/scenes/fleet.js +0 -766
- package/dist/src/app-opentui/scenes/handoff.d.ts +0 -2
- package/dist/src/app-opentui/scenes/handoff.js +0 -455
- package/dist/src/app-opentui/scenes/help.d.ts +0 -3
- package/dist/src/app-opentui/scenes/help.js +0 -725
- package/dist/src/app-opentui/scenes/inbox.d.ts +0 -3
- package/dist/src/app-opentui/scenes/inbox.js +0 -427
- package/dist/src/app-opentui/scenes/init.d.ts +0 -3
- package/dist/src/app-opentui/scenes/init.js +0 -181
- package/dist/src/app-opentui/scenes/inspect.d.ts +0 -3
- package/dist/src/app-opentui/scenes/inspect.js +0 -794
- package/dist/src/app-opentui/scenes/main.d.ts +0 -3
- package/dist/src/app-opentui/scenes/main.js +0 -332
- package/dist/src/app-opentui/scenes/pi.d.ts +0 -3
- package/dist/src/app-opentui/scenes/pi.js +0 -509
- package/dist/src/app-opentui/scenes/plugin.d.ts +0 -3
- package/dist/src/app-opentui/scenes/plugin.js +0 -487
- package/dist/src/app-opentui/scenes/repo.d.ts +0 -3
- package/dist/src/app-opentui/scenes/repo.js +0 -425
- package/dist/src/app-opentui/scenes/run-detail.d.ts +0 -3
- package/dist/src/app-opentui/scenes/run-detail.js +0 -467
- package/dist/src/app-opentui/scenes/server.d.ts +0 -3
- package/dist/src/app-opentui/scenes/server.js +0 -378
- package/dist/src/app-opentui/scenes/tasks.d.ts +0 -3
- package/dist/src/app-opentui/scenes/tasks.js +0 -768
- package/dist/src/app-opentui/scenes/workspace.d.ts +0 -3
- package/dist/src/app-opentui/scenes/workspace.js +0 -427
- package/dist/src/app-opentui/selectable.d.ts +0 -19
- package/dist/src/app-opentui/selectable.js +0 -80
- package/dist/src/app-opentui/state.d.ts +0 -4
- package/dist/src/app-opentui/state.js +0 -399
- package/dist/src/app-opentui/surface-catalog.d.ts +0 -20
- package/dist/src/app-opentui/surface-catalog.js +0 -542
- package/dist/src/app-opentui/theme.d.ts +0 -59
- package/dist/src/app-opentui/theme.js +0 -142
- package/dist/src/app-opentui/types.d.ts +0 -313
- package/dist/src/app-opentui/types.js +0 -1
- package/dist/src/commands/_server-events.d.ts +0 -26
- package/dist/src/commands/_server-events.js +0 -715
|
@@ -1,425 +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
|
-
function withSelectable(line2, item) {
|
|
284
|
-
return { ...line2, selectable: item, activateOnClick: true };
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
// packages/cli/src/app-opentui/scenes/repo.ts
|
|
288
|
-
var REPO_RESET_ITEM = {
|
|
289
|
-
id: "repo-reset",
|
|
290
|
-
label: "reset",
|
|
291
|
-
intent: { scene: "repo", argv: ["repo", "reset-baseline"], action: { kind: "refresh", label: "Reset baseline", payload: { repoReset: true, confirm: true } } },
|
|
292
|
-
message: "reset baseline to origin/main"
|
|
293
|
-
};
|
|
294
|
-
var REPO_ACTIONS = [
|
|
295
|
-
{ detail: "re-read baseline pins, active task, and managed repos", item: { id: "repo-refresh", label: "refresh", intent: { scene: "repo", argv: ["repo", "status"], action: { kind: "refresh", label: "Refresh repo state" } }, message: "reload repo state" } },
|
|
296
|
-
{ detail: "sync the repo baseline for the active task", item: { id: "repo-sync", label: "sync", intent: { scene: "command", argv: ["repo", "sync"], action: { kind: "command-run", label: "Sync repo baseline" } }, message: "sync repo baseline" } },
|
|
297
|
-
{ detail: "show git status through the policy-gated harness helper", item: { id: "repo-git", label: "git status", intent: { scene: "command", argv: ["git", "status"], action: { kind: "command-run", label: "Git status" } }, message: "git status" } },
|
|
298
|
-
{ detail: "reset the WHOLE baseline to origin/main (asks to confirm)", item: REPO_RESET_ITEM }
|
|
299
|
-
];
|
|
300
|
-
function snapshot(state) {
|
|
301
|
-
const value = state.data.repo;
|
|
302
|
-
return value && typeof value === "object" && !Array.isArray(value) ? value : null;
|
|
303
|
-
}
|
|
304
|
-
function selectedRepo(state) {
|
|
305
|
-
const value = state.data.selectedRepo;
|
|
306
|
-
return typeof value === "string" && value.trim() ? value.trim() : undefined;
|
|
307
|
-
}
|
|
308
|
-
var REPO_BACK_ITEM = {
|
|
309
|
-
id: "repo-back",
|
|
310
|
-
label: "back",
|
|
311
|
-
data: { selectedRepo: undefined },
|
|
312
|
-
message: "back to repo overview"
|
|
313
|
-
};
|
|
314
|
-
function gitStatusLine(git) {
|
|
315
|
-
if (!git || !git.available) {
|
|
316
|
-
return line(` git status not checked out`, { fg: RIG_UI.ink4 });
|
|
317
|
-
}
|
|
318
|
-
const drift = git.ahead === 0 && git.behind === 0 ? "in sync with pin" : `${git.ahead} ahead \xB7 ${git.behind} behind pin`;
|
|
319
|
-
const tree = git.clean ? "clean" : `${git.dirtyCount} change${git.dirtyCount === 1 ? "" : "s"}`;
|
|
320
|
-
return line(` git status ${git.branch}@${git.head} \xB7 ${tree} \xB7 ${drift}`, { fg: git.clean ? RIG_UI.ink2 : RIG_UI.yellow });
|
|
321
|
-
}
|
|
322
|
-
function gitBadge(git) {
|
|
323
|
-
if (!git || !git.available)
|
|
324
|
-
return "\xB7";
|
|
325
|
-
if (!git.clean)
|
|
326
|
-
return `\u2731${git.dirtyCount}`;
|
|
327
|
-
if (git.ahead > 0 || git.behind > 0)
|
|
328
|
-
return `\u2195${git.ahead}/${git.behind}`;
|
|
329
|
-
return "\u2713";
|
|
330
|
-
}
|
|
331
|
-
function repoDetail(repo, entry) {
|
|
332
|
-
const { glyph, color } = statusLabel(entry.git && entry.git.available && !entry.git.clean ? "needs-attention" : "success");
|
|
333
|
-
const pin = repo.baselinePins.find((candidate) => candidate.alias === entry.alias);
|
|
334
|
-
return [
|
|
335
|
-
line(`${glyph} ${entry.alias}`, { fg: color, bold: true }),
|
|
336
|
-
blank(),
|
|
337
|
-
line(` default branch ${entry.defaultBranch}`, { fg: RIG_UI.ink2 }),
|
|
338
|
-
line(` remote ${entry.defaultRemoteUrl}`, { fg: RIG_UI.ink3 }),
|
|
339
|
-
line(` baseline pin ${pin ? pin.commit.slice(0, 12) : "(none recorded)"}`, { fg: pin ? RIG_UI.ink2 : RIG_UI.ink4 }),
|
|
340
|
-
gitStatusLine(entry.git),
|
|
341
|
-
blank(),
|
|
342
|
-
line("ACTIONS", { fg: RIG_UI.ink3, bold: true }),
|
|
343
|
-
selectableDeckRow({ label: "sync", detail: `re-pin ${entry.alias} from ${entry.defaultBranch} (in-app)`, index: 0, active: false }, { id: `repo-sync:${entry.alias}`, label: `sync ${entry.alias}`, intent: { scene: "repo", argv: ["repo", "sync"], action: { kind: "refresh", label: `Sync ${entry.alias}`, payload: { repoSync: entry.alias } } }, message: `sync ${entry.alias}` }),
|
|
344
|
-
selectableDeckRow({ label: "reset", detail: `reset the whole baseline to origin/main (asks to confirm)`, index: 1, active: false }, { id: `repo-reset:${entry.alias}`, label: `reset baseline`, intent: { scene: "repo", argv: ["repo", "reset-baseline"], action: { kind: "refresh", label: "Reset baseline", payload: { repoReset: true, confirm: true } } }, message: `reset baseline to origin/main` }),
|
|
345
|
-
blank(),
|
|
346
|
-
selectableDeckRow({ label: "back", detail: "return to the repo overview", index: 2, active: false }, REPO_BACK_ITEM)
|
|
347
|
-
];
|
|
348
|
-
}
|
|
349
|
-
function panelWidth(layout) {
|
|
350
|
-
return layout?.centerWidth ?? 118;
|
|
351
|
-
}
|
|
352
|
-
function panelHeight(layout) {
|
|
353
|
-
return Math.max(18, layout?.centerHeight ?? 34);
|
|
354
|
-
}
|
|
355
|
-
function statusRows(repo) {
|
|
356
|
-
const taskGlyph = statusLabel(repo.activeTaskId ? "success" : "created");
|
|
357
|
-
const rows = [
|
|
358
|
-
line(`${taskGlyph.glyph} active task ${repo.activeTaskId ?? "none"}`, { fg: repo.activeTaskId ? taskGlyph.color : RIG_UI.ink4 }),
|
|
359
|
-
line(` layout ${repo.flatLayout ? "flat (project root is the repo)" : `${repo.managedRepos.length} managed repos`}`, { fg: RIG_UI.ink3 }),
|
|
360
|
-
blank(),
|
|
361
|
-
line(`BASELINE PINS \xB7 ${repo.baselinePins.length}`, { fg: RIG_UI.ink3, bold: true }),
|
|
362
|
-
...repo.baselinePins.length > 0 ? repo.baselinePins.map((pin) => {
|
|
363
|
-
const managed = repo.managedRepos.find((entry) => entry.alias === pin.alias);
|
|
364
|
-
const row = line(` ${pin.alias.padEnd(20)} ${pin.commit.slice(0, 12)}${managed ? " \u203A" : ""}`, { fg: RIG_UI.ink2 });
|
|
365
|
-
return managed ? withSelectable(row, { id: `repo-pin:${pin.alias}`, label: pin.alias, data: { selectedRepo: pin.alias }, message: `open ${pin.alias} (pinned ${pin.commit.slice(0, 12)})` }) : row;
|
|
366
|
-
}) : [line(" (none recorded)", { fg: RIG_UI.ink4 })]
|
|
367
|
-
];
|
|
368
|
-
if (repo.managedRepos.length > 0) {
|
|
369
|
-
rows.push(blank(), line(`MANAGED REPOS \xB7 ${repo.managedRepos.length}`, { fg: RIG_UI.ink3, bold: true }), ...repo.managedRepos.map((entry) => withSelectable(line(` ${gitBadge(entry.git).padEnd(6)} ${entry.alias.padEnd(20)} ${entry.defaultBranch} \xB7 ${entry.defaultRemoteUrl} \u203A`, { fg: entry.git && entry.git.available && !entry.git.clean ? RIG_UI.yellow : RIG_UI.ink3 }), { id: `repo-detail:${entry.alias}`, label: entry.alias, data: { selectedRepo: entry.alias }, message: `open ${entry.alias} detail` })));
|
|
370
|
-
}
|
|
371
|
-
return rows;
|
|
372
|
-
}
|
|
373
|
-
function renderRepoScene(state, layout) {
|
|
374
|
-
const repo = snapshot(state);
|
|
375
|
-
const selected = Math.max(0, Math.min(REPO_ACTIONS.length - 1, state.selection.index));
|
|
376
|
-
const loading = state.status === "loading" && !repo;
|
|
377
|
-
const refreshError = lastRefreshError(state);
|
|
378
|
-
const drilled = selectedRepo(state);
|
|
379
|
-
const detailEntry = repo && drilled ? repo.managedRepos.find((entry) => entry.alias === drilled) : undefined;
|
|
380
|
-
const panelLines = detailEntry && repo ? [
|
|
381
|
-
...refreshError && !state.error ? errorBanner(refreshError) : [],
|
|
382
|
-
line(`MANAGED REPO \xB7 ${detailEntry.alias}`, { fg: RIG_UI.ink3, bold: true }),
|
|
383
|
-
blank(),
|
|
384
|
-
...repoDetail(repo, detailEntry)
|
|
385
|
-
] : [
|
|
386
|
-
...refreshError && !state.error ? errorBanner(refreshError) : [],
|
|
387
|
-
line("repo baseline + harness helpers", { fg: RIG_UI.ink3 }),
|
|
388
|
-
blank(),
|
|
389
|
-
line("ACTIONS", { fg: RIG_UI.ink3, bold: true }),
|
|
390
|
-
...REPO_ACTIONS.map(({ detail, item }, index) => selectableDeckRow({ label: item.label, detail, index, active: selected === index }, item)),
|
|
391
|
-
blank(),
|
|
392
|
-
line("STATUS", { fg: RIG_UI.ink3, bold: true }),
|
|
393
|
-
...loading ? loadingRows("repo state", state.tick) : repo ? statusRows(repo) : [line("repo state pending", { fg: RIG_UI.ink3 })],
|
|
394
|
-
blank(),
|
|
395
|
-
line("enter/click a managed repo to drill in \xB7 actions open the command PTY \xB7 refresh reloads in-app", { fg: RIG_UI.ink4 })
|
|
396
|
-
];
|
|
397
|
-
return makeSceneFrame({
|
|
398
|
-
scene: "repo",
|
|
399
|
-
title: "Repo",
|
|
400
|
-
lines: [],
|
|
401
|
-
panels: [{
|
|
402
|
-
id: "repo-state",
|
|
403
|
-
top: 0,
|
|
404
|
-
width: panelWidth(layout),
|
|
405
|
-
height: panelHeight(layout),
|
|
406
|
-
lines: panelLines,
|
|
407
|
-
backgroundColor: RIG_UI.panel,
|
|
408
|
-
backgroundAlpha: 184,
|
|
409
|
-
opacity: 0.98,
|
|
410
|
-
border: false,
|
|
411
|
-
stickyScroll: true,
|
|
412
|
-
stickyStart: "top",
|
|
413
|
-
chrome: "ad-terminal",
|
|
414
|
-
headerText: detailEntry ? `rig repo \xB7 ${detailEntry.alias}` : repo ? `rig repo \xB7 ${repo.flatLayout ? "flat layout" : `${repo.managedRepos.length} managed`} \xB7 ${repo.baselinePins.length} pins` : "rig repo",
|
|
415
|
-
headerHeight: 3,
|
|
416
|
-
paddingX: layout?.compact ? 3 : 5,
|
|
417
|
-
paddingY: 2
|
|
418
|
-
}],
|
|
419
|
-
footer: { message: detailEntry ? `${detailEntry.alias} \u2014 back returns to overview` : repo ? repo.flatLayout ? "flat layout" : `${repo.managedRepos.length} managed repos` : "loading repo state" },
|
|
420
|
-
live: state.status === "action" || !repo
|
|
421
|
-
});
|
|
422
|
-
}
|
|
423
|
-
export {
|
|
424
|
-
renderRepoScene
|
|
425
|
-
};
|