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 9623e1e0b5
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s
feat: add brain:ingest command for comprehensive knowledge archival
Discovers markdown across 4 source types:
- memory: ~/.claude/projects memory files
- plans: docs/plans across repos + ~/.claude/plans
- claude-md: CLAUDE.md repo instructions
- tasks: core/tasks research and ideas

Supports --fresh to clear collection, --dry-run for preview,
and --source to target specific types.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 11:10:37 +00:00
..
BrainIngestCommand.php feat: add brain:ingest command for comprehensive knowledge archival 2026-03-03 11:10:37 +00:00
BrainSeedMemoryCommand.php fix: remove glob path from docblock that broke PHP tokenizer 2026-03-03 10:49:30 +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