Manage conversion work from the terminal.
List, pick, ready, and release signals without leaving the editor. Release stays in the CLI so a deployed SHA can be verified later.
morepaying list [--status]— browse conversion signalsmorepaying show <id>— full triage, plan, usage, paying amountmorepaying pick <id>— claim and set in progressmorepaying ready <id> --summary "..."— mark pending releasemorepaying release --through <sha>— ship pending workmorepaying decline <id> / reopen <id>— close or send back to receivedmorepaying paying— baseline vs tracked paying amountmorepaying impact— reason × people × blocked revenuemorepaying funnel— 327 / 84 / 31 judgment cardmorepaying channels— paying and blocked revenue by sourcemorepaying report— weekly reasons + experiments + blocked revenuemorepaying stripe --amount --customers— read-only Stripe syncmorepaying ready <id> --summary— requires git trailer MorePaying-Ready: <id>morepaying release --through <sha>— SHA must match git HEAD, or local-mvp
$ npx -y --package github:CharlieLZ/morepaying -- morepaying list
$ morepaying pick <id>
$ morepaying ready <id> --summary "Show leftover credits"
$ morepaying release --through <sha>