Skip to content

Commit 69f681f

Browse files
committed
v1.9.8: include agent-desk-plugin.json in npm package files
1 parent 1c46169 commit 69f681f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-tasks",
3-
"version": "1.9.7",
3+
"version": "1.9.8",
44
"description": "Pipeline-driven task management for AI coding agents — stages, dependencies, artifacts, and multi-agent claiming",
55
"type": "module",
66
"main": "dist/index.js",
@@ -83,6 +83,7 @@
8383
],
8484
"files": [
8585
"dist/",
86+
"agent-desk-plugin.json",
8687
"README.md",
8788
"LICENSE"
8889
],

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/keshrath/agent-tasks",
77
"source": "github"
88
},
9-
"version": "1.9.7",
9+
"version": "1.9.8",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "agent-tasks",
14-
"version": "1.9.7",
14+
"version": "1.9.8",
1515
"transport": {
1616
"type": "stdio"
1717
}

0 commit comments

Comments
 (0)