feat: align local-first workspace direction

Document the VSCode-like local-first product shape, demote Convex to a control-plane role, and retire stale architecture drafts.

Add local workspace migration/export references plus smoke coverage for no-Convex managed workspace startup, local markdown title/body/options persistence, asset upload behavior, and Convex fixture export.

Verification: git diff --cached --check; node scripts/check-local-first-convex-guard.js --staged; node scripts/task444-convex-workspace-export-local-fixture-smoke.js; node scripts/task166-local-first-managed-workspace-no-convex-smoke.js; node scripts/task167-local-markdown-title-body-options-no-convex-smoke.js
This commit is contained in:
lix-2026
2026-05-19 08:11:58 +08:00
parent 68d321e297
commit cdff672aa5
67 changed files with 5242 additions and 932 deletions
+32
View File
@@ -0,0 +1,32 @@
# 今日速记(日记)
> 来源:https://www.wolai.com/wolai/... (今日速记)
> 用途:mnote "日记/速记" 功能行为参考
>
> 实现状态:**未实现** ❌ 无今日速记/日记专用功能
## 核心概念
以今天日期命名的页面,快速记录当日内容。
## 触发方式
| 方式 | 说明 |
|------|------|
| 侧栏闪电图标 | 点击左侧边栏上方的 `⚡` 图标 |
| 快捷键 | `Ctrl + \`` 或 `Ctrl + ,` |
| 域名 | `wolai.today`(浏览器已登录时) |
## 行为
- 自动创建以今天日期命名的页面(如 `2026-05-19`
- 日期格式取决于工作空间设置
- 如果当日页面已放入垃圾桶,进入时仍显示该页面(带删除提示)
- 如果已彻底删除,则新建页面
## 设置
| 选项 | 说明 |
|------|------|
| 默认位置 | 在"空间偏好"中设定今日速记的父页面 |
| 默认模板 | 在"空间偏好"中设定创建时的模板页面 |