refactor spec OKF
This commit is contained in:
@@ -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` front‑matter 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.
|
||||
Reference in New Issue
Block a user