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: docs/docs/tutorials/opencode.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ This creates:
44
44
45
45
.opencode/
46
46
└── plugins/
47
-
└── cupcake/ # Cupcake plugin
47
+
└── cupcake.js # Cupcake plugin
48
48
```
49
49
50
50
Reset anytime by removing the `.cupcake/` directory and re-running init.
@@ -170,9 +170,9 @@ What happened? OpenCode was blocked by the `rulebook_security_guardrails` builti
170
170
Part of the benefit of using a centralized policy enforcement layer is the ability to have a well managed model over rules. Let's see all of the rules cupcake loads at runtime:
171
171
172
172
```bash
173
-
cupcake inspect --harness opencode # will show policies currently loaded
173
+
cupcake inspect # will show policies currently loaded
174
174
```
175
175
176
176
```bash
177
-
cupcake inspect --harness opencode --table # shows a compact table format
177
+
cupcake inspect --table # shows a compact table format
0 commit comments