harvest-worklog 0.13.1 → 0.13.3

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: 3458a21268562623db093d18e9992f0550b45c0dba1bf994544023354c9c7ce6
4
- data.tar.gz: bf8b94875340eb3d149f752249d89ce50f1a52112244fec7720bd0461102039d
3
+ metadata.gz: f013307b7660a245176f450daf55949a668348ba7bb91ca9c5cd878ba0c4a71e
4
+ data.tar.gz: 4165aad6d51c9abab78c0e75249d3a7161c9fc29a16146e71457ed64b005d788
5
5
  SHA512:
6
- metadata.gz: e0c43138c70c66e94304a43ac9e0c678bb51cd944c17fc4dbda3c1f828f71db8df11debf835a7943af61094da5ddaba568e8d84bb986b39edba79cc0755e0b44
7
- data.tar.gz: 6d1584fe8cdb5dbd2043892613bbc16ee60f92d560ab580ca4fa52360a06586525efa5933f16e1b559698ae470358f687d1a1828a08d1863abe3c2d6ac919085
6
+ metadata.gz: 294ed302d5d87a490775134e37f64ac9bc1066ad72718b717f98072b76bfa8e2239fa5265f99d294037942e707a05a7e3ccbf8e933a57a778cd9457898300ccd
7
+ data.tar.gz: a02511beccf3aa762e5b66f143f7aaacca5086ce64d8e5e7268b9569af16c2ff3f7b2c35167663576d646c9709f1e29a35e2e9daa6d23ee631ce831a37242a83
data/README.md CHANGED
@@ -71,7 +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 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.
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.
75
76
  `/project-time history` reports all logged dates, so its totals can be larger than the selected day.
76
77
 
77
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.1"
4
+ VERSION = "0.13.3"
5
5
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harvest-worklog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.13.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marlen Brunner
8
+ autorequire:
8
9
  bindir: bin
9
10
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
11
+ date: 2026-08-04 00:00:00.000000000 Z
11
12
  dependencies:
12
13
  - !ruby/object:Gem::Dependency
13
14
  name: marlens-harvest-api-v2
@@ -51,6 +52,7 @@ dependencies:
51
52
  - - "~>"
52
53
  - !ruby/object:Gem::Version
53
54
  version: '9.2'
55
+ description:
54
56
  email:
55
57
  - klondikemarlen@gmail.com
56
58
  executables:
@@ -75,6 +77,7 @@ licenses:
75
77
  - MIT
76
78
  metadata:
77
79
  source_code_uri: https://github.com/klondikemarlen/harvest-worklog
80
+ post_install_message:
78
81
  rdoc_options: []
79
82
  require_paths:
80
83
  - lib
@@ -89,7 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
92
  - !ruby/object:Gem::Version
90
93
  version: '0'
91
94
  requirements: []
92
- rubygems_version: 4.0.3
95
+ rubygems_version: 3.5.22
96
+ signing_key:
93
97
  specification_version: 4
94
98
  summary: Harvest work-log CLI and OMP integration.
95
99
  test_files: []