Spec: add list_repo_milestones + list_repo_labels (closes #80) #81

Merged
brenner-axiom merged 0 commits from refs/pull/81/head into main 2026-03-06 18:03:52 +00:00
brenner-axiom commented 2026-03-06 08:45:31 +00:00 (Migrated from codeberg.org)

Summary

Adds an OpenSpec specification for two new MCP tools requested in issue #80 by @byteflavour:

  • list_repo_milestones — returns milestone names and IDs (enabling autonomous resolution for update_issue)
  • list_repo_labels — returns label names and IDs (enabling autonomous resolution for add_issue_labels)

What is included

This PR contains the spec only (no implementation yet):

  • openspec/changes/list-milestones-labels/proposal.md — why and what changes
  • openspec/changes/list-milestones-labels/design.md — tool signatures, SDK calls, parameter tables
  • openspec/changes/list-milestones-labels/specs/list-milestones-labels/spec.md — BDD requirements + scenarios
  • openspec/changes/list-milestones-labels/tasks.md — implementation checklist

Validated with openspec validate list-milestones-labels

Looking for review from @byteflavour before proceeding to implementation.

## Summary Adds an OpenSpec specification for two new MCP tools requested in issue #80 by @byteflavour: - **`list_repo_milestones`** — returns milestone names and IDs (enabling autonomous resolution for `update_issue`) - **`list_repo_labels`** — returns label names and IDs (enabling autonomous resolution for `add_issue_labels`) ## What is included This PR contains the spec only (no implementation yet): - `openspec/changes/list-milestones-labels/proposal.md` — why and what changes - `openspec/changes/list-milestones-labels/design.md` — tool signatures, SDK calls, parameter tables - `openspec/changes/list-milestones-labels/specs/list-milestones-labels/spec.md` — BDD requirements + scenarios - `openspec/changes/list-milestones-labels/tasks.md` — implementation checklist Validated with `openspec validate list-milestones-labels` ✅ Looking for review from @byteflavour before proceeding to implementation.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
agentic-forges/forgejo-mcp!81
No description provided.