@@ -9,42 +9,18 @@ After [installation](../installation/), you're ready to set up Cupcake for your
99
1010## Select Your Harness
1111
12- <div style =" display : grid ; grid-template-columns : repeat (auto-fit , minmax (140px , 1fr )); gap : 1.5rem ; margin : 2rem 0 ;" >
13- <a href =" claude-code/ " style =" text-decoration : none ; color : inherit ;" >
14- <div style="border: 1px solid var(--md-default-fg-color--lightest); border-radius: 8px; padding: 1.5rem; text-align: center;">
15- <img src="../../assets/claude-light.svg#only-light" alt="Claude Code" width="100">
16- <img src="../../assets/claude-dark.svg#only-dark" alt="Claude Code" width="100">
17- </div>
18- </a >
19- <a href =" cursor/ " style =" text-decoration : none ; color : inherit ;" >
20- <div style="border: 1px solid var(--md-default-fg-color--lightest); border-radius: 8px; padding: 1.5rem; text-align: center;">
21- <img src="../../assets/cursor-light.svg#only-light" alt="Cursor" width="100">
22- <img src="../../assets/cursor-dark.svg#only-dark" alt="Cursor" width="100">
23- </div>
24- </a >
25- <a href =" opencode/ " style =" text-decoration : none ; color : inherit ;" >
26- <div style="border: 1px solid var(--md-default-fg-color--lightest); border-radius: 8px; padding: 1.5rem; text-align: center;">
27- <img src="../../assets/opencode-wordmark-light.svg#only-light" alt="OpenCode" width="100">
28- <img src="../../assets/opencode-wordmark-dark.svg#only-dark" alt="OpenCode" width="100">
29- </div>
30- </a >
31- <a href =" factory-ai/ " style =" text-decoration : none ; color : inherit ;" >
32- <div style="border: 1px solid var(--md-default-fg-color--lightest); border-radius: 8px; padding: 1.5rem; text-align: center;">
33- <img src="../../assets/factory.svg" alt="Factory AI" width="100">
34- </div>
35- </a >
36- </div >
37-
38- | Harness | Status | Guide |
39- | --------------- | --------------- | --------------------------- |
40- | ** Claude Code** | Fully Supported | [ Setup Guide] ( claude-code/ ) |
41- | ** Cursor** | Fully Supported | [ Setup Guide] ( cursor/ ) |
42- | ** OpenCode** | Fully Supported | [ Setup Guide] ( opencode/ ) |
43- | ** Factory AI** | Fully Supported | [ Setup Guide] ( factory-ai/ ) |
12+ <!-- If you update this table you should also update it on the homepage! -->
13+
14+ | Harness | Status | Guide |
15+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------ | ----------------------------- |
16+ | <img src =" ../../assets/claude-light.svg#only-light " alt =" Claude Code " width =" 90 " ><img src =" ../../assets/claude-dark.svg#only-dark " width =" 90 " aria-hidden =" true " > | :lucide-check: Fully Supported | [ Setup Guide] ( claude-code.md ) |
17+ | <img src =" ../../assets/cursor-light.svg#only-light " alt =" Cursor " width =" 90 " ><img src =" ../../assets/cursor-dark.svg#only-dark " width =" 90 " aria-hidden =" true " > | :lucide-check: Fully Supported | [ Setup Guide] ( cursor.md ) |
18+ | <img src =" ../../assets/opencode-wordmark-light.svg#only-light " alt =" OpenCode " width =" 90 " ><img src =" ../../assets/opencode-wordmark-dark.svg#only-dark " width =" 90 " aria-hidden =" true " > | :lucide-check: Fully Supported | [ Setup Guide] ( opencode.md ) |
19+ | <img src =" ../../assets/factory-light.svg#only-light " alt =" Factory AI " width =" 100 " ><img src =" ../../assets/factory-dark.svg#only-dark " width =" 100 " aria-hidden =" true " > | :lucide-check: Fully Supported | [ Setup Guide] ( factory-ai.md ) |
4420
4521## Next Steps
4622
4723After setting up your harness, learn how to configure policies:
4824
49- - ** [ Built-in Policies] ( ../../reference/policies/builtins/ ) ** — Enable pre-built security policies
50- - ** [ Custom Policies] ( ../../reference/policies/custom/ ) ** — Write your own policies in Rego
25+ - ** [ Built-in Policies] ( ../../reference/policies/builtins.md ) ** — Enable pre-built security policies
26+ - ** [ Custom Policies] ( ../../reference/policies/custom.md ) ** — Write your own policies in Rego
0 commit comments