Merge pull request #3920 from deepseek-harness/feat/add-readme-citation

docs: add BibTeX citation to READMEs
This commit is contained in:
Tianyi Cui
2026-09-10 12:34:48 +08:00
committed by GitHub
3 changed files with 26 additions and 2 deletions
+2 -2
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 README.md
README.md: 9f89db3d4502dea4a0d181799164f304d4976740
README.zh.md: aa66ef1d24a5e2165859e9337273d807dff3d070
README.md: 36adfe913902e75ce0673adc2cb5cb692151a291
README.zh.md: f6861b4c9490741b5e5f2d825a370766178dd9f6
+12
View File
@@ -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)
+12
View File
@@ -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)