@wix/evalforge-evaluator 0.77.0 → 0.79.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/build/index.js CHANGED
@@ -1144,7 +1144,8 @@ IMPORTANT: This is an automated evaluation run. Follow these guidelines:
1144
1144
  4. Keep your approach simple and direct - avoid excessive planning.
1145
1145
  5. Make targeted edits using Read and Edit tools rather than exploring the entire codebase.
1146
1146
  6. If you encounter an error, fix it directly rather than starting over.
1147
- 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.`;
1147
+ 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.
1148
+ 8. Before finishing, run the project's package manager install command (e.g. \`npm install\`, \`yarn install\`, or \`pnpm install\` depending on the lockfile present) to ensure all dependencies are installed and the project is ready to build.`;
1148
1149
  const fullPrompt = scenario.triggerPrompt + evaluatorPromptSuffix;
1149
1150
  for await (const message of query({
1150
1151
  prompt: fullPrompt,