Skip to content

Commit 5990f66

Browse files
authored
Update a4d-workflows-commands.adoc
1 parent 4aba3aa commit 5990f66

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

modules/ROOT/pages/a4d-workflows-commands.adoc

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
= Workflows and Rules
22

3-
Rules and Workflows allow developers to customize how MuleSoft Dev Agent operates within their project.
3+
Rules and Workflows allow developers to customize how Mulesoft Vibes operates within their project.
44

5-
Rules Define natural-language constraints or guidelines for how Dev Agent should generate content.
5+
Rules Define natural-language constraints or guidelines for how Mulesoft Vibes should generate content.
66

77
You can use rules to enforce naming conventions, ensure consistent error handling, or maintain coding standards across your workspace.
88
Rules can be defined at two levels:
99

10-
* *Global* – Applies to all prompts sent to Dev Agent.
10+
* *Global* – Applies to all prompts sent to Mulesoft Vibes.
1111
1212
* *Workspace* – Applies only to the active workspace.
1313
1414
Workflows create predefined multi-step tasks that Dev Agent executes automatically.
1515

16-
Workflows let you streamline repeated development steps and can be triggered using slash commands (for example, `/workflow-name`) in the Dev Agent panel.
16+
Workflows let you streamline repeated development steps and can be triggered using slash commands (for example, `/workflow-name`) in the Mulesoft Vibes panel.
1717

1818
== Add Workflows or Rules
1919

20-
. Open MuleSoft Dev Agent in the sidebar.
20+
. Open MuleSoft Mulesoft Vibes in the sidebar.
2121
. Select *Settings*.
2222
. In the *Rules and Workflows* section, choose whether you want to add a rule or a workflow.
2323
. Select *Add Rule* or *Add Workflow*.
2424
. Provide the required information:
25-
* For rules, enter the natural-language instruction you want Dev Agent to follow.
25+
* For rules, enter the natural-language instruction you want Mulesoft Vibes to follow.
2626
* For workflows, enter a name, an optional description, and the steps the workflow should run.
2727
. Select *Save*.
2828

2929
You can edit or delete existing rules and workflows from the same section.
3030

3131
=== Rule examples
3232

33-
You can use rules to guide how Dev Agent generates or validates content. For example:
33+
You can use rules to guide how Mulesoft Vibes generates or validates content. For example:
3434

35-
* *Naming convention rule*: Instruct Dev Agent to ensure that all API names follow your organization’s naming standards.
35+
* *Naming convention rule*: Instruct Mulesoft Vibes to ensure that all API names follow your organization’s naming standards.
3636

3737
* *Validation rule*: Require that every API specification includes version information before generating related files.
3838

39-
* *Security rule*: Ask Dev Agent to flag endpoints that expose sensitive data without authentication.
39+
* *Security rule*: Ask Mulesoft Vibes to flag endpoints that expose sensitive data without authentication.
4040

4141
==== Workflow examples
4242

43-
Workflows define a sequence of steps that Dev Agent executes to complete a task. For example:
43+
Workflows define a sequence of steps that Mulesoft Vibes executes to complete a task. For example:
4444

4545
* *API design validation workflow*: Validate an API specification, check naming conventions, verify security requirements, and generate a summary of issues.
4646

@@ -50,10 +50,10 @@ Workflows define a sequence of steps that Dev Agent executes to complete a task.
5050

5151
== Add Commands
5252

53-
Commands provide quick shortcuts for interacting with MuleSoft Dev Agent.
53+
Commands provide quick shortcuts for interacting with Mulesoft Vibes.
5454
You can invoke any command by typing `/` in the prompt input box.
5555

56-
Dev Agent includes several built-in commands:
56+
Mulesoft Vibes includes several built-in commands:
5757

5858
* `/newrule` — Create a new rule based on the current conversation.
5959
* `/newchat` — Start a new chat that carries over context from your current task.

0 commit comments

Comments
 (0)