Skip to content

Commit dc50cff

Browse files
committed
feat(v1.10.0): unify harness: namespace for all skills and commands
1 parent 75f2483 commit dc50cff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1172
-220
lines changed

.DS_Store

6 KB
Binary file not shown.

.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "harness-engineering",
3-
"version": "1.9.2",
2+
"name": "harness",
3+
"version": "1.10.0",
44
"description": "AI Agent 工程能力建设 plugin。基于 Harness Engineering 规范,支持新项目初始化、存量项目审计与持续迭代演进。支持 Claude Code 和 CodeBuddy。安装即用。",
55
"homepage": "https://github.com/huangbaixun/harness-engineering",
66
"repository": "https://github.com/huangbaixun/harness-engineering",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Sprint feature 分配规划。分析 docs/features.json 的依赖图和团队负载,输出最优 owner 分配方案 + 可直接执行的 sprint-kickoff.sh 脚本。
33
---
44

5-
# /assign-features — Sprint Feature 分配规划器
5+
# /harness:assign — Sprint Feature 分配规划器
66

77
> 目标:让每位团队成员在 Sprint 开始时,5 分钟内拿到一份"我应该做什么、怎么开始"的可执行脚本,而不是一张需要二次解读的分配表。
88
@@ -201,7 +201,7 @@ print('F-004 已认领')
201201
fi
202202

203203
echo "✅ Sprint 已启动。各成员的 Agent 在后台运行。"
204-
echo "📌 当任何任务完成后,运行 /context-dump 保存进度。"
204+
echo "📌 当任何任务完成后,运行 /harness:dump 保存进度。"
205205
```
206206

207207
将此脚本保存到项目根目录:`sprint-kickoff.sh`,并 `chmod +x sprint-kickoff.sh`
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: 为当前项目初始化完整的 AI Agent Harness 工程体系
66

77
1. 检测当前项目技术栈(扫描 package.json / requirements.txt / go.mod / Cargo.toml 等)
88
2. 询问用户确认技术栈信息和项目类型
9-
3. 使用 harness-init Skill 的流程,按六层模型生成完整 Harness 结构:
9+
3. 使用 harness:init Skill 的流程,按六层模型生成完整 Harness 结构:
1010
- CLAUDE.md(≤ 60 行)
1111
- .claude/settings.json(Hook 注册 + 权限配置)
1212
- .claude/hooks/(Stop + PreToolUse + PostToolUse)
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: 检测代码库熵增,发现死代码、重复实现、过度耦合,生成健康度报告
33
---
44

5-
# /entropy-scan — 代码熵增检测
5+
# /harness:scan-entropy — 代码熵增检测
66

77
**运行频率**:每月一次,或在大规模重构后手动触发。
88

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)