refactor spec OKF

This commit is contained in:
Jérôme Bousquié
2026-08-01 09:34:12 +02:00
parent 81b825970a
commit 37432536dc
16 changed files with 595 additions and 10 deletions
+22
View File
@@ -0,0 +1,22 @@
---
type: Section
title: Terminology
---
# Terminology
- **Knowledge Bundle** (or **bundle**): a selfcontained, hierarchical collection of knowledge documents.
- **Concept**: a single unit of knowledge represented as one markdown document.
- **Concept ID**: the file path of the concept within the bundle, without the `.md` suffix.
- **Frontmatter**: a YAML metadata block at the top of a markdown file.
- **Body**: the markdown content following the frontmatter.
- **Link**: a standard markdown link used to express relationships between concepts.
- **Source**: a material a concept derives from, recorded in the `sources` frontmatter field.
- **Provenance**: the set of sources a concept derives from.
- **Credibility signal**: objective persource facts (author, usage_count, last_modified).
- **Actor**: identifier of who performed an action, using the convention `<producer>/<version>`, `human:<id>`, or `process:<id>`.
- **Trust tier**: level derived from the `verified` field (unverified, machineconfirmed, humanreviewed).
- **Attested Computation**: a concept (`type: Attested Computation`) that carries a sanctioned way to compute a value.
- **Executor**: runs a computation and returns a receipt.
- **Receipt**: evidence returned by an executor, inspected by an attester.
- **Attester**: deterministic code that validates a receipt.