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/dist/ats.js +807 -451
- package/dist/ats.js.map +1 -1
- package/package.json +2 -2
- package/skills/ats-cli/SKILL.md +8 -3
package/package.json
CHANGED
package/skills/ats-cli/SKILL.md
CHANGED
|
@@ -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.
|
|
141
|
-
2.
|
|
142
|
-
3.
|
|
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
|
|