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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 507160668ffdb6fbc2e11953974705597e5256a859fb309f6add84154bea14b7
4
- data.tar.gz: 30466353ca697066b2b28d041b8046610571a08ca924242ec6f9d624586e51f8
3
+ metadata.gz: 6e5f132606cb7de41a3dbfe7b632aef65cf9c771fdf32a7822206b02d2ad9bb9
4
+ data.tar.gz: 36debd992d3d8130b73127523cdefa7e6c3b795572a0a7505aaf0dafdad7d3f2
5
5
  SHA512:
6
- metadata.gz: 139ee8ed3372d80a978d88f3166675fdc82deeb2b3378d4604b978f9ffe9e0a199f58249034e907249dd533bd064e0bdb12ff415c20505835e6a60ee182b20d5
7
- data.tar.gz: 130caa3139cbd82efd20876501742551ae016ccc2a84bb7cccd2a24be72480326da7dfa2beb387d9e5095d1c31099fa185b30a92bf351781bbfe0c128ea8fe3b
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 `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.
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HarvestWorklog
4
- VERSION = "0.13.16"
4
+ VERSION = "0.13.17"
5
5
  end
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.16
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-19 00:00:00.000000000 Z
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