ConstReadonlydescribe: (name: string) => string | undefinedReturns a human-readable description of a named recipe.
Readonlyfind: (Searches recipes by substring match on name or description.
ReadonlyforAI: () => {Returns all recipes in an AI-agent-friendly format.
ReadonlyforCapability: (Returns recipes associated with a specific capability.
ReadonlyforDomain: (Returns recipes relevant to a specific SAP domain.
ReadonlyforProcess: (Returns recipes for a specific business process.
ReadonlygetDomains: () => string[]Returns unique domain names across all registered recipes.
ReadonlygetSteps: (name: string) => string | undefinedReturns the pattern code for a named recipe, or undefined.
ReadonlygetTopRecipes: (Returns the top n recipes by insertion order.
Readonlyhas: (name: string) => booleanReturns true if a recipe with the given name exists.
Readonlylist: () => {Returns all registered recipe entries.
The underlying registry instance (for advanced usage like fromEntries()).
Readonlysearch: (Searches recipes by substring match on name or description.
Readonlyselect: (Returns recipes matching the given filter criteria.
ReadonlyselectByDomain: (Returns recipes matching the given domain.
ReadonlyselectByPriority: (Returns recipes matching the given priority level.
ReadonlytoJSON: () => readonly {Exports all recipes as a JSON-serializable array.
Readonlyvalidate: (name: string) => { valid: boolean }Validates that a recipe name exists.
Consumer-facing recipes introspection API.