From 804eede9eb36a1275dd30a59bdc2a3a5eea5fbd1 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:12:38 +0800 Subject: [PATCH] Link MVP requirement analysis and microkernel architecture docs in AGENTS.md --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index aaf9cf8dda..9aab29ac17 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,3 +5,8 @@ This is the monorepo for the DeepSeek Harness group. It currently hosts the code ## Architecture This codebase is based on the **Cordis** framework. All necessary Cordis dependencies are copied into this monorepo as vendored source instead of being depended on via npm. + +## Design Documents + +- [Coding Harness MVP 需求分析](https://trtgsjkv6r.feishu.cn/wiki/ZwK6wfBE9i91V6kzMGYcgRGanxg) — requirement analysis for the initial MVP. +- [微内核Harness实现思路](https://trtgsjkv6r.feishu.cn/wiki/VS9Lw1kQki6mDJk2UHocyuphnsc) — discussion of the microkernel plugin-style architecture ("everything is a plugin").