From e6339d6329f90d17a7d6588bd9764b2a5417e939 Mon Sep 17 00:00:00 2001 From: ganimjeong Date: Sat, 30 May 2026 20:44:35 +0900 Subject: [PATCH] Add Harness-for-claude to SDKs & Development Kits A minimal, language-agnostic harness for Claude Code with safe defaults (Stop-hook self-verification, hardened Bash allowlist with command- substitution deny rules, stack-auto-detecting bootstrap/check/test scripts) that works with any AGENTS.md-compatible agent. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98c4ac8..3ed73ea 100644 --- a/README.md +++ b/README.md @@ -489,6 +489,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - ✨ [**claude-code-sdk-ts**](https://github.com/instantlyeasy/claude-code-sdk-ts) (199 ⭐) - Configure models, enable tools, stream events, then fetch text, JSON, run details or token stats in one call via .asText() or .allowTools('Read', 'Write'). - ✨ [**claude-code-typescript-hooks**](https://github.com/bartolli/claude-code-typescript-hooks) (153 ⭐) - Fast, intelligent quality checks for different project types. - [**claude-code-api-rs**](https://github.com/ZhangHanDong/claude-code-api-rs) (92 ⭐) - A high-performance Rust implementation of an OpenAI-compatible API gateway for Claude Code CLI. +- [**Harness-for-claude**](https://github.com/ganimjeong/Harness-for-claude) (29 ⭐) - A minimal, language-agnostic harness for Claude Code and AGENTS.md-compatible agents (Codex, Cursor, Aider). Ships a single canonical agent guide, Stop-hook self-verification, hardened Bash permissions with command-substitution deny rules, and stack-detecting bootstrap/check/test scripts. ---