Commit Graph

4 Commits

Author SHA1 Message Date
khalid@traclabs.com
fdf6124fa1 Add tailwind and shadcn 2026-04-23 07:41:37 -05:00
khalid@traclabs.com
bcd047bc54 Fix issues and add linting 2026-04-22 22:44:03 -05:00
Khalid A
3cf3694ee7 Add message intent classification (edit/info/help) before routing
Introduces a two-LLM-call pipeline: the first call classifies the user's
message intent as "edit", "info", or "help". Edit messages proceed through
the existing routing → edit → propose flow. Info messages get a generated
response about site content from the manifest. Help messages get a
templated capabilities overview. This handles open-ended questions like
"What can I do?" or "What does my site have on it?" which previously
had no path through the system.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 20:17:22 -05:00
kadil
4ee4cb8e7c First cut 2026-04-17 16:08:31 -05:00