Açıklama Yok

Tianyi Cui ea3f138ae9 docs: address simplification RFC review 3 ay önce
.agents 7a94d36c46 docs(dsh-code-review): test sufficiency — real usage, not just 100% coverage 3 ay önce
.claude 39b3db4b9c docs: accuracy sweep, architecture restructure, two ADRs, review skill 3 ay önce
.github 27721f9f45 docs(rfc): record real-API e2e CI decision + security model 3 ay önce
docs ea3f138ae9 docs: address simplification RFC review 3 ay önce
examples ee4cad3ada feat(acp): dispose each session's agent on disconnect/teardown 3 ay önce
packages fd9ecdce40 Merge remote-tracking branch 'origin/worktree-agent-handle' into worktree-bash-owner-token 3 ay önce
scripts ea3f138ae9 docs: address simplification RFC review 3 ay önce
vendor dabc2ff411 feat: migrate to pnpm 3 ay önce
.gitignore 4f291953ea fix(ui-stdio): cancel EOF-exit timer on dispose; harden config defaults; doc fixes 3 ay önce
AGENTS.md 38cc62b644 docs(AGENTS): forbid naming the change unit (PR/commit) in comments & test names (review) 3 ay önce
CLAUDE.md b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 ay önce
LICENSE b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 ay önce
README.md dabc2ff411 feat: migrate to pnpm 3 ay önce
eslint.config.mjs 630bbddf9a Replace dumble with tsdown for JS bundling 3 ay önce
knip.json 072f97c184 refactor(examples): extract reusable logic into tested packages 3 ay önce
lefthook.yml 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 3 ay önce
package.json 7731bc80c3 Merge remote-tracking branch 'origin/master' into feat/acp-snapshot-tests 3 ay önce
pnpm-lock.yaml 072f97c184 refactor(examples): extract reusable logic into tested packages 3 ay önce
pnpm-workspace.yaml 6c931b8869 docs: tighten allowBuilds comments 3 ay önce
tsconfig.base.json 072f97c184 refactor(examples): extract reusable logic into tested packages 3 ay önce
tsconfig.build.json 072f97c184 refactor(examples): extract reusable logic into tested packages 3 ay önce
tsconfig.json fa91bbac54 Fix CI: order steps by artifact dependency, resolve fresh-clone builds 3 ay önce
tsconfig.test.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 ay önce
tsconfig.typecheck.json 072f97c184 refactor(examples): extract reusable logic into tested packages 3 ay önce
tsdown.config.ts dabc2ff411 feat: migrate to pnpm 3 ay önce
vitest.config.ts 1a1ce734ba feat(acp-example): add record/replay llm/stream plugin for snapshot tests 3 ay önce
vitest.e2e.config.ts dabc2ff411 feat: migrate to pnpm 3 ay önce
vitest.snapshot.config.ts 9a5a3835c8 ci+fix: run snapshot tests in CI and load .env only when recording 3 ay önce

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.

pnpm install
pnpm run test          # vitest
pnpm run demo:echo     # runnable echo-agent example (no API key needed)
pnpm run demo:coding   # the real DeepSeek coding agent (needs DEEPSEEK_API_KEY)

For humans, start with the development guide for local setup, hooks, environment variables, and quality gates, then read the architecture design before package work. Local context lives in packages/ and vendor/.

For agents, follow AGENTS.md.