// SVG abstract glyphs — one per tool. Geometric, evocative, cinematic. // Each is a 80×80 component that responds to currentColor where useful. const Glyph = { // ClaudeCode CLI — terminal cursor + brackets ClaudeCodeCLI: () => ( ), // Hermes — winged staff (caduceus simplified) → diamond + curves Hermes: () => ( ), // OpenCode — orbiting nodes OpenCode: () => ( ), // Codex — stacked book/lines with seal Codex: () => ( ), // Claude Code App — concentric squares ClaudeApp: () => ( ), // Gentle-AI — soft circle with gentle wave GentleAI: () => ( ), // autoSDD — cycle/refresh AutoSDD: () => ( SDD ), // Stark Kit — geometric S/star StarkKit: () => ( ), // E2E Forge — anvil + spark E2EForge: () => ( ), // be-code-kit — toolbox BeCodeKit: () => ( ), // OpenClaw — gateway/portal OpenClaw: () => ( ), // Cobalt — hexagonal crystal Cobalt: () => ( ), // Document — for CLAUDE.md/SOUL.md Document: () => ( ), // Embedding — vector field Embedding: () => ( ), // Versioning — branching git tree Versioning: () => ( ), // Voice — waveform Voice: () => ( {[10,18,26,34,42,50,58,66,74].map((x, i) => { const heights = [8, 16, 28, 14, 36, 12, 24, 18, 6]; const h = heights[i]; return ; })} ), // Bubble/burst — for the AI bubble plot twist Bubble: () => ( ), // SuperWhisper — speech orb SuperWhisper: () => ( ), // Skill — rune/spark Skill: () => ( ), }; window.Glyph = Glyph;