harvest-worklog 0.10.5 → 0.11.0
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: 07e0928fc746b78dbaf9c75fa6f45697cbc92890d8f40521f0462b820f75c011
|
|
4
|
+
data.tar.gz: bf80e7cc399e6cdc336b1717ae9dcf0d9ea448db33c0ec323038447a3cd60d36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 696d6d03c6eee2e996df394893bd7fa5f6f929e942b9e3ed4c23c1871d9c6445c7d386166e8160a1e68cc9941741129ad5748b568e9f7988e61cfa61cee5ad6c
|
|
7
|
+
data.tar.gz: 935b3ba79d50bc30d468befd0ec4b202663e8df96d0bfeca96c71a228383d3573c6fe3f4d4749322753017d388a0d01c485cdb481a16555851d1ce88db4873cb
|
data/README.md
CHANGED
|
@@ -70,7 +70,7 @@ The CLI `timesheet` command and `harvest_time_sheet` OMP tool read the authentic
|
|
|
70
70
|
harvest-worklog timesheet today --project WRAP
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
The `/harvest-worklog timesheet today --project wrap` slash command reads only the requested local OMP Project Time day. Its output explicitly says `Source: local OMP Project Time (not Harvest)
|
|
73
|
+
The `/harvest-worklog timesheet today --project wrap` slash command reads only the requested local OMP Project Time day. Its output explicitly says `Source: local OMP Project Time (not Harvest)` and, when a configured model responds with valid classifications, shows an `AI activity summary` with model-derived category names and durations summed from local records before display rounding. If classification is unavailable or invalid, it preserves the previous top-five activity labels and an honest combined total for the rest. It separately shows a clearly labelled best-effort worklog draft from the same local records. When `projectTimeMappings` contains `wrap`, it separately shows the prospective `Harvest destination`; it does not present that destination as recorded Harvest data. It never calls Harvest or uploads entries.
|
|
74
74
|
`/project-time history` reports all logged dates, so its totals can be larger than the selected day.
|
|
75
75
|
|
|
76
76
|
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.
|