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 <virgil@lethean.io>
This commit is contained in:
parent
bf7c0d7d61
commit
c439194c18
1 changed files with 3 additions and 3 deletions
|
|
@ -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 () => [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue