Files
wsg/docs/rules/fragments/12_LogFiles.md
T
Jérôme Bousquié 37432536dc refactor spec OKF
2026-08-01 09:34:12 +02:00

22 lines
475 B
Markdown

---
type: Section
title: Log Files
sources: [SPEC.md]
generated: true
verified: false
status: current
stale_after: 2026-12-31
---
# Log Files
A `log.md` file records incremental changes to a concept. Each entry includes a timestamp, the actor, and a short description of the modification.
## Example Entry
```markdown
- 2026-03-15T12:34:56Z person/jdoe: Updated description of the `status` field.
```
Log files enable audit trails and support automated diff generation.