diff --git a/Console/Commands/BrainSeedMemoryCommand.php b/Console/Commands/BrainSeedMemoryCommand.php index c71b9e5..a07dfa5 100644 --- a/Console/Commands/BrainSeedMemoryCommand.php +++ b/Console/Commands/BrainSeedMemoryCommand.php @@ -11,9 +11,9 @@ use Illuminate\Console\Command; * Import MEMORY.md files from Claude Code project memory directories * into the OpenBrain knowledge store. * - * Scans ~/.claude/projects/*/memory/ for MEMORY.md and topic-specific - * markdown files, parses them into individual memories, and stores - * each via BrainService::remember(). + * Scans Claude Code project memory directories (~/.claude/projects) + * for MEMORY.md and topic-specific markdown files, parses them into + * individual memories, and stores each via BrainService::remember(). */ class BrainSeedMemoryCommand extends Command {