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: content/learning-paths/servers-and-cloud-computing/arm-mcp-server/4-agentic-systems.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,17 @@ layout: learningpathall
8
8
9
9
## Agentic AI Systems for Migration
10
10
11
-
Different AI coding tools have different ways of configuring persistent instructions and prompt files. This section shows how to set up Arm migration workflows in a couple other popular agentic systems.
11
+
Different AI coding tools provide different mechanisms for defining persistent instructions, such as prompt files or configuration documents. This section shows how to set up Arm migration workflows in a few popular agentic AI systems.
12
12
13
-
The goal is the same across all systems: provide the AI with structured instructions that enable it to use the Arm MCP Server tools effectively and execute multi-step migration workflows autonomously.
13
+
Although the configuration details vary by tool, the goal is the same across all systems: provide the AI with clear, structured instructions so it can use the Arm MCP Server effectively and carry out multi-step migration workflows autonomously.
14
14
15
15
## Kiro Steering Documents
16
16
17
-
[Kiro](https://kiro.dev/) uses "steering documents" - markdown files stored in `.kiro/steering/` that provide persistent context to the AI. Steering files support different inclusion modes based on when you want the instructions to apply.
17
+
[Kiro](https://kiro.dev/) uses "steering documents" - markdown files stored in `.kiro/steering/` that provide persistent context to the AI. Steering documents can be configured with different inclusion modes to control when and how the instructions are applied.
18
18
19
19
### Create Arm Migration Steering Document
20
20
21
-
Create a file at `.kiro/steering/arm-migration.md`:
21
+
Create the following file at `.kiro/steering/arm-migration.md`:
22
22
23
23
```markdown
24
24
---
@@ -50,11 +50,11 @@ Reference this steering document in chat with `#arm-migration`.
50
50
51
51
## OpenAI Codex Prompt Files
52
52
53
-
[OpenAI Codex](https://openai.com/codex/) uses markdown prompt files stored in `~/.codex/prompts/` or `$CODEX_HOME/prompts/`. The filename becomes the command name.
53
+
[OpenAI Codex](https://openai.com/codex/) uses markdown prompt files stored in `~/.codex/prompts/` or `$CODEX_HOME/prompts/`. The filename determines the command name used to invoke the prompt.
54
54
55
55
### Create Arm Migration Prompt
56
56
57
-
Create a file at `~/.codex/prompts/arm-migrate.md`:
57
+
Create the following file at `~/.codex/prompts/arm-migrate.md`:
0 commit comments