lha 1.0.2

Long-Horizon Agent command-line package that installs the lha binary.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Config JSON Schema

We generate a JSON Schema for `~/.lha/config.toml` from the `ConfigToml` type
and commit it at `src/agent/cli/product/agent_runtime/config.schema.json` for
editor integration.

When you change any fields included in `ConfigToml` (or nested config types),
regenerate the schema:

```
just write-config-schema
```