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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
  [![npm downloads](https://img.shields.io/npm/dm/ccsetup.svg)](https://www.npmjs.com/package/ccsetup)
7
7
 
8
- Quick setup for Claude Code projects with built-in agents, ticket system, and planning tools.
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.7",
4
- "description": "Boilerplate for Claude Code projects with agents, tickets, and plans",
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
  },