aiwg
Version:
Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo
20 lines (19 loc) • 451 B
YAML
apiVersion: ops.aiwg.io/v1
kind: OpsRole
metadata:
name: minimal
labels:
scope: read-only
spec:
description: "Read-only access for auditing and observation — no modifications permitted"
tools:
allow: [Read, Grep, Glob, Bash]
deny: [Write, Edit, MultiEdit]
blast_radius_ceiling: low
gates:
required_for: [low, medium, high, critical]
audit:
level: standard
restrictions:
read_only: true
no_mutations: true