Files
poimen-memory/config/roles/homelab-team.yaml
T

18 lines
513 B
YAML
Raw Normal View History

# Homelab Team role: full access to homelab project
name: homelab-team
description: Team members with full access to homelab project
rules:
# Full read/write access to homelab wiki and skills
- resources: [wiki, skill, embedding]
verbs: [read, write, query]
scope:
projects: [homelab]
# Can manage conversations in homelab
- resources: [conversation]
verbs: [read, write, delete]
scope:
projects: [homelab]
# Note: no owner restriction - team can see all conversations