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 +4 -4
- data/README.md +3 -3
- data/lib/harvest_worklog/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72b567b8ba4f2769edb1fbe84b26d8c7def86260d9572f9c291842753526aab9
|
|
4
|
+
data.tar.gz: 5ca1bc1afb0b3c50704aea77b286b535b31efcb102bc0532f654983c6c33c836
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
- `
|
|
72
|
-
|
|
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
|
|
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
|
|