@wix/evalforge-evaluator 0.74.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +53 -0
- package/build/index.js +2 -1
- package/build/index.js.map +2 -2
- package/build/index.mjs +2 -1
- package/build/index.mjs.map +2 -2
- package/package.json +5 -5
package/build/index.mjs
CHANGED
|
@@ -1127,7 +1127,8 @@ IMPORTANT: This is an automated evaluation run. Follow these guidelines:
|
|
|
1127
1127
|
3. Do NOT use the Task tool to delegate simple operations - do them directly yourself.
|
|
1128
1128
|
4. Keep your approach simple and direct - avoid excessive planning.
|
|
1129
1129
|
5. Make targeted edits using Read and Edit tools rather than exploring the entire codebase.
|
|
1130
|
-
6. If you encounter an error, fix it directly rather than starting over
|
|
1130
|
+
6. If you encounter an error, fix it directly rather than starting over.
|
|
1131
|
+
7. Your project root is the current working directory. Always create and modify source code files relative to the project root, NOT inside .claude/skills/ directories.`;
|
|
1131
1132
|
const fullPrompt = scenario.triggerPrompt + evaluatorPromptSuffix;
|
|
1132
1133
|
for await (const message of query({
|
|
1133
1134
|
prompt: fullPrompt,
|