963d8b84c7
## Current Behavior The AI agent configuration files (skills, commands, and subagents) checked into the repo for the various assistants (`.agents`, `.github`, `.gemini`, `.opencode`) were out of date relative to the current `nx configure-ai-agents` output. ## Expected Behavior Regenerate the AI agent configuration across `.agents`, `.github`, `.gemini`, and `.opencode` by running `nx configure-ai-agents`. This refreshes the shared skills (`nx-workspace`, `nx-generate`, `nx-import`, `nx-plugins`, `nx-run-tasks`, `link-workspace-packages`, `monitor-ci`), adds the `monitor-ci` command/subagent, and aligns the per-assistant directories with the canonical `.agents` skill layout (`SKILL.md` + `references/`). ## Related Issue(s) N/A — tooling/config regeneration.