domainstorm 0.2.5 → 0.2.6

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 -18
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,7 +70,6 @@ Use Domainstorm when your coding/research agent needs to propose names and valid
70
70
  - Deterministic CLI output
71
71
  - Works with shell pipelines
72
72
  - No external AI API keys required
73
- - Easy to trigger in CI on release or branch workflows
74
73
  - No seed ideas? Ask your agent of choice (Codex, Claude, etc.) for seed phrases and pass them to `--brainstorm`
75
74
 
76
75
  Compatibility alias:
@@ -79,23 +78,6 @@ Compatibility alias:
79
78
  domain-check --help
80
79
  ```
81
80
 
82
- ## Local Dev Test (npm)
83
-
84
- Run the current repo version without publishing:
85
-
86
- ```bash
87
- npm run check
88
- npm link
89
- domainstorm --help
90
- domainstorm broker.md --table
91
- ```
92
-
93
- Remove local link when done:
94
-
95
- ```bash
96
- npm unlink -g domainstorm
97
- ```
98
-
99
81
  ## Example Output
100
82
 
101
83
  ```txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "domainstorm",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Brainstorm and check domain names in one command.",
5
5
  "repository": {
6
6
  "type": "git",