feat(kb): 新增提案工作流、proposals 目录与 tpl-proposal,同步模板与 skill
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user