vibetunnel/web/src/server
Mario Zechner 18a28992df Add comprehensive frontend component documentation
- Document all frontend components with JSDoc headers describing their purpose and events
- Add @fires and @listens tags for all component events with detailed parameter descriptions
- Update spec.md with complete Component Event Architecture section
- Add shared terminal-text-formatter.ts for consistent text formatting between client/server
- Implement event-driven activity detection replacing polling-based approach
- Add content-changed event to vibe-terminal-buffer for activity monitoring
- Remove ESC prompt detection in favor of general activity detection
- Add plain text endpoint with optional style formatting (/api/sessions/:id/text?styles)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-21 23:14:30 +02:00
..
middleware refactor: modularize server architecture and consolidate codebase 2025-06-20 22:44:40 +02:00
pty make file browser work without session 2025-06-21 19:06:19 +02:00
routes Add comprehensive frontend component documentation 2025-06-21 23:14:30 +02:00
services Reorganize server structure for clarity 2025-06-21 16:44:56 +02:00
fwd.ts make file browser work without session 2025-06-21 19:06:19 +02:00
server.ts aff fs route 2025-06-21 18:08:06 +02:00
version.ts Add first iteration of file browser 2025-06-21 16:11:35 +02:00