Files
David Lau 2cb07bef94 feat(cooking): expose advanced params in CLI, client, and docs
- Expand CreateTokenParams interface with all advanced fields:
  raised_token, dev_wallet_bps, is_mayhem/cashback/revoke_fee_auth/agent,
  agent_bps, pump_fee_share_list, flap_rate_conf, fourmeme_rate_conf,
  bags_fee_share_list, bonk_model, buy_wallets, snip_buy_wallets, interval_seconds
- Add supporting interfaces: PumpFeeShareInfo, BAGSFeeShareInfo, FlapRateConf,
  FourmemeRateConf, BuyWalletInfo
- Wire new CLI flags in cooking create: --anti-mev-mode, --raised-token,
  --dev-wallet-bps, --is-mayhem, --is-cashback, --is-revoke-fee-auth,
  --is-agent, --agent-bps, --bonk-model, --interval-seconds
- Update SKILL.md and cli-usage.md parameter tables to document all flags

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 15:31:35 +08:00
..