mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
- Add first-class Pi (pi.dev) provider with transformer, tests, and build integration - Fix CODEOWNERS username (@paulbakaus → @pbakaus) - Add missing providers to issue/PR templates (Copilot, Kiro, OpenCode, Pi) - Add Pi and OpenCode logos to homepage hero and install sections - Move /onboard from "system" to "enhancement" category - Update README and DEVELOP.md with all supported providers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
375 B
JavaScript
9 lines
375 B
JavaScript
export { transformCursor } from './cursor.js';
|
|
export { transformClaudeCode } from './claude-code.js';
|
|
export { transformGemini } from './gemini.js';
|
|
export { transformCodex } from './codex.js';
|
|
export { transformAgents } from './agents.js';
|
|
export { transformKiro } from './kiro.js';
|
|
export { transformOpenCode } from "./opencode.js";
|
|
export { transformPi } from './pi.js';
|