@terminus-ai/cli 0.0.1
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/LICENSE +21 -0
- package/README.md +1055 -0
- package/bin/agent-discovery.mjs +71 -0
- package/bin/agent-icon.mjs +77 -0
- package/bin/agent-models.mjs +77 -0
- package/bin/agent-type.mjs +51 -0
- package/bin/agentdev.mjs +657 -0
- package/bin/app-route-script.mjs +59 -0
- package/bin/app-runtime-contract.mjs +2 -0
- package/bin/appdev-remote.mjs +346 -0
- package/bin/appdev.mjs +4446 -0
- package/bin/apps.mjs +5512 -0
- package/bin/capability-calls.mjs +437 -0
- package/bin/capsule-data.mjs +260 -0
- package/bin/client.mjs +189 -0
- package/bin/commands.mjs +1194 -0
- package/bin/dev-capsules.mjs +1599 -0
- package/bin/dev-contract.mjs +262 -0
- package/bin/dev-data.mjs +287 -0
- package/bin/dev-members.mjs +18 -0
- package/bin/dev-net.mjs +316 -0
- package/bin/dev-notification-popup.mjs +628 -0
- package/bin/dev-ports.mjs +567 -0
- package/bin/dev-server-binding.mjs +35 -0
- package/bin/dev-server-ops.mjs +1086 -0
- package/bin/dev-ui/IoskeleyMono-400.woff2 +0 -0
- package/bin/dev-ui/IoskeleyMono-600.woff2 +0 -0
- package/bin/dev-ui/OFL.txt +92 -0
- package/bin/dev-ui/agent-robot.webp +0 -0
- package/bin/dev-ui/app.js +5217 -0
- package/bin/dev-ui/highlight.js +195 -0
- package/bin/dev-ui/index.html +34 -0
- package/bin/dev-ui/style.css +3640 -0
- package/bin/devlint.mjs +112 -0
- package/bin/devserver.mjs +2127 -0
- package/bin/devtriggers.mjs +367 -0
- package/bin/endpoints.mjs +156 -0
- package/bin/errors.mjs +61 -0
- package/bin/files.mjs +169 -0
- package/bin/horizontal-capabilities/v1/contract.json +280 -0
- package/bin/http.mjs +500 -0
- package/bin/lint-manifests/justbash-commands.json +88 -0
- package/bin/lint-manifests/python-stdlib.json +295 -0
- package/bin/login-page.mjs +488 -0
- package/bin/schedules.mjs +664 -0
- package/bin/server-sandbox.mjs +204 -0
- package/bin/servicedev.mjs +425 -0
- package/bin/sync.mjs +357 -0
- package/bin/terminus.js +3666 -0
- package/bin/toolchain.mjs +125 -0
- package/bin/vendor/app-runtime-v1/app-host.json +124 -0
- package/bin/vendor/app-runtime-v1/capability-calls.json +412 -0
- package/bin/vendor/app-runtime-v1/doors.json +2867 -0
- package/bin/vendor/appd/node-harness.mjs +209 -0
- package/bin/vendor/appd/python-harness.py +12 -0
- package/bin/vendor/appd/server-protocol.json +84 -0
- package/bin/vendor/where.mjs +541 -0
- package/bin/versioning.mjs +72 -0
- package/bin/write-rules.mjs +398 -0
- package/package.json +41 -0
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
{
|
|
2
|
+
"source": "CPython 3.13.2 sys.stdlib_module_names — the interpreter just-bash@3.2.0 runs in bashd",
|
|
3
|
+
"modules": [
|
|
4
|
+
"__future__",
|
|
5
|
+
"_abc",
|
|
6
|
+
"_aix_support",
|
|
7
|
+
"_android_support",
|
|
8
|
+
"_apple_support",
|
|
9
|
+
"_ast",
|
|
10
|
+
"_asyncio",
|
|
11
|
+
"_bisect",
|
|
12
|
+
"_blake2",
|
|
13
|
+
"_bz2",
|
|
14
|
+
"_codecs",
|
|
15
|
+
"_codecs_cn",
|
|
16
|
+
"_codecs_hk",
|
|
17
|
+
"_codecs_iso2022",
|
|
18
|
+
"_codecs_jp",
|
|
19
|
+
"_codecs_kr",
|
|
20
|
+
"_codecs_tw",
|
|
21
|
+
"_collections",
|
|
22
|
+
"_collections_abc",
|
|
23
|
+
"_colorize",
|
|
24
|
+
"_compat_pickle",
|
|
25
|
+
"_compression",
|
|
26
|
+
"_contextvars",
|
|
27
|
+
"_csv",
|
|
28
|
+
"_ctypes",
|
|
29
|
+
"_curses",
|
|
30
|
+
"_curses_panel",
|
|
31
|
+
"_datetime",
|
|
32
|
+
"_dbm",
|
|
33
|
+
"_decimal",
|
|
34
|
+
"_elementtree",
|
|
35
|
+
"_frozen_importlib",
|
|
36
|
+
"_frozen_importlib_external",
|
|
37
|
+
"_functools",
|
|
38
|
+
"_gdbm",
|
|
39
|
+
"_hashlib",
|
|
40
|
+
"_heapq",
|
|
41
|
+
"_imp",
|
|
42
|
+
"_interpchannels",
|
|
43
|
+
"_interpqueues",
|
|
44
|
+
"_interpreters",
|
|
45
|
+
"_io",
|
|
46
|
+
"_ios_support",
|
|
47
|
+
"_json",
|
|
48
|
+
"_locale",
|
|
49
|
+
"_lsprof",
|
|
50
|
+
"_lzma",
|
|
51
|
+
"_markupbase",
|
|
52
|
+
"_md5",
|
|
53
|
+
"_multibytecodec",
|
|
54
|
+
"_multiprocessing",
|
|
55
|
+
"_opcode",
|
|
56
|
+
"_opcode_metadata",
|
|
57
|
+
"_operator",
|
|
58
|
+
"_osx_support",
|
|
59
|
+
"_overlapped",
|
|
60
|
+
"_pickle",
|
|
61
|
+
"_posixshmem",
|
|
62
|
+
"_posixsubprocess",
|
|
63
|
+
"_py_abc",
|
|
64
|
+
"_pydatetime",
|
|
65
|
+
"_pydecimal",
|
|
66
|
+
"_pyio",
|
|
67
|
+
"_pylong",
|
|
68
|
+
"_pyrepl",
|
|
69
|
+
"_queue",
|
|
70
|
+
"_random",
|
|
71
|
+
"_scproxy",
|
|
72
|
+
"_sha1",
|
|
73
|
+
"_sha2",
|
|
74
|
+
"_sha3",
|
|
75
|
+
"_signal",
|
|
76
|
+
"_sitebuiltins",
|
|
77
|
+
"_socket",
|
|
78
|
+
"_sqlite3",
|
|
79
|
+
"_sre",
|
|
80
|
+
"_ssl",
|
|
81
|
+
"_stat",
|
|
82
|
+
"_statistics",
|
|
83
|
+
"_string",
|
|
84
|
+
"_strptime",
|
|
85
|
+
"_struct",
|
|
86
|
+
"_suggestions",
|
|
87
|
+
"_symtable",
|
|
88
|
+
"_sysconfig",
|
|
89
|
+
"_thread",
|
|
90
|
+
"_threading_local",
|
|
91
|
+
"_tkinter",
|
|
92
|
+
"_tokenize",
|
|
93
|
+
"_tracemalloc",
|
|
94
|
+
"_typing",
|
|
95
|
+
"_uuid",
|
|
96
|
+
"_warnings",
|
|
97
|
+
"_weakref",
|
|
98
|
+
"_weakrefset",
|
|
99
|
+
"_winapi",
|
|
100
|
+
"_wmi",
|
|
101
|
+
"_zoneinfo",
|
|
102
|
+
"abc",
|
|
103
|
+
"antigravity",
|
|
104
|
+
"argparse",
|
|
105
|
+
"array",
|
|
106
|
+
"ast",
|
|
107
|
+
"asyncio",
|
|
108
|
+
"atexit",
|
|
109
|
+
"base64",
|
|
110
|
+
"bdb",
|
|
111
|
+
"binascii",
|
|
112
|
+
"bisect",
|
|
113
|
+
"builtins",
|
|
114
|
+
"bz2",
|
|
115
|
+
"cProfile",
|
|
116
|
+
"calendar",
|
|
117
|
+
"cmath",
|
|
118
|
+
"cmd",
|
|
119
|
+
"code",
|
|
120
|
+
"codecs",
|
|
121
|
+
"codeop",
|
|
122
|
+
"collections",
|
|
123
|
+
"colorsys",
|
|
124
|
+
"compileall",
|
|
125
|
+
"concurrent",
|
|
126
|
+
"configparser",
|
|
127
|
+
"contextlib",
|
|
128
|
+
"contextvars",
|
|
129
|
+
"copy",
|
|
130
|
+
"copyreg",
|
|
131
|
+
"csv",
|
|
132
|
+
"ctypes",
|
|
133
|
+
"curses",
|
|
134
|
+
"dataclasses",
|
|
135
|
+
"datetime",
|
|
136
|
+
"dbm",
|
|
137
|
+
"decimal",
|
|
138
|
+
"difflib",
|
|
139
|
+
"dis",
|
|
140
|
+
"doctest",
|
|
141
|
+
"email",
|
|
142
|
+
"encodings",
|
|
143
|
+
"ensurepip",
|
|
144
|
+
"enum",
|
|
145
|
+
"errno",
|
|
146
|
+
"faulthandler",
|
|
147
|
+
"fcntl",
|
|
148
|
+
"filecmp",
|
|
149
|
+
"fileinput",
|
|
150
|
+
"fnmatch",
|
|
151
|
+
"fractions",
|
|
152
|
+
"ftplib",
|
|
153
|
+
"functools",
|
|
154
|
+
"gc",
|
|
155
|
+
"genericpath",
|
|
156
|
+
"getopt",
|
|
157
|
+
"getpass",
|
|
158
|
+
"gettext",
|
|
159
|
+
"glob",
|
|
160
|
+
"graphlib",
|
|
161
|
+
"grp",
|
|
162
|
+
"gzip",
|
|
163
|
+
"hashlib",
|
|
164
|
+
"heapq",
|
|
165
|
+
"hmac",
|
|
166
|
+
"html",
|
|
167
|
+
"http",
|
|
168
|
+
"idlelib",
|
|
169
|
+
"imaplib",
|
|
170
|
+
"importlib",
|
|
171
|
+
"inspect",
|
|
172
|
+
"io",
|
|
173
|
+
"ipaddress",
|
|
174
|
+
"itertools",
|
|
175
|
+
"json",
|
|
176
|
+
"keyword",
|
|
177
|
+
"linecache",
|
|
178
|
+
"locale",
|
|
179
|
+
"logging",
|
|
180
|
+
"lzma",
|
|
181
|
+
"mailbox",
|
|
182
|
+
"marshal",
|
|
183
|
+
"math",
|
|
184
|
+
"mimetypes",
|
|
185
|
+
"mmap",
|
|
186
|
+
"modulefinder",
|
|
187
|
+
"msvcrt",
|
|
188
|
+
"multiprocessing",
|
|
189
|
+
"netrc",
|
|
190
|
+
"nt",
|
|
191
|
+
"ntpath",
|
|
192
|
+
"nturl2path",
|
|
193
|
+
"numbers",
|
|
194
|
+
"opcode",
|
|
195
|
+
"operator",
|
|
196
|
+
"optparse",
|
|
197
|
+
"os",
|
|
198
|
+
"pathlib",
|
|
199
|
+
"pdb",
|
|
200
|
+
"pickle",
|
|
201
|
+
"pickletools",
|
|
202
|
+
"pkgutil",
|
|
203
|
+
"platform",
|
|
204
|
+
"plistlib",
|
|
205
|
+
"poplib",
|
|
206
|
+
"posix",
|
|
207
|
+
"posixpath",
|
|
208
|
+
"pprint",
|
|
209
|
+
"profile",
|
|
210
|
+
"pstats",
|
|
211
|
+
"pty",
|
|
212
|
+
"pwd",
|
|
213
|
+
"py_compile",
|
|
214
|
+
"pyclbr",
|
|
215
|
+
"pydoc",
|
|
216
|
+
"pydoc_data",
|
|
217
|
+
"pyexpat",
|
|
218
|
+
"queue",
|
|
219
|
+
"quopri",
|
|
220
|
+
"random",
|
|
221
|
+
"re",
|
|
222
|
+
"readline",
|
|
223
|
+
"reprlib",
|
|
224
|
+
"resource",
|
|
225
|
+
"rlcompleter",
|
|
226
|
+
"runpy",
|
|
227
|
+
"sched",
|
|
228
|
+
"secrets",
|
|
229
|
+
"select",
|
|
230
|
+
"selectors",
|
|
231
|
+
"shelve",
|
|
232
|
+
"shlex",
|
|
233
|
+
"shutil",
|
|
234
|
+
"signal",
|
|
235
|
+
"site",
|
|
236
|
+
"smtplib",
|
|
237
|
+
"socket",
|
|
238
|
+
"socketserver",
|
|
239
|
+
"sqlite3",
|
|
240
|
+
"sre_compile",
|
|
241
|
+
"sre_constants",
|
|
242
|
+
"sre_parse",
|
|
243
|
+
"ssl",
|
|
244
|
+
"stat",
|
|
245
|
+
"statistics",
|
|
246
|
+
"string",
|
|
247
|
+
"stringprep",
|
|
248
|
+
"struct",
|
|
249
|
+
"subprocess",
|
|
250
|
+
"symtable",
|
|
251
|
+
"sys",
|
|
252
|
+
"sysconfig",
|
|
253
|
+
"syslog",
|
|
254
|
+
"tabnanny",
|
|
255
|
+
"tarfile",
|
|
256
|
+
"tempfile",
|
|
257
|
+
"termios",
|
|
258
|
+
"textwrap",
|
|
259
|
+
"this",
|
|
260
|
+
"threading",
|
|
261
|
+
"time",
|
|
262
|
+
"timeit",
|
|
263
|
+
"tkinter",
|
|
264
|
+
"token",
|
|
265
|
+
"tokenize",
|
|
266
|
+
"tomllib",
|
|
267
|
+
"trace",
|
|
268
|
+
"traceback",
|
|
269
|
+
"tracemalloc",
|
|
270
|
+
"tty",
|
|
271
|
+
"turtle",
|
|
272
|
+
"turtledemo",
|
|
273
|
+
"types",
|
|
274
|
+
"typing",
|
|
275
|
+
"unicodedata",
|
|
276
|
+
"unittest",
|
|
277
|
+
"urllib",
|
|
278
|
+
"uuid",
|
|
279
|
+
"venv",
|
|
280
|
+
"warnings",
|
|
281
|
+
"wave",
|
|
282
|
+
"weakref",
|
|
283
|
+
"webbrowser",
|
|
284
|
+
"winreg",
|
|
285
|
+
"winsound",
|
|
286
|
+
"wsgiref",
|
|
287
|
+
"xml",
|
|
288
|
+
"xmlrpc",
|
|
289
|
+
"zipapp",
|
|
290
|
+
"zipfile",
|
|
291
|
+
"zipimport",
|
|
292
|
+
"zlib",
|
|
293
|
+
"zoneinfo"
|
|
294
|
+
]
|
|
295
|
+
}
|