Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 10, 2025

Coding agent has begun work on Complete Zod migration for m365group-set command and will replace this description as work progresses.

See problem context

Update all command.action calls in the m365group-set.spec.ts file to use the commandOptionsSchema.parse() pattern, following the Zod migration pattern established in the reference commits.

The pattern to follow is:

  • Replace { options: { ... } } with { options: commandOptionsSchema.parse({ ... }) }
  • For assert.rejects calls, keep the as any casting when needed

There are approximately 20+ action calls in the spec file that need this update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants