agent/php/Console/Commands
Snider fc59aa02eb feat(agent/php): plugin-cc integration — column + sync command (#837)
Migration 2026_04_25_000002 adds nullable plugin_cc_name string column
to agent_profiles. AgentProfile::$fillable extended to allow it.

agentic:sync-plugins-cc artisan command:
- Scans ~/.claude/plugins via Storage::disk(...) local disk (Finder
  fallback) for directories with plugin.json
- Maps to enabled AgentProfile by name first, plugin_cc_name second
- Upserts plugin_cc_name on matches; emits mapped/unmapped table

Pest Feature test fakes HOME, creates plugin dirs, verifies both
mapping paths + disabled/non-matching profiles stay null.

Codex note: php -l clean; pest skipped (no vendor/). Boot.php command
registration deferred — new test registers the command directly to
verify behaviour; Boot wiring belongs to a follow-up that touches
existing Boot file.

Closes tasks.lthn.sh/view.php?id=837

Co-authored-by: Codex <noreply@openai.com>
2026-04-26 00:48:37 +01:00
..
AgenticGenerateCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00
AgenticSyncPluginsCcCommand.php feat(agent/php): plugin-cc integration — column + sync command (#837) 2026-04-26 00:48:37 +01:00
BrainCleanCommand.php feat(brain): add brain:clean artisan command 2026-04-23 13:30:27 +01:00
BrainIngestCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00
BrainPruneCommand.php feat(brain): add brain:prune artisan command 2026-04-23 13:36:41 +01:00
BrainReindexCommand.php fix(brain): close openbrain audit gaps — org scoping + index cleanup + reindex flags + MCP schemas + circuit layer 2026-04-24 08:14:06 +01:00
BrainSeedMemoryCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00
DispatchCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00
GenerateCommand.php feat(agent/agentic): RFC foundation — atomic CompleteTask + credit ledger reconcile 2026-04-25 20:59:38 +01:00
PlanCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00
PlanRetentionCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00
PrepWorkspaceCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00
PrManageCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00
ScanCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00
TaskCommand.php revert fcb9c189e5 2026-04-23 12:32:57 +01:00