the-mindscape-of-bro-tsong/knowledge_assets/README.md

30 lines
1.3 KiB
Markdown

# Knowledge Assets
This folder contains stable, long-term reusable knowledge documents for the model library MVP.
It is the durable explanation layer for ChatGPT, Codex, CCRA, and the project owner.
Rules:
- Store reusable knowledge here.
- Keep raw source archives outside this repository.
- Keep model source of truth in `models/` and `cards/`.
- Keep session-level validation and handoff documents in `reports/`.
- Do not put version numbers in filenames; record version information inside the document.
- Store long-term CCRA quality gates and handoff protocols here, but do not store per-round review bundles or command logs here.
- Store durable data-governance and model-invocation explanations here when they answer "how this model library should keep working", not "what happened in this review round".
- Review bundles should not include `knowledge_assets/` by default; the project owner manually syncs stable knowledge assets into GPT knowledge storage.
Current reading order:
- `00_用户背景与产品上下文.md`
- `01_核心模型地图.md`
- `02_模型卡结构规范.md`
- `03_核心模型抽取样板.md`
- `06_模型稳固性评级规则.md`
- `07_产品规划过程记录.md`
- `08_CCRA模型库MVP质量门与交接协议.md`
- `09_数据治理与模型调用机制说明.md`
See `docs/KNOWLEDGE_ASSET_RULES.md`.