Skip to content

Commit f1fcbab

Browse files
authored
Update 4-agentic-systems.md
1 parent 53dd19e commit f1fcbab

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/learning-paths/servers-and-cloud-computing/arm-mcp-server/4-agentic-systems.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ layout: learningpathall
88

99
## Agentic AI Systems for Migration
1010

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.
1212

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.
1414

1515
## Kiro Steering Documents
1616

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.
1818

1919
### Create Arm Migration Steering Document
2020

21-
Create a file at `.kiro/steering/arm-migration.md`:
21+
Create the following file at `.kiro/steering/arm-migration.md`:
2222

2323
```markdown
2424
---
@@ -50,11 +50,11 @@ Reference this steering document in chat with `#arm-migration`.
5050

5151
## OpenAI Codex Prompt Files
5252

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.
5454

5555
### Create Arm Migration Prompt
5656

57-
Create a file at `~/.codex/prompts/arm-migrate.md`:
57+
Create the following file at `~/.codex/prompts/arm-migrate.md`:
5858

5959
```markdown
6060
---

0 commit comments

Comments
 (0)