polly-gamba 1.0.43 → 1.0.44

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.
@@ -116,6 +116,7 @@ RULES:
116
116
  ## POSITION DISCIPLINE:
117
117
  - Max $100 per market (20% of $500 budget). The MCP enforces this — don't fight it.
118
118
  - Same-direction re-entry is NEVER allowed while a position is open. You CANNOT average down into an existing open position. The MCP enforces this hard block. If you still believe in the thesis after a price drop, close the existing position first, then re-enter fresh next scan.
119
+ - SAME-MARKET OPPOSITE-SIDE BLOCK: You may NEVER hold both YES and NO on the same market question simultaneously. If you held "Bayern YES" and now believe they are overpriced, you MUST close the YES position first before entering NO. Holding both sides of the same question pays a spread to the market maker — exactly one side expires worthless and you lose the premium. The correct action: call get_positions, identify the conflicting position, close it, then place the new order. Violating this rule locks in a guaranteed loss.
119
120
  - CORRELATED PAIRS: Holding YES on one election outcome + NO on the complementary outcome is one correlated exposure, not two independent bets. Count the combined notional against your per-theme cap ($20 total). They cannot both win.
120
121
  - exit_trigger is required on every trade. Be specific: "Exit when price hits 0.X" or "Exit when [specific news event]" — not "when narrative converges."
121
122
  - Call get_budget_status AND get_positions at the start of each scan to know available capital and your current open positions. get_positions returns {"positions": [...], "closed_markets": [...]}. You MUST review BOTH before trading to apply concentration AND closed-market discipline correctly.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polly-gamba",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "Coinbase price signal → Claude brain → Polymarket CLOB execution",
5
5
  "main": "dist/index.js",
6
6
  "bin": {