@turkit/workflow
Version:
Project-agnostic workflow Agent Skills (ticket lifecycle, reviews, ship, handoff) distributed via TanStack Intent.
33 lines (32 loc) • 741 B
JSON
{
"name": "@turkit/workflow",
"version": "1.5.0",
"description": "Project-agnostic workflow Agent Skills (ticket lifecycle, reviews, ship, handoff) distributed via TanStack Intent.",
"keywords": [
"tanstack-intent",
"agent-skills",
"workflow",
"tickets",
"code-review",
"pr"
],
"license": "MIT",
"author": {
"name": "alimtunc",
"url": "https://github.com/alimtunc"
},
"homepage": "https://github.com/alimtunc/turkit",
"repository": {
"type": "git",
"url": "git+https://github.com/alimtunc/turkit.git",
"directory": "plugins/workflow"
},
"files": [
"skills",
"!skills/_artifacts",
"references"
],
"devDependencies": {
"@tanstack/intent": "^0.0.41"
}
}