# Design System agentsview is a dense local-first product UI. The interface should use a small, consistent component vocabulary rather than one-off styling for each new control. ## Component Rules - Before adding any interactive frontend control, search `frontend/src/lib/components` for an existing component that already covers the behavior. - Prefer existing shared components over native controls with local CSS. - Do not add new hand-styled native `` controls and manual control CSS. Treat those as legacy debt, not precedent for new work.