harvest-worklog 0.8.0 → 0.9.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: c7177cf851e2cf1de7dea85c719e9482cddb7e75b205c4579b3955044dfd2f90
4
- data.tar.gz: 55080b09e031a6fa8076fca5e1a51825e583c628a619f63ef04cc442af117b03
3
+ metadata.gz: 4ead4ee3da24a3522c5b5e09e694de573b4e10c2736b7e328377197efd349dcb
4
+ data.tar.gz: 41cce9ae00a04e151fd68914ddbb3200ae8451c837f93e95a8bd5b601ea1fc27
5
5
  SHA512:
6
- metadata.gz: 589caf5b05eb1770cc06ac4eb9554c94d20218275d7cfb3191ceff09d6d4fb6f62e237d0722504e2e4542b3f99505064f7486228ec51aca4580bb9bce90a5165
7
- data.tar.gz: 9aa1ba60998427c430e1ee7d8f9dde6500d864ef6ce1921303aec3192359ae34df49d0bdcd3c4c90c9b17ad42502818ec101c020c111591e71d8fa8ca163366d
6
+ metadata.gz: 2e2592d645f2153fab30539d0ad0fd103b8008c0025950c9222298fc1e06abf4cbd759f3b1a6e4a8eeba5ecf985670d13b994d430b870144afdf825a0ea44018
7
+ data.tar.gz: 11f9e301054fc944a9abf5a4509777cb9e6e538d3cd5be2fd50fc06b2a88feaf577b7ae22265ffe7d0a45972f5a7d25f58b99fb9ea36fd54b9eaee2edce0cd64
data/README.md CHANGED
@@ -68,6 +68,8 @@ harvest-worklog timesheet today --project WRAP
68
68
 
69
69
  OMP exposes the same CLI-only path through `/harvest-worklog today WRAP` and the read-only `harvest_time_sheet` tool. The wrapper never calls Harvest directly. A later, separate feature may upload reviewed content through the Harvest API; keep that write path separate from this read-only formatter.
70
70
 
71
+ Type `/harvest-worklog ` in OMP to discover the compact and explicit timesheet forms, relative date tokens, and context-valid `--project`/`--task` options. Completion keeps filter values as editable text, and the slash command delegates the selected timesheet argument vector to the CLI.
72
+
71
73
  ## OMP settings
72
74
 
73
75
  - `defaultHours`: hours per business day when a time-off tool call omits `hours`; defaults to `7`.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HarvestWorklog
4
- VERSION = "0.8.0"
4
+ VERSION = "0.9.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.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marlen Brunner