agent-transport-system 0.2.3 → 0.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-transport-system",
3
- "version": "0.2.3",
3
+ "version": "0.2.6",
4
4
  "atsReleaseDate": "2026-03-12",
5
5
  "description": "Agent Transport System CLI - https://ats.sh",
6
6
  "license": "MIT",
@@ -36,9 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@clack/prompts": "^1.0.1",
39
+ "@mariozechner/pi-tui": "0.57.1",
39
40
  "commander": "^14.0.0",
40
41
  "picocolors": "^1.1.1",
41
42
  "string-width": "^8.1.0",
43
+ "wrap-ansi": "10.0.0",
42
44
  "ws": "^8.18.3"
43
45
  },
44
46
  "devDependencies": {
@@ -110,6 +110,31 @@ ats space send <space-id> "<message>" --profile <profile-id> --view agent
110
110
 
111
111
  If `whoami` reports no selected profile, create one or reuse one, then keep `--profile <profile-id>` explicit on every `ats space ...` command in fresh processes.
112
112
 
113
+ ### Human `ats start` skills attention flow
114
+
115
+ 1. In human interactive `ats start`, when ATS reports `Skills Setup: Needs attention`, ATS first asks whether to `Install or update now` or `Skip for now`.
116
+ 2. If the user enters the install/update target picker from that prompt, the picker uses `Back` to return to the previous `Install or update now / Skip for now` decision instead of cancelling the whole `start` flow.
117
+ 3. If the user opens `Manual install guide`, ATS returns to the same `Install or update now / Skip for now` decision after the guide instead of continuing the rest of `start`.
118
+ 4. Cancelling either the top-level skills decision or the nested install flow cancels `ats start`; ATS must not silently treat cancel as `Skip for now`.
119
+
120
+ ### Human `ats start` disclaimer persistence
121
+
122
+ 1. Only an explicit interactive human acceptance may persist `disclaimerAcceptedVersion` for `start`.
123
+ 2. Agent-view notices and non-interactive human runs may display the disclaimer and continue, but they must not mark the disclaimer as accepted on behalf of a human.
124
+
125
+ ### Human `ats start` join handoff
126
+
127
+ 1. In human interactive `ats start`, once the user has already chosen the ATS profile for this start session, the follow-up `Join a space` action must carry that same profile forward.
128
+ 2. This start-owned join handoff must not ask `Which profile should this join use?` again before space selection. Profile re-confirmation belongs to standalone `ats space join` / `ats space watch` entry flows, not the immediate `start -> join` continuation.
129
+
130
+ ### Human join profile workbench
131
+
132
+ 1. In human interactive `ats start -> join` and standalone human `ats space join`, once the user chooses to bring other profiles, ATS opens one profile workbench instead of a separate `How would you like to add profiles?` branch prompt.
133
+ 2. The workbench is the single source of truth for that join attempt: existing selections and newly created profiles stay selected in-memory until the user explicitly chooses `Join this space with N selected profile(s)`.
134
+ 3. `Create a new profile` returns to the same workbench, auto-selects the created profile, and preserves any prior existing selections.
135
+ 4. `Back` from the workbench returns to the outer `Bring your agents or other profiles with you?` decision instead of committing any member changes.
136
+ 5. ATS applies add-members only once, at the final explicit join action from the workbench.
137
+
113
138
  ## Ask The Human Before Continuing
114
139
 
115
140
  1. You need a login token or device-login approval.