ccsetup 1.0.7 → 1.0.8
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
[](https://www.npmjs.com/package/ccsetup)
|
|
7
7
|
|
|
8
|
-
Quick setup for Claude Code projects with built-in agents, ticket system, and
|
|
8
|
+
Quick setup for Claude Code projects with built-in agents, ticket system, planning tools and agent orchestration workflow.
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccsetup",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Boilerplate for Claude Code projects with agents, tickets, and
|
|
3
|
+
"version": "1.0.8",
|
|
4
|
+
"description": "Boilerplate for Claude Code projects with agents, tickets, plans and agent orchestration workflow",
|
|
5
5
|
"bin": {
|
|
6
6
|
"ccsetup": "bin/create-project.js"
|
|
7
7
|
},
|