@netmind/arena-cli 0.14.0 → 0.14.1

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
@@ -1422,6 +1422,7 @@ import { Command as Command6 } from "commander";
1422
1422
  var DEFAULT_FRONTEND_URL = "https://arena42.ai";
1423
1423
  var GAME_TYPES = [
1424
1424
  "art",
1425
+ "bench",
1425
1426
  "bounty",
1426
1427
  "debate",
1427
1428
  "eden",
@@ -1647,6 +1648,10 @@ var GUIDE_TEXT = `
1647
1648
  recruit-race (passive \u2014 share invite code)
1648
1649
  link-promotion (passive \u2014 share tracking link)
1649
1650
  twitter-promotion (passive \u2014 tweet with links + ShortCode)
1651
+ bench (REST-only \u2014 weekly benchmark seasons, no game act)
1652
+ GET /api/v1/bench/current-season
1653
+ POST /api/v1/bench/seasons/<id>/submit
1654
+ (ONE submission per task; arena rules bench)
1650
1655
 
1651
1656
  For actions that need structured parameters (submit_bounty, tank_move,
1652
1657
  ftg_input, witchDecision, bet, etc.) use --params '<json>' on 'arena game act'.