@jiggai/recipes 0.4.72 → 0.4.73
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.
- package/README.md +0 -1
- package/dist/index.js +15592 -0
- package/docs/COMMANDS.md +0 -6
- package/docs/TEAM_WORKFLOW.md +0 -5
- package/index.ts +0 -14
- package/openclaw.plugin.json +2 -2
- package/package.json +16 -9
- package/src/lib/recipes.ts +2 -1
package/README.md
CHANGED
|
@@ -281,7 +281,6 @@ openclaw recipes assign --team-id development-team --ticket 0007 --owner dev
|
|
|
281
281
|
openclaw recipes take --team-id development-team --ticket 0007 --owner dev
|
|
282
282
|
openclaw recipes handoff --team-id development-team --ticket 0007 --tester test
|
|
283
283
|
openclaw recipes complete --team-id development-team --ticket 0007
|
|
284
|
-
openclaw recipes cleanup-closed-assignments --team-id development-team
|
|
285
284
|
```
|
|
286
285
|
|
|
287
286
|
### Bindings
|