prompts.chat 0.0.2 → 0.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 +0 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,27 +60,6 @@ console.log(result.score); // 0.85
60
60
 
61
61
  ---
62
62
 
63
- ## CLI: Create Your Own Instance
64
-
65
- ```bash
66
- npx prompts.chat my-prompts
67
- ```
68
-
69
- This will:
70
- 1. Download the latest prompts.chat codebase
71
- 2. Install dependencies
72
- 3. Run the interactive setup wizard
73
-
74
- ### CLI Options
75
-
76
- | Option | Description |
77
- |--------|-------------|
78
- | `[project-name]` | Name of the directory to create |
79
- | `-y, --yes` | Use defaults, skip interactive prompts |
80
- | `--no-setup` | Skip the setup wizard |
81
-
82
- ---
83
-
84
63
  ## Modules
85
64
 
86
65
  - [Variables](#-variables) — Variable detection and normalization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prompts.chat",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Developer toolkit for AI prompts - build, validate, parse, and connect to prompts.chat",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",