Skip to content

Commit 15bb921

Browse files
committed
refactor: bump version to 2.0
1 parent b4a110a commit 15bb921

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Version History
44

5+
### In Development: v2.0
6+
7+
**Commercialization**
8+
9+
*In development - see planned tasks in .claude/cat/v1/v2.1/*
10+
511
### 2026-01-20: v1.10
612

713
**Workflow Refinements & Display Improvements**

plugin/migrations/registry.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"version": "1.0.10",
1717
"script": "1.0.10.sh",
1818
"description": "Remove yoloMode in favor of trust: high for full autonomy"
19+
},
20+
{
21+
"version": "2.0",
22+
"script": "2.0.sh",
23+
"description": "Add Research and Requirements sections to PLAN.md files"
1924
}
2025
]
2126
}

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-cat",
3-
"version": "1.0.10",
3+
"version": "2.0",
44
"description": "Multi-agent task orchestration with comprehensive planning and quality gates",
55
"repository": {
66
"type": "git",

plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cat",
33
"description": "Multi-agent task orchestration with comprehensive planning and quality gates",
4-
"version": "1.0.10",
4+
"version": "2.0",
55
"author": {
66
"name": "cowwoc"
77
},

0 commit comments

Comments
 (0)