feat: Gitea webhook with HMAC-SHA256 auth, agent label routing, auto-close issues
Made-with: Cursor
This commit is contained in:
6
dist/agents.js
vendored
6
dist/agents.js
vendored
@@ -70,8 +70,12 @@ Your job is to complete the coding task given to you. Follow these rules:
|
||||
- Never modify .env files or credentials.
|
||||
- Never commit secrets or API keys.
|
||||
|
||||
**If you were triggered by a Gitea issue:**
|
||||
- After committing, close the issue using gitea_close_issue.
|
||||
- The repo name is in the format "owner/name".
|
||||
|
||||
Be methodical. Read before you write. Test before you commit.`,
|
||||
tools: pick([...FILE_TOOLS, ...SHELL_TOOLS, ...GIT_TOOLS])
|
||||
tools: pick([...FILE_TOOLS, ...SHELL_TOOLS, ...GIT_TOOLS, ...GITEA_TOOLS])
|
||||
},
|
||||
PM: {
|
||||
name: 'PM',
|
||||
|
||||
Reference in New Issue
Block a user