docs: mark repository naming contract implemented

This commit is contained in:
Tianyi Cui
2026-08-13 01:38:38 +08:00
parent eec7f2ec74
commit 0233b8b26b
16 changed files with 107 additions and 115 deletions

View File

@@ -2,5 +2,5 @@
# side as of the last confirmed-consistent state. Both languages carry equal authority;
# after editing either side, bring the other along and re-record with:
# pnpm run verify-translation-pairing --write .agents/notes/implemented/process/2026-06-11-vendor-cordis-as-source.md
2026-06-11-vendor-cordis-as-source.md: ccc1289c8a0feadc08d80a3b6e8dc674c1b87bc4
2026-06-11-vendor-cordis-as-source.zh.md: 4b30ba7684c75bf5eadc0d7c58990ced5355e8f0
2026-06-11-vendor-cordis-as-source.md: 265966ad0a28900f511efb3091889081d56db2b4
2026-06-11-vendor-cordis-as-source.zh.md: af8c640e2164c2f14183b29f371e234e59035180

View File

@@ -6,7 +6,7 @@ English | [中文](2026-06-11-vendor-cordis-as-source.zh.md)
## Problem
DeepSeek Harness SDK is built on the Cordis framework. Cordis core was at 4.0.0-rc.6 (a release candidate) when this repo started; the harness depends on framework internals (fiber lifecycle, effect disposal, waterfall dispatch) whose exact behavior matters to the agent loop's correctness guarantees.
DeepSeek Harness is built on the Cordis framework. Cordis core was at 4.0.0-rc.6 (a release candidate) when this repo started; the harness depends on framework internals (fiber lifecycle, effect disposal, waterfall dispatch) whose exact behavior matters to the agent loop's correctness guarantees.
## Decision

View File

@@ -6,7 +6,7 @@ Status: implemented
## 问题
DeepSeek Harness SDK 构建于 Cordis 框架之上。本仓库启动时Cordis core 处于 4.0.0-rc.6一个候选发布版本harness 依赖框架内部实现fiber 生命周期、dispose资源释放、waterfall瀑布式事件分发其确切行为直接关系到 agent loop智能体循环的正确性保证。
DeepSeek Harness 构建于 Cordis 框架之上。本仓库启动时Cordis core 处于 4.0.0-rc.6一个候选发布版本harness 依赖框架内部实现fiber 生命周期、dispose资源释放、waterfall瀑布式事件分发其确切行为直接关系到 agent loop智能体循环的正确性保证。
## 决策