@sonnechasser/ntrp 2.4.0 → 2.4.2
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/LICENSE +6 -6
- package/README.md +9 -41
- package/dist/index.js +1308 -2432
- package/dist/mcp/server.js +1223 -1571
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Copyright (c) 2026 Sonnechasser. All rights reserved.
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
NTRP is free to install and use. No license key, payment, trial, or
|
|
4
|
+
checkout is required to use this software.
|
|
5
|
+
|
|
6
|
+
AI-powered features need an LLM API key from a provider you choose. That
|
|
7
|
+
key is not a Sonnechasser license and is not sold by Sonnechasser.
|
|
6
8
|
|
|
7
9
|
You may not:
|
|
8
10
|
|
|
9
11
|
- copy, modify, or distribute the software, except as needed to run your
|
|
10
|
-
|
|
11
|
-
- remove, bypass, or disable license, trial, or activation checks;
|
|
12
|
-
- share, resell, or sublicense license keys;
|
|
12
|
+
copy on machines you control;
|
|
13
13
|
- use the software, its prompts, formulas, playbooks, or other contents to
|
|
14
14
|
build a competing product;
|
|
15
15
|
- reverse engineer the software, except to the extent that applicable law
|
package/README.md
CHANGED
|
@@ -14,41 +14,16 @@ NTRP sits on top of your CRM exports and activity data, computes five vital sign
|
|
|
14
14
|
npm install -g @sonnechasser/ntrp
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
##
|
|
17
|
+
## Free to use
|
|
18
|
+
NTRP is free on npm. No license key. No checkout.
|
|
18
19
|
|
|
19
|
-
|
|
20
|
+
## AI key
|
|
21
|
+
First run asks for an AI key so chat and analysis can run. Paste any provider key (or use /connect). Anthropic, OpenAI, Groq, Gemini, and others. Not a payment step.
|
|
20
22
|
|
|
21
|
-
Use is governed by the proprietary [LICENSE](LICENSE) in this package. Activating a key accepts those terms.
|
|
22
|
-
|
|
23
|
-
**On first launch**, `ntrp` opens the signup checkout (free trial or Pro), then prompts you to paste your key.
|
|
24
|
-
|
|
25
|
-
| Flow | Command | Checkout |
|
|
26
|
-
|------|---------|----------|
|
|
27
|
-
| New signup (trial or Pro) | First launch, `/checkout` | [Signup](https://sonnechasser.lemonsqueezy.com/checkout/buy/d62d35a2-a369-4cf5-a88b-328223866b5f) |
|
|
28
|
-
| Trial → Pro upgrade | `/upgrade` | [Pro only](https://sonnechasser.lemonsqueezy.com/checkout/buy/3bd1da42-936f-49a6-a6c3-d11eee213884) |
|
|
29
|
-
|
|
30
|
-
**Trial policy:** 11 days full access, then grace through day 30. After day 30, run `/upgrade` and paste your Pro key.
|
|
31
|
-
|
|
32
|
-
Activate manually if you already have a key:
|
|
33
|
-
|
|
34
|
-
```bash
|
|
35
|
-
ntrp activate <your-license-key>
|
|
36
|
-
```
|
|
37
|
-
|
|
38
|
-
In the REPL: `/activate <your-license-key>`
|
|
39
|
-
|
|
40
|
-
### Test as a new user
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
npm uninstall -g @sonnechasser/ntrp
|
|
44
|
-
rm -rf ~/.ntrp
|
|
45
|
-
npm install -g @sonnechasser/ntrp@latest
|
|
46
|
-
ntrp
|
|
47
|
-
```
|
|
48
23
|
|
|
49
24
|
## Quick start
|
|
50
25
|
|
|
51
|
-
Launch the interactive REPL (
|
|
26
|
+
Launch the interactive REPL (AI key prompt runs first if needed):
|
|
52
27
|
|
|
53
28
|
```bash
|
|
54
29
|
ntrp
|
|
@@ -69,7 +44,7 @@ Then ask questions naturally — e.g. *"is our pipeline healthy?"* or *"what's s
|
|
|
69
44
|
|
|
70
45
|
## Setup check
|
|
71
46
|
|
|
72
|
-
See
|
|
47
|
+
See profile, LLM keys, and local paths:
|
|
73
48
|
|
|
74
49
|
```bash
|
|
75
50
|
ntrp setup check
|
|
@@ -86,10 +61,8 @@ ntrp setup check --json
|
|
|
86
61
|
| Command | Description |
|
|
87
62
|
|---------|-------------|
|
|
88
63
|
| `ntrp` | Open the interactive REPL |
|
|
89
|
-
| `/home` | Status dashboard (
|
|
90
|
-
| `/progress` | Usage stats and milestone ladder
|
|
91
|
-
| `/checkout` | Open signup checkout in browser |
|
|
92
|
-
| `/upgrade` | Trial → Pro checkout + paste key |
|
|
64
|
+
| `/home` | Status dashboard (profile, dataset, progress) |
|
|
65
|
+
| `/progress` | Usage stats and milestone ladder |
|
|
93
66
|
| `/onboard` | Company profile wizard |
|
|
94
67
|
| `/demo` | Load demo scenario data |
|
|
95
68
|
| `/handoff` | Export or agent prompts |
|
|
@@ -140,11 +113,6 @@ Local state lives in `~/.ntrp/` (config, sessions, DuckDB datasets). Override wi
|
|
|
140
113
|
- `/progress reset` — clears hours/milestones; keeps `install.json`
|
|
141
114
|
- `rm -rf ~/.ntrp` — removes everything (nuclear option)
|
|
142
115
|
|
|
143
|
-
Checkout URL overrides (optional):
|
|
144
|
-
|
|
145
|
-
- `NTRP_CHECKOUT_URL` — signup / first-run
|
|
146
|
-
- `NTRP_UPGRADE_URL` — Pro upgrade (`/upgrade`)
|
|
147
|
-
|
|
148
116
|
## Release Process
|
|
149
117
|
|
|
150
118
|
How a new version of `@sonnechasser/ntrp` reaches npm today. This is a reference for release review — it does not change how releases work.
|
|
@@ -217,4 +185,4 @@ If a tag exists but npm does not have that version, either re-dispatch the workf
|
|
|
217
185
|
|
|
218
186
|
## License
|
|
219
187
|
|
|
220
|
-
|
|
188
|
+
See [LICENSE](LICENSE). NTRP is free to install from npm. The package does not grant rights to copy, modify, redistribute, or extract the software to build a competing product.
|