@ngocsangairvds/gc-kit 1.0.2 → 1.0.3

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 +1 -1
package/README.md CHANGED
@@ -49,7 +49,7 @@ npx @ngocsangairvds/gc-kit init
49
49
  - `--source <path>` copy from a custom `.github/` directory instead of the packaged template
50
50
  - `--target <path>` copy into a different repo root (defaults to current directory)
51
51
 
52
- **Note**: The `init` command copies `agents/` and `prompts/` folders, and creates empty `knowledge/` structure (project/, documents/, test-case/) without overwriting your existing knowledge files.
52
+ **Note**: The `init` command copies `agents/` and `prompts/` folders, and creates empty `knowledge/` structure (project/, documents/, test-case/) without overwriting your existing knowledge files. The `--force` flag will NOT affect `knowledge/` folder.
53
53
 
54
54
  Examples:
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngocsangairvds/gc-kit",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Refactor folder structure and add README.md for gc-kit",
5
5
  "license": "MIT",
6
6
  "author": "Your Name <your.email@example.com>",