-
Notifications
You must be signed in to change notification settings - Fork 3
Feat/docs enhancements #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Will have a look at this, I think I can work some magic on the SVGs so we don't need both the light and dark versions :) EDIT: Safari doesn't run media queries inside embedded SVGs. Incredibly frustrating. |
| | Harness | Status | Guide | | ||
| |---------|--------|-------| | ||
| | **Claude Code** | Fully Supported | [Setup Guide](claude-code/) | | ||
| | **Cursor** | Fully Supported | [Setup Guide](cursor/) | | ||
| | **OpenCode** | Fully Supported | [Setup Guide](opencode/) | | ||
| | **Factory AI** | Fully Supported | [Setup Guide](factory-ai/) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The setup guide links are redundant here due to the nice logo grid buttons above!
| | Harness | Status | Guide | | |
| |---------|--------|-------| | |
| | **Claude Code** | Fully Supported | [Setup Guide](claude-code/) | | |
| | **Cursor** | Fully Supported | [Setup Guide](cursor/) | | |
| | **OpenCode** | Fully Supported | [Setup Guide](opencode/) | | |
| | **Factory AI** | Fully Supported | [Setup Guide](factory-ai/) | | |
| | Harness | Status | | |
| |---------|--------| | |
| | **Claude Code** | :lucide-check: Fully Supported | | |
| | **Cursor** | :lucide-check: Fully Supported | | |
| | **OpenCode** | :lucide-check: Fully Supported | | |
| | **Factory AI** | :lucide-check: Fully Supported | |
| ## Key Differences from Other Harnesses | ||
|
|
||
| | Aspect | Claude Code / Cursor | OpenCode | | ||
| |-------------------|--------------------------------|--------------------------------| | ||
| | Integration | External hooks (stdin/stdout) | In-process TypeScript plugin | | ||
| | Blocking | Return JSON `{continue: false}` | Throw Error | | ||
| | Ask Support | Native | Converted to deny with message | | ||
| | Context Injection | `additionalContext` field | Limited (future enhancement) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is important we should move this information to the "how it works" section at the top?
| ## Key Differences from Other Harnesses | |
| | Aspect | Claude Code / Cursor | OpenCode | | |
| |-------------------|--------------------------------|--------------------------------| | |
| | Integration | External hooks (stdin/stdout) | In-process TypeScript plugin | | |
| | Blocking | Return JSON `{continue: false}` | Throw Error | | |
| | Ask Support | Native | Converted to deny with message | | |
| | Context Injection | `additionalContext` field | Limited (future enhancement) | |
No description provided.