説明なし

Tianyi Cui 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 2 ヶ月 前
.agents 7c168fca34 fix(acp): address Codex review — strict ctx.get, correct fiber-ownership doc + test 2 ヶ月 前
.claude 39b3db4b9c docs: accuracy sweep, architecture restructure, two ADRs, review skill 3 ヶ月 前
.github 7c400e9c02 docs: unify ADR/RFC trees into one lifecycle-organized RFC tree 2 ヶ月 前
docs c182543dd5 refactor(acp-example): derive llm-replay script from the session JSONL 2 ヶ月 前
examples 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 2 ヶ月 前
packages d397d0da92 Merge remote-tracking branch 'origin/master' into chore/classify-markers 2 ヶ月 前
scripts 86ec067bff Merge remote-tracking branch 'origin/master' into feat/acp-2-bridge 2 ヶ月 前
vendor dabc2ff411 feat: migrate to pnpm 2 ヶ月 前
.gitignore 96331432b8 Merge branch 'split/turn-enclosure' into split/session-persistence 2 ヶ月 前
AGENTS.md 8acafe918f feat(acp): show the command in execute titles; test via the real bash tool; RFC for terminal rendering 2 ヶ月 前
CLAUDE.md b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 ヶ月 前
LICENSE b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 ヶ月 前
README.md dabc2ff411 feat: migrate to pnpm 2 ヶ月 前
eslint.config.mjs 630bbddf9a Replace dumble with tsdown for JS bundling 3 ヶ月 前
knip.json 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 2 ヶ月 前
lefthook.yml 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 2 ヶ月 前
package.json 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 2 ヶ月 前
pnpm-lock.yaml 8acafe918f feat(acp): show the command in execute titles; test via the real bash tool; RFC for terminal rendering 2 ヶ月 前
pnpm-workspace.yaml 6c931b8869 docs: tighten allowBuilds comments 2 ヶ月 前
tsconfig.base.json fb9636db44 feat(acp): ACP bridge — drive the coding agent from an editor over JSON-RPC stdio 2 ヶ月 前
tsconfig.build.json fb9636db44 feat(acp): ACP bridge — drive the coding agent from an editor over JSON-RPC stdio 2 ヶ月 前
tsconfig.json fa91bbac54 Fix CI: order steps by artifact dependency, resolve fresh-clone builds 3 ヶ月 前
tsconfig.test.json ae2e08b4d6 Set up monorepo infra: Yarn 4 workspaces, tsc -b + dumble build, vitest 3 ヶ月 前
tsconfig.typecheck.json fb9636db44 feat(acp): ACP bridge — drive the coding agent from an editor over JSON-RPC stdio 2 ヶ月 前
tsdown.config.ts dabc2ff411 feat: migrate to pnpm 2 ヶ月 前
vitest.config.ts 1a1ce734ba feat(acp-example): add record/replay llm/stream plugin for snapshot tests 2 ヶ月 前
vitest.e2e.config.ts dabc2ff411 feat: migrate to pnpm 2 ヶ月 前
vitest.snapshot.config.ts 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 2 ヶ月 前

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.