This repository has been archived on 2026-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
php-agentic/Console/Commands
Snider dfd3dde7b1
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s
feat(brain): add brain:seed-memory artisan command
Scans ~/.claude/projects/*/memory/ for MEMORY.md and topic markdown
files, parses sections, infers memory types, and imports into
OpenBrain via BrainService::remember().

Supports --dry-run, --workspace, --agent, and --path options.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-03 09:53:28 +00:00
..
BrainSeedMemoryCommand.php feat(brain): add brain:seed-memory artisan command 2026-03-03 09:53:28 +00:00
GenerateCommand.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
PlanCommand.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00
PlanRetentionCommand.php feat: add plan archival with retention policy (#34) 2026-02-23 15:11:55 +00:00
TaskCommand.php chore: fix pint code style and add test config 2026-02-23 03:50:09 +00:00