From 81239767a77adecc25ac0183332c23dfa93e37ec Mon Sep 17 00:00:00 2001 From: fz Date: Thu, 10 Sep 2026 11:49:17 +0800 Subject: [PATCH] docs: add BibTeX citation to READMEs --- README.i18n.yaml | 4 ++-- README.md | 12 ++++++++++++ README.zh.md | 12 ++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/README.i18n.yaml b/README.i18n.yaml index aca5fead6f..904c7928d2 100644 --- a/README.i18n.yaml +++ b/README.i18n.yaml @@ -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 README.md -README.md: 9f89db3d4502dea4a0d181799164f304d4976740 -README.zh.md: aa66ef1d24a5e2165859e9337273d807dff3d070 +README.md: 36adfe913902e75ce0673adc2cb5cb692151a291 +README.zh.md: f6861b4c9490741b5e5f2d825a370766178dd9f6 diff --git a/README.md b/README.md index 9f89db3d45..36adfe9139 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,18 @@ Start with the [development guide](docs/development.md) and [architecture docume For agents, follow [AGENTS.md](AGENTS.md). +## Citation + +```bibtex +@misc{deepseek-harness2026, + title={DeepSeek Harness: Everything is a Plugin}, + author={DeepSeek-AI}, + year={2026}, + publisher={GitHub}, + howpublished={\url{https://github.com/deepseek-ai/deepseek-harness}}, +} +``` + ## License [MIT](LICENSE) diff --git a/README.zh.md b/README.zh.md index aa66ef1d24..f6861b4c94 100644 --- a/README.zh.md +++ b/README.zh.md @@ -77,6 +77,18 @@ pnpm dsh web 面向 agent:请遵循 [AGENTS.md](AGENTS.md)。 +## 引用 + +```bibtex +@misc{deepseek-harness2026, + title={DeepSeek Harness: Everything is a Plugin}, + author={DeepSeek-AI}, + year={2026}, + publisher={GitHub}, + howpublished={\url{https://github.com/deepseek-ai/deepseek-harness}}, +} +``` + ## 许可证 [MIT](LICENSE)