Açıklama Yok

Tianyi Cui d72ceffd04 Merge branch 'worktree-hooks-d-subagent' into worktree-hooks-e-protocol 2 ay önce
.agents 605587e79c docs(rfc): classify RFCs by kind via path-encoded subdirectories 2 ay önce
.claude 39b3db4b9c docs: accuracy sweep, architecture restructure, two ADRs, review skill 3 ay önce
.github 0619ce62b6 ci: raise Node heap ceiling for type-aware ESLint lint step 2 ay önce
docs d72ceffd04 Merge branch 'worktree-hooks-d-subagent' into worktree-hooks-e-protocol 2 ay önce
examples 58b86839af docs(compaction): flag missing snapshot coverage with a FIXME 2 ay önce
packages d72ceffd04 Merge branch 'worktree-hooks-d-subagent' into worktree-hooks-e-protocol 2 ay önce
scripts 1323366da3 Merge worktree-hooks-b-bash-seam into worktree-hooks-c-interception 2 ay önce
vendor 07f4047ff0 Use explicit ts specifiers for declarations 2 ay önce
.gitignore 01dea07922 Merge origin/master into codex/fix-stdio-readline-terminal 2 ay önce
AGENTS.md 9c60fa83f9 Merge worktree-hooks-d-subagent into worktree-hooks-e-protocol 2 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 2 ay önce
eslint.config.mjs 732e121ff6 fix: make constraints, lint and md-links happy 2 ay önce
knip.json f393043b03 Add the ACP subagent backend: out-of-process delegation (PR3) 2 ay önce
lefthook.yml 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 2 ay önce
package.json 07f4047ff0 Use explicit ts specifiers for declarations 2 ay önce
pnpm-lock.yaml 9c60fa83f9 Merge worktree-hooks-d-subagent into worktree-hooks-e-protocol 2 ay önce
pnpm-workspace.yaml d02e9f1bd6 Reorganize packages into a modular hierarchy 2 ay önce
tsconfig.base.json 65165b5d54 feat(hooks): dsh-hook-protocol — shared Claude Code / Codex hook wire-protocol core 2 ay önce
tsconfig.build.json 9c60fa83f9 Merge worktree-hooks-d-subagent into worktree-hooks-e-protocol 2 ay önce
tsconfig.json 9c60fa83f9 Merge worktree-hooks-d-subagent into worktree-hooks-e-protocol 2 ay önce
tsdown.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check 2 ay önce
vitest.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check 2 ay önce
vitest.e2e.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check 2 ay önce
vitest.snapshot.config.ts dc04fea749 feat: one tsconfig.json and different rules 2 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.