the-mindscape-of-bro-tsong/knowledge_assets/00_用户背景与产品上下文.md

71 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 用户背景与产品上下文
version: 0.1
last_updated: 2026-06-16
status: draft
## 项目定位
`the-mindscape-of-bro-tsong` 是 The Mindscape of Bro Tsong 的产品和应用边界。
当前阶段是 `model_library_mvp`,目标是建立一个 file-first 的认知模型库 MVP。
## 当前 MVP 目标
验证少量核心认知模型能否被整理为:
- 人读 Markdown 模型卡
- 机器可读 JSON 模型卡
- 来源文章记录
- 来源证据片段
- 回归测试用例
- 最小规则选择器
- 本地校验对象
## 第一批样板模型
- QPI
- 思想考古学
QPI 用于前置问题定性和路由。
思想考古学用于中重型问题的深度建模。
## 边界
本仓库不做:
- 完整前端
- 后端服务
- 数据库
- 向量数据库
- 完整 RAG 系统
- 用户账户
- 认证
- 支付
- 公共平台
- 多用户协作
## 周边仓库关系
- `knowledge-vault`: 原始文章、上游讨论和源材料。
- `ccpe-system`: 专家智能体、运行时、协议、评估和治理规格。
- `skills-vault`: 可复用自动化工具和安装型 Skill 的源头。
- `writing-workbench`: 深度写作生产工作台。
- `video-workbench`: 视频和呈现型输出工作台。
本仓库消费这些仓库的产物,但不复制它们的 canonical 内容。
## 本地 source of truth
- 项目规则:`docs/`
- 模型 JSON`models/`
- 人读模型卡:`cards/`
- 来源索引:`sources/`
- 回归测试:`tests/`
- selector`selector/`
- 校验脚本:`scripts/`
- 过程报告和交接:`reports/`