@talkcody/talkcody-monorepo
AMCP server package talkcody-monorepo
Install
agr install @talkcody/talkcody-monorepo --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "talkcody-monorepo", "private": true, "version": "0.7.0", "type": "module", "workspaces": [ "apps/", "packages/" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "tauri": "tauri", "dev:tauri": "export LLM_TEST_MODE=record && export LLM_FIXTURE_DIR=.llm-fixtures && CARGO_TARGET_DIR=./target-dev tauri dev --config ./src-tauri/tauri.conf.dev.json", "lint": "biome check src apps/api/src --diagnostic-level=error", "lint:fix": "biome check --write .", "format": "biome format --write .", "format:check": "biome format .", "type-check": "tsc --noEmit", "test": "vitest --reporter verbose --run", "test:file": "bunx vitest run", "test:ui": "vitest --ui", "test:run": "vitest run && bun run test:db", "test:coverage": "vitest run --coverage", "test:coverage:ui": "vitest --ui --coverage", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:headed": "playwright test --headed", "test:e2e:debug": "playwright test --debug", "test:api": "playwright test --config src-tauri/test/api/playwright.config.ts", "test:api:ui": "playwright test --config src-tauri/test/api/playwright.config.ts --ui", "test:api:remote": "API_E2E_MODE=remote playwright test --config src-tauri/test/api/playwright.config.ts", "test:api:stream": "export API_E2E_CHAT_STREAM=1 && bun run test:api", "test:all": "bun run test && bun run test:e2e", "dev:api": "cd apps/api && bun run dev", "build:api": "cd apps/api && bun run build", "pre-commit": "./pre-commit.sh", "prepare": "husky" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@icons-pack/react-simple-icons": "^13.11.2", "@libsql/client": "^0.17.0", "@modelcontextprotocol/sdk": "^1.26.0", "@monaco-editor/react": "4.7.0", "@mozilla/readability": "^0.6.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-context-menu": "^2.2.16", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-hover-card": "^1.1.15", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-radio-group": "^1.3.8", "@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-use-controllable-state": "^1.2.2", "@swc/wasm-web": "^1.15.11", "@tailwindcss/vite": "^4.1.18", "@tauri-apps/api": "^2.10.1", "@tauri-apps/plugin-deep-link": "^2.4.7", "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "~2", "@tauri-apps/plugin-log": "^2.8.0", "@tauri-apps/plugin-notification": "^2.3.3", "@tauri-apps/plugin-opener": "^2.5.3", "@tauri-apps/plugin-os": "^2.3.2", "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-shell": "~2", "@tauri-apps/plugin-updater": "^2.10.0", "@xterm/addon-fit": "^0.11.0", "@xterm/addon-search": "^0.16.0", "@xterm/addon-web-links": "^0.12.0", "@xterm/xterm": "^6.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "crypto-js": "^4.2.0", "date-fns": "^4.1.0", "embla-carousel-react": "^8.6.0", "harden-react-markdown": "^1.1.7", "katex": "^0.16.28", "lucide-react": "^0.563.0", "mermaid": "^11.12.2", "monaco-editor": "0.55.1", "qrcode": "^1.5.4", "react": "^19.2.4", "react-dom": "^19.2.4", "react-hook-form": "^7.71.1", "react-markdown": "^10.1.0", "react-resizable-panels": "^4.6.2", "react-router-dom": "^7.13.0", "react-syntax-highlighter": "^16.1.0", "react-textarea-autosize": "^8.5.9", "recharts": "^3.7.0", "rehype-highlight": "^7.0.2", "rehype-katex": "^7.0.1", "remark-gfm": "^4.0.1", "remark-math": "^6.0.0", "sonner": "^2.0.7", "strip-ansi": "^7.1.2", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.18", "tauri-plugin-clipboard-api": "^2.1.11", "turndown": "^7.2.2", "unpdf": "^1.4.0", "use-stick-to-bottom": "^1.1.3", "uuid": "^13.0.0", "xterm-for-react": "^1.0.4", "zod": "4.3.6", "zustand": "^5.0.11" }, "devDependencies": { "@biomejs/biome": "^2.3.14", "@happy-dom/global-registrator": "^20.6.1", "@playwright/test": "^1.58.2", "@tailwindcss/typography": "^0.5.19", "@tauri-apps/cli": "^2.10.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "16.3.2", "@testing-library/react-hooks": "^8.0.1", "@types/crypto-js": "^4.2.2", "@types/qrcode": "^1.5.6", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/react-router-dom": "^5.3.3", "@types/react-syntax-highlighter": "^15.5.13", "@types/turndown": "^5.0.6", "@types/uuid": "^11.0.0", "@vitejs/plugin-react": "^5.1.4", "@vitest/coverage-v8": "^4.0.18", "@vitest/ui": "^4.0.18", "happy-dom": "^20.6.1", "husky": "^9.1.7", "jsdom": "^28.0.0", "msw": "^2.12.10", "tw-animate-css": "^1.4.0", "typescript": "~5.9.3", "ultracite": "7.1.5", "vite": "^7.3.1", "vite-plugin-wasm": "^3.5.0", "vitest": "^4.0.18" } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-4493d243e60d2026-08-06