Skip to content

Commit e502f21

Browse files
authored
fix: imported tasks get numeric IDs — upgrade agentdb to 1.1.1 — v2.0.2 (#14)
1 parent f38b81a commit e502f21

5 files changed

Lines changed: 15 additions & 10 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"name": "backlog",
1313
"source": "./",
1414
"description": "Persistent, cross-session task management for Claude Code. 24 tools, 7 skills, agent coordination, doc-driven development.",
15-
"version": "2.0.1",
15+
"version": "2.0.2",
1616
"author": {
1717
"name": "BacklogHQ"
1818
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backlog",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Persistent, cross-session task management for Claude Code. Tasks survive sessions so work started by one agent can be picked up by another.",
55
"author": {
66
"name": "BacklogHQ"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.0.2 (2026-04-11)
4+
5+
### Fixed
6+
- **Imported tasks now get numeric IDs** — upgraded `@backloghq/agentdb` from 1.1.0 to 1.1.1 which fixes `insertMany` to apply schema hooks (autoIncrement, defaults, date resolution). Previously imported tasks had no numeric `id` field and couldn't be looked up by number.
7+
38
## 2.0.1 (2026-04-10)
49

510
### Fixed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-teams-task-mcp",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Persistent task management plugin for Claude Code and agent teams",
55
"main": "dist/index.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"type": "module",
2222
"dependencies": {
23-
"@backloghq/agentdb": "^1.1.0",
23+
"@backloghq/agentdb": "^1.1.1",
2424
"@cfworker/json-schema": "^4.1.1",
2525
"@modelcontextprotocol/server": "^2.0.0-alpha.2",
2626
"zod": "^4.3.6"

0 commit comments

Comments
 (0)