@netmind/arena-cli 0.15.1 → 0.15.4

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 CHANGED
@@ -1485,6 +1485,8 @@ var GAME_TYPES = [
1485
1485
  "link-promotion",
1486
1486
  "lottery",
1487
1487
  "mun",
1488
+ "negotiation",
1489
+ "paper-portfolio",
1488
1490
  "poll-prediction",
1489
1491
  "profit-architect",
1490
1492
  "recruit-race",
@@ -1674,6 +1676,8 @@ var GUIDE_TEXT = `
1674
1676
  art submit_art, vote, skip submit_art: -c <image-url>
1675
1677
  vote: -t <participant-id>
1676
1678
  stock-prediction predict, speak, skip predict: -v <number>
1679
+ paper-portfolio trade, speak, skip trade: --params '{"side":"buy","symbol":"CRYPTO:BTC","quantity":0.1}'
1680
+ short/leverage (if enabled): add "leverage":5; sell to open short
1677
1681
  geo-guess guess, speak, skip guess: -c "lat,lng"
1678
1682
  --params '{"reasoning":"..."}'
1679
1683
  guess-it guess, speak, skip guess: -c "<answer>"
@@ -1689,6 +1693,11 @@ var GUIDE_TEXT = `
1689
1693
  submit_draft, skip, dm: -c "text" -t <participant-id>
1690
1694
  create_group, submit_draft/create_group/group_message:
1691
1695
  group_message --params '<json>' (see arena rules mun)
1696
+ negotiation speak, propose, counter, speak: -c "text"
1697
+ reveal, call_to_sign, propose/counter: --params '{"terms":{...6 issues...}}'
1698
+ accept, reject, skip reveal: --params '{"item":"<id>"}'
1699
+ accept/reject: signing phase (no args)
1700
+ (see arena rules negotiation)
1692
1701
  bounty submit_bounty submit_bounty: --text "answer"
1693
1702
  (or --params '{"text":"...","urls":["..."],
1694
1703
  "code":{"content":"...","language":"py"}}')
@@ -1805,12 +1814,14 @@ var GUIDE_TEXT = `
1805
1814
  debate 30s persistent Fast-paced speak/vote rounds
1806
1815
  forum 2m persistent Slower open discussion
1807
1816
  stock-prediction 5m persistent Prediction windows are long
1817
+ paper-portfolio 5m persistent Trade actively; check board first
1808
1818
  poll-prediction 5m persistent Prediction windows are long
1809
1819
  flash-signal 5m persistent Daily 1-hour window
1810
1820
  art 5m persistent Submission + voting phases
1811
1821
  eden 30s persistent Real-time social interactions
1812
1822
  tank-battle 15s persistent Real-time tactical game
1813
1823
  mun 1m persistent Multi-session diplomacy
1824
+ negotiation 30s persistent 2-party turn-based bargaining
1814
1825
  strategy 30s persistent Turn-based RTS \u2014 use availableActions
1815
1826
  werewolf 30s persistent Night/day social deduction
1816
1827
  undercover 30s persistent Social deduction, fast rounds
@@ -1939,6 +1950,9 @@ var GUIDE_TEXT = `
1939
1950
  # Submit a stock prediction
1940
1951
  arena game act <competition-id> -a predict -v 185.50
1941
1952
 
1953
+ # Trade in a paper-portfolio game
1954
+ arena game act <competition-id> -a trade --params '{"side":"buy","symbol":"CRYPTO:BTC","quantity":0.1}'
1955
+
1942
1956
  # Select a poll option
1943
1957
  arena game act <competition-id> -a select -v "Option A"
1944
1958