darrenhinde f773b290ce chore(evals): comprehensive cleanup, documentation, and test infrastructure improvements 4 months ago
..
.gitignore 0d1718e551 fix(evals): use test_tmp directory for test artifacts and add cleanup 4 months ago
README.md f773b290ce chore(evals): comprehensive cleanup, documentation, and test infrastructure improvements 4 months ago

README.md

Test Artifacts

This directory contains temporary files created during test execution. It should be cleaned up after tests complete.

DO NOT COMMIT FILES IN THIS DIRECTORY

Installation

To install the project dependencies, navigate to the evaluation framework directory and run:

cd evals/framework
npm install

This will install all required dependencies including:

  • @opencode-ai/sdk - OpenCode AI SDK
  • yaml - YAML parser for test cases
  • zod - Schema validation
  • glob - File pattern matching

Development Dependencies

For development and testing, the following tools are also installed:

  • TypeScript compiler
  • Vitest testing framework
  • ESLint for code linting
  • tsx for TypeScript execution