refactor spec OKF
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
---
|
||||
type: Section
|
||||
title: Actor Convention
|
||||
sources: [SPEC.md]
|
||||
generated: true
|
||||
verified: false
|
||||
status: current
|
||||
stale_after: 2026-12-31
|
||||
---
|
||||
|
||||
# Actor Convention
|
||||
|
||||
The `actor` front‑matter 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.
|
||||
Reference in New Issue
Block a user