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
+21
View File
@@ -0,0 +1,21 @@
---
type: Section
title: Cross-linking and Paths
sources: [SPEC.md]
generated: true
verified: false
status: current
stale_after: 2026-12-31
---
# Cross-linking and Paths
Concepts in a bundle can reference each other using paths relative to the bundle root. The path format is `bundle/path/to/concept` without the `.md` extension.
## Link Format
```markdown
See [concept-a](@/path/to/concept).
```
The `@/` prefix indicates a local bundle link. This allows concepts to form a graph of relationships rather than being isolated documents.