Skip to content

Commit b28599d

Browse files
committed
docs: fix opencode tutorial references
1 parent a4e273c commit b28599d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/tutorials/opencode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This creates:
4444
4545
.opencode/
4646
└── plugins/
47-
└── cupcake/ # Cupcake plugin
47+
└── cupcake.js # Cupcake plugin
4848
```
4949

5050
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
170170
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:
171171

172172
```bash
173-
cupcake inspect --harness opencode # will show policies currently loaded
173+
cupcake inspect # will show policies currently loaded
174174
```
175175

176176
```bash
177-
cupcake inspect --harness opencode --table # shows a compact table format
177+
cupcake inspect --table # shows a compact table format
178178
```

0 commit comments

Comments
 (0)