harvest-worklog 0.13.13 → 0.13.15

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: 72b567b8ba4f2769edb1fbe84b26d8c7def86260d9572f9c291842753526aab9
4
- data.tar.gz: 5ca1bc1afb0b3c50704aea77b286b535b31efcb102bc0532f654983c6c33c836
3
+ metadata.gz: 9e18323985ec7ad143aef6af68c4105e2890a9d841905d3b5d2237f1bee56886
4
+ data.tar.gz: 19cd83aa7461d60f8f0a367d42b7e0e8633339184ae79ffa6aae021245a4733a
5
5
  SHA512:
6
- metadata.gz: 29f268ea4e2efa594f7f3f7454728b89e2e49feaa673cc8a1a01fc250f7b2511787e0ca4e4818c3798e694fe64a20c984c3057c50ae0b91db0d0e160d3704be0
7
- data.tar.gz: 2e66a3f6798f96945bf2040a5be9403752a4a321f5680b56dec91bff023503543a46fb96a8ea79dc2230c06cd47d681beaf4d350d3dd854237b82e5733bc4519
6
+ metadata.gz: a1a31163b754db23bb1b5d4d6d7aaeb1c03df68ded071a0fa734b9f63bf70cbce97bd3f53e0e93472798aef2bac57a396b3b4ac19d0f9ed1c4b8a76d8f35a4e1
7
+ data.tar.gz: 8b7f0f8b4d5c8c36d0e6f61e236eb9a68fd14ec1fd0055c271611b62c55ab7a2cf00fcea15a4b5e0760aeeb3e60a1e43fd2386a25fc36d35e0e4ffa3a2768fb7
data/README.md CHANGED
@@ -59,7 +59,7 @@ Use `--project PROJECT` only to restrict the draft to one exact local Project Ti
59
59
  /harvest-worklog timesheet yesterday --project wrap
60
60
  ```
61
61
 
62
- A configured `projectTimeMappings` destination becomes the draft's `Project` and `Task`. Evidence with no mapping, an ambiguous work item, or an unassigned work item remains visible under its local project with `Task: Review destination`; choose the Harvest project and task before submitting. Every source entry includes its ID, source kind, repository identity, interval, task-attribution provenance, and optional narrative. Nothing is submitted automatically.
62
+ A configured `projectTimeMappings` destination becomes the draft's `Project` and `Task`. Evidence with no mapping, an ambiguous work item, or an unassigned work item remains visible under its local project with `Task: Review destination`; choose the Harvest project and task before submitting. The command summarizes each draft's destination and duration. `harvest_preview_project_time_drafts` retains source IDs, source kinds, repository identities, intervals, task-attribution provenance, and optional narratives for detailed review. Nothing is submitted automatically.
63
63
 
64
64
  Type `/harvest-worklog ` in OMP to discover `timesheet`; date aliases appear after selecting `timesheet `. After `--project`, Tab lists local human-active Project Time project names. Completion preserves the exact local project name.
65
65
 
@@ -87,7 +87,7 @@ Harvest Worklog reads Project Time's persisted `omp-project-time/evidence` v1 en
87
87
 
88
88
  ### Activity transforms
89
89
 
90
- `harvest_preview_project_time_transforms` emits deterministic JSON for local raw intervals. It accepts an inclusive date range and optional exact `repositoryId`, `project`, and `sourceKind` filters; each matching interval is split by local date and grouped by activity, with missing labels reported as `unlabelled`. It defaults to `human_active` and returns the effective top-level `sourceKind`; selecting `agent_turn_elapsed` requires an explicit source-kind request. Set `applyMappings` to create configured Harvest destinations or review-required local destinations for every included group. The output reports groups, draft entries, and excluded rows; it never writes Harvest.
90
+ `harvest_preview_project_time_transforms` emits deterministic JSON for local raw intervals. It accepts an inclusive date range and optional exact `repositoryId`, `project`, and `sourceKind` filters; each matching interval is split by local date and grouped by activity, with missing labels reported as `unlabelled`. It defaults to `human_active` and returns the effective top-level `sourceKind`; selecting `agent_turn_elapsed` requires an explicit source-kind request. Set `applyMappings` to create configured Harvest destinations or review-required local destinations for every included group. The output reports groups and draft entries; it never writes Harvest.
91
91
 
92
92
 
93
93
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HarvestWorklog
4
- VERSION = "0.13.13"
4
+ VERSION = "0.13.15"
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.13
4
+ version: 0.13.15
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-06 00:00:00.000000000 Z
11
+ date: 2026-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: marlens-harvest-api-v2