()
| 15 | return 'Share a free week of Claude Code with friends' |
| 16 | }, |
| 17 | get isHidden() { |
| 18 | const { eligible, hasCache } = checkCachedPassesEligibility() |
| 19 | return !eligible || !hasCache |
| 20 | }, |
| 21 | load: () => import('./passes.js'), |
| 22 | } satisfies Command |
| 23 |
nothing calls this directly
no test coverage detected