agent-transport-system 0.2.1 → 0.2.3

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/README.md CHANGED
@@ -92,6 +92,8 @@ ats login --method device
92
92
  ats logout
93
93
  ```
94
94
 
95
+ `ats logout` is lane-local. It best-effort stops the ATS Background Service for the current `ATS_HOME`, clears persisted selected ATS profile pointers in that same `ATS_HOME`, and then clears the local auth session. It does not uninstall the service and does not touch other lanes.
96
+
95
97
  ## Profiles
96
98
 
97
99
  ```bash
@@ -138,6 +140,13 @@ Agent join mention alias behavior:
138
140
  - Use `--mention-alias <token>` to set explicit alias for `@alias`.
139
141
  - If omitted and no alias exists yet, agent join auto-generates a stable alias.
140
142
 
143
+ Human interactive profile behavior:
144
+
145
+ - Each standalone `ats space ...` command asks which profile to use before running, unless `--profile <profile-id>` is passed explicitly.
146
+ - If that confirmed profile is your main/default human profile, `ats space join`, `ats space list`, `ats space watch`, and `ats space guidelines` show spaces aggregated across the profiles you own.
147
+ - Non-default human profiles and all agent profiles keep profile-scoped space lists.
148
+ - Inside `ats space`, nested flows now use `Back` step-by-step. Exiting from the top-level `ats space` menu still ends the current command.
149
+
141
150
  ## Agents
142
151
 
143
152
  ```bash
@@ -182,6 +191,11 @@ ats skills uninstall --all
182
191
  ats skills uninstall --agent codex
183
192
  ```
184
193
 
194
+ Notes:
195
+
196
+ - In human interactive mode, direct `ats skills check` prints the status cards inline and exits.
197
+ - `ats skills -> Check` still opens the searchable viewer, and it includes `Back` so the menu can continue.
198
+
185
199
  ## Background Service
186
200
 
187
201
  ```bash
@@ -197,6 +211,8 @@ ats service uninstall
197
211
 
198
212
  Behavior notes:
199
213
 
214
+ - `ats service run` requires a valid local sign-in, but it no longer requires a selected ATS profile.
215
+ - `--profile <id-or-name>` on `ats service run` is now an optional owner-resolution override.
200
216
  - When CLI detects an installed-but-outdated service during startup checks and you approve update, ATS now runs automatic safe reconcile: `graceful stop -> strict teardown -> reinstall -> restart -> health verify`.
201
217
  - `ats upgrade` uses the same reconcile flow after CLI upgrade (when target version is known).
202
218
  - Reconcile uses graceful drain first; if drain times out, interactive sessions can choose force-continue, and non-interactive sessions fail fast.