Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

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

未关闭
#420 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
48/100
Issue 类型
重构
描述清晰度
基本清楚
活跃度
冷清
技术栈
typescript
领域
tooling

调研方向

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.

由索引模型根据 Issue 内容生成。

描述

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.
主要语言
TypeScript
星标
481
派生
45
平均合并
19 小时 38 分钟
30 天内合并 PR
108

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

ai-driven-dev/framework 的其他 Issue

查看 ai-driven-dev/framework 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。