Files
max-sixty__worktrunk/dev
Maximilian Roos 134f9eb471 Default wt list JSON output to schema 2 (#4038)
`wt list --format=json` and `wt list statusline --format=json` now emit
the schema 2 envelope when `[list] json-schema` is unset. Explicit
`json-schema = 1` keeps the legacy bare array, while invalid values warn
and fall back to schema 2.

This removes the completed pending-default migration and its `wt config
update` prompt, and refreshes help, docs, config examples, and
snapshots.

Tests:

- `cargo run -- hook pre-merge --yes`
- `npm --prefix docs run build`

> _This was written by Codex on behalf of max-sixty_
2026-09-07 17:16:30 -07:00
..