Žiadny popis

Tianyi Cui 8f2ef9dc9b docs(hook-protocol): matcher's invalid-regex handling is SILENT, not bridge-logged 2 mesiacov pred
.agents 605587e79c docs(rfc): classify RFCs by kind via path-encoded subdirectories 3 mesiacov pred
.claude 39b3db4b9c docs: accuracy sweep, architecture restructure, two ADRs, review skill 3 mesiacov pred
.github 0619ce62b6 ci: raise Node heap ceiling for type-aware ESLint lint step 2 mesiacov pred
docs 09531a4e1b Merge remote-tracking branch 'origin/worktree-hooks-d-subagent' into worktree-hooks-e-protocol 2 mesiacov pred
examples 0478f5965a docs: address review sync gaps 2 mesiacov pred
packages 8f2ef9dc9b docs(hook-protocol): matcher's invalid-regex handling is SILENT, not bridge-logged 2 mesiacov pred
scripts 5bdb40ff34 Merge remote-tracking branch 'origin/worktree-hooks-b-bash-seam' into worktree-hooks-c-interception 2 mesiacov pred
vendor 07f4047ff0 Use explicit ts specifiers for declarations 3 mesiacov pred
.gitignore 01dea07922 Merge origin/master into codex/fix-stdio-readline-terminal 3 mesiacov pred
AGENTS.md 09531a4e1b Merge remote-tracking branch 'origin/worktree-hooks-d-subagent' into worktree-hooks-e-protocol 2 mesiacov pred
CLAUDE.md b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 mesiacov pred
LICENSE b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 mesiacov pred
README.md dabc2ff411 feat: migrate to pnpm 3 mesiacov pred
eslint.config.mjs 732e121ff6 fix: make constraints, lint and md-links happy 3 mesiacov pred
knip.json f393043b03 Add the ACP subagent backend: out-of-process delegation (PR3) 3 mesiacov pred
lefthook.yml 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 3 mesiacov pred
package.json 07f4047ff0 Use explicit ts specifiers for declarations 3 mesiacov pred
pnpm-lock.yaml 65165b5d54 feat(hooks): dsh-hook-protocol — shared Claude Code / Codex hook wire-protocol core 2 mesiacov pred
pnpm-workspace.yaml d02e9f1bd6 Reorganize packages into a modular hierarchy 3 mesiacov pred
tsconfig.base.json 65165b5d54 feat(hooks): dsh-hook-protocol — shared Claude Code / Codex hook wire-protocol core 2 mesiacov pred
tsconfig.build.json 65165b5d54 feat(hooks): dsh-hook-protocol — shared Claude Code / Codex hook wire-protocol core 2 mesiacov pred
tsconfig.json 65165b5d54 feat(hooks): dsh-hook-protocol — shared Claude Code / Codex hook wire-protocol core 2 mesiacov pred
tsdown.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check 3 mesiacov pred
vitest.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check 3 mesiacov pred
vitest.e2e.config.ts 74cdd9a2e5 Merge remote-tracking branch 'origin/master' into feat/adr0016-type-build-check 3 mesiacov pred
vitest.snapshot.config.ts dc04fea749 feat: one tsconfig.json and different rules 3 mesiacov pred

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.