Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

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

Abierto
#420 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
48/100
Tipo de issue
Refactorización
Claridad
Bastante claro
Estado de actividad
Tranquilo
Stack tecnológico
typescript
Área
tooling

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.
Lenguaje dominante
TypeScript
Estrellas
481
Forks
45
Merge medio
19 h 38 min
PR fusionados (30 d)
108

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de ai-driven-dev/framework

Todos los issues de ai-driven-dev/framework

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.