@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.
- package/README.md +1 -1
- 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
|
|