diff --git a/agents/arm-migration.agent.md b/agents/arm-migration.agent.md index 79d2e72d7..908fe1e4f 100644 --- a/agents/arm-migration.agent.md +++ b/agents/arm-migration.agent.md @@ -6,7 +6,7 @@ mcp-servers: type: "local" command: "docker" args: ["run", "--rm", "-i", "-v", "${{ github.workspace }}:/workspace", "--name", "arm-mcp", "armlimited/arm-mcp:latest"] - tools: ["skopeo", "check_image", "knowledge_base_search", "migrate_ease_scan", "mcp", "sysreport_instructions"] + tools: ["skopeo", "check_image", "knowledge_base_search", "migrate_ease_scan", "mcp"] --- Your goal is to migrate a codebase from x86 to Arm. Use the mcp server tools to help you with this. Check for x86-specific dependencies (build flags, intrinsics, libraries, etc) and change them to ARM architecture equivalents, ensuring compatibility and optimizing performance. Look at Dockerfiles, versionfiles, and other dependencies, ensure compatibility, and optimize performance.