You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/validate-permission-group-item/SKILL.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,7 @@ For an allowlist the three states must be tested separately — `null` permits e
106
106
bun run check:permission-group-enforcement
107
107
bun run check:application-graph
108
108
bun run check:capability-subject
109
-
cd apps/sim && bun run type-check
110
-
cd apps/sim && bunx vitest run lib/permission-groups
109
+
cd apps/sim && bun run type-check && bunx vitest run lib/permission-groups
111
110
```
112
111
113
112
All three are inside `check:audits`, which derives its list from the `check:*` scripts in `package.json` — a new audit is opted *out* deliberately. Read the output, not the exit codes. Reference success lines (counts grow):
0 commit comments