kai contract¶
Manage customer contracts with hour budgets and date ranges.
Commands¶
contract add¶
| Option | Description |
|---|---|
--hours, -h | Budget in hours (required) |
--start | Start date, YYYY-MM-DD (default: today) |
--notes | Optional notes |
contract list¶
contract show¶
Show contract details with computed used/remaining hours.
contract edit¶
Update contract fields.
| Option | Description |
|---|---|
--rename | New name |
--hours | New budget |
--start | New start date |
--end | New end date (empty string to reopen) |
--notes | New notes |
contract close¶
Set the end date on a contract.
Defaults to today.
contract delete¶
Delete a contract (requires confirmation).