From 73f8f3c5faa20cae11f9ec4428cb677997cd43e1 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 8 Nov 2025 00:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20agent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create a new agent configuration file for QL agent. --- .github/agents/ql.agent.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/agents/ql.agent.md diff --git a/.github/agents/ql.agent.md b/.github/agents/ql.agent.md new file mode 100644 index 00000000..38f9491b --- /dev/null +++ b/.github/agents/ql.agent.md @@ -0,0 +1,4 @@ +--- +name: Bug Fixer +description: Fix this issue following our error handling pattern. +---