source dump of claude code
at main 11 lines 260 B view raw
1import type { Command } from '../../commands.js' 2 3const hooks = { 4 type: 'local-jsx', 5 name: 'hooks', 6 description: 'View hook configurations for tool events', 7 immediate: true, 8 load: () => import('./hooks.js'), 9} satisfies Command 10 11export default hooks