starpacker52's picture
Add files using upload-large-folder tool
87a4202 verified
Raw
History Blame Contribute Delete
220 Bytes
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