Files

43 lines
1.2 KiB
Markdown
Raw Permalink 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.
# PROJECTS.md
项目管理系统,追踪所有有产出的工作。
## 项目生命周期
```
idea → planning → active → done → archived
paused
```
## 项目结构
```
projects/<project-name>/
├── README.md # 项目概述、决策日志、关键记录
├── artifacts/ # 产物(文件、脚本、配置等)
└── notes/ # 过程笔记、参考材料
```
## 项目目录索引
| 项目 | 状态 | 产物路径 | 创建日期 | 备注 |
|------|------|---------|---------|------|
| val-blog | active | `/Users/guchen/.openclaw/workspace/val-blog/`(实际 git root: workspace | 2026-04 | Hugo 独立站点;每日 10:00 写稿 10:12 精修 commit |
| local-embedding | archiving | — | 2026-05-24 | 本地模型已配置完成 |
---
## TODO / 待归档
(空)
---
## 规则
1. 有新项目时,在此文件底部追加条目
2. 产物优先放 `projects/<name>/`,已有独立仓库的沿用原路径(如 val-blog)
3. 项目完成或归档后,更新状态并写一个简短总结到 README
4. 暂时性工作(单次查询、一次性操作)不建项目,对话内完成即可