thrust-cli 1.0.20 → 1.0.21
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 +21 -0
- package/README.md +101 -3
- package/package.json +4 -2
- package/AuthPage.jsx +0 -0
- package/asset-manifest.json +0 -13
- package/favicon.ico +0 -0
- package/frontend/index.html +0 -821
- package/frontend/index2.html +0 -468
- package/index.html +0 -1
- package/logo192.png +0 -0
- package/logo512.png +0 -0
- package/manifest.json +0 -25
- package/robots.txt +0 -3
- package/static/css/main.66c99de4.css +0 -4
- package/static/css/main.66c99de4.css.map +0 -1
- package/static/js/main.920336e3.js +0 -3
- package/static/js/main.920336e3.js.LICENSE.txt +0 -56
- package/static/js/main.920336e3.js.map +0 -1
- package/thrust_black.jpg +0 -0
- package/thrust_equal_black.png +0 -0
- package/thrust_equal_white.png +0 -0
- package/thrust_tracing_black.png +0 -0
- package/thrust_tracing_white.png +0 -0
- package/thrust_white.jpg +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Thrust
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,4 +1,102 @@
|
|
|
1
|
-
**tt-package-demo**
|
|
2
|
-
|
|
3
|
-
A demo package for Total TypeScript.
|
|
4
1
|
# thrust-cli
|
|
2
|
+
|
|
3
|
+
The local agent for [Thrust](https://thrust.web.app) — a proactive project director that watches your work, maintains your project context, and delivers your next move before you have to think about it.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## What this does
|
|
8
|
+
|
|
9
|
+
`thrust-cli` runs on your machine as a lightweight background process. It watches your project folder for meaningful changes, connects to the Thrust cloud via your account, and keeps your project's context alive between sessions. You get a morning briefing in your inbox every day and a new Thrust delivered whenever you complete meaningful work.
|
|
10
|
+
|
|
11
|
+
Your source code never leaves your machine. What gets analyzed is behavioral context — file activity patterns, not file contents.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## Requirements
|
|
16
|
+
|
|
17
|
+
Node.js v18 or higher. Run `node -v` to check. If you need to install or update, grab the LTS version from [nodejs.org](https://nodejs.org).
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Installation
|
|
22
|
+
|
|
23
|
+
Install the CLI globally so it's available in any project folder:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
npm install -g thrust-cli
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Verify the install:
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
thrust --version
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## Getting started
|
|
38
|
+
|
|
39
|
+
**1. Create your account**
|
|
40
|
+
|
|
41
|
+
Before initializing a project, you need a Thrust account. Sign up at [thrust.web.app](https://thrust.web.app). It takes under 30 seconds.
|
|
42
|
+
|
|
43
|
+
**2. Initialize in your project**
|
|
44
|
+
|
|
45
|
+
Navigate to your project root and run:
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
cd your-project-folder
|
|
49
|
+
thrust
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
This opens the local web console at `http://localhost:8765` and walks you through connecting your project to your account. After that, the agent runs silently in the background and the terminal is all you need.
|
|
53
|
+
|
|
54
|
+
**3. Keep it running**
|
|
55
|
+
|
|
56
|
+
The agent only watches your project while the process is active. Run it in a background terminal tab or add it to your project startup script.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## MCP server
|
|
61
|
+
|
|
62
|
+
Thrust includes a local MCP (Model Context Protocol) server that exposes your active project context to any connected AI tool. Start it with:
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
thrust mcp
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
Once running, tools like Cursor, Claude Code, Windsurf, and n8n can read your project's requirements, active thrust, timeline, and milestone status directly. This means every AI suggestion is aware of what you are actually building and where you are in the process.
|
|
69
|
+
|
|
70
|
+
For step-by-step connection guides for each tool, see the [Integration Guide](https://thrust.web.app/docs).
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
## Commands
|
|
75
|
+
|
|
76
|
+
| Command | What it does |
|
|
77
|
+
|---|---|
|
|
78
|
+
| `thrust` | Initialize Thrust and open the local console |
|
|
79
|
+
| `thrust mcp` | Start the local MCP server for AI tool integrations |
|
|
80
|
+
| `thrust -v` | Print the installed CLI version |
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## Links
|
|
85
|
+
|
|
86
|
+
[Web Console](https://thrust.web.app/console) — Manage your projects, view timelines, and configure briefings
|
|
87
|
+
|
|
88
|
+
[Integration Guide](https://thrust.web.app/docs) — Connect Cursor, Claude Code, n8n, and other tools via MCP
|
|
89
|
+
|
|
90
|
+
[Landing Page](https://thrust.web.app) — Learn how Thrust works
|
|
91
|
+
|
|
92
|
+
[Support](mailto:publicstring.care@gmail.com) — Questions or feedback
|
|
93
|
+
|
|
94
|
+
---
|
|
95
|
+
|
|
96
|
+
## Privacy
|
|
97
|
+
|
|
98
|
+
The file watcher and MCP server run entirely on your machine. Raw source code, secrets, and file contents are never uploaded or stored. Thrust analyzes behavioral patterns only. Full details are on the [privacy section](https://thrust.web.app/#privacy) of our site.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
MIT License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "thrust-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "The local agent for Thrust AI Director",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://thrust.web.app",
|
|
@@ -15,9 +15,11 @@
|
|
|
15
15
|
"AI",
|
|
16
16
|
"Agent",
|
|
17
17
|
"CLI",
|
|
18
|
-
"Local"
|
|
18
|
+
"Local",
|
|
19
|
+
"Productivity"
|
|
19
20
|
],
|
|
20
21
|
"author": "Thrust",
|
|
22
|
+
"license": "MIT",
|
|
21
23
|
"dependencies": {
|
|
22
24
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
23
25
|
"axios": "^1.13.2",
|
package/AuthPage.jsx
DELETED
|
File without changes
|
package/asset-manifest.json
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": {
|
|
3
|
-
"main.css": "/static/css/main.66c99de4.css",
|
|
4
|
-
"main.js": "/static/js/main.920336e3.js",
|
|
5
|
-
"index.html": "/index.html",
|
|
6
|
-
"main.66c99de4.css.map": "/static/css/main.66c99de4.css.map",
|
|
7
|
-
"main.920336e3.js.map": "/static/js/main.920336e3.js.map"
|
|
8
|
-
},
|
|
9
|
-
"entrypoints": [
|
|
10
|
-
"static/css/main.66c99de4.css",
|
|
11
|
-
"static/js/main.920336e3.js"
|
|
12
|
-
]
|
|
13
|
-
}
|
package/favicon.ico
DELETED
|
Binary file
|