Point agents at GitHub issues and the domain glossary.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-16 16:15:04 +08:00
parent 629a36c0af
commit e8eeb4ac72
6 changed files with 166 additions and 0 deletions

15
AGENTS.md Normal file
View File

@@ -0,0 +1,15 @@
# DeepSeek Harness Desktop
## Agent skills
### Issue tracker
Issues live in GitHub Issues; use the `gh` CLI. See `docs/agents/issue-tracker.md`.
### Triage labels
Five canonical roles, each label string equal to its name: `needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`. See `docs/agents/triage-labels.md`.
### Domain docs
Single-context: root `CONTEXT.md` plus `docs/adr/`. See `docs/agents/domain.md`.