rename: codex-planex → issue-devpipeline

This commit is contained in:
catlog22
2026-02-18 11:23:29 +08:00
parent 3e2cb036de
commit 38bac39d45
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ description: |
PlanEx 执行角色。加载 solution plan → 代码实现 → 测试验证 → git commit。
每个 executor 实例处理一个 issue 的 solution。
color: green
skill: codex-planex
skill: issue-devpipeline
---
# PlanEx Executor

View File

@@ -4,7 +4,7 @@ description: |
PlanEx 规划角色。需求拆解 → issue 创建 → 方案设计 → 队列编排。
按波次 (wave) 输出执行队列,支持 Deep Interaction 多轮交互。
color: blue
skill: codex-planex
skill: issue-devpipeline
---
# PlanEx Planner

View File

@@ -1,5 +1,5 @@
---
name: codex-planex
name: issue-devpipeline
description: |
Plan-and-Execute pipeline with Wave Pipeline pattern.
Orchestrator coordinates planner (Deep Interaction) and executors (Parallel Fan-out).
@@ -8,7 +8,7 @@ agents: 4
phases: 4
---
# Codex PlanEx
# Issue DevPipeline
边规划边执行流水线。编排器通过 Wave Pipeline 协调 planner 和 executor(s)planner 完成一个 wave 的规划后输出执行队列,编排器立即为该 wave 派发 executor agents同时 planner 继续规划下一 wave。