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

refactor(aidd-orchestrator): make the delivery loop a contract-compliant router

Đang mở
#420 0 bình luận 0 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
48/100
Loại issue
Tái cấu trúc
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Ít trao đổi
Công nghệ
typescript
Lĩnh vực
tooling

Hướng nghiên cứu

Start with the root router, the routing reference, and the public skill entry point 00-async-dev; trace how route, setup, run, and review currently select and load actions. Compare the shortest and longest paths before and after, preserving provider discovery, trigger aliases, and observable outcomes. Done means the root contains only the contract flow, action table, and transversal rules, with line counts recorded in the PR.

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

Mô tả

Need

The delivery loop configures unattended delivery, routes one ready work request to delivery, and iterates on review feedback. Its current public name, async-dev, describes an implementation style rather than that outcome.

The public skill remains 00-async-dev in this refactor. Renaming its identifier is a separate compatibility migration; this issue only makes its router understandable, lazy-loaded, and contract-compliant.

Current state

The SDLC provider is already discovered at runtime by capability description. The remaining problem is structural: the always-loaded router duplicates the routing protocol and expands every setup, run, and review detail, although one invocation uses only one path.

Scope

  • Make the root router express only route → setup | run | review, its action table, and transversal rules.
  • Add internal load boundaries:
    • route resolves the mode from the routing protocol.
    • setup, run, and review each load their existing ordered action sequence only after selection.
  • Keep detailed selection precedence, trigger aliases, and conflict handling in the routing reference, with one source of truth.
  • Preserve the existing dynamic SDLC-provider discovery and all current setup, run, and review behavior.
  • Measure the lines read on the shortest and longest paths before and after.

Out of scope

  • Renaming 00-async-dev, changing its invocation, or breaking trigger compatibility.
  • Splitting setup, run, and review into separate public skills.
  • Changing automation policy, GitHub integration, or the SDLC capability contract.

Acceptance criteria

  • The root router satisfies the skill contract: flow, action table, and transversal rules only.
  • A mode is selected through one routing source of truth, then only its internal sequence is loaded.
  • Setup, run, and review produce the same observable outcomes as before for the same inputs.
  • Provider discovery remains runtime-based; no provider name appears in root routing logic.
  • Existing trigger aliases continue to select the same mode.
  • The PR states shortest- and longest-path line counts before and after.
Ngôn ngữ chính
TypeScript
Star
481
Fork
45
Merge trung bình
19 giờ 38 phút
Pull request đã merge (30 ngày)
108

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 ai-driven-dev/framework

Tất cả issue của ai-driven-dev/framework

Issue tương tự

Thêm issue về TypeScript

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.