agent-finance-cli-linux-arm64 0.3.1 → 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/bin/agent-finance CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-finance-cli-linux-arm64",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Prebuilt linux/arm64 binary for agent-finance.",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
@@ -110,7 +110,7 @@ agent-finance audit export --json
110
110
  - Use `market price` for the default "what is the current price?" answer.
111
111
  - Use `market sessions` when premarket, postmarket, overnight, BOATS, provider differences, or proxy prices matter.
112
112
  - Use both daily and minute history before judging fills, limit-order quality, stop placement, or intraday action.
113
- - Use `market providers --json` when an Agent needs a machine-readable capability matrix.
113
+ - Use `market providers --json` for a machine-readable capability matrix.
114
114
  - Use `capabilities --json` for the unified terminal surface, including account/order/transfer/futures-state safety boundaries.
115
115
  - Treat crypto as 24/7 market data. Use Binance/Coinbase/OKX/CoinGecko through capability-first crypto commands, then force providers only for cross-checking.
116
116
  - Spot is crypto spot; USD-M futures / TradFi perps are derivatives and proxy instruments.
@@ -58,7 +58,7 @@ agent-finance market crypto stream BTCUSDT --instrument swap --kind mark-price -
58
58
  - Binance/OKX are stronger for exchange microstructure and derivatives evidence. Coinbase is a spot exchange cross-check. CoinGecko is stronger for aggregate breadth, trending, metadata, and exchange discovery.
59
59
  - Prefer `market crypto snapshot` for current observable market state.
60
60
  - Prefer `market crypto sentiment` for futures leverage, funding, open interest, long/short, taker flow, and basis.
61
- - Prefer `market crypto quote/book/trades/candles/funding/open-interest/discover --json` when an Agent needs provider evidence for reasoning.
61
+ - Prefer `market crypto quote/book/trades/candles/funding/open-interest/discover --json` for provider evidence in downstream reasoning.
62
62
  - Use `--json` for downstream computation and `--raw` when auditing provider payloads.
63
63
  - The `market crypto` command surface is read-only market data. Signed Binance account/order/transfer/futures-state workflows live under `account`, `order`, `transfer`, `state`, `risk`, `audit`, and the `profile` skill.
64
64
  - Crypto trades 24/7; do not apply equity regular/pre/post/overnight session assumptions.
@@ -5,7 +5,7 @@ description: Use Polymarket prediction-market data as quantifiable sentiment and
5
5
 
6
6
  # agent-finance prediction-markets skill
7
7
 
8
- Use this skill when an AI Agent needs prediction-market sentiment, event probabilities, or "what capital is pricing in" for a public event.
8
+ Use this skill for prediction-market sentiment, event probabilities, or "what capital is pricing in" for a public event.
9
9
 
10
10
  ## Commands
11
11
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: profile
3
- description: Configure agent-finance trading profiles, Binance HMAC env references, risk policy, intent-first live writes, audit logs, and safe AI Agent workflows.
3
+ description: Configure agent-finance trading profiles, Binance HMAC env references, risk policy, intent-first live writes, audit logs, and guarded signed workflows.
4
4
  ---
5
5
 
6
6
  # agent-finance profile skill