@dmsdc-ai/aterm-darwin-arm64 0.1.44 → 0.1.45
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.
|
Binary file
|
|
Binary file
|
|
@@ -25,6 +25,15 @@ ensure_lessons_file() {
|
|
|
25
25
|
[ -f "$f" ] || echo '{"invariants":[],"failed":[]}' > "$f"
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
print_ecosystem_status() {
|
|
29
|
+
cat <<'STATUS'
|
|
30
|
+
brain: ✅ installed
|
|
31
|
+
telepty: ✅ installed
|
|
32
|
+
deliberation: ✅ installed
|
|
33
|
+
devkit: ✅ installed
|
|
34
|
+
STATUS
|
|
35
|
+
}
|
|
36
|
+
|
|
28
37
|
aterm_ipc() {
|
|
29
38
|
python3 -c '
|
|
30
39
|
import socket, sys, json
|
|
@@ -199,6 +208,9 @@ else:
|
|
|
199
208
|
print(" ".join("\u2500" * w for w in widths))
|
|
200
209
|
for r in sessions:
|
|
201
210
|
print(fmt.format(*r))
|
|
211
|
+
if all(r[3] == "aterm" for r in sessions):
|
|
212
|
+
print()
|
|
213
|
+
print("💡 All sessions are aterm-internal. Install telepty for cross-terminal: already included!")
|
|
202
214
|
'
|
|
203
215
|
fi ;;
|
|
204
216
|
inject)
|
|
@@ -206,6 +218,10 @@ else:
|
|
|
206
218
|
[[ $# -lt 3 ]] && { echo '{"error":"usage: aterm inject <workspace> <text>"}' >&2; exit 1; }
|
|
207
219
|
aterm_ipc inject "${@:2}" ;;
|
|
208
220
|
status)
|
|
221
|
+
if [[ $# -eq 1 ]]; then
|
|
222
|
+
print_ecosystem_status
|
|
223
|
+
exit 0
|
|
224
|
+
fi
|
|
209
225
|
if [[ -z "$ATERM_IPC_SOCKET" ]]; then exec telepty status "${@:2}"; fi
|
|
210
226
|
[[ $# -lt 2 ]] && { echo '{"error":"usage: aterm status <workspace>"}' >&2; exit 1; }
|
|
211
227
|
aterm_ipc status "$2" ;;
|
|
@@ -305,6 +321,7 @@ print(json.dumps({"status":"ok","type": ltype}))
|
|
|
305
321
|
|---------|-------------|
|
|
306
322
|
| `aterm list` | List workspaces (NAME, CLI, CWD, TERMINAL) |
|
|
307
323
|
| `aterm inject <workspace> <text>` | Send text to a workspace |
|
|
324
|
+
| `aterm status` | Show bundled ecosystem health |
|
|
308
325
|
| `aterm status <workspace>` | Check workspace status |
|
|
309
326
|
| `aterm focus <workspace>` | Focus a workspace tab |
|
|
310
327
|
| `aterm tasks` | List pending tasks |
|
|
@@ -315,6 +332,13 @@ print(json.dumps({"status":"ok","type": ltype}))
|
|
|
315
332
|
| `aterm lessons add '<lesson>' --type failed` | Add a failed pattern |
|
|
316
333
|
| `aterm help` | Show this help |
|
|
317
334
|
|
|
335
|
+
## Ecosystem
|
|
336
|
+
|
|
337
|
+
✅ brain (AI profile management) — already installed
|
|
338
|
+
✅ telepty (cross-terminal communication) — already installed
|
|
339
|
+
✅ deliberation (multi-AI discussions) — already installed
|
|
340
|
+
✅ devkit (workspace bootstrapping) — already installed
|
|
341
|
+
|
|
318
342
|
## Natural Language → Command Mapping
|
|
319
343
|
|
|
320
344
|
### Internal sessions (same aterm, $ATERM_IPC_SOCKET set)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Resources/bin/aterm</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
1HuLkmDie3Huck1M3zk1y2k9nHk=
|
|
10
10
|
</data>
|
|
11
11
|
</dict>
|
|
12
12
|
<key>files2</key>
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
<dict>
|
|
16
16
|
<key>cdhash</key>
|
|
17
17
|
<data>
|
|
18
|
-
|
|
18
|
+
9WsGAC35qT+7mJPrbcRgCAnPUmU=
|
|
19
19
|
</data>
|
|
20
20
|
<key>requirement</key>
|
|
21
|
-
<string>cdhash H"
|
|
21
|
+
<string>cdhash H"f56b06002df9a93fbb9893eb6dc4600809cf5265"</string>
|
|
22
22
|
</dict>
|
|
23
23
|
<key>Resources/bin/aterm</key>
|
|
24
24
|
<dict>
|
|
25
25
|
<key>hash2</key>
|
|
26
26
|
<data>
|
|
27
|
-
|
|
27
|
+
2w1QxQ4iZe+lQkanS659+19iwyQvKcZGja/KKimSqcw=
|
|
28
28
|
</data>
|
|
29
29
|
</dict>
|
|
30
30
|
</dict>
|