> ## Documentation Index
> Fetch the complete documentation index at: https://agent-compass.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Documentation Update

> Document harness protocols, environments, installation, parameters, credentials, and runnable commands.

Create or update `docs/en/user_guide/modules/harnesses/<harness-id>.mdx` and its localized counterpart.

## Required Content

Document:

* What framework or execution strategy the harness integrates and its official source.
* Supported and recommended upstream versions.
* Supported model protocols and any protocol selection rules.
* Supported environments and required capabilities.
* Installation and launch strategies, including what must be preinstalled.
* Workspace, prompt, tool, output-file, and trajectory behavior.
* Harness-specific parameters with defaults, valid values, units, and selection guidance.
* Credentials and where each credential is consumed.
* Timeout, step, cost, retry, and termination semantics.
* Complete runnable commands for representative supported combinations.
* Known incompatibilities and actionable troubleshooting guidance.

## Keep the Page Harness-Specific

Keep benchmark-specific dataset, evaluator, and scoring parameters on benchmark pages. Link to the shared runtime guide
for task concurrency and retry behavior and to the network guide for phase policy configuration.

Use model and credential environment variables in every command. Do not publish real endpoints, tokens, user paths, or
commands that depend on an unexplained private image.

## Preview and Validate

Add new pages to `docs/docs.json`, preview relevant tabs and command blocks, and validate:

```bash theme={"system"}
cd docs
mint dev
mint broken-links
mint validate
```
