Skip to content

Diagnostics

This page is generated from public package documentation in capell-4/packages and the package manifest checked into the source repository.

FieldValue
Composer packagecapell-app/diagnostics
Package slugdiagnostics
Product groupCapell Operations
Tierpremium
Bundleoperations
Runtime contextsadmin, console
Capell version^4.0
Source repositorycapell-app/packages
Source pathpackages/diagnostics
Docs sourcepackages/diagnostics/docs
Manifestcapell.json

Diagnostics is an Available, Schema-owning Capell package in the Capell Operations product group. It ships as capell-app/diagnostics and extends these surfaces: admin, console.

A single operations cockpit for Capell that surfaces system health, queue activity, config drift, permission audits, and per-package install health - with a guarded command palette for trusted capell:* operations.

After install, admins get package-owned management or reporting surfaces inside Capell.

Status details:

  • Status: Available
  • Tier: premium
  • Bundle: operations
  • Composer package: capell-app/diagnostics
  • Namespace: Capell\Diagnostics
  • Theme key: not applicable

For developers: The package gives developers package-owned service providers, Actions, Data objects, models, Filament classes, and Blade views instead of pushing this behaviour into core or application code.

For teams: A single operations cockpit for Capell that surfaces system health, queue activity, config drift, permission audits, and per-package install health - with a guarded command palette for trusted capell:* operations.

Screenshot contract: docs/screenshots.json.

  • Developer tools dashboard (admin, required).
  • Health widgets on the admin dashboard (admin, required).
  • Command palette page (admin, required).
  • System health page (admin, required).
  • Permission audit page (admin, required).
  • Queue Operations page (admin, required).
  • Service providers: Capell\Diagnostics\Providers\DiagnosticsServiceProvider, Capell\Diagnostics\Providers\AdminServiceProvider.
  • Config files: packages/diagnostics/config/capell-diagnostics.php.
  • Migrations: packages/diagnostics/database/migrations/2026_05_10_190846_01_create_command_palette_runs_table.php, packages/diagnostics/database/migrations/2026_05_29_000001_create_queue_monitors_table.php, packages/diagnostics/database/migrations/2026_06_07_000001_create_diagnostics_health_snapshots_table.php.
  • Models: CommandPaletteRun, DiagnosticsHealthSnapshot, FailedJob, PendingQueueJob, QueueMonitor.
  • Filament classes: CommandPalettePage, DiagnosticsPage, PermissionAuditPage, QueueHealthPage, SystemHealthPage, PermissionAuditTable, QueueHealthTable, AlertsFilamentWidget, CacheHealthFilamentWidget, ConfigDriftFilamentWidget, ContentGraphHealthFilamentWidget, ContentHealthFilamentWidget, and 7 more.
  • Actions: DiscoverCommandPaletteCommandsAction, ExecuteCommandPaletteCommandAction, RedactCommandPaletteOutputAction, ValidateCommandPaletteParametersAction, BuildCacheHealthAction, BuildConfigDriftAction, BuildContentGraphHealthAction, BuildMigrationsHealthAction, BuildPackagesInstalledAction, BuildRegistryHealthAction, BuildSetupHealthAction, BuildTailwindBuildStatusAction, and 17 more.
  • Data objects: CommandPaletteCommandData, CommandPaletteParameterData, CommandPaletteResultData, CacheHealthData, ConfigDriftData, ConfigDriftEntryData, ContentGraphHealthData, ContentHealthData, ContentHealthIssueData, MigrationsHealthData, PackageInfoData, PackagesInstalledData, and 14 more.
  • Command signatures: capell:diagnostics:health.
  • Console command classes: RunDiagnosticsHealthCommand.
  • Manifest contributions: admin-page: Capell\Diagnostics\Manifest\CommandPalettePageContribution, admin-page: Capell\Diagnostics\Manifest\DiagnosticsPageContribution, admin-page: Capell\Diagnostics\Manifest\PermissionAuditPageContribution, admin-page: Capell\Diagnostics\Manifest\QueueHealthPageContribution, admin-page: Capell\Diagnostics\Manifest\SystemHealthPageContribution, dashboard-widget: Capell\Diagnostics\Manifest\SiteHealthWidgetContribution, dashboard-widget: Capell\Diagnostics\Manifest\SystemHealthWidgetsContribution.
  • Health checks: Capell\Diagnostics\Health\DiagnosticsHealthCheck.
  • Blade views: packages/diagnostics/resources/views/filament/pages/command-palette.blade.php, packages/diagnostics/resources/views/filament/pages/diagnostics.blade.php, packages/diagnostics/resources/views/widgets/cache-health.blade.php, packages/diagnostics/resources/views/widgets/config-drift.blade.php, packages/diagnostics/resources/views/widgets/content-graph-health.blade.php, packages/diagnostics/resources/views/widgets/content-health.blade.php, packages/diagnostics/resources/views/widgets/migrations-health.blade.php, packages/diagnostics/resources/views/widgets/packages-installed.blade.php, packages/diagnostics/resources/views/widgets/registry-health.blade.php, packages/diagnostics/resources/views/widgets/setup-health.blade.php, packages/diagnostics/resources/views/widgets/site-health.blade.php, packages/diagnostics/resources/views/widgets/tailwind-build-status.blade.php.
  • Cache tags: diagnostics.
  • Required tables: command_palette_runs, queue_monitors, diagnostics_health_snapshots.
  • Models: CommandPaletteRun, DiagnosticsHealthSnapshot, FailedJob, PendingQueueJob, QueueMonitor.
  • Migration files: 2026_05_10_190846_01_create_command_palette_runs_table.php, 2026_05_29_000001_create_queue_monitors_table.php, 2026_06_07_000001_create_diagnostics_health_snapshots_table.php.
  • Migration impact: run host migrations through the package install flow before opening package surfaces.
  • Deletion/retention behaviour: Docs gap unless the package has an explicit pruning command, retention setting, or tested cascade path.
  • Admin navigation: adds package-owned Filament classes when registered.
  • Permissions: accessDiagnostics, viewDiagnostics, View:PermissionAuditPage, View:CommandPalettePage, View:QueueHealthPage, Manage:QueueHealthPage.
  • Public routes: none detected in package route files.
  • Database changes: package migrations are declared.
  • Settings: no package settings declared.
  • Queues or schedules: none detected in standard package paths.
  • Cache tags: diagnostics.
  • Commands: capell:diagnostics:health.
  • Run migrations before opening package resources or public routes.
  • Run package commands from the host app; in this repository use vendor/bin/pest for package tests.
  • Keep composer.json, composer.local.json, capell.json, docs, screenshots, and tests aligned when the package surface changes.
SymptomLikely causeCheckFix
Package surface is missing after installProvider or manifest is not loadedConfirm capell.json, package composer.json, and provider registrationReinstall the package, refresh Composer autoload, and clear host caches
Admin screen or command fails on missing tablePackage migrations have not runCheck the tables listed in Data ModelRun host migrations and rerun the focused package test
Background work does not runQueue worker or scheduled command is not activeCheck package jobs, commands, and host scheduler configurationStart the queue or scheduler, then run the focused command or package test
  1. Install the package: composer require capell-app/diagnostics.
  2. Run the required setup: php artisan migrate.
  3. Open the related Capell admin surface and verify Diagnostics appears.