Skip to content

Add version/milestone management tools #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

HasutoSasaki
Copy link

@HasutoSasaki HasutoSasaki commented Aug 5, 2025

Proposal

Implement missing version/milestone management functionality identified in progress.md.

Planned Tools

  • get_version_milestone_list: Retrieve versions/milestones for a project
  • add_version_milestone: Create new versions/milestones
  • update_version_milestone: Update existing versions/milestones
  • delete_version: Delete versions

Implementation Plan

  1. Add 4 new tools with comprehensive tests
  2. Update tools registration in tools.ts
  3. Add translation keys for i18n support
  4. Reuse existing VersionSchema for type safety

No breaking changes planned.

Planning to implement:
- get_version_milestone_list: retrieve versions/milestones for a project
- add_version_milestone: create new versions/milestones
- update_version_milestone: update existing versions/milestones
- delete_version: delete versions
@trknhr
Copy link
Collaborator

trknhr commented Aug 7, 2025

Thanks for the PR!

Just to confirm. This PR includes only the get_version_milestone_list tool. Is that correct?
Does it contain all the commits you intended to include for this feature?

@HasutoSasaki
Copy link
Author

@trknhr

Thank you for your message!

Yes, this PR currently includes only the get_version_milestone_list tool.
At this stage, I opened it as a draft to make the progress visible. Once it’s ready for review, I plan to mark it as ready for review (open).
If opening it as a draft was not appropriate in this case, I’m happy to close it and re-open it properly later.

Please let me know what you’d prefer🙇

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