@geminilight/mindos 0.1.7 → 0.1.9
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 +62 -42
- package/README_zh.md +62 -42
- package/assets/demo-flow-zh.html +30 -30
- package/assets/images/demo-flow-dark.png +0 -0
- package/assets/images/demo-flow-light.png +0 -0
- package/assets/images/demo-flow-zh-dark.png +0 -0
- package/assets/images/demo-flow-zh-light.png +0 -0
- package/bin/cli.js +49 -532
- package/bin/lib/build.js +59 -0
- package/bin/lib/colors.js +7 -0
- package/bin/lib/config.js +47 -0
- package/bin/lib/constants.js +13 -0
- package/bin/lib/gateway.js +244 -0
- package/bin/lib/mcp-install.js +156 -0
- package/bin/lib/mcp-spawn.js +36 -0
- package/bin/lib/pid.js +15 -0
- package/bin/lib/port.js +19 -0
- package/bin/lib/startup.js +51 -0
- package/bin/lib/stop.js +27 -0
- package/bin/lib/utils.js +16 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,42 +65,45 @@ Static documents are hard to synchronize and weak as execution systems in real h
|
|
|
65
65
|
|
|
66
66
|
## ✨ Features
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
**For Humans**
|
|
69
69
|
|
|
70
70
|
- **GUI Collaboration Workbench**: use one command entry to browse, edit, and search efficiently (`⌘K` / `⌘/`).
|
|
71
71
|
- **Built-in Agent Assistant**: converse in context while edits are captured into managed knowledge.
|
|
72
72
|
- **Plugin Views**: use scenario-focused views like TODO, Kanban, and Timeline.
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
**For Agents**
|
|
75
75
|
|
|
76
76
|
- **MCP Server + Skills**: connect any compatible agent to read, write, search, and run workflows.
|
|
77
77
|
- **Structured Templates**: start quickly with Profile, Workflows, and Configurations scaffolds.
|
|
78
78
|
- **Experience Auto-Distillation**: automatically distill daily work into reusable, executable SOP experience.
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
**Infrastructure**
|
|
81
81
|
|
|
82
82
|
- **Reference Sync**: keep cross-file status and context aligned via links/backlinks.
|
|
83
83
|
- **Knowledge Graph**: visualize relationships and dependencies across notes.
|
|
84
84
|
- **Git Time Machine**: track every edit, audit history, and roll back safely.
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
<details>
|
|
87
|
+
<summary><strong>Coming Soon</strong></summary>
|
|
87
88
|
|
|
88
89
|
- [ ] ACP (Agent Communication Protocol): connect external Agents (e.g., Claude Code, Cursor) and turn the knowledge base into a multi-Agent collaboration hub
|
|
89
90
|
- [ ] Deep RAG integration: retrieval-augmented generation grounded in your knowledge base for more accurate, context-aware AI responses
|
|
90
91
|
- [ ] Backlinks View: display all files that reference the current file, helping you understand how a note fits into the knowledge network
|
|
91
92
|
- [ ] Agent Inspector: render Agent operation logs as a filterable timeline to audit every tool call in detail
|
|
92
93
|
|
|
94
|
+
</details>
|
|
95
|
+
|
|
93
96
|
---
|
|
94
97
|
|
|
95
98
|
## 🚀 Getting Started
|
|
96
99
|
|
|
97
100
|
> [!IMPORTANT]
|
|
98
|
-
> **Quick Start with Agent:** Paste this prompt into any MCP-capable Agent (Claude Code, Cursor, etc.) to install automatically, then skip to [Step
|
|
101
|
+
> **Quick Start with Agent:** Paste this prompt into any MCP-capable Agent (Claude Code, Cursor, etc.) to install automatically, then skip to [Step 3](#3-inject-your-personal-mind-with-mindos-agent):
|
|
99
102
|
> ```
|
|
100
103
|
> Help me install MindOS from https://github.com/GeminiLight/MindOS with MCP and Skills. Use English template.
|
|
101
104
|
> ```
|
|
102
105
|
|
|
103
|
-
> Already have a knowledge base? Skip to [Step
|
|
106
|
+
> Already have a knowledge base? Skip to [Step 4](#4-make-any-agent-ready-mcp--skills) to configure MCP + Skills.
|
|
104
107
|
|
|
105
108
|
### 1. Install
|
|
106
109
|
|
|
@@ -129,10 +132,13 @@ mindos onboard --install-daemon
|
|
|
129
132
|
|
|
130
133
|
The setup wizard will guide you through:
|
|
131
134
|
1. Knowledge base path → default `~/.mindos/my-mind`
|
|
132
|
-
2. Choose template
|
|
133
|
-
3.
|
|
134
|
-
4.
|
|
135
|
-
5.
|
|
135
|
+
2. Choose template (en / zh / empty / custom)
|
|
136
|
+
3. Ports (Web UI + MCP)
|
|
137
|
+
4. Auth token (auto-generated or passphrase-seeded)
|
|
138
|
+
5. Web UI password (optional)
|
|
139
|
+
6. AI Provider (Anthropic / OpenAI) + API Key — or **skip** to configure later via `mindos config set`
|
|
140
|
+
|
|
141
|
+
Config is saved to `~/.mindos/config.json` automatically.
|
|
136
142
|
|
|
137
143
|
<!-- For Agents: Before running setup, if the user has not provided LLM configuration, ask them:
|
|
138
144
|
1. AI Provider — `anthropic` or `openai` (compatible)?
|
|
@@ -183,24 +189,10 @@ Multiple providers can be configured simultaneously — switch between them by c
|
|
|
183
189
|
> [!NOTE]
|
|
184
190
|
> If you want the MindOS GUI to be reachable from other devices, make sure the port is open in firewall/security-group settings and bound to an accessible host/network interface.
|
|
185
191
|
|
|
186
|
-
### 3. Run
|
|
187
|
-
|
|
188
|
-
```bash
|
|
189
|
-
mindos start # start app + MCP server (production, auto-rebuilds when a new version is detected)
|
|
190
|
-
```
|
|
191
|
-
|
|
192
|
-
On startup, MindOS prints your Web UI URL, MCP config snippet, and auth token — ready to copy into your Agent.
|
|
193
|
-
|
|
194
192
|
> [!TIP]
|
|
195
|
-
>
|
|
193
|
+
> With `--install-daemon`, MindOS is installed as a background OS service and starts automatically — no need to run `mindos start` manually. If you skipped the flag, run `mindos start` to start manually, or `mindos update` to upgrade to the latest version.
|
|
196
194
|
|
|
197
|
-
|
|
198
|
-
> If the port is already in use, set a different port during `mindos onboard` or update `~/.mindos/config.json`:
|
|
199
|
-
> ```bash
|
|
200
|
-
> MINDOS_WEB_PORT=3002 mindos
|
|
201
|
-
> ```
|
|
202
|
-
|
|
203
|
-
### 4. Inject Your Personal Mind with MindOS Agent
|
|
195
|
+
### 3. Inject Your Personal Mind with MindOS Agent
|
|
204
196
|
|
|
205
197
|
1. Open the built-in MindOS Agent chat panel in the GUI.
|
|
206
198
|
2. Upload your resume or any personal/project material.
|
|
@@ -210,24 +202,51 @@ On startup, MindOS prints your Web UI URL, MCP config snippet, and auth token
|
|
|
210
202
|
<img src="assets/images/gui-sync-cv.png" alt="Sync CV Example" width="800" />
|
|
211
203
|
</p>
|
|
212
204
|
|
|
213
|
-
###
|
|
205
|
+
### 4. Make Any Agent Ready (MCP + Skills)
|
|
214
206
|
|
|
215
|
-
####
|
|
207
|
+
#### 4.1 Configure MindOS MCP
|
|
216
208
|
|
|
217
209
|
<!-- For Agents: Register MindOS MCP as global (user-level) config by default, so all projects share the same knowledge base. -->
|
|
218
210
|
|
|
219
|
-
|
|
220
|
-
> Each Agent stores MCP config in a different file — see the **MCP Config Path** column in the [Supported Agents](#-supported-agents) table below for exact paths.
|
|
211
|
+
Run one command to auto-install MCP config into your Agent:
|
|
221
212
|
|
|
222
|
-
|
|
213
|
+
```bash
|
|
214
|
+
mindos mcp install
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
Supports Claude Code, Cursor, Windsurf, Cline, Trae, Gemini CLI, and more — interactively guides you through agent, scope, transport, and token.
|
|
223
218
|
|
|
224
|
-
|
|
219
|
+
**Local (Agent and MindOS on the same machine)**
|
|
225
220
|
|
|
226
|
-
|
|
221
|
+
Use `stdio` transport — no server process needed, most reliable:
|
|
227
222
|
|
|
228
|
-
|
|
223
|
+
```bash
|
|
224
|
+
# Interactive
|
|
225
|
+
mindos mcp install
|
|
229
226
|
|
|
230
|
-
|
|
227
|
+
# One-shot, global scope (shared across all projects)
|
|
228
|
+
mindos mcp install -g -y
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
**Remote (Agent on a different machine)**
|
|
232
|
+
|
|
233
|
+
Use `http` transport — MindOS must be running (`mindos start`) on the remote machine:
|
|
234
|
+
|
|
235
|
+
```bash
|
|
236
|
+
mindos mcp install--transport http --url http://<server-ip>:8787/mcp --token your-token -g
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
> [!NOTE]
|
|
240
|
+
> For remote access, ensure port `8787` is open in your firewall/security-group.
|
|
241
|
+
|
|
242
|
+
> Add `-g` to install globally — MCP config is shared across all projects instead of the current directory only.
|
|
243
|
+
|
|
244
|
+
> The MCP port defaults to `8787`. To use a different port, run `mindos onboard` and set `mcpPort`.
|
|
245
|
+
|
|
246
|
+
<details>
|
|
247
|
+
<summary>Manual config (JSON snippets)</summary>
|
|
248
|
+
|
|
249
|
+
**Local via stdio** (no server process needed):
|
|
231
250
|
|
|
232
251
|
```json
|
|
233
252
|
{
|
|
@@ -242,7 +261,7 @@ Via stdio — no server process needed:
|
|
|
242
261
|
}
|
|
243
262
|
```
|
|
244
263
|
|
|
245
|
-
|
|
264
|
+
**Local via URL:**
|
|
246
265
|
|
|
247
266
|
```json
|
|
248
267
|
{
|
|
@@ -255,10 +274,7 @@ Or via URL:
|
|
|
255
274
|
}
|
|
256
275
|
```
|
|
257
276
|
|
|
258
|
-
**
|
|
259
|
-
|
|
260
|
-
> [!NOTE]
|
|
261
|
-
> Ensure port `8787` is open in your firewall/security-group so remote clients can reach the server.
|
|
277
|
+
**Remote:**
|
|
262
278
|
|
|
263
279
|
```json
|
|
264
280
|
{
|
|
@@ -271,7 +287,11 @@ Or via URL:
|
|
|
271
287
|
}
|
|
272
288
|
```
|
|
273
289
|
|
|
274
|
-
|
|
290
|
+
Each Agent stores config in a different file — see the **MCP Config Path** column in the [Supported Agents](#-supported-agents) table for exact paths.
|
|
291
|
+
|
|
292
|
+
</details>
|
|
293
|
+
|
|
294
|
+
#### 4.2 Install MindOS Skills
|
|
275
295
|
|
|
276
296
|
| Skill | Description |
|
|
277
297
|
|-------|-------------|
|
|
@@ -290,7 +310,7 @@ npx skills add https://github.com/GeminiLight/MindOS --skill mindos-zh -g -y
|
|
|
290
310
|
|
|
291
311
|
MCP = connection capability, Skills = workflow capability. Enabling both gives the complete MindOS agent experience.
|
|
292
312
|
|
|
293
|
-
####
|
|
313
|
+
#### 4.3 Common Pitfalls
|
|
294
314
|
|
|
295
315
|
- Only MCP, no Skills: tools are callable, but best-practice workflows are missing.
|
|
296
316
|
- Only Skills, no MCP: workflow guidance exists, but the Agent cannot operate your local knowledge base.
|
package/README_zh.md
CHANGED
|
@@ -65,42 +65,45 @@ MindOS 是一个**人机协同心智系统**——基于本地优先的协作知
|
|
|
65
65
|
|
|
66
66
|
## ✨ 功能特性
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
**人类侧**
|
|
69
69
|
|
|
70
70
|
- **GUI 协作工作台**:以统一入口高效浏览、编辑与搜索(`⌘K` / `⌘/`)。
|
|
71
71
|
- **内置 Agent 助手**:在上下文中对话,编辑内容可持续沉淀为可管理知识。
|
|
72
72
|
- **插件视图**:按场景使用 TODO、看板、时间线等视图。
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
**Agent 侧**
|
|
75
75
|
|
|
76
76
|
- **MCP Server + Skills**:让兼容 Agent 统一接入读写、搜索与工作流执行。
|
|
77
77
|
- **结构化模板**:通过 Profile、Workflows、Configurations 快速冷启动。
|
|
78
78
|
- **经验自动沉淀**:将日常记录自动化沉淀为可执行 SOP 经验。
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
**基础设施**
|
|
81
81
|
|
|
82
82
|
- **引用同步**:通过引用与反向链接保持跨文件状态一致。
|
|
83
83
|
- **知识图谱**:可视化笔记间关系与依赖。
|
|
84
84
|
- **Git 时光机**:记录修改历史,支持审计与安全回滚。
|
|
85
85
|
|
|
86
|
-
|
|
86
|
+
<details>
|
|
87
|
+
<summary><strong>即将到来</strong></summary>
|
|
87
88
|
|
|
88
89
|
- [ ] ACP(Agent Communication Protocol):连接外部 Agent(如 Claude Code、Cursor),让知识库成为多 Agent 协作的中枢
|
|
89
90
|
- [ ] RAG 深度集成:基于知识库内容的检索增强生成,让 AI 回答更精准、更有上下文
|
|
90
91
|
- [ ] 反向链接视图(Backlinks):展示所有引用当前文件的反向链接,理解笔记在知识网络中的位置
|
|
91
92
|
- [ ] Agent 审计面板(Agent Inspector):将 Agent 操作日志渲染为可筛选的时间线,审查每次工具调用的详情
|
|
92
93
|
|
|
94
|
+
</details>
|
|
95
|
+
|
|
93
96
|
---
|
|
94
97
|
|
|
95
98
|
## 🚀 快速开始
|
|
96
99
|
|
|
97
100
|
> [!IMPORTANT]
|
|
98
|
-
> **用 Agent 一键安装:** 将以下指令粘贴到任意支持 MCP 的 Agent(Claude Code、Cursor 等),即可自动完成安装,然后跳到[第
|
|
101
|
+
> **用 Agent 一键安装:** 将以下指令粘贴到任意支持 MCP 的 Agent(Claude Code、Cursor 等),即可自动完成安装,然后跳到[第 3 步](#3-通过-mindos-agent-注入你的个人心智):
|
|
99
102
|
> ```
|
|
100
103
|
> 帮我从 https://github.com/GeminiLight/MindOS 安装 MindOS,包含 MCP 和 Skills,使用中文模板。
|
|
101
104
|
> ```
|
|
102
105
|
|
|
103
|
-
> 已有知识库?直接跳到[第
|
|
106
|
+
> 已有知识库?直接跳到[第 4 步](#4-让任意-agent-可用mcp--skills)配置 MCP + Skills。
|
|
104
107
|
|
|
105
108
|
### 1. 安装
|
|
106
109
|
|
|
@@ -129,10 +132,13 @@ mindos onboard --install-daemon
|
|
|
129
132
|
|
|
130
133
|
配置向导将引导你完成:
|
|
131
134
|
1. 知识库路径 → 默认 `~/.mindos/my-mind`
|
|
132
|
-
2.
|
|
133
|
-
3.
|
|
134
|
-
4.
|
|
135
|
-
5.
|
|
135
|
+
2. 选择模板(en / zh / empty / custom)
|
|
136
|
+
3. 端口配置(Web UI + MCP)
|
|
137
|
+
4. Auth token(自动生成或口令派生)
|
|
138
|
+
5. Web UI 访问密码(可选)
|
|
139
|
+
6. 配置 AI Provider(Anthropic / OpenAI)+ API Key — 或选择 **skip**,稍后通过 `mindos config set` 补填
|
|
140
|
+
|
|
141
|
+
配置自动保存到 `~/.mindos/config.json`。
|
|
136
142
|
|
|
137
143
|
<!-- For Agents: 运行 onboard 前,如果用户未提供 LLM 配置,请询问:
|
|
138
144
|
1. AI Provider — `anthropic` 还是 `openai`(兼容)?
|
|
@@ -183,24 +189,10 @@ mindos onboard --install-daemon
|
|
|
183
189
|
> [!NOTE]
|
|
184
190
|
> 如果你希望其他设备也能访问 MindOS GUI,请确保端口已在防火墙/安全组中放行,并绑定到可访问的主机地址/网卡。
|
|
185
191
|
|
|
186
|
-
### 3. 启动
|
|
187
|
-
|
|
188
|
-
```bash
|
|
189
|
-
mindos start # 启动 app + MCP 服务(生产模式,检测到新版本时自动重新构建)
|
|
190
|
-
```
|
|
191
|
-
|
|
192
|
-
启动后,MindOS 会自动打印 Web UI 地址、MCP 配置片段和 Auth token,直接复制到你的 Agent 即可。
|
|
193
|
-
|
|
194
192
|
> [!TIP]
|
|
195
|
-
>
|
|
193
|
+
> 使用 `--install-daemon` 时,MindOS 会作为后台 OS 服务安装并自动启动,无需手动执行 `mindos start`。如果跳过了该参数,运行 `mindos start` 手动启动,或运行 `mindos update` 升级到最新版本。
|
|
196
194
|
|
|
197
|
-
|
|
198
|
-
> 如果端口被占用,在 `mindos onboard` 时指定其他端口,或更新 `~/.mindos/config.json`,也可通过环境变量临时覆盖:
|
|
199
|
-
> ```bash
|
|
200
|
-
> MINDOS_WEB_PORT=3002 mindos
|
|
201
|
-
> ```
|
|
202
|
-
|
|
203
|
-
### 4. 通过 MindOS Agent 注入你的个人心智
|
|
195
|
+
### 3. 通过 MindOS Agent 注入你的个人心智
|
|
204
196
|
|
|
205
197
|
1. 打开 MindOS GUI 中内置的 Agent 对话面板。
|
|
206
198
|
2. 上传你的简历或任意个人/项目资料。
|
|
@@ -210,24 +202,51 @@ mindos start # 启动 app + MCP 服务(生产模式,检测到新版本时
|
|
|
210
202
|
<img src="assets/images/gui-sync-cv.png" alt="同步简历示例" width="800" />
|
|
211
203
|
</p>
|
|
212
204
|
|
|
213
|
-
###
|
|
205
|
+
### 4. 让任意 Agent 可用(MCP + Skills)
|
|
214
206
|
|
|
215
|
-
####
|
|
207
|
+
#### 4.1 配置 MindOS MCP
|
|
216
208
|
|
|
217
209
|
<!-- For Agents: MindOS MCP 默认注册为全局(user-level)配置,使所有项目共享同一知识库。-->
|
|
218
210
|
|
|
219
|
-
|
|
220
|
-
> 每个 Agent 的 MCP 配置文件路径不同——详见下方 [支持的 Agent](#-支持的-agent) 表格中的 **MCP 配置文件路径** 列。
|
|
211
|
+
一条命令自动将 MCP 配置写入 Agent:
|
|
221
212
|
|
|
222
|
-
|
|
213
|
+
```bash
|
|
214
|
+
mindos mcp install
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
支持 Claude Code、Cursor、Windsurf、Cline、Trae、Gemini CLI 等主流 Agent,交互式引导完成 agent、scope、transport 和 token 的配置。
|
|
223
218
|
|
|
224
|
-
|
|
219
|
+
**本机访问(Agent 和 MindOS 在同一台机器)**
|
|
225
220
|
|
|
226
|
-
|
|
221
|
+
使用 `stdio` transport — 无需启动服务进程,最稳定:
|
|
227
222
|
|
|
228
|
-
|
|
223
|
+
```bash
|
|
224
|
+
# 交互式
|
|
225
|
+
mindos mcp install
|
|
229
226
|
|
|
230
|
-
|
|
227
|
+
# 一键安装,全局(所有项目共享)
|
|
228
|
+
mindos mcp install -g -y
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
**远程访问(Agent 在另一台机器)**
|
|
232
|
+
|
|
233
|
+
使用 `http` transport — 远程机器上需先运行 `mindos start`:
|
|
234
|
+
|
|
235
|
+
```bash
|
|
236
|
+
mindos mcp install --transport http --url http://<服务器IP>:8787/mcp --token your-token -g
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
> [!NOTE]
|
|
240
|
+
> 远程访问时,请确保端口 `8787` 已在防火墙/安全组中放行。
|
|
241
|
+
|
|
242
|
+
> 加 `-g` 表示全局安装 — MCP 配置写入用户级配置文件,所有项目共享,而非仅当前目录。
|
|
243
|
+
|
|
244
|
+
> MCP 端口默认为 `8787`。如需修改,运行 `mindos onboard` 设置 `mcpPort`。
|
|
245
|
+
|
|
246
|
+
<details>
|
|
247
|
+
<summary>手动配置(JSON 片段)</summary>
|
|
248
|
+
|
|
249
|
+
**本机 stdio**(无需启动服务进程):
|
|
231
250
|
|
|
232
251
|
```json
|
|
233
252
|
{
|
|
@@ -242,7 +261,7 @@ mindos start # 启动 app + MCP 服务(生产模式,检测到新版本时
|
|
|
242
261
|
}
|
|
243
262
|
```
|
|
244
263
|
|
|
245
|
-
|
|
264
|
+
**本机 URL:**
|
|
246
265
|
|
|
247
266
|
```json
|
|
248
267
|
{
|
|
@@ -255,10 +274,7 @@ mindos start # 启动 app + MCP 服务(生产模式,检测到新版本时
|
|
|
255
274
|
}
|
|
256
275
|
```
|
|
257
276
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
> [!NOTE]
|
|
261
|
-
> 请确保端口 `8787` 已在防火墙/安全组中放行,远程客户端才能连接。
|
|
277
|
+
**远程:**
|
|
262
278
|
|
|
263
279
|
```json
|
|
264
280
|
{
|
|
@@ -271,7 +287,11 @@ mindos start # 启动 app + MCP 服务(生产模式,检测到新版本时
|
|
|
271
287
|
}
|
|
272
288
|
```
|
|
273
289
|
|
|
274
|
-
|
|
290
|
+
各 Agent 的配置文件路径不同,详见下方 [支持的 Agent](#-支持的-agent) 表格中的 **MCP 配置文件路径** 列。
|
|
291
|
+
|
|
292
|
+
</details>
|
|
293
|
+
|
|
294
|
+
#### 4.2 安装 MindOS Skills
|
|
275
295
|
|
|
276
296
|
| Skill | 说明 |
|
|
277
297
|
|-------|------|
|
|
@@ -290,7 +310,7 @@ npx skills add https://github.com/GeminiLight/MindOS --skill mindos-zh -g -y
|
|
|
290
310
|
|
|
291
311
|
MCP = 连接能力,Skills = 工作流能力;两者都开启后体验完整。
|
|
292
312
|
|
|
293
|
-
####
|
|
313
|
+
#### 4.3 常见误区
|
|
294
314
|
|
|
295
315
|
- 只配 MCP,不装 Skills:能调用工具,但缺少最佳实践指引。
|
|
296
316
|
- 只装 Skills,不配 MCP:有流程提示,但无法操作本地知识库。
|
package/assets/demo-flow-zh.html
CHANGED
|
@@ -358,8 +358,8 @@
|
|
|
358
358
|
<body>
|
|
359
359
|
<div class="canvas" id="canvas">
|
|
360
360
|
<div class="header">
|
|
361
|
-
<h1>MindOS
|
|
362
|
-
<p
|
|
361
|
+
<h1>MindOS:想法、执行到复盘,一条线贯穿</h1>
|
|
362
|
+
<p>记一句想法,剩下的全自动</p>
|
|
363
363
|
</div>
|
|
364
364
|
|
|
365
365
|
<div class="flow" id="flow">
|
|
@@ -375,18 +375,18 @@
|
|
|
375
375
|
<div class="mobile-nav"><span class="back">‹</span><span class="title">Quick Capture</span></div>
|
|
376
376
|
<div class="mobile-body">
|
|
377
377
|
<div class="mobile-note">
|
|
378
|
-
<div class="note-time">今天
|
|
379
|
-
<div class="note-text"
|
|
380
|
-
<div class="note-tag"
|
|
378
|
+
<div class="note-time">今天 11:30</div>
|
|
379
|
+
<div class="note-text">想好了新项目:先理清思路,<br/>代码开搞,顺便发个帖宣传下</div>
|
|
380
|
+
<div class="note-tag">#想法</div>
|
|
381
381
|
</div>
|
|
382
382
|
<div class="mobile-note" style="border-left-color: var(--muted-fg);">
|
|
383
|
-
<div class="note-time">昨天
|
|
384
|
-
<div class="note-text"
|
|
385
|
-
<div class="note-tag" style="background:rgba(138,130,117,0.1);color:var(--muted-fg);"
|
|
383
|
+
<div class="note-time">昨天 16:00</div>
|
|
384
|
+
<div class="note-text">之前调研过竞品,用 React + Tailwind 方案</div>
|
|
385
|
+
<div class="note-tag" style="background:rgba(138,130,117,0.1);color:var(--muted-fg);">#技术选型</div>
|
|
386
386
|
</div>
|
|
387
387
|
</div>
|
|
388
388
|
<div class="mobile-input">
|
|
389
|
-
<input type="text" value="
|
|
389
|
+
<input type="text" value="记一下新项目的想法..." readonly />
|
|
390
390
|
<div class="send-btn">↑</div>
|
|
391
391
|
</div>
|
|
392
392
|
</div>
|
|
@@ -410,30 +410,30 @@
|
|
|
410
410
|
<div class="desktop-layout">
|
|
411
411
|
<div class="sidebar">
|
|
412
412
|
<div class="sidebar-item"><span class="icon">P</span> Profile</div>
|
|
413
|
-
<div class="sidebar-item
|
|
414
|
-
<div class="sidebar-item"><span class="icon">J</span> Projects</div>
|
|
413
|
+
<div class="sidebar-item"><span class="icon">W</span> Workflows</div>
|
|
414
|
+
<div class="sidebar-item active"><span class="icon">J</span> Projects</div>
|
|
415
415
|
<div class="sidebar-item"><span class="icon">C</span> Configs</div>
|
|
416
416
|
<div class="sidebar-item"><span class="icon">R</span> Resources</div>
|
|
417
417
|
<div class="sidebar-item"><span class="icon">G</span> Graph</div>
|
|
418
418
|
</div>
|
|
419
419
|
<div class="main-content">
|
|
420
|
-
<div class="file-path">
|
|
420
|
+
<div class="file-path">Projects/新项目计划.md</div>
|
|
421
421
|
<div class="updated-tag">* Agent 已自动更新 3 个文件</div>
|
|
422
|
-
<div class="content-title"
|
|
422
|
+
<div class="content-title">新项目计划</div>
|
|
423
423
|
<div class="content-section">
|
|
424
|
-
<h3
|
|
424
|
+
<h3>核心思路</h3>
|
|
425
425
|
<ul>
|
|
426
|
-
<li
|
|
427
|
-
<li
|
|
428
|
-
<li
|
|
426
|
+
<li>先理清项目方案和架构</li>
|
|
427
|
+
<li>搭建代码骨架,快速出原型</li>
|
|
428
|
+
<li>发帖宣传,收集早期反馈</li>
|
|
429
429
|
</ul>
|
|
430
430
|
</div>
|
|
431
431
|
<div class="content-section">
|
|
432
432
|
<h3>关联更新</h3>
|
|
433
433
|
<div class="badge-row">
|
|
434
|
-
<span class="badge">Projects
|
|
435
|
-
<span class="badge">
|
|
436
|
-
<span class="badge">
|
|
434
|
+
<span class="badge">Projects/Project-Plan.md</span>
|
|
435
|
+
<span class="badge">Workflows/Launch-SOP.md</span>
|
|
436
|
+
<span class="badge">TODO.md</span>
|
|
437
437
|
</div>
|
|
438
438
|
</div>
|
|
439
439
|
</div>
|
|
@@ -458,12 +458,12 @@
|
|
|
458
458
|
<div class="cli-frame">
|
|
459
459
|
<div class="cli-titlebar">
|
|
460
460
|
<div class="dots"><span class="dot-r-sm"></span><span class="dot-y-sm"></span><span class="dot-g-sm"></span></div>
|
|
461
|
-
<span class="name">
|
|
461
|
+
<span class="name">Gemini</span>
|
|
462
462
|
</div>
|
|
463
463
|
<div class="cli-body">
|
|
464
|
-
<div class="cli-line"><span class="cli-prompt">> </span><span class="cli-cmd"
|
|
465
|
-
<div class="cli-line"><span class="cli-reading"> Reading MindOS →
|
|
466
|
-
<div class="cli-line"><span class="cli-output"> Done.
|
|
464
|
+
<div class="cli-line"><span class="cli-prompt">> </span><span class="cli-cmd">梳理项目方案和架构</span></div>
|
|
465
|
+
<div class="cli-line"><span class="cli-reading"> Reading MindOS → Project-Plan.md</span></div>
|
|
466
|
+
<div class="cli-line"><span class="cli-output"> Done. 已整理项目方案 + 技术架构文档</span></div>
|
|
467
467
|
</div>
|
|
468
468
|
</div>
|
|
469
469
|
<!-- Cursor -->
|
|
@@ -473,9 +473,9 @@
|
|
|
473
473
|
<span class="name">Cursor</span>
|
|
474
474
|
</div>
|
|
475
475
|
<div class="cli-body">
|
|
476
|
-
<div class="cli-line"><span class="cli-prompt">> </span><span class="cli-cmd"
|
|
477
|
-
<div class="cli-line"><span class="cli-reading"> Reading MindOS →
|
|
478
|
-
<div class="cli-line"><span class="cli-output"> Done.
|
|
476
|
+
<div class="cli-line"><span class="cli-prompt">> </span><span class="cli-cmd">搭建项目骨架</span></div>
|
|
477
|
+
<div class="cli-line"><span class="cli-reading"> Reading MindOS → Project-Plan.md</span></div>
|
|
478
|
+
<div class="cli-line"><span class="cli-output"> Done. 已初始化项目结构 + 基础配置</span></div>
|
|
479
479
|
</div>
|
|
480
480
|
</div>
|
|
481
481
|
<!-- OpenClaw (Telegram style) -->
|
|
@@ -486,8 +486,8 @@
|
|
|
486
486
|
<span class="tg-badge">BOT</span>
|
|
487
487
|
</div>
|
|
488
488
|
<div class="tg-body">
|
|
489
|
-
<div class="tg-bubble user"
|
|
490
|
-
<div class="tg-bubble bot"><span class="tg-hl">Writing → Workflows
|
|
489
|
+
<div class="tg-bubble user">发帖宣传项目,收集大家反馈</div>
|
|
490
|
+
<div class="tg-bubble bot"><span class="tg-hl">Writing → Workflows/Launch-SOP.md</span><br/>Done. 已发布宣传帖 + 汇总反馈沉淀到 SOP</div>
|
|
491
491
|
</div>
|
|
492
492
|
</div>
|
|
493
493
|
</div>
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
<svg class="arrows-svg" id="arrows-svg" xmlns="http://www.w3.org/2000/svg"></svg>
|
|
499
499
|
|
|
500
500
|
<div class="tagline">
|
|
501
|
-
<p
|
|
501
|
+
<p>一句想法 → <span>MindOS</span> 归档 + 关联 → 所有 Agent 各就各位 → <span>经验自动沉淀</span></p>
|
|
502
502
|
</div>
|
|
503
503
|
|
|
504
504
|
<div class="cta-card">
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|