harvest-worklog 0.13.16 → 0.13.17
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 +12 -1
- data/lib/harvest_worklog/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e5f132606cb7de41a3dbfe7b632aef65cf9c771fdf32a7822206b02d2ad9bb9
|
|
4
|
+
data.tar.gz: 36debd992d3d8130b73127523cdefa7e6c3b795572a0a7505aaf0dafdad7d3f2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9694d746289560b7031ee4816ae990834238713abd2aa84b43c046d4f1a0f0f024ec29ba599e3acf1c90bc57ffba92fdc4053f3e2253c3787cc250e3f4144b44
|
|
7
|
+
data.tar.gz: d3fe0aef65643b79bd019a2cbfab371c6aced50cc2e174edbf4e2a362c0a9faa347a02b5c4e1695916c9e96213867f385af653de1918d0fb08c630bbfba43273
|
data/README.md
CHANGED
|
@@ -59,7 +59,18 @@ 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 `
|
|
62
|
+
A configured `projectTimeMappings` destination becomes the draft's Harvest `Project` and `Task`. Evidence with no mapping, an ambiguous work item, or an unassigned work item remains visible under its exact local project with `Harvest: Review destination`; choose the Harvest project and task before submitting. The command first renders compact date, local-project, duration, and Harvest-destination totals capped at 22 lines. It then asks the active OMP model for a bounded work summary and suggested Harvest note, caps that generated section before display, and keeps the combined result within 30 lines. GitHub issue numbers and Jira ticket IDs are extracted as facts, not inferred by the model. `harvest_preview_project_time_drafts` retains source IDs, source kinds, repository identities, intervals, work-item attribution, and narratives for detailed review. Nothing is submitted automatically.
|
|
63
|
+
|
|
64
|
+
#### Interactive Timesheet Specification
|
|
65
|
+
|
|
66
|
+
User stories:
|
|
67
|
+
|
|
68
|
+
- As a worker preparing a Harvest entry, I see one screenful containing the date, exact local project, total duration, Harvest project/task or review warning, a short work summary, and a suggested note.
|
|
69
|
+
- As a worker using `--project`, I see only that exact local project; unrelated projects and excluded records stay hidden.
|
|
70
|
+
- As a reviewer, I see generated prose marked for review and only ticket identifiers grounded in selected evidence.
|
|
71
|
+
- As an auditor, I use the explicit preview tools when I need source IDs, intervals, repository metadata, raw narratives, or attribution details.
|
|
72
|
+
|
|
73
|
+
The observable contract is a deterministic block of at most 22 physical lines followed by a generated section of at most eight lines, keeping the complete result within 30 lines. The block contains only its heading plus date, exact local-project, aggregate-duration, and configured Harvest project/task or `Review destination` totals; embedded whitespace is collapsed. The generated section uses the `AI-generated work summary (review before use)` heading, three to five concise bullets derived from at most eight selected evidence records, and a clearly review-marked suggested Harvest note. The plugin bounds the generated section before display instead of relying on model compliance. The command remains review-only and never writes Harvest.
|
|
63
74
|
|
|
64
75
|
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
76
|
|
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.
|
|
4
|
+
version: 0.13.17
|
|
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-
|
|
11
|
+
date: 2026-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: marlens-harvest-api-v2
|