init claude-code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import type { Command } from '../../commands.js'
|
||||
|
||||
const memory: Command = {
|
||||
type: 'local-jsx',
|
||||
name: 'memory',
|
||||
description: 'Edit Claude memory files',
|
||||
load: () => import('./memory.js'),
|
||||
}
|
||||
|
||||
export default memory
|
||||
Reference in New Issue
Block a user