ver 1.0.0 initial commit

This commit is contained in:
Jason Stedwell
2026-06-27 17:25:55 -05:00
parent 550111295a
commit 2a7efe9c5d
20 changed files with 1850 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
description: Log time on a work package, e.g. /op-time 1234 1.5h debugging the cron.
allowed-tools: Bash(python3 *op.py*), Bash(python *op.py*), Bash(ls *)
---
Log time against an OpenProject work package. Input: `$ARGUMENTS`
Using the **openproject** skill, parse the work package id, the hours (e.g. `1.5h`,
`45m`), and an optional comment, then run `op.py time log --wp ID --hours N
[--comment "..."] [--date YYYY-MM-DD]`. Confirm the logged amount back to the user.