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
+11
View File
@@ -0,0 +1,11 @@
---
description: Update / progress a work package, e.g. "1234 to In Progress, 50% done".
allowed-tools: Bash(python3 *op.py*), Bash(python *op.py*), Bash(ls *)
---
The user wants to update an OpenProject work package: `$ARGUMENTS`
Using the **openproject** skill: parse the work package id and the changes
(status, assignee, priority, done-ratio, dates, subject, description), run
`op.py wp show ID` first to confirm current state, then `op.py wp update ID ...`.
Report the resulting status. Updates are lockVersion-safe automatically.