thrust-cli 1.0.19 → 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 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
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "files": {
3
- "main.css": "/static/css/main.ecc04ee5.css",
4
- "main.js": "/static/js/main.728d8aba.js",
3
+ "main.css": "/static/css/main.66c99de4.css",
4
+ "main.js": "/static/js/main.675da974.js",
5
5
  "index.html": "/index.html",
6
- "main.ecc04ee5.css.map": "/static/css/main.ecc04ee5.css.map",
7
- "main.728d8aba.js.map": "/static/js/main.728d8aba.js.map"
6
+ "main.66c99de4.css.map": "/static/css/main.66c99de4.css.map",
7
+ "main.675da974.js.map": "/static/js/main.675da974.js.map"
8
8
  },
9
9
  "entrypoints": [
10
- "static/css/main.ecc04ee5.css",
11
- "static/js/main.728d8aba.js"
10
+ "static/css/main.66c99de4.css",
11
+ "static/js/main.675da974.js"
12
12
  ]
13
13
  }
package/build/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Thrust</title><script defer="defer" src="/static/js/main.728d8aba.js"></script><link href="/static/css/main.ecc04ee5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Ship Faster, Stay Focused. Your Autonomous Flow Partner."/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Thrust</title><script defer="defer" src="/static/js/main.675da974.js"></script><link href="/static/css/main.66c99de4.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>