Add repository harness for coding agents (#1157)

Co-authored-by: xingzhi <chuzihao.czh@alibaba-inc.com>
This commit is contained in:
sir1st
2026-05-30 18:57:22 +08:00
committed by GitHub
parent ce04b10eee
commit 6da5cd605a
9 changed files with 490 additions and 0 deletions
+3
View File
@@ -36,6 +36,9 @@ jobs:
npm ci --ignore-scripts
npm rebuild node-pty
- name: Check repository harness
run: npm run harness:check
- name: Test with coverage
run: npm run test:coverage