From c439194c189dfbe772ee5bdcad845cf8421951b4 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 8 Feb 2026 20:10:24 +0000 Subject: [PATCH] feat(menu): move Agentic to dedicated agents group Moves from dashboard group to the new agents group in AdminMenuRegistry, giving it top-level visibility as the platform's primary capability. Co-Authored-By: Virgil --- Service/Boot.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Service/Boot.php b/Service/Boot.php index f34d4b0..3c40783 100644 --- a/Service/Boot.php +++ b/Service/Boot.php @@ -58,14 +58,14 @@ class Boot extends ServiceProvider implements ServiceDefinition /** * Admin menu items for this service. * - * Agentic is positioned in the dashboard group (not services) - * as it's a cross-cutting AI capability, not a standalone product. + * Agentic has its own top-level group right after Dashboard — + * this is the primary capability of the platform. */ public function adminMenuItems(): array { return [ [ - 'group' => 'dashboard', + 'group' => 'agents', 'priority' => 5, 'entitlement' => 'core.srv.agentic', 'item' => fn () => [