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:
Felix Faerber
2026-07-02 10:47:15 +03:00
co-authored by Claude Opus 4.8
parent c594080ffc
commit 6b5c1bb888
2 changed files with 46 additions and 0 deletions
+10
View File
@@ -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