harvest-worklog 0.10.0 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -3
- data/lib/harvest_worklog/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59f6ddf4acd09bb36f6f508719fccdd81db151107203367cd85deec4fb4bb6da
|
|
4
|
+
data.tar.gz: ebabb8af8524ca17fa2e1972582853eaaef6c721a62df4ad68671091cd63a65f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 637f2eebaad54a58e481b9b860f6af18af769fb573c0af55843e7197a6e02101b4b8aeea998f99a0a2b81bde1d4606c0725715bcf676d51fabe9a025b58fb688
|
|
7
|
+
data.tar.gz: 2ce2096247b4b779a6e88615748d9df27c67841ffaf2dc6f8d70874deaa8ceafc8e7f4ff84f196bb970863932f2ad8eb5c97b314c5564667a068ae93119f0a1c
|
data/README.md
CHANGED
|
@@ -64,15 +64,16 @@ The `harvest_time_aggregates` OMP tool exposes the same optional filters and is
|
|
|
64
64
|
|
|
65
65
|
### Daily timesheets
|
|
66
66
|
|
|
67
|
-
The `timesheet` command
|
|
67
|
+
The CLI `timesheet` command and `harvest_time_sheet` OMP tool read the authenticated user's compact daily Harvest view. They show task totals, entry durations, and notes already recorded in Harvest.
|
|
68
68
|
|
|
69
69
|
```bash
|
|
70
70
|
harvest-worklog timesheet today --project WRAP
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
|
|
73
|
+
The `/harvest-worklog timesheet today --project wrap` slash command instead reads local OMP Project Time and reports separate `Human active` and `Agent elapsed` totals. It does not call Harvest or require `projectTimeMappings`; mappings remain specific to previewing or recording Harvest entries.
|
|
74
|
+
`/project-time history` reports all logged dates, so its totals can be larger than a single-day timesheet.
|
|
74
75
|
|
|
75
|
-
Type `/harvest-worklog ` in OMP to discover `timesheet`, then select `today`, `yesterday`, or an ISO date before the contextual `--project`
|
|
76
|
+
Type `/harvest-worklog ` in OMP to discover `timesheet`, then select `today`, `yesterday`, or an ISO date before the contextual `--project` option. The editable project name must exactly match the case-sensitive local Project Time name.
|
|
76
77
|
|
|
77
78
|
## OMP settings
|
|
78
79
|
|