Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

[Feature]: Remove taskstoissues from the core command set

Đang mở
#4,423 0 bình luận 1 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
35/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Sôi nổi
Công nghệ
python
Lĩnh vực
cli, documentation, testing

Hướng nghiên cứu

Bắt đầu với các mẫu lệnh cốt lõi, danh mục lệnh, khung tích hợp và các kỳ vọng về lệnh được tạo được đề cập trong issue. Sau đó, kiểm tra các khai báo dành riêng cho từng agent cùng với các bài kiểm thử tích hợp, preset và extension để tìm các giả định rằng taskstoissues luôn được cài đặt. Công việc được xem là hoàn tất khi lệnh cốt lõi không xuất hiện trong các project mới, extension github-issues vẫn là lựa chọn chuẩn, khả năng tương thích và hooks được xử lý an toàn, đồng thời tài liệu migration được cập nhật.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

enhancement needs-triage triage-can-wait
Problem Statement

After the bundled GitHub Issues extension is available and the core /speckit.taskstoissues command has completed a deprecation period, retaining both implementations leaves GitHub-specific project-management behavior in the core SDD command set and creates duplicate maintenance surfaces.

The final migration stage should make the extension the sole owner of GitHub issue creation.

Proposed Solution

After #4421 and #4422 have shipped in earlier minor releases, remove taskstoissues from the core command set.

The removal should cover all core-owned surfaces, including:

  • The core command template.
  • Core command inventories, ordering, and descriptions.
  • Integration scaffolding and generated core command expectations.
  • Agent-specific argument descriptions and tool declarations.
  • Tests that assume taskstoissues is always installed as a core command.
  • README, installation, integration, and upgrade documentation.

The bundled github-issues extension should become the sole implementation and continue to provide speckit.github-issues.taskstoissues.

Once the core namespace is free, add speckit.taskstoissues as a deprecated compatibility alias in the extension if the extension command and alias validation rules support it safely. The namespaced command remains canonical. Projects without the extension should no longer receive any tasks-to-issues command.

Document the breaking change prominently and provide an agent-consumable migration recipe:

specify extension add github-issues
specify integration upgrade <integration>

The exact refresh command should be verified against the supported upgrade flow before publication.

Alternatives Considered
  • Retain the deprecated core command indefinitely: Leaves provider-specific functionality and duplicate maintenance in core.
  • Auto-install the extension for everyone: Preserves behavior but defeats the goal of making issue tracking opt-in.
  • Remove the core command without a compatibility alias: Simpler, but unnecessarily disrupts users who have installed the replacement extension and still invoke the legacy name.
Component

Specify CLI (initialization, commands)

AI Agent (if applicable)

All agents

Use Cases
  1. New projects receive only the core SDD workflow unless they explicitly opt into GitHub issue tracking.
  2. GitHub issue functionality can evolve and release independently as an extension.
  3. Other issue-tracker providers can offer parallel extensions without replacing a core command.
Acceptance Criteria
  • This issue is implemented only after #4421 and #4422 have shipped in earlier minor releases.
  • taskstoissues is removed from the core command templates and inventories.
  • Fresh projects do not receive a tasks-to-issues command unless github-issues is installed.
  • The extension remains installable and provides the canonical speckit.github-issues.taskstoissues command.
  • A deprecated speckit.taskstoissues extension alias is provided if it can be registered safely after the core command is removed.
  • Extension hooks using before_taskstoissues and after_taskstoissues continue to function when the extension command runs.
  • Integration, preset, and extension tests are updated for the new opt-in behavior.
  • Upgrade documentation clearly identifies the removal as breaking and provides migration commands.
  • Related work, including #4370 and #2223, references the extension rather than the removed core command.
  • The removal is included in a later minor release.
Additional Context

This is stage 3 of the migration:

  1. #4421 adds the bundled GitHub Issues extension.
  2. #4422 deprecates the core command after the replacement ships.
  3. This issue removes the command from core after the deprecation window.

Spec Kit's current release guidance treats the version as a release identifier rather than a promise that breaking changes require a new major version. The removal may therefore ship in a minor release, provided it is clearly identified and documented as breaking.

Related discussion: #4370, especially https://github.com/github/spec-kit/issues/4370#issuecomment-5525946904.

Ngôn ngữ chính
Python
Star
138k
Fork
12.4k
Merge trung bình
3 ngày 4 giờ
Pull request đã merge (30 ngày)
154

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của github/spec-kit

Tất cả issue của github/spec-kit

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.