This directory contains prototype files and development experiments that are not part of the production codebase.
- Purpose: Early prototype for RadicalPosition-based search system
- Status: Replaced by production implementation in
routes/api.js - Contains: Template code for
/radical-searchendpoint - Note: This was a development file, never integrated into the main application
The RadicalPosition search system is fully implemented in production via:
routes/api.js- All search endpointssrc/services/apiService.js- Frontend API integrationsrc/components/graph/Search.js- UI components
See CLAUDE.md for complete architecture documentation.