5202da158105da5b13c1b0c5c1221079535a5c59
Vite >=8 warns the plugin is replaceable by the native experimental resolve.tsconfigPaths option. It isn't for this repo: the native option applies the nearest tsconfig.json's own paths per importing file, while our paths map lives only in the root tsconfig — per-workspace tsconfigs under packages/* and vendor/* have none, so native resolution falls through to package.json exports (lib/, absent until yarn build) and every unbuilt test import fails (verified on vite 8.0.16/vitest 4.1.8).
DeepSeek Harness
Monorepo for the DeepSeek Harness group.
Projects
- DeepSeek Code — DeepSeek's coding agent product.
Development
This monorepo is built on the Cordis framework (vendored as source under vendor/), microkernel-style: everything is a plugin.
yarn install
yarn test # vitest
yarn demo # runnable echo-agent example
For agent instructions see AGENTS.md. For the architecture design see docs/architecture.md. Each subdirectory has its own README.md with local context: packages/, vendor/.
Languages
TypeScript
96.9%
CSS
1.6%
JavaScript
0.7%
Python
0.7%