mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 22:26:38 +03:00
- Add Kiro transformer and build integration (.kiro/skills/ structure) - Add Kiro to validation allowlists, API handlers, and homepage badge - Replace legacy getFilePath in Vercel API with unified skills directory structure - Remove individual provider ZIP creation (only universal ZIPs needed) - Simplify bundle API allowlist to universal/universal-prefixed only Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
285 B
JavaScript
7 lines
285 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';
|