Initial commit: qwen delegation MCP server, tracker setup, research

- qwen_delegate MCP tool: src/qwen-delegate.ts (testable core, subprocess
  spawn/timeout/parse) + src/qwen-delegate-server.ts (thin MCP stdio wiring)
- test/qwen-delegate.test.ts (node:test, mocked spawn)
- docs/agents/* + CLAUDE.md from /setup-matt-pocock-skills (Gitea issue
  tracker via tea CLI, default triage labels, single-context domain docs)
- research/qwen-mcp-delegation.md, corrected after confirming qwen-code
  runs natively on Windows (no WSL) against a local OpenAI-compatible proxy

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CRnb5Gqdu7gVTQrwAqFdfJ
This commit is contained in:
2026-09-06 16:43:49 +02:00
co-authored by Claude-Bot
commit c3b6a9d5b5
12 changed files with 1656 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
## Agent skills
### Issue tracker
Issues live as Gitea issues on `git.arthurerlich.de/haylan/delegate-ai-mcp`, managed via the `tea` CLI. See `docs/agents/issue-tracker.md`.
### Triage labels
Default five canonical labels (`needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`). See `docs/agents/triage-labels.md`.
### Domain docs
Single-context layout: `CONTEXT.md` + `docs/adr/` at the repo root. See `docs/agents/domain.md`.