Harden auth/vault path sanitization and clean WeKnora docs

This commit is contained in:
Agent Board
2026-07-28 17:04:27 +08:00
parent 2deaf59f7b
commit 26ff1a9c9a
190 changed files with 13454 additions and 4987 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env node
// Pi Lab API endpoint smoke
// 验证 Pi Lab API 路由在 mnote-web 开发环境下的响应
// 需要 mnote-web 已在运行(npm run desktop:hot 或独立启动)
// 需要 mnote-web 已在运行(npm run dev:hot 或独立启动)
// 检查:新端点 start/send/abort/events、SSE、permission-system managed builtin tools、receipt、no polling
const BASE = process.env.MNOTE_PI_LAB_BASE || 'http://127.0.0.1:3000';