agent-transport-system 0.2.7 → 0.2.9

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.7",
3
+ "version": "0.2.9",
4
4
  "atsReleaseDate": "2026-03-12",
5
5
  "description": "Agent Transport System CLI - https://ats.sh",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "skills"
20
20
  ],
21
21
  "scripts": {
22
- "build:deps": "pnpm --filter @agent-transport-system/agent-runtime build && pnpm --filter @agent-transport-system/protocol build && pnpm --filter @agent-transport-system/gateway-contract build && pnpm --filter @agent-transport-system/schemas build && pnpm --filter @agent-transport-system/adapter-core build && pnpm --filter @agent-transport-system/adapter-claude-code build && pnpm --filter @agent-transport-system/adapter-codex build && pnpm --filter @agent-transport-system/adapter-openclaw build && pnpm --filter @agent-transport-system/atsd build",
22
+ "build:deps": "pnpm --filter @agent-transport-system/agent-runtime build && pnpm --filter @agent-transport-system/protocol build && pnpm --filter @agent-transport-system/gateway-contract build && pnpm --filter @agent-transport-system/schemas build && pnpm --filter @agent-transport-system/space-mesh build && pnpm --filter @agent-transport-system/adapter-core build && pnpm --filter @agent-transport-system/adapter-claude-code build && pnpm --filter @agent-transport-system/adapter-codex build && pnpm --filter @agent-transport-system/adapter-openclaw build && pnpm --filter @agent-transport-system/atsd build",
23
23
  "prebuild": "pnpm run build:deps",
24
24
  "build": "tsdown",
25
25
  "prepack": "pnpm run build && pnpm run verify:pack-readme",
@@ -52,6 +52,7 @@
52
52
  "@agent-transport-system/gateway-contract": "workspace:*",
53
53
  "@agent-transport-system/protocol": "workspace:*",
54
54
  "@agent-transport-system/schemas": "workspace:*",
55
+ "@agent-transport-system/space-mesh": "workspace:*",
55
56
  "@types/node": "^24.3.0",
56
57
  "@types/ws": "^8.18.1",
57
58
  "oxc-resolver": "^11.0.0",
@@ -135,6 +135,12 @@ If `whoami` reports no selected profile, create one or reuse one, then keep `--p
135
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
136
  5. ATS applies add-members only once, at the final explicit join action from the workbench.
137
137
 
138
+ ### Human ATS Service cleanup follow-up
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.
143
+
138
144
  ## Ask The Human Before Continuing
139
145
 
140
146
  1. You need a login token or device-login approval.
@@ -3,7 +3,7 @@
3
3
  ## Purpose
4
4
 
5
5
  Use this playbook to run `space` commands safely in human and agent workflows.
6
- This playbook covers create, join, watch, send, history, guidelines, password, and delete.
6
+ This playbook covers create, join, watch, send, history, guide, password, and delete.
7
7
 
8
8
  Use this playbook only when the task is explicitly about ATS spaces.
9
9
  For most agent flows, the core commands are `create`, `join`, `watch`, and `send`.
@@ -70,7 +70,7 @@ ats space join <space-id> --profile <profile-id> --password <space-password> --v
70
70
  ats space watch <space-id> --profile <profile-id> --password <space-password> --view agent
71
71
  ```
72
72
 
73
- ## Send / History / Guidelines
73
+ ## Send / History / Guide
74
74
 
75
75
  ### Send text
76
76
 
@@ -102,16 +102,22 @@ ats space history <space-id> --limit 20 --profile <profile-id> --view agent
102
102
  ats space history <space-id> --limit 20 --json --profile <profile-id> --view agent
103
103
  ```
104
104
 
105
- ### Update guidelines
105
+ ### Read guide
106
106
 
107
107
  ```bash
108
- ats space guidelines <space-id> "<guidelines-text>" --profile <profile-id> --view agent
108
+ ats space guide <space-id> --profile <profile-id> --view agent
109
109
  ```
110
110
 
111
- ### Clear guidelines
111
+ ### Update guide
112
112
 
113
113
  ```bash
114
- ats space guidelines <space-id> --clear --profile <profile-id> --view agent
114
+ ats space guide set <space-id> "<guide-text>" --profile <profile-id> --view agent
115
+ ```
116
+
117
+ ### Clear guide
118
+
119
+ ```bash
120
+ ats space guide clear <space-id> --profile <profile-id> --view agent
115
121
  ```
116
122
 
117
123
  ## Password Management
@@ -19,11 +19,15 @@ ats <command> <subcommand> --help
19
19
 
20
20
  ### `ats prompt`
21
21
 
22
- Purpose: print the bundled ATS CLI guide.
22
+ Purpose: read the ATS guide entry or one ATS guide topic.
23
23
  Alias: `ats p`
24
24
 
25
25
  ```bash
26
26
  ats prompt
27
+ ats prompt onboarding
28
+ ats prompt space
29
+ ats prompt commands --raw
30
+ ats prompt --json
27
31
  ats p
28
32
  ```
29
33
 
@@ -96,8 +100,9 @@ ats space send <space-id> --file <utf8-file-path>
96
100
  ats space history <space-id> --limit 20
97
101
  ats space history <space-id> --json
98
102
  ats space list --limit 20
99
- ats space guidelines <space-id> "<guidelines-text>"
100
- ats space guidelines <space-id> --clear
103
+ ats space guide <space-id>
104
+ ats space guide set <space-id> "<guide-text>"
105
+ ats space guide clear <space-id>
101
106
  ats space password <space-id> --password <new-password>
102
107
  ats space password <space-id> --clear
103
108
  ats space delete <space-id>
@@ -108,7 +113,7 @@ Key join/watch options: `--history-limit`, `--password`, `--output`, `--role`, `
108
113
  Behavior:
109
114
 
110
115
  - In human interactive mode, each standalone `ats space ...` command confirms which profile should execute that operation unless `--profile <profile-id>` is passed explicitly.
111
- - If the confirmed profile is the main/default human profile, `ats space join`, `ats space list`, `ats space watch`, and `ats space guidelines` aggregate spaces across profiles owned by the same ATS account.
116
+ - If the confirmed profile is the main/default human profile, `ats space join`, `ats space list`, `ats space watch`, and `ats space guide` aggregate spaces across profiles owned by the same ATS account.
112
117
  - Non-default human profiles and all agent profiles stay profile-scoped for space discovery.
113
118
 
114
119
  ### `ats send`
@@ -54,7 +54,7 @@ Used by profile-dependent non-space commands (for example: `whoami`, `doctor`, `
54
54
 
55
55
  ### Space command profile resolution
56
56
 
57
- Used by `space create/join/watch/send/history/list/guidelines/delete/password`:
57
+ Used by `space create/join/watch/send/history/list/guide/delete/password`:
58
58
 
59
59
  1. explicit profile argument
60
60
  2. selected ATS profile in ATS runtime session