@aiorg/cli 1.6.3 → 1.6.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.
- package/README.md +21 -21
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
[](https://docs.anthropic.com/en/docs/claude-code)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Install and manage autonomous [AI teams](https://aiorg.dev) for Claude Code. Each team is a specialist that understands its domain — not a chatbot, an autonomous teammate.
|
|
8
8
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
@@ -28,15 +28,15 @@ aiorg login
|
|
|
28
28
|
# → ✓ Logged in as user@email.com
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
-
### `aiorg init <
|
|
31
|
+
### `aiorg init <team> [path]`
|
|
32
32
|
|
|
33
|
-
Download and
|
|
33
|
+
Download and set up an AI team. Free teams work without login.
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
|
-
# Free
|
|
36
|
+
# Free teams - no login needed
|
|
37
37
|
aiorg init idea-os ~/Projects/my-idea
|
|
38
38
|
|
|
39
|
-
# Paid
|
|
39
|
+
# Paid teams - requires login first
|
|
40
40
|
aiorg init marketing-os ~/Projects/my-marketing
|
|
41
41
|
aiorg init saas-dev-team ~/Projects/my-saas
|
|
42
42
|
```
|
|
@@ -46,7 +46,7 @@ Options:
|
|
|
46
46
|
|
|
47
47
|
### `aiorg upgrade`
|
|
48
48
|
|
|
49
|
-
Upgrade
|
|
49
|
+
Upgrade an AI team in the current directory to the latest version.
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
52
|
cd ~/Projects/my-marketing
|
|
@@ -61,7 +61,7 @@ Options:
|
|
|
61
61
|
|
|
62
62
|
### `aiorg version`
|
|
63
63
|
|
|
64
|
-
Show CLI and
|
|
64
|
+
Show CLI and team versions.
|
|
65
65
|
|
|
66
66
|
```bash
|
|
67
67
|
aiorg version
|
|
@@ -106,27 +106,27 @@ When you run `aiorg upgrade`, the CLI:
|
|
|
106
106
|
|
|
107
107
|
1. Checks for new versions via the API
|
|
108
108
|
2. Downloads the new version ZIP
|
|
109
|
-
3. Applies updates based on `fileCategories` in the
|
|
109
|
+
3. Applies updates based on `fileCategories` in the team's `version.json`:
|
|
110
110
|
- `alwaysReplace`: Files that get overwritten (CLI code, commands)
|
|
111
111
|
- `neverTouch`: Files that are preserved (your config, data, content)
|
|
112
112
|
4. Creates a git backup commit (optional)
|
|
113
113
|
|
|
114
114
|
Your customizations and data are preserved during upgrades.
|
|
115
115
|
|
|
116
|
-
## Available
|
|
116
|
+
## Available Teams
|
|
117
117
|
|
|
118
|
-
|
|
|
119
|
-
|
|
120
|
-
| [`idea-os`](https://aiorg.dev/kits/idea-os) | Free |
|
|
121
|
-
| [`landing-page`](https://aiorg.dev/kits/landing-page) | Free | GEO
|
|
122
|
-
| [`
|
|
123
|
-
| [`
|
|
124
|
-
| [`product-os`](https://aiorg.dev/kits/product-os) | Paid | Product
|
|
125
|
-
| [`qa-team`](https://aiorg.dev/kits/qa-team) | Paid |
|
|
126
|
-
| [`support-team`](https://aiorg.dev/kits/support-team) | Paid |
|
|
127
|
-
| [`investor-os`](https://aiorg.dev/kits/investor-os) | Paid |
|
|
118
|
+
| Team | Type | What it replaces |
|
|
119
|
+
|------|------|-----------------|
|
|
120
|
+
| [`idea-os`](https://aiorg.dev/kits/idea-os) | Free | Business analyst. Idea validation, competitor research, PMF scoring. |
|
|
121
|
+
| [`landing-page`](https://aiorg.dev/kits/landing-page) | Free | GEO specialist. Landing pages optimized for Google and AI chatbots. |
|
|
122
|
+
| [`saas-dev-team`](https://aiorg.dev/kits/saas-starter) | Paid | Your first engineer. Auth, billing, dashboard — production-ready. |
|
|
123
|
+
| [`marketing-os`](https://aiorg.dev/kits/marketing-os) | Paid | Head of Marketing. SEO, content, outreach — fully autonomous. |
|
|
124
|
+
| [`product-os`](https://aiorg.dev/kits/product-os) | Paid | Product Manager. Roadmaps, specs, user research. |
|
|
125
|
+
| [`qa-team`](https://aiorg.dev/kits/qa-team) | Paid | QA Engineer. Testing, coverage, bug detection. |
|
|
126
|
+
| [`support-team`](https://aiorg.dev/kits/support-team) | Paid | Support Lead. Customer issues, docs, escalation. |
|
|
127
|
+
| [`investor-os`](https://aiorg.dev/kits/investor-os) | Paid | CFO for fundraising. Pitch decks, financial models, due diligence. |
|
|
128
128
|
|
|
129
|
-
Visit [aiorg.dev](https://aiorg.dev) to see all
|
|
129
|
+
Visit [aiorg.dev](https://aiorg.dev) to see all teams.
|
|
130
130
|
|
|
131
131
|
## Requirements
|
|
132
132
|
|
|
@@ -137,7 +137,7 @@ Visit [aiorg.dev](https://aiorg.dev) to see all kits.
|
|
|
137
137
|
|
|
138
138
|
- **Website:** [aiorg.dev](https://aiorg.dev)
|
|
139
139
|
- **Documentation:** [aiorg.dev/docs](https://aiorg.dev/docs)
|
|
140
|
-
- **All
|
|
140
|
+
- **All teams:** [aiorg.dev/#kits](https://aiorg.dev/#kits)
|
|
141
141
|
- **Issues:** [github.com/aiorgdev/cli/issues](https://github.com/aiorgdev/cli/issues)
|
|
142
142
|
|
|
143
143
|
## License
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiorg/cli",
|
|
3
|
-
"version": "1.6.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.6.4",
|
|
4
|
+
"description": "Install and manage autonomous AI teams for Claude Code. Each team is a specialist — marketing, dev, QA, product, support — that executes, not just advises.",
|
|
5
5
|
"homepage": "https://aiorg.dev",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"publishConfig": {
|
|
@@ -13,21 +13,13 @@
|
|
|
13
13
|
"files": [
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
|
-
"scripts": {
|
|
17
|
-
"build": "tsup",
|
|
18
|
-
"dev": "tsup --watch",
|
|
19
|
-
"typecheck": "tsc --noEmit",
|
|
20
|
-
"test": "vitest run",
|
|
21
|
-
"test:watch": "vitest",
|
|
22
|
-
"test:contract": "RUN_INTEGRATION=true vitest run src/__tests__/api-contract.test.ts",
|
|
23
|
-
"prepublishOnly": "pnpm build && pnpm test:contract"
|
|
24
|
-
},
|
|
25
16
|
"keywords": [
|
|
26
17
|
"aiorg",
|
|
27
18
|
"cli",
|
|
28
19
|
"claude",
|
|
29
20
|
"claude-code",
|
|
30
|
-
"
|
|
21
|
+
"ai-teams",
|
|
22
|
+
"autonomous-ai",
|
|
31
23
|
"saas",
|
|
32
24
|
"ai",
|
|
33
25
|
"founder-tools",
|
|
@@ -70,5 +62,13 @@
|
|
|
70
62
|
"tsup": "^8.3.5",
|
|
71
63
|
"typescript": "^5.7.2",
|
|
72
64
|
"vitest": "^2.1.8"
|
|
65
|
+
},
|
|
66
|
+
"scripts": {
|
|
67
|
+
"build": "tsup",
|
|
68
|
+
"dev": "tsup --watch",
|
|
69
|
+
"typecheck": "tsc --noEmit",
|
|
70
|
+
"test": "vitest run",
|
|
71
|
+
"test:watch": "vitest",
|
|
72
|
+
"test:contract": "RUN_INTEGRATION=true vitest run src/__tests__/api-contract.test.ts"
|
|
73
73
|
}
|
|
74
|
-
}
|
|
74
|
+
}
|