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
+23
View File
@@ -0,0 +1,23 @@
---
type: Section
title: Provenance (Sources)
sources: [SPEC.md]
generated: true
verified: false
status: current
stale_after: 2026-12-31
---
# Provenance (Sources)
The `sources` frontmatter field records the origin of a document. It is a list of identifiers (typically file names or URLs) that point to the original material used to create the concept.
## Usage
```yaml
sources:
- SPEC.md
- https://example.com/related-spec
```
Including sources ensures traceability, enables impact analysis when source material changes, and supports proper attribution.