agent-transport-system 0.3.0 → 0.3.2

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,7 +1,7 @@
1
1
  {
2
2
  "name": "agent-transport-system",
3
- "version": "0.3.0",
4
- "atsReleaseDate": "2026-03-12",
3
+ "version": "0.3.2",
4
+ "atsReleaseDate": "2026-04-16",
5
5
  "description": "Agent Transport System CLI - https://ats.sh",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -137,9 +137,14 @@ If `whoami` reports no selected profile, create one or reuse one, then keep `--p
137
137
 
138
138
  ### Human ATS Service cleanup follow-up
139
139
 
140
- 1. In human interactive flows that already ask `ATS Service is not running. Start it now?`, ATS may detect blocking local cleanup instead of a normal start path.
141
- 2. When that happens, ATS now asks `ATS Service needs cleanup. Repair it now?` inside the same flow instead of only telling the human to run `ats service reinstall` manually in another terminal.
142
- 3. Choosing repair runs the existing reinstall flow for the human. Choosing `Not now` keeps the cleanup card and manual repair guidance.
140
+ 1. ATS now uses one shared service-participation gate for human interactive `ats start`, standalone `ats space join`, and create-and-join follow-ups.
141
+ 2. That gate only runs when ATS has real local wake-up value on this device (`keep_running` from the local-demand projection). If there are no wakeable local routes, ATS skips interactive service repair/start prompts.
142
+ 3. The shared gate owns all three service states for those flows:
143
+ - missing: `ATS Service is missing. Install it now?`
144
+ - not running: `ATS Service is not running. Start it now?`
145
+ - drift / cleanup required: `ATS Service needs cleanup. Repair it now?`
146
+ 4. Standalone `ats space` keeps the parent menu service-neutral. ATS waits until the user actually chooses a join/create-and-join path, then applies the shared gate inside the child flow.
147
+ 5. `ats space watch` is read-only. It no longer runs the interactive ATS Service gate.
143
148
 
144
149
  ## Ask The Human Before Continuing
145
150