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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a02b45a165e90c981ab885d5982c4cd8b79554c63cce9b48fa7ce970db7200c9
4
- data.tar.gz: 7ac70cf30b3ce14436c9ac79521befea6605bd1f7c1e6eb41155738c7b87ee4a
3
+ metadata.gz: 07e0928fc746b78dbaf9c75fa6f45697cbc92890d8f40521f0462b820f75c011
4
+ data.tar.gz: bf80e7cc399e6cdc336b1717ae9dcf0d9ea448db33c0ec323038447a3cd60d36
5
5
  SHA512:
6
- metadata.gz: 416fdb9c4b3d57f180c606d64777126378e817dff7694ef24eefb7a351c8840a67e58cb17b7853668e930b3659ab1fdced6cd0049cb97abb83b036ca6e1aac35
7
- data.tar.gz: abfe455ea35843188b3399ca568b7095051f994733e4a2626397ed5424c0dc6e56b463843bf6670183db27c83b15eb06285203a237ff89e9b6744c732b1181f0
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)`, shows up to five duration-ranked activity labels and an honest total for any other activity labels, then asks the active OMP model for a clearly labelled best-effort worklog draft from those same local records. If no model is available or generation fails, the local totals still render. 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.
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HarvestWorklog
4
- VERSION = "0.10.5"
4
+ VERSION = "0.11.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harvest-worklog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.5
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marlen Brunner