Dogfood: add thin caller + AGENTS.md so agents work on the agents repo itself
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
c594080ffc
commit
6b5c1bb888
@@ -0,0 +1,10 @@
|
||||
name: ai-agent
|
||||
# Thin caller so the agents work on THIS repo too (their own workflow). Same shared logic.
|
||||
# @mention an agent in a comment to start; creating an issue does not auto-start anyone.
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
jobs:
|
||||
agent:
|
||||
uses: ffaerber/agents/.gitea/workflows/agent.yml@main
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user