harvest-worklog 0.12.2 → 0.13.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: ce6cc165a5333a46d48b2b2e3fb5d6b9583704f62e8b74b254c21275c28b638b
4
- data.tar.gz: a2959c5d0a01a9efb84e0f0b23ba06434661519c0c58633afb3691e56e7e305e
3
+ metadata.gz: 68bcd6ce6fca0591b8ec4484f0f4ec04b83749c834c6d7cd95b6a1095e43f23b
4
+ data.tar.gz: 681351cc3643ecd02fee838129d48c94facef73a6f7c713486298b207bcb5667
5
5
  SHA512:
6
- metadata.gz: 70e8b53cdf726321af2a3ff529958e548335432004bf3a5f408db720c6ab5089ddbc78ec8a36663cb01ddcd8c46fe1b415a97fee193f5c0e5d6793e0bd3841f2
7
- data.tar.gz: 38d7e793c5dccda7161b31288b341644903520b579861cd31cf372a566e6e1f1ed57b1223600cec240ddb21677462a877b25d6fce0f78a74389bb8e8f84d1b66
6
+ metadata.gz: fe5985bee39d8586a4db1f43d4a829288413501fee69c230e729f029b643fc8a38cf39ff93943c7a008af7af83d80cc5e0119ed8b63f49f732663447eba0e66a
7
+ data.tar.gz: cc67aea430874dd22a122d916dd57fbb14c6df6dbeeb954d883aa122895e97100547a929f4f629d4d9e8026b6e98a5b0e1011ed7c005cdfdacb375de847055b9
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 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
+ 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, task, factual activity bullets, category duration, and total. If Harvest lookup or classification is unavailable, configured mappings are used as a fallback; otherwise activities stay visible 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.
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HarvestWorklog
4
- VERSION = "0.12.2"
4
+ VERSION = "0.13.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.12.2
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marlen Brunner