Skip to content

Document confidence markers and typed relationships in ingest skill - #113

Merged
coordt merged 1 commit into
mainfrom
feature/110-confidence-relationships-ingest-docs
Aug 10, 2026
Merged

Document confidence markers and typed relationships in ingest skill#113
coordt merged 1 commit into
mainfrom
feature/110-confidence-relationships-ingest-docs

Conversation

@coordt

@coordt coordt commented Aug 10, 2026

Copy link
Copy Markdown
Member

Summary

  • skills/ingest/SKILL.md's page-writing step now documents the inline ^[inferred]/^[ambiguous] confidence markers, their stacking order with ^[source_id] citations, and the confidence: rollup's counting/rounding rule.
  • Also documents the relationships: block: enrich-not-duplicate rule, direction-from-declaring-page, and the related_to/omit fallback.
  • New skills/ingest/ingest-prompts.md guidance adds concrete examples for both fields, matching the file's existing prompt-frame style.

Resolves #110. Both blockers (#108 confidence drift lint, #109 typed-relationships lint) are already merged, so the fixture-page acceptance check could be verified directly.

Test plan

  • Hand-authored a fixture wiki page (inline markers + confidence: rollup + a relationships: entry) in a scratch vault and ran wiki-toolkit lint against it — passes with no violations.
  • Verified the rounding/counting rule and relationship-type enum against the actual implementation in wiki_toolkit/wiki.py (_check_confidence_drift, _check_relationships).
  • pytest tests/test_wiki.py passes (31 passed) — no code touched by this change.

…esolves #110)

SKILL.md's page-writing step now covers the inline ^[inferred]/^[ambiguous]
markers, their stacking order with ^[source_id] citations, and the
confidence: rollup's counting/rounding rule, plus the relationships: block's
enrich-not-duplicate and declaring-page-direction rules. ingest-prompts.md
gets matching concrete examples in the existing prompt-frame style.

Verified against wiki_toolkit/wiki.py's actual lint checks (_check_confidence_drift,
_check_relationships) with a hand-authored fixture page that lints clean.
@github-actions

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://callowayproject.github.io/wiki-toolkit/pr-preview/pr-113/

Built to branch gh-pages at 2026-08-10 17:06 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@github-actions

Copy link
Copy Markdown
Contributor

Version hint: no-release
Current version: 0.22.0
New version (when merged): 0.22.0

Comment ID: Display version hint-auto-generated

@coordt
coordt merged commit 73d3601 into main Aug 10, 2026
5 checks passed
@coordt
coordt deleted the feature/110-confidence-relationships-ingest-docs branch August 10, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ingest skill authors confidence markers and typed relationships

1 participant