harvest-worklog 0.13.15 → 0.13.16
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 +1 -1
- 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: 507160668ffdb6fbc2e11953974705597e5256a859fb309f6add84154bea14b7
|
|
4
|
+
data.tar.gz: 30466353ca697066b2b28d041b8046610571a08ca924242ec6f9d624586e51f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 139ee8ed3372d80a978d88f3166675fdc82deeb2b3378d4604b978f9ffe9e0a199f58249034e907249dd533bd064e0bdb12ff415c20505835e6a60ee182b20d5
|
|
7
|
+
data.tar.gz: 130caa3139cbd82efd20876501742551ae016ccc2a84bb7cccd2a24be72480326da7dfa2beb387d9e5095d1c31099fa185b30a92bf351781bbfe0c128ea8fe3b
|
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. The command
|
|
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 first renders deterministic date, project, duration, linked work items, and review destination. It then asks the active OMP model to create a clearly labeled work summary and suggested Harvest note from at most eight selected activity/narrative records; review generated prose before use. If no active model is available, the deterministic facts remain visible. `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
|
|