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.
Returns the top n recipes from the registry.
Maximum number of recipes to return.
Up to n recipe entries.
Searches recipes by substring match against title or description.
Substring to search for.
Matching recipe entries.
Returns recipes matching the given filter criteria.
Optional category and/or role constraints.
Matching recipe entries.
Returns recipes matching the given category.
Category string to filter by.
Matching recipe entries.
Returns recipes matching the given priority level.
Priority level to filter by.
Matching recipe entries.
Returns recipes matching the given role.
Audience role to filter by.
Matching recipe entries.
Queryable registry of reusable test pattern recipes.
Intent
Provide curated SAP Fiori test patterns to AI agents and human testers.
Capability
AI recipe lookup, test scaffolding.
Example