|
26 | 26 | "assets/sourceos/bin/turtle-agentd", |
27 | 27 | "assets/sourceos/bin/turtle-agentctl", |
28 | 28 | "assets/sourceos/bin/turtle-tmux", |
29 | | - "assets/sourceos/wezterm.lua", |
| 29 | + "assets/sourceos/turtleterm.lua", |
30 | 30 | "assets/sourceos/tests/test_sourceos_term_smoke.py", |
31 | 31 | "assets/sourceos/tests/test_turtle_term_branding.py", |
32 | 32 | "assets/sourceos/tests/test_turtle_term_release_readiness.py", |
|
65 | 65 | "desc \"TurtleTerm: SourceOS policy-aware agent terminal fabric\"", |
66 | 66 | "libexec/\"turtle-term\"", |
67 | 67 | "turtleterm", |
| 68 | + "turtleterm.lua", |
68 | 69 | "pkgshare.install \"assets/sourceos/brand\" => \"brand\"", |
69 | 70 | "assert_match \"TurtleTerm command wrapper\"", |
70 | 71 | ] |
|
85 | 86 | "write-turtle-term-manifest.py", |
86 | 87 | "libexec/turtle-term", |
87 | 88 | "turtleterm", |
| 89 | + "turtleterm.lua", |
88 | 90 | "share/turtle-term/brand", |
89 | 91 | "THIRD_PARTY_NOTICES.md", |
90 | 92 | ] |
@@ -124,6 +126,7 @@ def main() -> int: |
124 | 126 | assert "Windows packaging is postponed" in install |
125 | 127 | assert "TURTLE_TERM_VERSION=turtle-term-v0.1.0" in install |
126 | 128 | assert "Then launch TurtleTerm:" in install |
| 129 | + assert "turtleterm.lua" in install |
127 | 130 |
|
128 | 131 | checklist = read("docs/sourceos/RELEASE_CHECKLIST.md") |
129 | 132 | assert "macOS ARM64" in checklist |
|
0 commit comments