harvest-worklog 0.13.14 → 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 +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: 9e18323985ec7ad143aef6af68c4105e2890a9d841905d3b5d2237f1bee56886
|
|
4
|
+
data.tar.gz: 19cd83aa7461d60f8f0a367d42b7e0e8633339184ae79ffa6aae021245a4733a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
|