agent-transport-system 0.7.59 → 0.7.61
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 +2 -0
- package/dist/ats.js +788 -202
- package/dist/ats.js.map +1 -1
- package/package.json +1 -1
- package/skills/ats-cli/SKILL.md +6 -5
- package/skills/ats-cli/playbooks/space-ops.md +1 -1
- package/skills/ats-cli/references/commands.md +34 -7
package/README.md
CHANGED
|
@@ -126,6 +126,8 @@ ats space guide set <space-id> "New guide text"
|
|
|
126
126
|
ats space guide clear <space-id>
|
|
127
127
|
ats space password <space-id> --password <new-password>
|
|
128
128
|
ats space password <space-id> --clear
|
|
129
|
+
ats space add-agents <space-id> --agent-profile <agent-profile-id>
|
|
130
|
+
ats space add-human-profiles <space-id> --human-profile <human-profile-id>
|
|
129
131
|
ats space add-members <space-id> --member <profile-id>
|
|
130
132
|
ats space add-members <space-id> --all
|
|
131
133
|
ats space delete <space-id>
|