| 178 | } |
| 179 | |
| 180 | export class DetectFrontendStackTool extends Tool<z.infer<typeof DetectFrontendStackArgs>> { |
| 181 | name = 'detect_frontend_stack'; |
| 182 | description = 'Comprehensive scan of the frontend toolchain: framework (Next.js App/Pages router, Vite, Astro, etc.), React version, styling (Tailwind/CSS-in-JS), UI lib (shadcn, Radix, MUI), animation (Framer Motion, GSAP), 3D (Three.js, R3F, drei), state, forms, icons, data viz, testing. Use BEFORE any UI work so you match the project\'s existing conventions. Read-only.'; |
| 183 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected