domainstorm 0.2.4 → 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 -23
  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
@@ -139,8 +121,3 @@ Output columns:
139
121
  - For `.md`, `Domain state` is parsed explicitly (`Inactive`, `OK`, `OK Delegated`, and no-match states).
140
122
  - `--dns-prefilter` runs DNS first and marks resolving domains as taken before WHOIS (faster and lighter on WHOIS quota).
141
123
  - Install `whois` locally (`brew install whois` on macOS).
142
-
143
- ## Maintainers
144
-
145
- Maintainer-only release and CI publishing instructions are in:
146
- `MAINTAINERS.md`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "domainstorm",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Brainstorm and check domain names in one command.",
5
5
  "repository": {
6
6
  "type": "git",