/** * Tests for CLI commands batch 3 — marketing, alliance, wallet, pay, invoice, * org-template, swarm-from-org (13 test gaps: CLI-27 through CLI-39). * * Covers: * CLI-27: marketing -> Deploys 7-agent Marketing Team * CLI-28: marketing --dry-run -> Preview without deploying * CLI-29: alliance -> Deploys 27-agent ASI Alliance * CLI-30: alliance --dry-run -> Preview without deploying * CLI-31: wallet balances -> Shows multi-token balances * CLI-32: wallet delegate -> Generates delegation link * CLI-33: wallet allowance -> Checks ERC-20 allowance * CLI-34: wallet send -> Sends ERC-20 tokens * CLI-35: pay -> Multi-token payment * CLI-36: invoice create -> Creates payment invoice * CLI-37: invoice list -> Lists invoices by status * CLI-38: org-template -> Generates YAML org chart * CLI-39: swarm-from-org -> Deploys custom org swarm * * Run with: node --test --import tsx/esm packages/cli/src/__tests__/commands-3.test.ts */ export {}; //# sourceMappingURL=commands-3.test.d.ts.map