()
| 61 | * These are the hosts that need generated skill docs. |
| 62 | */ |
| 63 | export function getExternalHosts(): HostConfig[] { |
| 64 | return ALL_HOST_CONFIGS.filter(c => c.name !== 'claude'); |
| 65 | } |
| 66 | |
| 67 | // Re-export individual configs for direct import |
| 68 | export { claude, codex, factory, kiro, opencode, slate, cursor, openclaw, hermes, gbrain }; |
no outgoing calls
no test coverage detected