mirror of
https://github.com/codeaashu/claude-code.git
synced 2026-04-09 06:38:46 +03:00
claude-code
This commit is contained in:
12
src/commands/memory/index.ts
Normal file
12
src/commands/memory/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
|
||||
|
||||
91
src/commands/memory/memory.tsx
Normal file
91
src/commands/memory/memory.tsx
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user