harness-evolver
Advanced tools
| { | ||
| "name": "harness-evolver", | ||
| "description": "LangSmith-native autonomous agent optimization — evolves LLM agent code using multi-agent proposers, LangSmith experiments, and git worktrees", | ||
| "version": "6.3.1", | ||
| "version": "6.3.2", | ||
| "author": { | ||
@@ -6,0 +6,0 @@ "name": "Raphael Valdetaro" |
+1
-1
| { | ||
| "name": "harness-evolver", | ||
| "version": "6.3.1", | ||
| "version": "6.3.2", | ||
| "description": "LangSmith-native autonomous agent optimization for Claude Code", | ||
@@ -5,0 +5,0 @@ "author": "Raphael Valdetaro", |
@@ -134,3 +134,3 @@ --- | ||
| ```bash | ||
| SRC="$(git rev-parse --show-toplevel)" | ||
| SRC="$(dirname "$(git rev-parse --git-common-dir)")" | ||
| [ -n "$PROJECT_DIR" ] && SRC="$SRC/$PROJECT_DIR" | ||
@@ -191,3 +191,3 @@ # If langsmith-tracing companion is installed, proposer traces nest under iteration: | ||
| Note: `$SRC` is set via `git rev-parse --show-toplevel` at the start of each iteration — always resolves to the git root regardless of CWD drift. | ||
| Note: `$SRC` is set via `git rev-parse --git-common-dir` — resolves to the main repo root even when CWD is inside a worktree (`--show-toplevel` returns the worktree root, which is wrong). | ||
@@ -194,0 +194,0 @@ **Auto-spawn LLM-as-judge** — check if LLM evaluators are configured and automatically spawn the evaluator agent. Do NOT leave this as a manual step for the user: |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
348893
0.02%