the claude code sourcemaps leaked march 31
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 256 B view raw
1import type { Command } from '../../commands.js' 2 3const tasks = { 4 type: 'local-jsx', 5 name: 'tasks', 6 aliases: ['bashes'], 7 description: 'List and manage background tasks', 8 load: () => import('./tasks.js'), 9} satisfies Command 10 11export default tasks