Automatically tag runner with gitlab--duo during AI development setup

Problem Statement

Running rake setup_ai_development and choosing "yes" to configure the runner creates it without the gitlab--duo tag. This tag was recently added in gitlab!213431 (merged) and is required for Remote Flows in Duo Agent Platform.

Impact

Remote Flows fail without the tag, so engineers must manually add it after setup.

Proposal

Update lib/tasks/runner.rake to automatically add tag_list: ['gitlab--duo'] during runner creation.

Impacted categories

The following categories relate to this issue:

Edited by Nao Hashizume