Skip to content

Commit f856d36

Browse files
committed
docs(changelog): sync 1.0.0 gate and governance updates
Update 1.0.0 changelog with the recent workflow gate alignment, pack guard hardening, and agent/skill governance refactor entries. Made-with: Cursor
1 parent cdb7da4 commit f856d36

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- 新增 skills:`idea-feasibility``solution-complexity-audit``stress-strategy``testdata-quality``statement-audit`
2727
- 新增 agents:`autocode-idea-auditor``autocode-solution-auditor``autocode-package-auditor`
2828

29+
### Improvements
30+
31+
- **质量门禁一致性修复**
32+
- `workflow_guard.py``problem_pack_polygon` 的门禁语义对齐:统一读取并执行 `quality_gates`,避免 Hook 与工具层行为不一致。
33+
- `problem_verify_tests` 结果回写状态时同步记录并校验 `limit_case_ratio`,确保后续打包门禁可基于阈值生效。
34+
- `problem_pack_polygon` 增加最小自校验:测试输入/答案配对、题面与主解存在性、工作流验证状态检查。
35+
- **Agent / Skill 治理规范收敛**
36+
- 新增 `skills/agent-skill-governance/SKILL.md`,定义 `agents/``skills/` 的统一语言、术语、结构、决策规则与审查清单。
37+
- `agents/autocode-workflow.md` 去重并转为 orchestration 主责,workflow 细节收拢到 `skills/autocode-workflow/SKILL.md` 以降低双维护漂移。
38+
- `skills/problem-validate/SKILL.md` 轻量化为标准 skill 形态,并新增 `skills/problem-validate/reference.md` 承载详细工具参考。
39+
- **技能文档一致性增强**
40+
-`stress-strategy``statement-audit``testdata-quality` 补齐 `Forbidden Behavior`
41+
- 统一 `type=3``type=4` 的语义边界定义(`type=4` 为针对性 worst-case / TLE 模式,不是简单参数拉满)。
42+
- `solution-complexity-audit` 合并重叠判定语义,明确 `high_tle_risk` 判定方向(应为 `false``low`)。
43+
2944
## [0.9.0] - 2026-04-29
3045

3146
### Features

0 commit comments

Comments
 (0)