2026-08-19 19:42:51 +02:00
|
|
|
# role-engine
|
2026-08-09 19:00:08 +00:00
|
|
|
|
2026-08-19 19:42:51 +02:00
|
|
|
`role-engine` is a versioned catalog for reusable organizational and operational
|
|
|
|
|
role definitions. It keeps the shared model and multiple roles together so each
|
|
|
|
|
role does not require its own repository.
|
|
|
|
|
|
|
|
|
|
The first role is [Community Manager — Coulomb Society](roles/community-manager.md).
|
|
|
|
|
|
|
|
|
|
## Repository layout
|
|
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
INTENT.md repository purpose and boundaries
|
|
|
|
|
roles/
|
|
|
|
|
community-manager.md first role definition
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
The repository is documentation-first. A common schema, validation, rendering,
|
|
|
|
|
or assignment tooling may be added only when concrete consumers require it.
|
|
|
|
|
|
|
|
|
|
See [INTENT.md](INTENT.md) for the draft direction.
|