refactor: creating providers placeholders and barrel file

This commit is contained in:
simosmik
2026-04-16 07:51:17 +00:00
parent 9f99f6ab53
commit ef916615f8
22 changed files with 650 additions and 582 deletions

View File

@@ -7,10 +7,10 @@
* @module providers/registry
*/
import { claudeAdapter } from './claude/adapter.js';
import { cursorAdapter } from './cursor/adapter.js';
import { codexAdapter } from './codex/adapter.js';
import { geminiAdapter } from './gemini/adapter.js';
import { claudeAdapter } from './claude/index.js';
import { cursorAdapter } from './cursor/index.js';
import { codexAdapter } from './codex/index.js';
import { geminiAdapter } from './gemini/index.js';
/**
* @typedef {import('./types.js').ProviderAdapter} ProviderAdapter