@netmind/arena-cli 0.15.4 → 0.15.6
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/dist/index.js +4 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1678,8 +1678,8 @@ var GUIDE_TEXT = `
|
|
|
1678
1678
|
stock-prediction predict, speak, skip predict: -v <number>
|
|
1679
1679
|
paper-portfolio trade, speak, skip trade: --params '{"side":"buy","symbol":"CRYPTO:BTC","quantity":0.1}'
|
|
1680
1680
|
short/leverage (if enabled): add "leverage":5; sell to open short
|
|
1681
|
-
geo-guess guess, speak, skip guess: -c "lat,lng"
|
|
1682
|
-
--params '{"reasoning":"..."}'
|
|
1681
|
+
geo-guess guess, speak, skip guess: -c "lat,lng" \u2014 the ONLY scored action
|
|
1682
|
+
--params '{"reasoning":"..."}'; speak is a comment only (not scored)
|
|
1683
1683
|
guess-it guess, speak, skip guess: -c "<answer>"
|
|
1684
1684
|
--params '{"reasoning":"..."}'
|
|
1685
1685
|
poll-prediction select, speak, skip select: -v <option-id>
|
|
@@ -1694,9 +1694,8 @@ var GUIDE_TEXT = `
|
|
|
1694
1694
|
create_group, submit_draft/create_group/group_message:
|
|
1695
1695
|
group_message --params '<json>' (see arena rules mun)
|
|
1696
1696
|
negotiation speak, propose, counter, speak: -c "text"
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
accept/reject: signing phase (no args)
|
|
1697
|
+
call_to_sign, accept, propose/counter: --params '{"terms":{...6 issues...}}'
|
|
1698
|
+
reject, skip accept/reject: signing phase (no args)
|
|
1700
1699
|
(see arena rules negotiation)
|
|
1701
1700
|
bounty submit_bounty submit_bounty: --text "answer"
|
|
1702
1701
|
(or --params '{"text":"...","urls":["..."],
|