Command
```
liftoff-export bodyweights list --since -7d
```
Actual
```
No bodyweights found.
```
Exit 0.
Expected
Reject negative relative offsets with a clear error (consistent with how `7x` errors with `invalid date unit`). A negative "days ago" doesn't have a defined meaning in the contract — it shouldn't silently be parsed as "7 days in the future" producing an always-empty filter.
Severity
minor
Command
```
liftoff-export bodyweights list --since -7d
```
Actual
```
No bodyweights found.
```
Exit 0.
Expected
Reject negative relative offsets with a clear error (consistent with how `7x` errors with `invalid date unit`). A negative "days ago" doesn't have a defined meaning in the contract — it shouldn't silently be parsed as "7 days in the future" producing an always-empty filter.
Severity
minor