harvest-worklog 0.13.0 → 0.13.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 +1 -1
- 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: 3458a21268562623db093d18e9992f0550b45c0dba1bf994544023354c9c7ce6
|
|
4
|
+
data.tar.gz: bf8b94875340eb3d149f752249d89ce50f1a52112244fec7720bd0461102039d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e0c43138c70c66e94304a43ac9e0c678bb51cd944c17fc4dbda3c1f828f71db8df11debf835a7943af61094da5ddaba568e8d84bb986b39edba79cc0755e0b44
|
|
7
|
+
data.tar.gz: 6d1584fe8cdb5dbd2043892613bbc16ee60f92d560ab580ca4fa52360a06586525efa5933f16e1b559698ae470358f687d1a1828a08d1863abe3c2d6ac919085
|
data/README.md
CHANGED
|
@@ -71,7 +71,7 @@ The CLI `timesheet` command and `harvest_time_sheet` OMP tool read the authentic
|
|
|
71
71
|
harvest-worklog timesheet today --project WRAP
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
The `/harvest-worklog timesheet today --project wrap` slash command reads the requested local OMP Project Time day and fetches available Harvest project/task categories through the read-only `mapping-data` path. It asks the configured model to classify local activities into those exact categories, then renders a `Harvest draft (review only; nothing written)` grouped by project
|
|
74
|
+
The `/harvest-worklog timesheet today --project wrap` slash command reads the requested local OMP Project Time day and fetches available Harvest project/task categories through the read-only `mapping-data` path. It asks the configured model to classify local activities into those exact categories and concise feature/workstream labels, then renders a `Harvest draft (review only; nothing written)` grouped by project and task with one high-level workstream bullet per aggregate, each aggregate duration, and destination/overall totals. If Harvest lookup or classification is unavailable, configured mappings are used as a fallback and raw activities remain visible; otherwise activities stay under `Harvest destination not configured` with a configuration hint. The draft uses local Project Time durations and never claims to reproduce manually entered Harvest totals or ticket IDs.
|
|
75
75
|
`/project-time history` reports all logged dates, so its totals can be larger than the selected day.
|
|
76
76
|
|
|
77
77
|
Type `/harvest-worklog ` in OMP to discover `timesheet`; date aliases appear only after selecting `timesheet `. After `--project`, Tab lists local human-active Project Time project names; a prefix filters them case-insensitively. Completion preserves the case-sensitive name required by the command.
|