feat(uv): 架构改进 P0-P2 — 事件序列修复/入口层补全/SKILL去重/review门禁/执行器校验/生成器桥接 - #1
Merged
Conversation
P0 修复: - A-4: 事件名归一化(normalizeEventName) + recordCommandEvent 补全9个命令 - P0-1: 补全入口层 .codex/instructions.md(init-task引导+权限声明) - P0-3: skillgen 单真值源重构(DRIVE_LOOP/FLOW_DEF_TAIL常量,消除4份冗余) - P0-4: review流程 RV-1/RV-2 补 expected_events(['validate-artifact']) P1: - P1-2: preflight-check 加执行器注册校验(flows executor vs 注册表) P2: - P0-2: TS 原生生成器桥接 src/commands/generate.ts — run paused 后机械层 自动 spawn codex exec 子代理并 apply-generation,无需主会话手工介入 (unattended 模式自动接入,config.generator.engine=codex 启用) 验证: typecheck/vitest 167/167/generate-skill --check/eslint 全通过
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更概述
20 个文件,+277/-32 行,零警告零错误。全部验证通过(typecheck/vitest 167/167/generate-skill --check/eslint)。
P0 关键修复
P0-2 核心:真无人值守桥接
新增 src/commands/generate.ts — TS 机械引擎在 uv run paused 时自动 spawn codex exec 子代理并 apply-generation 落地补丁。unattended 模式默认启用,无需主会话手工介入。
验证