个人知识工程仓库,采用 Input -> Learning -> Output 主线:
Input:纯输入(原始信息)Learning:基于 Input 的一次输出(消化、归纳、重写)Output:基于 Input + Learning 的二次输出(对外发布)
| 模块 | 职责 | 入口 |
|---|---|---|
Input/ |
纯输入采集与整理(Clippings/Inbox/Notes/Resources/Logs) | Input/_Index.md |
Learning/ |
基于输入的学习沉淀(按主题组织) | Learning/_Index.md |
Output/ |
对外发布内容(仅 Z° North) |
Output/_Index.md |
Archives/ |
冷数据归档(与 Input/Learning 平级) | Archives/_Index.md |
Plan/ |
年度/月度计划与执行跟踪 | Plan/_Index.md |
Templates/ |
统一模板库(采集、沉淀、输出、计划、回顾) | Templates/_Index.md |
Lyra CLI |
生成与发布工具(外部仓库) | 配置入口:.lyrarc.json |
ZNorth/
├── Input/
├── Learning/
│ ├── Javascript/
│ ├── NodeJs/
│ ├── Git/
│ ├── English/
│ ├── Photoshop/
│ ├── Notes/
│ └── Canvas/
├── Output/
│ ├── _Index.md
│ └── Z° North/
├── Archives/
├── Plan/
├── Templates/
├── (Lyra CLI 外部仓库)
├── Dashboard.md
└── Wiki.md
- 在
Input收集原始素材。 - 在
Learning做消化、提炼和结构化表达。 - 在
Output/Z° North形成公开内容(包含 Weekly/Article)。 - 将过时但有保留价值的内容转入
Archives。 - 在
Plan跟踪执行节奏。 - 用
Lyra CLI自动化生成与联调(配置见.lyrarc.json)。