You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds tools/audit-harness.sh — a bash script that audits any repo
against all five harness subsystems without requiring Node.js.
Complements skills/harness-creator/scripts/validate-harness.mjs
for environments where Node is unavailable or a curl-pipeable
single-command audit is preferred.
└── CLAUDE.md # Claude Code instructions for this repo
551
553
```
@@ -568,6 +570,20 @@ This repository also includes reusable AI agent skills that you can install dire
568
570
569
571
-[**harness-creator**](./skills/harness-creator/): A skill that helps you scaffold a production-grade harness for your own project in minutes.
570
572
573
+
## Tools
574
+
575
+
Zero-dependency utilities you can run without installing Node.js.
576
+
577
+
-[**audit-harness.sh**](./tools/audit-harness.sh): A shell-based audit script that checks an existing repo against all five harness subsystems (L03–L12). Exits 0 when all CRITICAL items pass. No Node.js required — complements `harness-creator`'s `validate-harness.mjs`.
0 commit comments