copilot-instructions.md

This commit is contained in:
nirholas
2026-03-31 10:22:34 +00:00
parent c3657f076e
commit 79c956ca3c

View File

@@ -63,3 +63,4 @@ Bun strips inactive code at build time via `import { feature } from 'bun:bundle'
- **Understand types**: Centralized in `src/types/`, tool-specific types in `src/Tool.ts`
- **Follow the bridge**: IDE integration starts at `src/bridge/bridgeMain.ts`
- **MCP integration**: `src/services/mcp/`