[TypeSpec Authoring][Versioning] Update skill: always ask for target version for features
Open
AzSDK Tools Agent
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
Part of #16162.
Update the `azure-typespec-author` skill so that, when authoring features/changes, it **always asks for the target API version** before applying changes. This ensures version decorators are applied against the correct version.
## Scope
- Prompt for / require the target API version when adding or modifying features.
- Use the target version to drive the versioning decorators (`@added`, `@removed`, `@renamedFrom`, etc.).
- Respect the service's existing `@versioned` enum.
Contributor guide
Assessment
This issue has not been assessed yet.