feat(kb): 新增提案工作流、proposals 目录与 tpl-proposal,同步模板与 skill

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-24 21:04:33 +08:00
co-authored by Cursor
parent f26cb2d074
commit 743bcaef44
16 changed files with 528 additions and 22 deletions
+13
View File
@@ -81,3 +81,16 @@ related_worldbuilding: []
> | # | 来源 | 主要提供的信息 |
> |---|------|----------------|
> | 1 | [[inbox/archived/xxx]] | {该来源主要提供的信息} |
---
### 📡 关联提案 (自动追踪)
> 以下是针对本条目的未决提案,决策前请参考。
```dataview
TABLE author as "发起人", created as "日期", summary as "一句话"
FROM "kb/proposals"
WHERE contains(targets, this.file.link) AND status = "open"
SORT created DESC
```