worktrunk 0.42.0

A CLI for Git worktree management, designed for parallel AI agent workflows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
comment: false

ignore:
  - "**/tests/**"

coverage:
  status:
    project:
      default:
        removed_code_behavior: adjust_base
        # This disables report a success/failure. That's not helpful on `main`
        # and we get the success/failure from the patch status on PRs.
        informational: true

    patch:
      default:
        only_pulls: true