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

22 lines
474 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
type: Section
title: Actor Convention
sources: [SPEC.md]
generated: true
verified: false
status: current
stale_after: 2026-12-31
---
# Actor Convention
The `actor` frontmatter field records the identity that created or maintains a concept. It follows the pattern `<type>/<name>` where `<type>` is `person`, `organization`, or `automation`.
## Example
```yaml
actor: person/jdoe
```
Using a structured actor name enables automated attribution and accountability.