harvest-worklog 0.13.12 → 0.13.13

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: 694f2a596182beb6a240d9917c456acdf9e329661383db4e1c5159ea19c58663
4
- data.tar.gz: bf66d8629771e93f21934cdcbb99e7f7d7cac31ddfccf098da22d38df3fe1997
3
+ metadata.gz: 72b567b8ba4f2769edb1fbe84b26d8c7def86260d9572f9c291842753526aab9
4
+ data.tar.gz: 5ca1bc1afb0b3c50704aea77b286b535b31efcb102bc0532f654983c6c33c836
5
5
  SHA512:
6
- metadata.gz: 280ca40bcb6493adb43a9992c36b4fb1810443ed1af1a0bdc96560441a5ec8c5966d7b6af3d34bbdfd398fe9add4bbb784057dcf8a7b9eeb1e64fbfd6b2dc9f7
7
- data.tar.gz: 74ad6fa40e341387c9946f1dbe1fcff057a7075aca57654d4a2ff39a748eb7126375488046e0d52c6388b903bffbf53fb7597ab684641d92fab02c0158b81ae4
6
+ metadata.gz: 29f268ea4e2efa594f7f3f7454728b89e2e49feaa673cc8a1a01fc250f7b2511787e0ca4e4818c3798e694fe64a20c984c3057c50ae0b91db0d0e160d3704be0
7
+ data.tar.gz: 2e66a3f6798f96945bf2040a5be9403752a4a321f5680b56dec91bff023503543a46fb96a8ea79dc2230c06cd47d681beaf4d350d3dd854237b82e5733bc4519
data/README.md CHANGED
@@ -68,8 +68,8 @@ Type `/harvest-worklog ` in OMP to discover `timesheet`; date aliases appear aft
68
68
  - `defaultHours`: hours per business day when a time-off tool call omits `hours`; defaults to `7`.
69
69
  - `holidayRegions`: comma-separated Holidays regions; defaults to `ca_yt`.
70
70
  - `command`: direct path to the `harvest-worklog` executable.
71
- - `projectTimeMappings`: optional JSON mapping from OMP Project Time project names to Harvest project/task names. Unmapped evidence remains a review-required local draft.
72
- - `projectTimeLogPath`: optional override for `~/.omp/project-time/time-log.json`.
71
+ - `projectTimeLogPath`: optional path to Project Time v1 evidence; defaults to `~/.omp/project-time/time-log.sqlite`. A legacy versioned JSON snapshot is also supported.
72
+
73
73
 
74
74
  ## OMP Project Time integration
75
75
 
@@ -81,7 +81,7 @@ Configure `projectTimeMappings` with the recorded OMP Project Time project name
81
81
  }
82
82
  ```
83
83
 
84
- Harvest Worklog reads only the documented `omp-project-time/evidence` format at version `1`. An absent, unsupported, or malformed version produces a no-write diagnostic; run a current Project Time session to persist the v1 ledger format before retrying.
84
+ Harvest Worklog reads Project Time's persisted `omp-project-time/evidence` v1 entries. An absent, unsupported, or malformed ledger produces a no-write diagnostic; run a current Project Time session to create the SQLite ledger before retrying.
85
85
 
86
86
  `harvest_preview_project_time_drafts` produces deterministic, copyable Date/Project/Task/Duration blocks from all local `human_active` evidence in an inclusive date range. Mapped evidence uses its configured Harvest destination; unmapped, ambiguous, and unassigned evidence remains an explicit local-project draft. It preserves source entry IDs, intervals, source kind, repository identity, narratives, work items, and task-attribution provenance. Generated narratives are review evidence, never task identity or a factual Harvest note. The tool reads the local log only; it never calls or mutates Harvest.
87
87
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HarvestWorklog
4
- VERSION = "0.13.12"
4
+ VERSION = "0.13.13"
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.13.12
4
+ version: 0.13.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marlen Brunner