@itradingai/aiwiki 0.2.19 → 0.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/docs/AGENT_HANDOFF.md +1 -0
- package/docs/FAQ.md +4 -0
- package/docs/README.md +5 -0
- package/docs/RELEASE.md +9 -14
- package/docs/ROADMAP.md +1 -0
- package/docs/SHOWCASE.md +19 -9
- package/docs/USAGE.md +8 -10
- package/examples/demo-run/README.md +28 -0
- package/examples/demo-run/context-output.json +341 -0
- package/examples/demo-run/ingest-agent-output.txt +25 -0
- package/examples/demo-run/ingest-file-output.txt +23 -0
- package/examples/demo-run/input/agent-enriched-payload.json +88 -0
- package/examples/demo-run/input/local-article.md +5 -0
- package/examples/demo-run/lint-output.json +46 -0
- package/examples/demo-run/query-output.txt +54 -0
- package/examples/demo-run/setup-output.txt +9 -0
- package/examples/demo-run/status-output.txt +20 -0
- package/examples/obsidian-vault-sample/02-raw/articles/llm-wiki-notes.md +32 -0
- package/examples/obsidian-vault-sample/02-raw/articles/local-article.md +33 -0
- package/examples/obsidian-vault-sample/03-sources/article-cards/llm-wiki-notes.md +62 -0
- package/examples/obsidian-vault-sample/03-sources/article-cards/local-article.md +58 -0
- package/examples/obsidian-vault-sample/04-claims/_suggestions/llm-wiki-notes-claims.md +58 -0
- package/examples/obsidian-vault-sample/05-wiki/source-knowledge/llm-wiki-notes.md +103 -0
- package/examples/obsidian-vault-sample/05-wiki/source-knowledge/local-article.md +72 -0
- package/examples/obsidian-vault-sample/06-assets/_suggestions/llm-wiki-notes-assets.md +29 -0
- package/examples/obsidian-vault-sample/07-topics/ready/llm-wiki-notes-topics.md +29 -0
- package/examples/obsidian-vault-sample/08-outputs/outlines/llm-wiki-notes-outline.md +43 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/payload.json +24 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/processing-summary.md +56 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/raw.md +33 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/source-card.md +58 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603905-085f05/wiki-entry.md +72 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/creative-assets.md +29 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/draft-outline.md +43 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/payload.json +91 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/processing-summary.md +67 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/raw.md +32 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/source-card.md +62 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/topics.md +29 -0
- package/examples/obsidian-vault-sample/09-runs/20260608-160603980-89f570/wiki-entry.md +103 -0
- package/examples/obsidian-vault-sample/_system/index.md +37 -0
- package/examples/obsidian-vault-sample/_system/log.md +8 -0
- package/examples/obsidian-vault-sample/_system/purpose.md +31 -0
- package/examples/obsidian-vault-sample/_system/schemas/aiwiki-frontmatter.md +21 -0
- package/examples/obsidian-vault-sample/_system/templates/review-note.md +16 -0
- package/examples/obsidian-vault-sample/_system/templates/source-card.md +34 -0
- package/examples/obsidian-vault-sample/aiwiki.yaml +18 -0
- package/examples/obsidian-vault-sample/dashboards/AIWiki Home.md +31 -0
- package/examples/obsidian-vault-sample/dashboards/Recent Runs.md +10 -0
- package/examples/obsidian-vault-sample/dashboards/Review Queue.md +12 -0
- package/examples/obsidian-vault-sample/dashboards/Source Cards.md +10 -0
- package/examples/obsidian-vault-sample/dashboards/Topic Pipeline.md +10 -0
- package/examples/obsidian-vault-sample/dashboards/Wiki Entries.md +10 -0
- package/package.json +2 -1
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "llm-wiki-notes:source-card"
|
|
3
|
+
title: "LLM Wiki Notes"
|
|
4
|
+
type: "source_card"
|
|
5
|
+
status: "to-review"
|
|
6
|
+
slug: "llm-wiki-notes"
|
|
7
|
+
source_type: "url"
|
|
8
|
+
source_url: "https://example.com/llm-wiki"
|
|
9
|
+
url: "https://example.com/llm-wiki"
|
|
10
|
+
fetcher: "host-agent"
|
|
11
|
+
created_at: "2026-06-08T16:06:03.980Z"
|
|
12
|
+
captured_at: "2026-05-14T10:00:00+08:00"
|
|
13
|
+
run_id: "20260608-160603980-89f570"
|
|
14
|
+
content_fingerprint: "sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a"
|
|
15
|
+
wiki_entry: "[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]"
|
|
16
|
+
source_card: "[[03-sources/article-cards/llm-wiki-notes|资料卡]]"
|
|
17
|
+
raw_note: "[[02-raw/articles/llm-wiki-notes|原文]]"
|
|
18
|
+
claims_note: "[[04-claims/_suggestions/llm-wiki-notes-claims|Claim 建议]]"
|
|
19
|
+
assets_note: "[[06-assets/_suggestions/llm-wiki-notes-assets|素材建议]]"
|
|
20
|
+
topics_note: "[[07-topics/ready/llm-wiki-notes-topics|选题]]"
|
|
21
|
+
outline_note: "[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]"
|
|
22
|
+
run_summary: "[[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]"
|
|
23
|
+
grounding_evidence_available: false
|
|
24
|
+
grounding_evidence_channel: "none"
|
|
25
|
+
grounding_needs_review: true
|
|
26
|
+
grounding_markers: ["unsupported_claims"]
|
|
27
|
+
grounding_claim_count: "1"
|
|
28
|
+
grounding_claim_quote_count: "0"
|
|
29
|
+
grounding_unsupported_claim_count: "1"
|
|
30
|
+
coverage_suspected_incomplete: false
|
|
31
|
+
aliases: ["LLM Wiki Notes"]
|
|
32
|
+
tags: ["aiwiki/source-card"]
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
# LLM Wiki Notes
|
|
36
|
+
|
|
37
|
+
## Obsidian 链接
|
|
38
|
+
|
|
39
|
+
- Wiki 条目:[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]
|
|
40
|
+
- 原文:[[02-raw/articles/llm-wiki-notes|原文]]
|
|
41
|
+
- Claim 建议:[[04-claims/_suggestions/llm-wiki-notes-claims|Claim 建议]]
|
|
42
|
+
- 素材建议:[[06-assets/_suggestions/llm-wiki-notes-assets|素材建议]]
|
|
43
|
+
- 选题:[[07-topics/ready/llm-wiki-notes-topics|选题]]
|
|
44
|
+
- 大纲:[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]
|
|
45
|
+
- 处理记录:[[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]
|
|
46
|
+
|
|
47
|
+
## 摘要
|
|
48
|
+
|
|
49
|
+
这是一篇关于 LLM Wiki 的文章,讨论了 Agent-first 本地知识库、结构化条目和持续整理。
|
|
50
|
+
|
|
51
|
+
## Problem / Evidence / Reuse
|
|
52
|
+
|
|
53
|
+
- problem_solved: LLM Wiki 把资料整理成可持续维护的本地知识层。
|
|
54
|
+
- evidence_boundary: review required before treating analysis as fact
|
|
55
|
+
- reuse_scenarios: 研究, 写作
|
|
56
|
+
- content_fingerprint: sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a
|
|
57
|
+
|
|
58
|
+
## Grounding 状态
|
|
59
|
+
|
|
60
|
+
- 证据通道:none
|
|
61
|
+
- 需要复核:yes
|
|
62
|
+
- 疑似标记:unsupported_claims
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "llm-wiki-notes:topics"
|
|
3
|
+
title: "LLM Wiki Notes Topics"
|
|
4
|
+
type: "topic_candidates"
|
|
5
|
+
status: "ready"
|
|
6
|
+
slug: "llm-wiki-notes"
|
|
7
|
+
source_url: "https://example.com/llm-wiki"
|
|
8
|
+
source_type: "url"
|
|
9
|
+
created_at: "2026-06-08T16:06:03.980Z"
|
|
10
|
+
captured_at: "2026-05-14T10:00:00+08:00"
|
|
11
|
+
run_id: "20260608-160603980-89f570"
|
|
12
|
+
content_fingerprint: "sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a"
|
|
13
|
+
wiki_entry: "[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]"
|
|
14
|
+
source_card: "[[03-sources/article-cards/llm-wiki-notes|资料卡]]"
|
|
15
|
+
raw_note: "[[02-raw/articles/llm-wiki-notes|原文]]"
|
|
16
|
+
claims_note: "[[04-claims/_suggestions/llm-wiki-notes-claims|Claim 建议]]"
|
|
17
|
+
assets_note: "[[06-assets/_suggestions/llm-wiki-notes-assets|素材建议]]"
|
|
18
|
+
topics_note: "[[07-topics/ready/llm-wiki-notes-topics|选题]]"
|
|
19
|
+
outline_note: "[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]"
|
|
20
|
+
run_summary: "[[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]"
|
|
21
|
+
tags: ["aiwiki/topics"]
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
# 选题候选
|
|
25
|
+
|
|
26
|
+
- Wiki 条目:[[05-wiki/source-knowledge/llm-wiki-notes|Wiki 条目]]
|
|
27
|
+
- 资料卡:[[03-sources/article-cards/llm-wiki-notes|资料卡]]
|
|
28
|
+
- 大纲:[[08-outputs/outlines/llm-wiki-notes-outline|大纲]]
|
|
29
|
+
- LLM Wiki Notes
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: "llm-wiki-notes:wiki-entry"
|
|
3
|
+
type: "wiki_entry"
|
|
4
|
+
wiki_type: "source_knowledge"
|
|
5
|
+
source_role: "input"
|
|
6
|
+
represents_user_view: false
|
|
7
|
+
status: "active"
|
|
8
|
+
generation_mode: "agent_enriched"
|
|
9
|
+
quality: "enriched"
|
|
10
|
+
generated_by: "host_agent"
|
|
11
|
+
llm_enriched: true
|
|
12
|
+
title: "LLM Wiki Notes"
|
|
13
|
+
slug: "llm-wiki-notes"
|
|
14
|
+
source_url: "https://example.com/llm-wiki"
|
|
15
|
+
source_type: "url"
|
|
16
|
+
source_card: "03-sources/article-cards/llm-wiki-notes.md"
|
|
17
|
+
raw_file: "02-raw/articles/llm-wiki-notes.md"
|
|
18
|
+
claims_file: "04-claims/_suggestions/llm-wiki-notes-claims.md"
|
|
19
|
+
topics_file: "07-topics/ready/llm-wiki-notes-topics.md"
|
|
20
|
+
outline_file: "08-outputs/outlines/llm-wiki-notes-outline.md"
|
|
21
|
+
run_summary: "09-runs/20260608-160603980-89f570/processing-summary.md"
|
|
22
|
+
run_id: "20260608-160603980-89f570"
|
|
23
|
+
content_fingerprint: "sha256:7e9fcf3257160956b260fe36c2c3dbdddf91b86856e989045eee547ff0019a9a"
|
|
24
|
+
created_at: "2026-06-08T16:06:03.980Z"
|
|
25
|
+
updated_at: "2026-06-08T16:06:03.980Z"
|
|
26
|
+
summary: "LLM Wiki 把资料整理成可持续维护的本地知识层。"
|
|
27
|
+
topics: ["LLM Wiki", "Agent-first", "content fingerprint", "evidence boundary"]
|
|
28
|
+
claims: ["高质量知识提炼应由宿主 Agent 提供"]
|
|
29
|
+
grounding_evidence_available: false
|
|
30
|
+
grounding_evidence_channel: "none"
|
|
31
|
+
grounding_needs_review: true
|
|
32
|
+
grounding_markers: ["unsupported_claims"]
|
|
33
|
+
grounding_claim_count: "1"
|
|
34
|
+
grounding_claim_quote_count: "0"
|
|
35
|
+
grounding_unsupported_claim_count: "1"
|
|
36
|
+
coverage_suspected_incomplete: false
|
|
37
|
+
tags: ["aiwiki/wiki-entry"]
|
|
38
|
+
---
|
|
39
|
+
# LLM Wiki Notes
|
|
40
|
+
|
|
41
|
+
## Grounding 复核
|
|
42
|
+
|
|
43
|
+
- 证据通道:none
|
|
44
|
+
- 需要复核:yes
|
|
45
|
+
- 疑似标记:unsupported_claims
|
|
46
|
+
- Claim 引用覆盖:0/1
|
|
47
|
+
|
|
48
|
+
## 一句话总结
|
|
49
|
+
|
|
50
|
+
LLM Wiki 把资料整理成可持续维护的本地知识层。
|
|
51
|
+
|
|
52
|
+
## 核心观点
|
|
53
|
+
|
|
54
|
+
- Wiki Entry 是入库后的默认知识容器
|
|
55
|
+
- 宿主 Agent 负责理解原文
|
|
56
|
+
|
|
57
|
+
## 可复用知识点
|
|
58
|
+
|
|
59
|
+
### Agent-first 边界
|
|
60
|
+
|
|
61
|
+
CLI 负责落盘,Agent 负责理解。
|
|
62
|
+
|
|
63
|
+
## Reusable Judgments
|
|
64
|
+
|
|
65
|
+
### Review before reuse
|
|
66
|
+
|
|
67
|
+
- judgment: Unsupported analysis should stay reviewable before it becomes reusable knowledge.
|
|
68
|
+
- rationale: The host Agent may infer beyond the source.
|
|
69
|
+
- evidence boundary: needs review if reused as a factual claim
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## Entities and Concepts
|
|
73
|
+
|
|
74
|
+
- entities: AIWiki CLI, Host Agent
|
|
75
|
+
- concepts: content fingerprint, evidence boundary
|
|
76
|
+
|
|
77
|
+
## Tensions
|
|
78
|
+
|
|
79
|
+
- automation speed vs evidence review
|
|
80
|
+
|
|
81
|
+
## 相关概念
|
|
82
|
+
|
|
83
|
+
- LLM Wiki
|
|
84
|
+
- Agent-first
|
|
85
|
+
|
|
86
|
+
## 适合用于什么场景
|
|
87
|
+
|
|
88
|
+
- 研究
|
|
89
|
+
- 写作
|
|
90
|
+
|
|
91
|
+
## 可转化的选题
|
|
92
|
+
|
|
93
|
+
- 为什么 Agent 需要本地 Wiki
|
|
94
|
+
|
|
95
|
+
## Suggested Links
|
|
96
|
+
|
|
97
|
+
- Grounding review workflow -> 05-wiki/source-knowledge/grounding-review (Connects this source to evidence review practice.)
|
|
98
|
+
|
|
99
|
+
## 来源
|
|
100
|
+
|
|
101
|
+
- Source Card: [[03-sources/article-cards/llm-wiki-notes|资料卡]]
|
|
102
|
+
- Raw: [[02-raw/articles/llm-wiki-notes|原文]]
|
|
103
|
+
- Run: [[09-runs/20260608-160603980-89f570/processing-summary|处理记录]]
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# AIWiki System Index
|
|
2
|
+
|
|
3
|
+
Use this file as the human and Agent entry point for the knowledge base.
|
|
4
|
+
|
|
5
|
+
## Core Areas
|
|
6
|
+
|
|
7
|
+
- [[02-raw/articles|Raw Articles]]
|
|
8
|
+
- [[03-sources/article-cards|Source Cards]]
|
|
9
|
+
- [[04-claims/_suggestions|Claim Suggestions]]
|
|
10
|
+
- [[05-wiki|Wiki Entries]]
|
|
11
|
+
- [[06-assets/_suggestions|Asset Suggestions]]
|
|
12
|
+
- [[07-topics/ready|Topic Pipeline]]
|
|
13
|
+
- [[08-outputs/outlines|Draft Outlines]]
|
|
14
|
+
- [[09-runs|Processing Runs]]
|
|
15
|
+
|
|
16
|
+
## Dashboards
|
|
17
|
+
|
|
18
|
+
- [[dashboards/AIWiki Home|AIWiki Home]]
|
|
19
|
+
- [[dashboards/Review Queue|Review Queue]]
|
|
20
|
+
- [[dashboards/Recent Runs|Recent Runs]]
|
|
21
|
+
- [[dashboards/Lint Report|Lint Report]]
|
|
22
|
+
|
|
23
|
+
## System Files
|
|
24
|
+
|
|
25
|
+
- [[_system/purpose|Purpose]]
|
|
26
|
+
- [[_system/log|Log]]
|
|
27
|
+
- [[_system/schemas/aiwiki-frontmatter|Frontmatter Schema]]
|
|
28
|
+
|
|
29
|
+
## Common Commands
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
aiwiki status
|
|
33
|
+
aiwiki next
|
|
34
|
+
aiwiki query "<topic>"
|
|
35
|
+
aiwiki context "<topic>"
|
|
36
|
+
aiwiki lint
|
|
37
|
+
```
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# AIWiki Knowledge Base Purpose
|
|
2
|
+
|
|
3
|
+
This file defines what this knowledge base is for. Host Agents should read it before ingesting, querying, or reorganizing content.
|
|
4
|
+
|
|
5
|
+
## Goal
|
|
6
|
+
|
|
7
|
+
Build a local, traceable AI knowledge base that turns useful articles, notes, and source material into Obsidian-ready Markdown.
|
|
8
|
+
|
|
9
|
+
## Suitable Materials
|
|
10
|
+
|
|
11
|
+
- Articles, notes, transcripts, and references that can become source cards, wiki entries, claims, topics, outlines, or reusable assets.
|
|
12
|
+
- External materials with clear source information.
|
|
13
|
+
- User-owned drafts or published work when the user explicitly says the material represents their own output.
|
|
14
|
+
|
|
15
|
+
## Unsuitable Materials
|
|
16
|
+
|
|
17
|
+
- Content without a usable source or context.
|
|
18
|
+
- Purely private, sensitive, illegal, or unsafe material.
|
|
19
|
+
- Generic web noise that cannot become reusable knowledge.
|
|
20
|
+
- Claims that cannot be tied back to evidence.
|
|
21
|
+
|
|
22
|
+
## Multi-Knowledge-Base Boundary
|
|
23
|
+
|
|
24
|
+
This base AIWiki workspace is a single knowledge base. If the user later creates multiple knowledge bases, each one should have its own purpose file and Agents should route material according to that local purpose.
|
|
25
|
+
|
|
26
|
+
## Agent Rules
|
|
27
|
+
|
|
28
|
+
- Respect this purpose before ingesting material.
|
|
29
|
+
- Keep evidence and inference separate.
|
|
30
|
+
- Do not treat external input as the user's own view unless the user says so.
|
|
31
|
+
- Prefer traceable source cards and wiki entries over unsupported summaries.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# AIWiki Frontmatter Schema
|
|
2
|
+
|
|
3
|
+
AIWiki 使用 Obsidian 原生 Properties 作为基础数据库层,Dataview 只作为可选增强。
|
|
4
|
+
|
|
5
|
+
## Shared Fields
|
|
6
|
+
|
|
7
|
+
- `aiwiki_id`: AIWiki 内部稳定标识。
|
|
8
|
+
- `type`: `source_card`, `raw_article`, `claim_suggestions`, `asset_suggestions`, `topic_candidates`, `draft_outline`, `processing_summary`。
|
|
9
|
+
- `status`: `to-review`, `ready`, `draft`, `reviewed`, `archived`, `fetch-failed`。
|
|
10
|
+
- `slug`: 来源标题或 URL 生成的 slug。
|
|
11
|
+
- `source_url`: 原始 URL,若没有则为空。
|
|
12
|
+
- `source_type`: `url`, `file`, `text` 等来源类型。
|
|
13
|
+
- `created_at`: AIWiki 写入时间。
|
|
14
|
+
- `captured_at`: 宿主 Agent 读取来源的时间。
|
|
15
|
+
- `run_id`: 本次处理记录目录名。
|
|
16
|
+
- `source_card`, `raw_note`, `claims_note`, `assets_note`, `topics_note`, `outline_note`, `run_summary`: Obsidian 内部链接字符串。
|
|
17
|
+
- `tags`: AIWiki 类型标签。
|
|
18
|
+
|
|
19
|
+
## Rule
|
|
20
|
+
|
|
21
|
+
正文中的 wikilink 用于人工阅读;frontmatter 字段是 Dataview 查询和数据库筛选的来源。
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
aiwiki_id: ""
|
|
3
|
+
type: "source_card"
|
|
4
|
+
status: "to-review"
|
|
5
|
+
slug: ""
|
|
6
|
+
title: ""
|
|
7
|
+
source_url: ""
|
|
8
|
+
source_type: ""
|
|
9
|
+
created_at: ""
|
|
10
|
+
captured_at: ""
|
|
11
|
+
run_id: ""
|
|
12
|
+
source_card: ""
|
|
13
|
+
raw_note: ""
|
|
14
|
+
claims_note: ""
|
|
15
|
+
assets_note: ""
|
|
16
|
+
topics_note: ""
|
|
17
|
+
outline_note: ""
|
|
18
|
+
run_summary: ""
|
|
19
|
+
tags: ["aiwiki/source-card"]
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# 资料卡
|
|
23
|
+
|
|
24
|
+
## Obsidian 链接
|
|
25
|
+
|
|
26
|
+
- 原文:
|
|
27
|
+
- Claim 建议:
|
|
28
|
+
- 素材建议:
|
|
29
|
+
- 选题:
|
|
30
|
+
- 大纲:
|
|
31
|
+
- 处理记录:
|
|
32
|
+
|
|
33
|
+
## 摘要
|
|
34
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
product: aiwiki
|
|
2
|
+
schema_version: 1
|
|
3
|
+
created_at: "2026-06-08T16:06:03.826Z"
|
|
4
|
+
|
|
5
|
+
knowledge_base:
|
|
6
|
+
id: default
|
|
7
|
+
name: AIWiki
|
|
8
|
+
language: zh-CN
|
|
9
|
+
|
|
10
|
+
agent:
|
|
11
|
+
url_first: true
|
|
12
|
+
fetch_owner: host_agent
|
|
13
|
+
cli_fetch_webpage: false
|
|
14
|
+
|
|
15
|
+
review:
|
|
16
|
+
wiki_merge_policy: manual
|
|
17
|
+
claim_policy: suggest_only
|
|
18
|
+
asset_policy: suggest_only
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# AIWiki 首页
|
|
2
|
+
|
|
3
|
+
AIWiki 的 Obsidian 入口。Dataview 是可选增强;未安装时仍可使用下方普通链接、Properties、Backlinks 和 Graph View。
|
|
4
|
+
|
|
5
|
+
## 原生链接入口
|
|
6
|
+
|
|
7
|
+
- [[dashboards/Wiki Entries|Wiki 条目]]
|
|
8
|
+
- [[dashboards/Source Cards|资料卡]]
|
|
9
|
+
- [[dashboards/Review Queue|待审队列]]
|
|
10
|
+
- [[dashboards/Recent Runs|最近处理]]
|
|
11
|
+
- [[dashboards/Topic Pipeline|选题管线]]
|
|
12
|
+
- [[dashboards/Lint Report|结构检查]]
|
|
13
|
+
- [[_system/schemas/aiwiki-frontmatter|字段说明]]
|
|
14
|
+
|
|
15
|
+
## 最近收录
|
|
16
|
+
|
|
17
|
+
```dataview
|
|
18
|
+
TABLE status, source_url, captured_at, run_summary
|
|
19
|
+
FROM "03-sources/article-cards"
|
|
20
|
+
WHERE type = "source_card"
|
|
21
|
+
SORT captured_at DESC
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
## 待审队列
|
|
25
|
+
|
|
26
|
+
```dataview
|
|
27
|
+
TABLE type, status, source_card, raw_note, run_summary
|
|
28
|
+
FROM "03-sources/article-cards" or "04-claims/_suggestions" or "06-assets/_suggestions" or "08-outputs/outlines"
|
|
29
|
+
WHERE status = "to-review"
|
|
30
|
+
SORT created_at DESC
|
|
31
|
+
```
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# 待审队列
|
|
2
|
+
|
|
3
|
+
未安装 Dataview 时,可直接打开 [[03-sources/article-cards]]、[[04-claims/_suggestions]]、[[06-assets/_suggestions]] 和 [[08-outputs/outlines]] 手工审阅。
|
|
4
|
+
|
|
5
|
+
## 待审内容
|
|
6
|
+
|
|
7
|
+
```dataview
|
|
8
|
+
TABLE type, source_url, source_card, raw_note, claims_note, assets_note, outline_note
|
|
9
|
+
FROM "03-sources/article-cards" or "04-claims/_suggestions" or "06-assets/_suggestions" or "08-outputs/outlines"
|
|
10
|
+
WHERE status = "to-review"
|
|
11
|
+
SORT captured_at DESC
|
|
12
|
+
```
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Wiki 条目
|
|
2
|
+
|
|
3
|
+
AIWiki 每次成功入库都会生成 Wiki Entry。这里是知识层入口,不要求先经过 Review Queue 才能查询。
|
|
4
|
+
|
|
5
|
+
```dataview
|
|
6
|
+
TABLE wiki_type, source_role, represents_user_view, quality, source_card, raw_file, updated_at
|
|
7
|
+
FROM "05-wiki"
|
|
8
|
+
WHERE type = "wiki_entry"
|
|
9
|
+
SORT updated_at DESC
|
|
10
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itradingai/aiwiki",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Agent-first AI knowledge base CLI for turning articles, links and notes into Obsidian-ready source cards, topics, outlines and reusable knowledge assets.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"docs/USAGE.md",
|
|
51
51
|
"docs/development-log.md",
|
|
52
52
|
"docs/architecture.svg",
|
|
53
|
+
"examples",
|
|
53
54
|
"skill"
|
|
54
55
|
],
|
|
55
56
|
"bin": {
|