📚 SUMLINK Wiki

Wiki Schema

Domain

綜合知識庫 — 涵蓋 AI/ML、程式開發、投資研究、個人筆記等主題。 (領域可隨時調整:改這裡即可,索引與標籤隨之更新。)

Conventions

Frontmatter

```yaml


title: Page Title created: YYYY-MM-DD updated: YYYY-MM-DD type: entity | concept | comparison | query | summary tags: [from taxonomy below] sources: [raw/articles/source-name.md] # Optional quality signals: confidence: high | medium | low # how well-supported the claims are contested: true # set when the page has unresolved contradictions contradictions: [other-page-slug] # pages this one conflicts with


```

confidence and contested are optional but recommended for opinion-heavy or fast-moving topics. Lint surfaces contested: true and confidence: low pages for review so weak claims don't silently harden into accepted wiki fact.

raw/ Frontmatter

Raw sources ALSO get a small frontmatter block so re-ingests can detect drift:

---
source_url: https://example.com/article   # original URL, if applicable
ingested: YYYY-MM-DD
sha256: <hex digest of the raw content below the frontmatter>
---

The sha256: lets a future re-ingest of the same URL skip processing when content is unchanged, and flag drift when it has changed. Compute over the body only (everything after the closing ---), not the frontmatter itself.

Tag Taxonomy

Rule: every tag on a page must appear in this taxonomy. If a new tag is needed, add it here first, then use it. This prevents tag sprawl.

Page Thresholds

Entity Pages

One page per notable entity. Include: - Overview / what it is - Key facts and dates - Relationships to other entities (wikilinks) - Source references

Concept Pages

One page per concept or topic. Include: - Definition / explanation - Current state of knowledge - Open questions or debates - Related concepts (wikilinks)

Comparison Pages

Side-by-side analyses. Include: - What is being compared and why - Dimensions of comparison (table format preferred) - Verdict or synthesis - Sources

Update Policy

When new information conflicts with existing content: 1. Check the dates — newer sources generally supersede older ones 2. If genuinely contradictory, note both positions with dates and sources 3. Mark the contradiction in frontmatter: contradictions: [page-name] 4. Flag for user review in the lint report