No Description

Tianyi Cui 9d20a36cc4 Add lefthook git hooks with a vendor-manifest guard 3 months ago
docs 2b447625fa Sync docs with the defineTool DSL and actual demo code 3 months ago
examples cb6bee3d03 Add ESLint: typescript-eslint strict-type-checked + stylistic formatting 3 months ago
packages bfb034830f Enforce 100% per-file test coverage on packages/*/src 3 months ago
scripts 9d20a36cc4 Add lefthook git hooks with a vendor-manifest guard 3 months ago
vendor d2fb352f3e Enable maximum-strict TypeScript across our packages 3 months ago
.gitignore bfb034830f Enforce 100% per-file test coverage on packages/*/src 3 months ago
.yarnrc.yml ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 months ago
AGENTS.md 7f024a1a9d Document the codebase thoroughly and tighten type safety 3 months ago
CLAUDE.md b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 months ago
LICENSE b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 months ago
README.md 7f024a1a9d Document the codebase thoroughly and tighten type safety 3 months ago
eslint.config.mjs cb6bee3d03 Add ESLint: typescript-eslint strict-type-checked + stylistic formatting 3 months ago
knip.json 6796a3922d Add repo hygiene gates: knip, publint, yarn constraints 3 months ago
lefthook.yml 9d20a36cc4 Add lefthook git hooks with a vendor-manifest guard 3 months ago
package.json 9d20a36cc4 Add lefthook git hooks with a vendor-manifest guard 3 months ago
tsconfig.base.json d2fb352f3e Enable maximum-strict TypeScript across our packages 3 months ago
tsconfig.build.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 months ago
tsconfig.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 months ago
tsconfig.test.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 months ago
tsconfig.typecheck.json ef45ca823a Fix schema-DSL findings from the second Codex review 3 months ago
vitest.config.ts bfb034830f Enforce 100% per-file test coverage on packages/*/src 3 months ago
yarn.config.cjs 6796a3922d Add repo hygiene gates: knip, publint, yarn constraints 3 months ago
yarn.lock 9d20a36cc4 Add lefthook git hooks with a vendor-manifest guard 3 months ago

README.md

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/.