/** * OpenCode Shakespeare Plugin * * Provides NIP-46 remote signing, Shakespeare AI provider integration, * and mkstack project initialization for building Nostr applications * with AI assistance. */ import type { Plugin } from '@opencode-ai/plugin'; /** * Shakespeare Plugin for OpenCode * * Provides: * - Shakespeare AI provider with NIP-98 authentication (no nsec required) * - NIP-46 remote signing (connect via QR code with Amber/Primal) * - Project initialization with mkstack framework * - Shakespeare Deploy for static sites * - Nostr Git (ngit) for decentralized git hosting * * Usage in opencode.json: * ```json * { * "plugin": ["opencode-shakespeare-plugin"] * } * ``` * * Then run `shakespeare_connect` to authenticate via QR code. */ export declare const ShakespearePlugin: Plugin; export default ShakespearePlugin; //# sourceMappingURL=index.d.ts.map