Constructs a registry pre-seeded from the generated recipe list.
StaticfromCreates a registry seeded with an explicit list of entries.
Recipe entries to seed the registry with.
A new RecipeRegistry instance containing the given entries.
Returns all recipes in an AI-agent-friendly format.
All recipe entries ordered by insertion.
Capability IDs or refs this recipe uses.
One or two sentence explanation.
Domain category for grouping.
Unique kebab-case identifier.
Short descriptive title.
Ready-to-use TypeScript code pattern.
Priority level for adoption guidance.
Returns the top n recipes from the registry.
Maximum number of recipes to return.
Up to n recipe entries.
Capability IDs or refs this recipe uses.
One or two sentence explanation.
Domain category for grouping.
Unique kebab-case identifier.
Short descriptive title.
Ready-to-use TypeScript code pattern.
Priority level for adoption guidance.
Searches recipes by substring match against name or description.
Substring to search for.
Matching recipe entries.
Capability IDs or refs this recipe uses.
One or two sentence explanation.
Domain category for grouping.
Unique kebab-case identifier.
Short descriptive title.
Ready-to-use TypeScript code pattern.
Priority level for adoption guidance.
Returns recipes matching the given filter criteria.
Optional category and/or role constraints.
Matching recipe entries.
Capability IDs or refs this recipe uses.
One or two sentence explanation.
Domain category for grouping.
Unique kebab-case identifier.
Short descriptive title.
Ready-to-use TypeScript code pattern.
Priority level for adoption guidance.
Returns recipes matching the given domain.
Domain string to filter by (e.g. 'ui5', 'table', 'auth').
Matching recipe entries.
Capability IDs or refs this recipe uses.
One or two sentence explanation.
Domain category for grouping.
Unique kebab-case identifier.
Short descriptive title.
Ready-to-use TypeScript code pattern.
Priority level for adoption guidance.
Returns recipes matching the given priority level.
Priority level to filter by.
Matching recipe entries.
Capability IDs or refs this recipe uses.
One or two sentence explanation.
Domain category for grouping.
Unique kebab-case identifier.
Short descriptive title.
Ready-to-use TypeScript code pattern.
Priority level for adoption guidance.
Queryable registry of reusable test pattern recipes.
Intent
Provide curated SAP Fiori test patterns to AI agents and human testers.
Capability
pramanAI.recipes
Example