Ei kuvausta

Tianyi Cui d0e1b02a7f fix review findings: correct whenIdle live-consumer claim in the stop-surface RFC 3 kuukautta sitten
.agents 605587e79c docs(rfc): classify RFCs by kind via path-encoded subdirectories 3 kuukautta sitten
.claude 39b3db4b9c docs: accuracy sweep, architecture restructure, two ADRs, review skill 3 kuukautta sitten
.github 605587e79c docs(rfc): classify RFCs by kind via path-encoded subdirectories 3 kuukautta sitten
docs d0e1b02a7f fix review findings: correct whenIdle live-consumer claim in the stop-surface RFC 3 kuukautta sitten
examples d6a2ab30c8 feat(types): brand bash ids + stop brand erosion; extract Branded to dsh-brand 3 kuukautta sitten
packages 9e2833d15a fix review findings: drop the false "closing ACP connection" whenIdle() example 3 kuukautta sitten
scripts d6a2ab30c8 feat(types): brand bash ids + stop brand erosion; extract Branded to dsh-brand 3 kuukautta sitten
vendor dabc2ff411 feat: migrate to pnpm 3 kuukautta sitten
.gitignore 4f291953ea fix(ui-stdio): cancel EOF-exit timer on dispose; harden config defaults; doc fixes 3 kuukautta sitten
AGENTS.md c6ed980d6f fix review findings: stale abort() docs + move RFC to implemented 3 kuukautta sitten
CLAUDE.md b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 kuukautta sitten
LICENSE b67e81ac97 Initialize repo with README, AGENTS.md, and CLAUDE.md symlink 3 kuukautta sitten
README.md dabc2ff411 feat: migrate to pnpm 3 kuukautta sitten
eslint.config.mjs d02e9f1bd6 Reorganize packages into a modular hierarchy 3 kuukautta sitten
knip.json d6a2ab30c8 feat(types): brand bash ids + stop brand erosion; extract Branded to dsh-brand 3 kuukautta sitten
lefthook.yml 81d434896d feat(acp-example): snapshot harness, normalizers, wiring, and handshake scenario 3 kuukautta sitten
package.json ca2207e26c Fix doc cross-links for the hierarchy; add package-path + shape gates 3 kuukautta sitten
pnpm-lock.yaml d6a2ab30c8 feat(types): brand bash ids + stop brand erosion; extract Branded to dsh-brand 3 kuukautta sitten
pnpm-workspace.yaml d02e9f1bd6 Reorganize packages into a modular hierarchy 3 kuukautta sitten
tsconfig.base.json d6a2ab30c8 feat(types): brand bash ids + stop brand erosion; extract Branded to dsh-brand 3 kuukautta sitten
tsconfig.build.json d6a2ab30c8 feat(types): brand bash ids + stop brand erosion; extract Branded to dsh-brand 3 kuukautta sitten
tsconfig.json fa91bbac54 Fix CI: order steps by artifact dependency, resolve fresh-clone builds 3 kuukautta sitten
tsconfig.test.json d02e9f1bd6 Reorganize packages into a modular hierarchy 3 kuukautta sitten
tsconfig.typecheck.json d6a2ab30c8 feat(types): brand bash ids + stop brand erosion; extract Branded to dsh-brand 3 kuukautta sitten
tsdown.config.ts d02e9f1bd6 Reorganize packages into a modular hierarchy 3 kuukautta sitten
vitest.config.ts d02e9f1bd6 Reorganize packages into a modular hierarchy 3 kuukautta sitten
vitest.e2e.config.ts d02e9f1bd6 Reorganize packages into a modular hierarchy 3 kuukautta sitten
vitest.snapshot.config.ts 9a5a3835c8 ci+fix: run snapshot tests in CI and load .env only when recording 3 kuukautta sitten

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.