Concept block
An idea the reader must understand — captured as a thin record plus an addressable wdoc body.
| Property | Type | Required | Description |
|---|---|---|---|
| id | identifier | yes | |
| name | utf8 | yes | |
| summary | utf8 | yes | |
| related | list<identifier> | no | |
| audience | Audience | no | |
| tags | list<utf8> | no |
Child blocks
| Slot | Accepts | Multiple | Description |
|---|---|---|---|
| body | body | no |
wcl
concept fast_forward {
name = "Fast-forward merge"
summary = "Advancing a branch pointer when history hasn't diverged."
related = [merge]
body { p "When the target already contains the source's history, Git just moves the pointer — no merge commit." }
}