diff --git a/.gitignore b/.gitignore index 23a4e08..96291ab 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,8 @@ deploy/docker/docker-bake.override.hcl *.tsbuildinfo # Local MCP configs (may contain REUI license Bearer) .cursor/mcp.json +.zcode/config.json +.zcode/plans/ .mcp.json .codegraph/daemon.pid +.claude/settings.local.json diff --git a/.zcode/config.json.example b/.zcode/config.json.example new file mode 100644 index 0000000..256d9eb --- /dev/null +++ b/.zcode/config.json.example @@ -0,0 +1,19 @@ +{ + "mcp": { + "servers": { + "reui": { + "type": "http", + "url": "https://mcp.reui.io/api/mcp", + "headers": { + "Authorization": "Bearer " + } + }, + "shadcn": { + "type": "stdio", + "command": "cmd", + "args": ["/c", "npx", "-y", "shadcn@latest", "mcp"], + "cwd": "/apps/web" + } + } + } +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 127328e..062410e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -151,6 +151,12 @@ importers: class-variance-authority: specifier: ^0.7.1 version: 0.7.1 + cmdk: + specifier: ^1.1.1 + version: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + cn: + specifier: ^0.4.0 + version: 0.4.0 date-fns: specifier: ^4.4.0 version: 4.4.0 @@ -277,6 +283,9 @@ importers: clsx: specifier: ^2.1.1 version: 2.1.1 + cmdk: + specifier: ^1.1.1 + version: 1.1.1(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) date-fns: specifier: ^4.4.0 version: 4.4.0 @@ -2704,6 +2713,17 @@ packages: resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} engines: {node: '>=6'} + cmdk@1.1.1: + resolution: {integrity: sha512-Vsv7kFaXm+ptHDMZ7izaRsP70GgrW9NBNGswt9OZaVBLlE0SNpDq8eu/VGXyF9r7M0azK3Wy7OlYXsuyYLFzHg==} + peerDependencies: + react: ^18 || ^19 || ^19.0.0-rc + react-dom: ^18 || ^19 || ^19.0.0-rc + + cn@0.4.0: + resolution: {integrity: sha512-qOAeUhPwPzBxx6jaeQdo646XIKliKHc2j1ZF7Ngb1o0pJZKH5gq8FkA0aVdUdPFUDXNXyUCXpCtoJISo6dhizg==} + engines: {node: '>=20'} + hasBin: true + color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} @@ -7813,6 +7833,20 @@ snapshots: clsx@2.1.1: {} + cmdk@1.1.1(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7): + dependencies: + '@radix-ui/react-compose-refs': 1.1.3(@types/react@19.2.17)(react@19.2.7) + '@radix-ui/react-dialog': 1.1.20(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + '@radix-ui/react-id': 1.1.2(@types/react@19.2.17)(react@19.2.7) + '@radix-ui/react-primitive': 2.1.7(@types/react-dom@19.2.3(@types/react@19.2.17))(@types/react@19.2.17)(react-dom@19.2.7(react@19.2.7))(react@19.2.7) + react: 19.2.7 + react-dom: 19.2.7(react@19.2.7) + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + + cn@0.4.0: {} + color-convert@1.9.3: dependencies: color-name: 1.1.3