ccfingerprint 1.0.3 → 1.0.4

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,8 +36,8 @@ ccfp init --ai cursor --lang en
36
36
  ccfp init --ai kiro --lang en
37
37
  ccfp init --ai codex --lang en
38
38
 
39
- # 指定输出目录
40
- ccfp init --ai claude --output /path/to/project
39
+ # 开始鉴别
40
+ # AI 助手中输入: /fingerprint
41
41
  ```
42
42
 
43
43
  ## 选项
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccfingerprint",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "AI Model Identity Fingerprinting Tool - Verify model identity through self-Q&A / AI 模型身份指纹识别工具 - 通过自问自答验证模型真实身份",
5
5
  "main": "src/init.js",
6
6
  "bin": {