harvest-worklog 0.13.4 → 0.13.5

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: 12d50626d66c6ae4c694a87fe5f2b910e58702f6b74bb6e04f7cb3db74083bfc
4
- data.tar.gz: c610195486d96f2116f4fbc368c6a2a52576f81b4ea23a154796f8c20446b373
3
+ metadata.gz: 3b51d6d0a5441984dbfefb62ad1d2968448d05f8ff2bfaa876431d2ed86c1115
4
+ data.tar.gz: 3156fc8a3aedaa63322871ce93d6e7bd5ab1ed447c0ae6068ddc0047b6769faa
5
5
  SHA512:
6
- metadata.gz: 6e12f4c5da4a297091494352ad663f35e3c27bc4c73a317355ebe8785d0f5461e0a27b91cc26c0e1fe354886b92bfff06d7bdb356c1f6bc2d00d4d10eabbfe48
7
- data.tar.gz: 8bb7ae27327d917041b7bc7851ad3abeac70255b0580497f80909b4512a1ac53901eb0042ca85452432fcb7d0988c5b44e49b960a9721574218554f52dee29f2
6
+ metadata.gz: 9296b71f3ae2a6eb97a723e5096670c31a0bada76e70b3842802a0581ffaa06a65b49b9c610e2c80fc4d2826bc788186a7f4997d8432fbfad1c575961bec2e9f
7
+ data.tar.gz: c5cb75fb5318bfe07304ec8771b5f4154cd55bb252d757daa7cf6d1e5652dcbc4bf02df3f817761dbc3c4334cc8d0e2b645042caa5cd791cf918f5fadb83b015
data/README.md CHANGED
@@ -71,8 +71,8 @@ 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 and concise feature/workstream labels, then renders a `Harvest draft (review only; nothing written)` grouped by project and task with at most four high-level worklog/workstream bullets per aggregate, exact local duration totals, and destination/overall totals. If Harvest lookup or classification is unavailable, configured mappings are used as a fallback; generated worklog bullets are used when available, otherwise raw activity labels are bounded to four plus an `other local activities` remainder. The draft uses local Project Time durations and never claims to reproduce manually entered Harvest totals or ticket IDs.
75
- When a Project Time log has no narrative text, generated bullets summarize its activity labels and do not reconstruct missing Harvest notes; logs that provide `narrative.text` can supply richer source material.
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 exact local duration totals. Mapped groups include source narratives as reviewable notes when the log provides them; otherwise they explicitly say that a factual Harvest note is required. Unmapped work is marked not submittable and retains bounded local activity evidence. If Harvest lookup or classification is unavailable, configured mappings are used as a fallback; generated worklog bullets are used only in the non-Harvest activity-summary path.
75
+ When a Project Time log has no narrative text, the draft does not turn activity labels into Harvest notes; it shows them as reference evidence and asks the user to add factual detail. Logs that provide `narrative.text` can supply reviewable source notes.
76
76
  `/project-time history` reports all logged dates, so its totals can be larger than the selected day.
77
77
 
78
78
  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.13.4"
4
+ VERSION = "0.13.5"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harvest-worklog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.4
4
+ version: 0.13.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marlen Brunner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-08-04 00:00:00.000000000 Z
11
+ date: 2026-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: marlens-harvest-api-v2