> For the complete documentation index, see [llms.txt](https://docs.tessl.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tessl.io/projects/evals.md).

# Evals

Evals attach to a Tessl project.

A project context exists when the current directory, or a parent directory, is linked to a Tessl project.

This lets Tessl recognise the same repository across repeated runs.

### Why this matters

Without a Tessl project, an eval run is just a one-off local run.

With a Tessl project, Tessl has a stable identity for that repository, so source context and evaluation history stay connected.

This makes it easier to:

* Find old runs
* Compare runs over time
* Keep results attached to the right codebase

### What `tessl eval run` does

`tessl eval run` still runs from your local source.

When you run it in a directory, or subdirectory, where a project exists, the run is attached to that project so Tessl can keep its evaluation history together over time.

If the current repository is not linked yet, Tessl may ask you to create or link a project first.

### When continuity breaks

Continuity may be interrupted if the project link in `tessl.json` is missing, broken, or no longer correct.

When that happens:

* Inspect the link
* Repair it if needed
* Rerun once the directory is linked to the expected project

### See also

* [Overview](/projects/overview.md)
* [Manage projects from the CLI](/projects/manage-projects-from-the-cli.md)
* [Evaluate your codebase agent readiness](/improving-your-skills/evaluating-your-codebase.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tessl.io/projects/evals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
