Files
Jason Jean 963d8b84c7 chore(repo): update ai agent configuration via nx configure-ai-agents (#36046)
## 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.
2026-06-18 14:36:12 -04:00
..