Update AGENTS.md file and db schema
This commit is contained in:
@@ -11,6 +11,20 @@ Read `WORKSPACE_MEMORY.md` before making structural changes to page code.
|
||||
- **Icons:** `lucide-react`.
|
||||
- **Validation:** `zod` v4 (`[email protected]`).
|
||||
|
||||
## MCP Tool Usage Guidelines
|
||||
|
||||
When building, refactoring, styling, or auditing UI components and layouts, actively invoke these configured MCP servers:
|
||||
|
||||
### 1. `design-mcp` (UI/UX Engineering & Design Standards)
|
||||
|
||||
- **When to call:** Before constructing new page layouts, design systems, empty/loading states, or interactive UI flows.
|
||||
- **Instruction:** Query `design-mcp` to ensure accessibility (a11y), proper layout hierarchy, visual balance, and consistent interaction patterns across application workflows.
|
||||
|
||||
### 2. `design-systems` (Design System Specs & Reference Patterns)
|
||||
|
||||
- **When to call:** When creating or extending reusable component interfaces, verifying design token structures, or inspecting component composition patterns.
|
||||
- **Instruction:** Query `design-systems` to pull canonical UI patterns, atomic component guidelines, and standard prop naming conventions before creating custom components.
|
||||
|
||||
## Entrypoint
|
||||
|
||||
`src/server.ts` — runs `bunextInit()`, initializes a persistent **Piper TTS daemon** (global `PIPER_MANAGER`), starts `Bun.serve` with WebSocket upgrade on `/ws`, then starts cron.
|
||||
|
||||
Reference in New Issue
Block a user