Interface: CapabilityStats
Statistical summary of the capability registry.
Intent
Provide a quick overview of registered capabilities for dashboards and AI agents.
Example
const stats = registry.getStatistics();
logger.info(`Total: ${stats.totalMethods}, Categories: ${stats.categories.join(', ')}`);
Properties
byPriority
readonlybyPriority:object
Breakdown of entries by priority tier.
fixture
readonlyfixture:number
implementation
readonlyimplementation:number
namespace
readonlynamespace:number
categories
readonlycategories: readonly ("ui5"|"auth"|"navigate"|"table"|"dialog"|"date"|"odata"|"fe"|"intent"|"flp"|"shell"|"footer"|"ai"|"data"|"assert")[]
Deduplicated list of category names across all entries.
generatedAt
readonlygeneratedAt:string
ISO 8601 timestamp when the statistics were generated.
totalMethods
readonlytotalMethods:number
Total number of registered capability entries.
version
readonlyversion:string
Package version string.