harvest-worklog 0.13.1 → 0.13.2
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 +2 -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: e2cd32c58f7256f2d3a2123fd6082b927dba01b69de1e42b5e38f00aa9665e00
|
|
4
|
+
data.tar.gz: f3fe19bfe0f2c575fb1f982b1a78f9ea20327f3cf4d193d46deccb880659c36b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c63d30f4903e1853c60131bd17bcb9ff03c2225303fd69ea94120bb9b67f8ca4978806e4b8a38b646fb270104a15670352a156eb4c47b29e06a7f4509e9e19d
|
|
7
|
+
data.tar.gz: b32d4605483279dea701c81e8beee5f8b13da346eeca73f1b11e9be81ca3bada8df8cdb561ddfe89fca7ee18ce05275134d1115b762ecf1e0b2e71bacaf6154d
|
data/README.md
CHANGED
|
@@ -71,7 +71,8 @@ The CLI `timesheet` command and `harvest_time_sheet` OMP tool read the authentic
|
|
|
71
71
|
harvest-worklog timesheet today --project WRAP
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
The `/harvest-worklog timesheet today --project wrap` slash command reads the requested local OMP Project Time day and fetches available Harvest project/task categories through the read-only `mapping-data` path. It asks the configured model to classify local activities into those exact categories and concise feature/workstream labels, then renders a `Harvest draft (review only; nothing written)` grouped by project and task with
|
|
74
|
+
The `/harvest-worklog timesheet today --project wrap` slash command reads the requested local OMP Project Time day and fetches available Harvest project/task categories through the read-only `mapping-data` path. It asks the configured model to classify local activities into those exact categories and concise feature/workstream labels, then renders a `Harvest draft (review only; nothing written)` grouped by project and task with at most four high-level worklog/workstream bullets per aggregate, exact local duration totals, and destination/overall totals. If Harvest lookup or classification is unavailable, configured mappings are used as a fallback; generated worklog bullets are used when available, otherwise raw activity labels are bounded to four plus an `other local activities` remainder. The draft uses local Project Time durations and never claims to reproduce manually entered Harvest totals or ticket IDs.
|
|
75
|
+
When a Project Time log has no narrative text, generated bullets summarize its activity labels and do not reconstruct missing Harvest notes; logs that provide `narrative.text` can supply richer source material.
|
|
75
76
|
`/project-time history` reports all logged dates, so its totals can be larger than the selected day.
|
|
76
77
|
|
|
77
78
|
Type `/harvest-worklog ` in OMP to discover `timesheet`; date aliases appear only after selecting `timesheet `. After `--project`, Tab lists local human-active Project Time project names; a prefix filters them case-insensitively. Completion preserves the case-sensitive name required by the command.
|