usage: tautline fleet-lease [-h] [--target TARGET] [--globs GLOBS]
                            [--ttl-minutes TTL_MINUTES] [--note NOTE]
                            [--goal GOAL] [--lease LEASE]
                            [--operator-note OPERATOR_NOTE]
                            {claim,renew,release,takeover}

positional arguments:
  {claim,renew,release,takeover}

options:
  -h, --help            show this help message and exit
  --target TARGET
  --globs GLOBS         Comma-separated repo-relative globs (claim). Supports
                        * and ? within one path segment and ** across
                        segments; bracket classes are NOT supported and match
                        literally, so src/[ab].py does not guard src/a.py.
  --ttl-minutes TTL_MINUTES
                        Lease TTL; default from adapter
                        fleet.defaultTtlMinutes.
  --note NOTE           Free-text note (required for takeover).
  --goal GOAL           Goal/milestone reference recorded on the lease.
  --lease LEASE         Lease id for renew/release/takeover.
  --operator-note OPERATOR_NOTE
                        Operator decision note; required to act on another
                        lane's LIVE lease.
