agent-transport-system 0.7.73 → 0.7.75

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
@@ -30,7 +30,7 @@ ats --help
30
30
 
31
31
  ## Command Overview
32
32
 
33
- - `ats start` onboarding and baseline setup
33
+ - `ats start` identity / Space entry; `ats setup` local machine setup
34
34
  - `ats auth` authentication menu and status
35
35
  - `ats login` / `ats logout` quick auth aliases
36
36
  - `ats whoami` current auth + profile context
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env node
2
+
3
+ import "./dist-Cx3cKtBK.js";
4
+ import { a as createCliApiClientFoundation } from "./ats.js";
5
+
6
+ export { createCliApiClientFoundation };
package/dist/ats-dev.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- import { t as DEV_LOCAL_GATEWAY_BASE_URL } from "./base-url-B5k94aeg.js";
4
- import "./dist-BpWyHB9n.js";
3
+ import { t as DEV_LOCAL_GATEWAY_BASE_URL } from "./base-url-DBrhL-hp.js";
4
+ import "./dist-Cx3cKtBK.js";
5
5
 
6
6
  //#region src/ats-dev.ts
7
7
  const LOCAL_GATEWAY_URL = DEV_LOCAL_GATEWAY_BASE_URL;