import type { Command } from '../../commands.js' const onboardGithub: Command = { name: 'onboard-github', description: 'Interactive setup for GitHub Models: device login or PAT, saved to secure storage', type: 'local-jsx', load: () => import('./onboard-github.js'), } export default onboardGithub