refactor: 精简 SDLC,按职责整理项目 Skills 与文档 - #226
Merged
Merged
Conversation
IchenDEV
marked this pull request as ready for review
September 7, 2026 18:30
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.
Outcome
将 CodeTwo 的 SDLC 从四阶段文档和重复审批精简为单份变更记录,并参考 Roleva #738,将开发、发布和运维流程归入三个项目 Skill。保留历史记录、高风险设计与独立验证要求、发布授权和 Core 单实例边界。
devflow使用 Skill 内模板;CI 接入 PR 元数据、Draft/Ready 状态和变更范围检查,移除重复校验及过时迁移脚本。AGENTS.md从 76 行精简至 40 行,启动细节按需加载;本地 Eval 按行为影响触发,Rust 示例优先检查受影响 crate。Change record
Verification
git diff --check通过;三个 Skill 通过官方结构校验。Review and release
分支保护与生产监控回链仍需外部配置;本 PR 未启用这些系统。结构校验不代表模型行为评测通过。