@clubnet/seedclub 0.2.13 → 0.2.14
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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Use `/login` to set up your API keys.
|
|
|
21
21
|
### Alternative: curl | bash
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
curl -fsSL https://raw.githubusercontent.com/seedclub/seedclub/main/install.sh | bash
|
|
24
|
+
curl -fsSL https://raw.githubusercontent.com/seedclub/seedclub-agent/main/install.sh | bash
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
### Team onboarding (private package)
|
|
@@ -31,7 +31,7 @@ seedclub is published to npmjs as a private package in the `@clubnet` org.
|
|
|
31
31
|
Fast path:
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
SEEDCLUB_NPM_TOKEN=YOUR_NPM_TOKEN curl -fsSL https://raw.githubusercontent.com/seedclub/seedclub/main/install.sh | bash
|
|
34
|
+
SEEDCLUB_NPM_TOKEN=YOUR_NPM_TOKEN curl -fsSL https://raw.githubusercontent.com/seedclub/seedclub-agent/main/install.sh | bash
|
|
35
35
|
seedclub setup-auth
|
|
36
36
|
```
|
|
37
37
|
|
|
@@ -123,8 +123,8 @@ Colors can be hex (`"#00C853"`), 256-color palette index (`242`), a reference to
|
|
|
123
123
|
### Setup
|
|
124
124
|
|
|
125
125
|
```bash
|
|
126
|
-
git clone https://github.com/seedclub/seedclub.git
|
|
127
|
-
cd seedclub
|
|
126
|
+
git clone https://github.com/seedclub/seedclub-agent.git
|
|
127
|
+
cd seedclub-agent
|
|
128
128
|
|
|
129
129
|
# Install locally from the repo
|
|
130
130
|
npm install -g ./
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clubnet/seedclub",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "The Human+ Venture Network — AI agent for deal sourcing, research, and signal tracking",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/seedclub/seedclub.git"
|
|
8
|
+
"url": "git+https://github.com/seedclub/seedclub-agent.git"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "restricted"
|