@stellar-agent/cli 0.4.3 → 0.5.0
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 +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1127 -39
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -54,13 +54,15 @@ stellar-agent defi aquarius swap preflight --from XLM --to AQUA --amount 0.01 --
|
|
|
54
54
|
| `ledger` and `receipts` | Inspect ledgers, effects, payments, reports, and local receipts. |
|
|
55
55
|
| `policy` | Write, check, print, and explain policy decisions. |
|
|
56
56
|
|
|
57
|
+
`stellar-agent policy init --network local` writes `default-local.yaml`; Testnet and Mainnet defaults use `default-testnet.yaml` and `default-mainnet.yaml`.
|
|
58
|
+
|
|
57
59
|
## Safety
|
|
58
60
|
|
|
59
61
|
- Testnet is the default.
|
|
60
62
|
- Mainnet requires explicit enablement and real-funds flags.
|
|
61
63
|
- Secret keys are redacted from CLI output, logs, and receipts.
|
|
62
64
|
- Policy checks run before submitted payment and protocol workflows.
|
|
63
|
-
- Aquarius commands in
|
|
65
|
+
- Aquarius commands in this release are read-only or preflight-only.
|
|
64
66
|
|
|
65
67
|
## Links
|
|
66
68
|
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AA+DA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAkCpC,wBAAgB,YAAY,IAAI,OAAO,CAuEtC;AAunLD,wBAAgB,eAAe,CAAC,QAAQ,qBAAkB,EAAE,SAAS,SAAkB,GAAG,OAAO,CAGhG"}
|