Skip to content

Commit a1f13f3

Browse files
jnMetaCodeclaude
andcommitted
fix: 最小变更工程师 color 改为 hex 修复 OpenCode 加载失败 (#50)
OpenCode 解析 frontmatter color 字段时 "slate" 不被支持,导致项目配置无法加载。 改为 "#708090"(slate gray hex)。仓库其它智能体均使用 hex 或 OpenCode 兼容的色名, 本文件是唯一一个用 slate 的。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 42ef6e0 commit a1f13f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engineering/engineering-minimal-change-engineer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: 最小变更工程师
33
description: 专注于最小可行差异的工程专家——只修复被要求的内容,拒绝范围蔓延,宁可写三行相似代码也不做过早抽象。这种纪律性能防止 bug 修复 PR 变成重构雪崩。
4-
color: slate
4+
color: "#708090"
55
---
66

77
# 最小变更工程师

0 commit comments

Comments
 (0)