You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/a4d-workflows-commands.adoc
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,46 +1,46 @@
1
1
= Workflows and Rules
2
2
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.
4
4
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.
6
6
7
7
You can use rules to enforce naming conventions, ensure consistent error handling, or maintain coding standards across your workspace.
8
8
Rules can be defined at two levels:
9
9
10
-
* *Global* – Applies to all prompts sent to Dev Agent.
10
+
* *Global* – Applies to all prompts sent to Mulesoft Vibes.
11
11
12
12
* *Workspace* – Applies only to the active workspace.
13
13
14
14
Workflows create predefined multi-step tasks that Dev Agent executes automatically.
15
15
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.
17
17
18
18
== Add Workflows or Rules
19
19
20
-
. Open MuleSoft Dev Agent in the sidebar.
20
+
. Open MuleSoft Mulesoft Vibes in the sidebar.
21
21
. Select *Settings*.
22
22
. In the *Rules and Workflows* section, choose whether you want to add a rule or a workflow.
23
23
. Select *Add Rule* or *Add Workflow*.
24
24
. 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.
26
26
* For workflows, enter a name, an optional description, and the steps the workflow should run.
27
27
. Select *Save*.
28
28
29
29
You can edit or delete existing rules and workflows from the same section.
30
30
31
31
=== Rule examples
32
32
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:
34
34
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.
36
36
37
37
* *Validation rule*: Require that every API specification includes version information before generating related files.
38
38
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.
40
40
41
41
==== Workflow examples
42
42
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:
44
44
45
45
* *API design validation workflow*: Validate an API specification, check naming conventions, verify security requirements, and generate a summary of issues.
46
46
@@ -50,10 +50,10 @@ Workflows define a sequence of steps that Dev Agent executes to complete a task.
50
50
51
51
== Add Commands
52
52
53
-
Commands provide quick shortcuts for interacting with MuleSoft Dev Agent.
53
+
Commands provide quick shortcuts for interacting with Mulesoft Vibes.
54
54
You can invoke any command by typing `/` in the prompt input box.
55
55
56
-
Dev Agent includes several built-in commands:
56
+
Mulesoft Vibes includes several built-in commands:
57
57
58
58
* `/newrule` — Create a new rule based on the current conversation.
59
59
* `/newchat` — Start a new chat that carries over context from your current task.
0 commit comments