ccsetup 1.0.0 → 1.0.1

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,10 @@ npx ccsetup . # in current directory
40
40
  - Git repository initialization
41
41
  - Ready-to-use boilerplate
42
42
 
43
+ ## Credits
44
+
45
+ Inspired by and based on the work of [vichannnnn](https://github.com/vichannnnn) and our discussions in TechOverflow
46
+
43
47
  ## License
44
48
 
45
49
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccsetup",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Boilerplate for Claude Code projects with agents, tickets, and plans",
5
5
  "bin": {
6
6
  "ccsetup": "./bin/create-project.js"